-
Notifications
You must be signed in to change notification settings - Fork 525
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
Always enable service metrics and service summary aggregations #10060
Conversation
7c033b1
to
c657e46
Compare
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
NOTE: |
📚 Go benchmark reportDiff with the
report generated with https://pkg.go.dev/golang.org/x/perf/cmd/benchstat |
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.
Looks good, thanks!
changelogs/head.asciidoc
Outdated
@@ -9,6 +9,7 @@ https://github.com/elastic/apm-server/compare/8.6\...main[View commits] | |||
- `transaction.success_count` has been moved to `event.success_count` {pull}9819[9819] | |||
- Stop indexing transaction metrics to `metrics-apm.internal` {pull}9846[9846] | |||
- Stop indexing span destination metrics to `metrics-apm.internal` {pull}9926[9926] | |||
- Service metrics and service summary aggregations are now always enabled {pull}10060[10060] |
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.
@simitt here I'm calling this a breaking change since similar changes above e.g. "Stop indexing transaction metrics to metrics-apm.internal
" are also called breaking. Can you please confirm if this applies to this PR as well? Or should this be under another section of the changelog?
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.
Let's add this as enhancement - we are adding new functionality, not removing existing one. The feature was disabled by default since it was in beta
.
Motivation/summary
Always enable service metrics and service summary aggregations. Remove corresponding config.
Checklist
- [ ] Update package changelog.yml (only if changes toapmpackage
have been made)- [ ] Documentation has been updatedHow to test these changes
Related issues
Closes #10048