Fixed example resource provider classname. (#5235)
This commit is contained in:
parent
fcb963dae0
commit
ce18841b5d
|
|
@ -238,7 +238,7 @@ For example, if you don't want to expose the name of the operating system throug
|
||||||
can pass the following JVM argument:
|
can pass the following JVM argument:
|
||||||
|
|
||||||
```
|
```
|
||||||
-Dotel.java.disabled.resource.providers=io.opentelemetry.sdk.extension.resources.OsResourceProvider
|
-Dotel.java.disabled.resource.providers=io.opentelemetry.instrumentation.resources.OsResourceProvider
|
||||||
```
|
```
|
||||||
|
|
||||||
## Batch span processor
|
## Batch span processor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue