To suppress, should set enabled to false (#978)
This commit is contained in:
parent
458b7d42b2
commit
c845a5308d
|
|
@ -1,7 +1,7 @@
|
|||
## Suppressing specific auto-instrumentation
|
||||
|
||||
You can suppress auto-instrumentation of specific libraries by using
|
||||
`-Dota.integration.[id].enabled=true`.
|
||||
`-Dota.integration.[id].enabled=false`.
|
||||
|
||||
where `id` is the instrumentation `id`:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue