-
Notifications
You must be signed in to change notification settings - Fork 524
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
fix: Temporary disable self trace apm config #13790
Conversation
34fa867
to
b5daadb
Compare
(cherry picked from commit a519c37)
(cherry picked from commit a519c37) Co-authored-by: Kostiantyn Masliuk <[email protected]>
@@ -33,5 +33,5 @@ https://github.com/elastic/apm-server/compare/v8.14.3\...v8.15.0[View commits] | |||
- Upgraded bundled APM Java agent attacher CLI to version 1.50.0 {pull}13326[13326] | |||
- Enable Kibana curated UIs to work with hostmetrics from OpenTelemetry's https://pkg.go.dev/go.opentelemetry.io/collector/receiver/hostmetricsreceiver[hostmetricsreceiver] {pull}13196[13196] | |||
- Add require data stream to bulk index requests {pull}13398[13398] | |||
- Support self-instrumentation when in managed mode by getting tracing configs via reloader {pull}13514[13514] {pull}13653[13653] {pull}13691[13691] | |||
- Support self-instrumentation when in managed mode by getting tracing configs via reloader {pull}13514[13514] {pull}13653[13653] {pull}13691[13691] {pull}13790[13790] |
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.
My understanding is that EA doesn't support the instrumentation.enabled
option, which is now set to false
as default value. Which user impact does this have? Can users still enable self monitoring for (a) standalone EA (b) Fleet managed EA? We might need to adapt the changelog notes here.
Motivation/summary
This PR disables self-tracing monitoring in APM Server until the related issue in Elastic Agent is resolved.
Checklist
How to test these changes
Manual testing of self-tracing with Elastic Agent should always yield disabled instrumentation with this change.
Related issues