Skip to content

Add configuration for disabling dependencies#1418

Merged
trask merged 1 commit into
masterfrom
trask/disable-instrumentation
Dec 18, 2020
Merged

Add configuration for disabling dependencies#1418
trask merged 1 commit into
masterfrom
trask/disable-instrumentation

Conversation

@trask

@trask trask commented Dec 18, 2020

Copy link
Copy Markdown
Member

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