OTEL_EXPORTER_OTLP_PROTOCOL |
Defines the OTLP exporter's transport protocol. Supported values: grpc , http/protobuf . |
http/protobuf |
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL |
Defines the OTLP exporter's transport protocol for the traces signal. Supported values: grpc , http/protobuf . The value of this environment variable takes precedence over OTEL_EXPORTER_OTLP_PROTOCOL . |
http/protobuf |
OTEL_EXPORTER_OTLP_ENDPOINT |
The endpoint where the exporter sends the telemetry data. The value must contain a host, and can additionally include a port, scheme, and path. You can use either http or https . The value must not contain a query string or fragment. |
http/protobuf: https://localhost:4318 , grpc: http://localhost:4317 |
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT |
The endpoint where the exporter sends the telemetry data. The value must contain a host, and can additionally include a port, scheme, and path. You can use either http or https . The value must not contain a query string or fragment. The value of this environment variable takes precedence over OTEL_EXPORTER_OTLP_ENDPOINT . |
http/protobuf: https://localhost:4318/v1/traces , grpc: http://localhost:4317 |
OTEL_EXPORTER_OTLP_INSECURE |
Disables client transport security for the exporter's gRPC connection. You can use this only when an endpoint is provided without the http or https scheme. |
false |
OTEL_EXPORTER_OTLP_TRACES_INSECURE |
Disables client transport security for the exporter's gRPC connection. You can use this only when an endpoint is provided without the http or https scheme. The value of this variable takes precedence over OTEL_EXPORTER_OTLP_INSECURE . |
false |
OTEL_EXPORTER_OTLP_HEADERS |
Key-value pairs used as gRPC metadata associated with gRPC requests. The value must be represented in a format matching the W3C Baggage HTTP Header Content Format, except that additional semi-colon delimited metadata is not supported. Example value: "key1=value1,key2=value2" . |
Unset |
OTEL_EXPORTER_OTLP_TRACES_HEADERS |
Key-value pairs used as gRPC metadata associated with gRPC requests. The value must be represented in a format matching the W3C Baggage HTTP Header Content Format, except that additional semi-colon delimited metadata is not supported. Example value: "key1=value1,key2=value2" . The value of this variable takes precedence over OTEL_EXPORTER_OTLP_HEADERS . |
Unset |
OTEL_EXPORTER_OTLP_TIMEOUT |
Maximum time in milliseconds the OTLP exporter waits for each batch export. |
10000 |
OTEL_EXPORTER_OTLP_TRACES_TIMEOUT |
Maximum time in milliseconds the OTLP exporter waits for each batch export. The value of this variable takes precedence over OTEL_EXPORTER_OTLP_TIMEOUT . |
10000 |
OTEL_EXPORTER_OTLP_COMPRESSION |
The gRPC compressor that the exporter uses. Supported values: gzip , none . |
Unset |
OTEL_EXPORTER_OTLP_TRACES_COMPRESSION |
The gRPC compressor that the exporter uses. Supported values: gzip , none . The value of this variable takes precedence over OTEL_EXPORTER_OTLP_COMPRESSION . |
Unset |
OTEL_EXPORTER_OTLP_CERTIFICATE |
The filepath to the trusted certificate to be used when verifying a server's TLS credentials. |
Unset |
OTEL_EXPORTER_OTLP_TRACES_CERTIFICATE |
The filepath to the trusted certificate to be used when verifying a server's TLS credentials. The value of this variable takes precedence over OTEL_EXPORTER_OTLP_CERTIFICATE . |
Unset |
OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE |
The filepath to the client certificate or chain of trust for the client's private key to use for mTLS communication in the PEM format. |
Unset |
OTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATE |
The filepath to the client certificate or chain of trust for the client's private key to use for mTLS communication in the PEM format. The value of this variable takes precedence over OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE . |
Unset |
OTEL_EXPORTER_OTLP_CLIENT_KEY |
The filepath to the client's private key to use for mTLS communication in PEM format. |
Unset |
OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY |
The filepath to the client's private key to use for mTLS communication in PEM format. The value of this variable takes precedence over OTEL_EXPORTER_OTLP_CLIENT_KEY . |
Unset |