-
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
[RUM Dashboard] Chart breakdowns #69420
Conversation
Given a user click the filter | ||
When the user select the filter | ||
And user applies the selected filter | ||
Then it filters the client metrics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wdyt about this?
Scenario: Rum page filters
When the user filters by "put-here-your-filter-name"
Then the client metrics are filtered
The Given part could not be necessary, but the When
one is key:
- Given: preparation of the test before the scenario
- When: the action that triggers the scenario
- Then: the outcome/output to be verified after the scenario
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have updated this one as well.
On dev-next I still don't see any options in the filter dropdowns and breaking down by any attribute just shows "Overall." Is this supposed to show the same data as the opbeans-rum service on the services overview? I'm a bit confused about what I'm looking at. Is there a cluster with better data? Is something wrong with the dev-next data? |
@smith dev-next has some bug for recent rum data, try increasing date range to last 90 days etc to see filters/breakdowns. you can also connect to falabella cluster to see more filters/breakdowns. |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
expected head sha didn’t match current head ref. |
623a800
to
12937e1
Compare
After our zoom call, we are not going to block this one for the BDD steps, and will continue working on the BDD scenarios in a follow-up PR. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving waiting for last minute changes on the Scenario Outline
💚 Build SucceededBuild metricspage load asset sizebeta
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
* [RUM Dashboard] Chart breakdowns (#69420) Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]> * added timout for cypress get Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Fixes: #69712
This PR adds breakdown for Page Load Distributon and Page views chart, user can breakdown charts based on Browser, Location, Device and OS.