- Notifications
You must be signed in to change notification settings - Fork 327
Support to selectively enable instrumentations #2292
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
Support to selectively enable instrumentations #2292
Conversation
| 👋 @tobiasstadler Thanks a lot for your contribution! It may take some time before we review a PR, so even if you don’t see activity for some time, it does not mean that we have forgotten about it. Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming milestone. The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it. |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfiguration.java Outdated Show resolved Hide resolved
...-plugins/apm-servlet-plugin/src/main/java/co/elastic/apm/agent/servlet/ServletApiAdvice.java Outdated Show resolved Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/bci/ElasticApmAgent.java Outdated Show resolved Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfiguration.java Show resolved Hide resolved
apm-agent-core/src/test/java/co/elastic/apm/agent/configuration/CoreConfigurationTest.java Outdated Show resolved Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfiguration.java Outdated Show resolved Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfiguration.java Show resolved Hide resolved
| /test |
Co-authored-by: Felix Barnsteiner <felixbarny@users.noreply.github.com>
apm-agent-core/src/main/java/co/elastic/apm/agent/configuration/CoreConfiguration.java Outdated Show resolved Hide resolved
apm-agent-core/src/test/java/co/elastic/apm/agent/configuration/CoreConfigurationTest.java Show resolved Hide resolved
Co-authored-by: SylvainJuge <syl20j@gmail.com>
| @elasticmachine run elasticsearch-ci/docs |
| Thank You! |
What does this PR do?
Fixes #1740
Checklist