Skip to content
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

[Config] Dynamically enable/disable instrumentations #412

Open
jackshirazi opened this issue Sep 23, 2024 · 0 comments · May be fixed by #422
Open

[Config] Dynamically enable/disable instrumentations #412

jackshirazi opened this issue Sep 23, 2024 · 0 comments · May be fixed by #422
Assignees

Comments

@jackshirazi
Copy link
Contributor

Is your feature request related to a problem?

Required feature

Describe the solution you'd like

Each instrumentation can individually be enabled/disabled

Describe alternatives you've considered

  • most likely we'll use scoped tracers
  • removing instrumentations completely and (re)installing. Some instrumentations need to be installed at agent start, and others don't play nicely with being removed and then installed
  • catching spans as they're created or exported and setting them as non-sampled - but the context isn't properly available

Additional context

The classic agent disable_instrumentations

@jackshirazi jackshirazi self-assigned this Sep 23, 2024
@jackshirazi jackshirazi changed the title Dynamically enable/disable instrumentations [cONFIG] Dynamically enable/disable instrumentations Sep 23, 2024
@jackshirazi jackshirazi changed the title [cONFIG] Dynamically enable/disable instrumentations [Config] Dynamically enable/disable instrumentations Sep 23, 2024
@jackshirazi jackshirazi linked a pull request Oct 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant