-
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
[Infra][StdPerf] Add performance telemetry for Infra pages #205394
Labels
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
Comments
crespocarlos
added
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
labels
Jan 2, 2025
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
crespocarlos
added
needs-refinement
A reason and acceptance criteria need to be defined for this issue
and removed
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
needs-refinement
A reason and acceptance criteria need to be defined for this issue
labels
Jan 2, 2025
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this issue
Jan 13, 2025
## Summary Closes elastic#205394 This PR adds performance telemetry to metric explorer and adds time range to existing telemetry in the host tables. Building on elastic#180309. The time ranges added to the telemetry use the format "now", "now-15m" per the examples in the [performance tutorial docs](https://docs.elastic.dev/kibana-dev-docs/tutorial/performance/adding_custom_performance_metrics#add-time-ranges) example of perf temeletry with the query range metadata can be seen [here](https://telemetry-v2-staging.elastic.dev/s/apm/app/discover#/?_g=(filters:!(),query:(language:kuery,query:''),refreshInterval:(pause:!t,value:60000),time:(from:'2025-01-08T18:30:00.000Z',to:'2025-01-08T19:00:00.000Z'))&_a=(columns:!(),dataSource:(dataViewId:'0d6d7d31-1369-4a53-b36d-fbe97e4e5a0e',type:dataView),filters:!(),interval:auto,query:(language:kuery,query:'eventName%20:%20%22kibana:plugin_render_time%22%20and%20context.pageName%20:%20%22application:metrics:%2Fexplorer%22%20'),sort:!(!(timestamp,desc))))
viduni94
pushed a commit
to viduni94/kibana
that referenced
this issue
Jan 23, 2025
## Summary Closes elastic#205394 This PR adds performance telemetry to metric explorer and adds time range to existing telemetry in the host tables. Building on elastic#180309. The time ranges added to the telemetry use the format "now", "now-15m" per the examples in the [performance tutorial docs](https://docs.elastic.dev/kibana-dev-docs/tutorial/performance/adding_custom_performance_metrics#add-time-ranges) example of perf temeletry with the query range metadata can be seen [here](https://telemetry-v2-staging.elastic.dev/s/apm/app/discover#/?_g=(filters:!(),query:(language:kuery,query:''),refreshInterval:(pause:!t,value:60000),time:(from:'2025-01-08T18:30:00.000Z',to:'2025-01-08T19:00:00.000Z'))&_a=(columns:!(),dataSource:(dataViewId:'0d6d7d31-1369-4a53-b36d-fbe97e4e5a0e',type:dataView),filters:!(),interval:auto,query:(language:kuery,query:'eventName%20:%20%22kibana:plugin_render_time%22%20and%20context.pageName%20:%20%22application:metrics:%2Fexplorer%22%20'),sort:!(!(timestamp,desc))))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We need to instrument Infra plugin to collect performance telemetry
Info: Read the Performance Metrics documentation which has code samples and instructions for instrumenting your app.
AC
The following pages are instrumented
rangeFrom
andrangeTo
metadataThe text was updated successfully, but these errors were encountered: