-
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
[APM] Add "Analyze data" button to the Exploratory view for iOS/Swift and RUM agents and disable irrelevant components within the service views #100759
Comments
Pinging @elastic/apm-ui (Team:apm) |
If we want to hide charts on the service overview page for ios similar to what we do for RUM we need to do it here:
|
Added some documentation on how to create dynamic URLs that can open a specific service name, environment and report type in the Exploratory view for the selected service - and also added that we need to add the same Analyze data links for RUM services going to the RUM reports available. |
@sqren , @formgeist Let me know if there are any questions / blockers. |
@AlexanderWert Not sure what the scope of this integration is, but I've opened #102700 to at least rename the names of the metrics to make them consistent and some minor adjustments. |
Summary
Related design issue: https://github.com/elastic/observability-design/issues/50
Related issue for adding agent icon support #100469
We want to enhance the performance analysis for the mobile agents, such as the iOS agent, and leverage the new Exploratory view that is available in Observability. We need to add individual chart links to the Exploratory view for each of the relevant charts (latency, errors, throughput, etc.) in the Service overview and Transactions / Errors views. We're working on finalizing the design of the placement of these buttons and a full guide for where they should be added.
Solution
View screens
kpi
) and add theservice.name
,service.environment
, and the relevant time range to the URL params.View example documentation
Example implementation from UX app
https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/RumDashboard/ActionMenu/index.tsx
Example URL link
View screens
View screens and documentation
Illustrated example from another Service overview page
The text was updated successfully, but these errors were encountered: