commit
08f44d15b4
|
@ -101,7 +101,7 @@ To disable tracing for any of these libraries, list them in `disabledInstrumenta
|
||||||
disabledInstrumentations: ["opentracing-apache-httpclient", "opentracing-mongo-driver", "opentracing-web-servlet-filter"]
|
disabledInstrumentations: ["opentracing-apache-httpclient", "opentracing-mongo-driver", "opentracing-web-servlet-filter"]
|
||||||
```
|
```
|
||||||
|
|
||||||
See [this YAML file](src/main/resources/dd-trace-supported-framework.yaml) for the proper names of all supported libraries (i.e. the names as you must list them in `disabledInstrumentations`).
|
See [this YAML file](dd-java-agent/src/main/resources/dd-trace-supported-framework.yaml) for the proper names of all supported libraries (i.e. the names as you must list them in `disabledInstrumentations`).
|
||||||
|
|
||||||
#### JDBC
|
#### JDBC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue