Fixed example resource provider classname. (#5235)

This commit is contained in:
Lin Lin 2023-02-17 10:39:13 -08:00 committed by GitHub
parent fcb963dae0
commit ce18841b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```
-Dotel.java.disabled.resource.providers=io.opentelemetry.sdk.extension.resources.OsResourceProvider
-Dotel.java.disabled.resource.providers=io.opentelemetry.instrumentation.resources.OsResourceProvider
```
## Batch span processor