You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arconia-opentelemetry/spring-boot-autoconfigure/arconia-opentelemetry-sdk-spring-boot-autoconfigure/src/main/java/io/arconia/opentelemetry/autoconfigure/sdk/metrics/exporter/otlp/OtlpMetricsExporterConfiguration.java
| Whether OpenTelemetry instrumentation for the Logback Appender is enabled.
41
+
| Whether OpenTelemetry instrumentation for the Logback Appender is enabled. This instrumentation is provided by the OpenTelemetry Java Instrumentation project and is still experimental.
| Whether OpenTelemetry instrumentation for the Micrometer bridge is enabled.
45
+
| Whether OpenTelemetry instrumentation for the Micrometer bridge is enabled. This instrumentation is provided by the OpenTelemetry Java Instrumentation project and is still experimental.
46
+
44
47
| `arconia.otel.instrumentation.resource.enabled`
45
48
| `true`
46
-
| Whether OpenTelemetry instrumentation for the Resource is enabled.
49
+
| Whether OpenTelemetry instrumentation for the Resource is enabled. This instrumentation is provided by the OpenTelemetry Java Instrumentation project and is still experimental.
47
50
|===
48
51
49
52
Additional instrumentation libraries can be added to your project to enable more features and integrations with other libraries. Check out the https://opentelemetry.io/docs/languages/java/instrumentation/#library-instrumentation[OpenTelemetry documentation] for more information.
0 commit comments