Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INFRA] Add additional perf telemetry (#205955)
## Summary Closes #205394 This PR adds performance telemetry to metric explorer and adds time range to existing telemetry in the host tables. Building on #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))))
- Loading branch information