We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb4fb2 commit 2493ba5Copy full SHA for 2493ba5
sdk/common/src/main/java/io/opentelemetry/sdk/resources/Resource.java
@@ -25,11 +25,6 @@
25
/**
26
* {@link Resource} represents a resource, which capture identifying information about the entities
27
* for which signals (stats or traces) are reported.
28
- *
29
- * <p>To disable any {@link ResourceProvider} found on the classpath from being recognized, set the
30
- * fully qualified class names of the {@link ResourceProvider} implementations as a comma separated
31
- * list to the system property {@code -Dotel.java.disabled.resource_providers} or the {@code
32
- * OTEL_JAVA_DISABLED_RESOURCE_PROVIDERS} environment variable.
33
*/
34
@Immutable
35
@AutoValue
sdk/common/src/main/java/io/opentelemetry/sdk/resources/ResourceProvider.java
0 commit comments