-
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 telemetry to track usage of the agent config to fleet synchronisation feature #105297
Conversation
Pinging @elastic/apm-ui (Team:apm) |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
To update your PR or re-run it, just comment with: |
…ronisation feature (elastic#105297) * removing telemetry hook from pages * adding telemetry to schema and agent config
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
…ronisation feature (elastic#105297) * removing telemetry hook from pages * adding telemetry to schema and agent config # Conflicts: # x-pack/plugins/apm/server/routes/register_routes/index.ts
…ronisation feature (#105297) (#105462) * removing telemetry hook from pages * adding telemetry to schema and agent config Co-authored-by: Cauê Marcondes <[email protected]>
…t synchronisation feature (#105297) (#105468) * [APM] Add telemetry to track usage of the agent config to fleet synchronisation feature (#105297) * removing telemetry hook from pages * adding telemetry to schema and agent config # Conflicts: # x-pack/plugins/apm/server/routes/register_routes/index.ts * fixing merge
closes #99249
The page view event is tracked automatically now, following this pattern:
pageview__{{path}}
, wherepath
is the one defined in the route configuration.The downside of this, is that we'll lose track of historical information, since it didn't use to use the path as the key but instead a string representing each page.
APM UI:
APM UI switch to data stream:
APM server sync agent config: