[APM] Make 'opamp_polling_interval' and 'sampling_rate' agent config vars available to EDOT Node.js#241048
Merged
trentm merged 2 commits intoOct 30, 2025
Conversation
…vars available to EDOT Node.js Refs: elastic/elastic-otel-node#960 Refs: elastic/elastic-otel-node#1128
trentm
marked this pull request as ready for review
October 29, 2025 15:20
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
david-luna
approved these changes
Oct 29, 2025
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
cc @trentm |
ana-davydova
pushed a commit
to ana-davydova/kibana
that referenced
this pull request
Nov 3, 2025
…vars available to EDOT Node.js (elastic#241048) This makes two more central-config settings available to EDOT Node.js SDK/agents. Refs: elastic/elastic-otel-node#960 Refs: elastic/elastic-otel-node#1128
SergeyKleyman
added a commit
that referenced
this pull request
Nov 5, 2025
#241908) Ref: PR elastic/elastic-otel-php#296 implements handling of `sampling_rate` central config option on the EDOT PHP side ## Summary This makes one more central-config setting available to EDOT PHP SDK/agents. An earlier equivalent PR was: #241048 --------- Co-authored-by: kibanamachine <[email protected]>
wildemat
pushed a commit
to wildemat/kibana
that referenced
this pull request
Nov 5, 2025
elastic#241908) Ref: PR elastic/elastic-otel-php#296 implements handling of `sampling_rate` central config option on the EDOT PHP side ## Summary This makes one more central-config setting available to EDOT PHP SDK/agents. An earlier equivalent PR was: elastic#241048 --------- Co-authored-by: kibanamachine <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: elastic/elastic-otel-node#960
Refs: elastic/elastic-otel-node#1128
Summary
This makes two more central-config settings available to EDOT Node.js SDK/agents.
An earlier equivalent PR was: #233798