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

Add configuration for disabling dependencies #1418

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

trask
Copy link
Member

@trask trask commented Dec 18, 2020

Supports:

{
  "instrumentation": {
    "x": {
      "enabled": false
    }
  }
}

for x in (mongo, cassandra, redis, kafka)

Resolves #1294

@trask trask force-pushed the trask/disable-instrumentation branch from 593e4c7 to 2093378 Compare December 18, 2020 01:47
@trask trask merged commit bc6fbf0 into master Dec 18, 2020
@trask trask deleted the trask/disable-instrumentation branch December 18, 2020 20:17
trask added a commit that referenced this pull request Feb 2, 2021
* Add application root to span name

* Reduce duplicate context lookups

* Use servlet path as route

* Test against jetty instrumentation

* Add JAX-RS context path test

* Fix JAX-RS 1.0 span names
trask added a commit that referenced this pull request Feb 2, 2021
* Add application root to span name

* Reduce duplicate context lookups

* Use servlet path as route

* Test against jetty instrumentation

* Add JAX-RS context path test

* Fix JAX-RS 1.0 span names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration to disable specific dependencies
2 participants