General OpenTelemetry
Preliminary Remark
The full list of parameter can be found in the official OpenTelemetry documentation
OTEL_ENABLED
- Required
-
No
- Description
-
Attaches the OpenTelelmetry Java agent to the JVM
- Defaults to
-
false
OTEL_AGENT_LOGGING_LEVEL
- Required
-
Yes, if OTEL_ENABLED is true
- Description
-
Sets the logging level of the OpenTelemetry Java agent
- Defaults to
-
N/A
OTEL_EXPORTER_OTLP_HEADERS
- Required
-
Yes, if OTEL_ENABLED is true
- Description
-
Sets authentication headers used by the OpenTelemetry OTLP exporter to authenticate against the monitoring backend. Typically, Authorization=Bearer <token>
- Defaults to
-
N/A