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
The source of metrics definitions is controlled by `otel.jmx.target.source`:
77
77
@@ -87,12 +87,12 @@ Setting the value of `otel.jmx.target.source` allows to fit the following use-ca
87
87
88
88
The following [SDK configuration options](https://opentelemetry.io/docs/languages/java/configuration/#environment-variables-and-system-properties) are also relevant
|`otel.metric.export.interval`|`1m` (1 minute) | metric export interval, also controls the JMX sampling interval |
93
-
|`otel.metrics.exporter`|`otlp`| comma-separated list of metrics exporters supported values are `otlp` and `logging`, additional values might be provided through extra libraries in the classpath |
94
-
|`otel.service.name`|| service name |
95
-
|`otel.resource.attributes`|| used to specify otel resource attributes, including service attributes. See [the sdk configuration](https://opentelemetry.io/docs/languages/java/configuration/#properties-resource) and [service attributes](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/)|
|`otel.metric.export.interval`|`1m` (1 minute) | metric export interval, also controls the JMX sampling interval |
93
+
|`otel.metrics.exporter`|`otlp`| comma-separated list of metrics exporters supported values are `otlp` and `logging`, additional values might be provided through extra libraries in the classpath |
94
+
|`otel.service.name`|| service name |
95
+
|`otel.resource.attributes`|| used to specify otel resource attributes, including service attributes. See [the sdk configuration](https://opentelemetry.io/docs/languages/java/configuration/#properties-resource) and [service attributes](https://opentelemetry.io/docs/specs/semconv/registry/attributes/service/)|
96
96
97
97
In addition to OpenTelemetry configuration, the following Java system properties can be provided
98
98
through the command-line arguments, properties file or stdin and will be propagated to the JVM system properties:
0 commit comments