-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metrics UI][Test Scenario] Metrics Explorer – Basic Functionality #97759
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
(Unassigned myself as I'm away next week and I don't think I'll get to this today) |
There are a couple of things that are not clear to me:
In the default view, my URL is like this
What are the settings that should be reloaded? It should return to the same state as it was when I click on the logo (following the steps in the test scenario)? |
Yes, it's not suppose to force that into the URL OR at least it didn't when this was originally written. I suspect that's the issue with it not loading from localStorage as well.
That's broken... Metric Explorer should remember your last state using localStorage. |
This is also happening in 7.12 and 7.11, so I opened a separate ticket to fix it #99607 |
Closing because 7.13 shipped |
Summary
This set of test cases is a smoke test for Metrics Explorer
Setup
metricbeat-*
Test Cases
Each of the following test cases assumes that you've navigated to the Metrics UI and clicked on Metrics Explorer for the first time. Since Metrics Explorer has a feature that saves where you left off, you might need to load the "Default View" to reset everything back to the defaults.
Basic Functionality
system.cpu.user.pct
,kubernetes.pod.usage.node.pct
, anddocker.cpu.total.pct
system.cpu.user.pct
in the charthost.name
, ensure that there is a chart for your laptop's host name.for example: (https://localhost:5601/ubx/app/metrics/explorer).
Last 1 hour
system.network.in.
and then use the down arrow to selectsystem.network.in.bytes
. Hit the escape key to close the auto-completeRate
host.name
andsystem.network.name
, ensure there is a chart per host, per network interface.Customize Charts
The text was updated successfully, but these errors were encountered: