Skip navigation links

Package io.opentelemetry.exporters.otlp

OpenTelemetry exporter which sends span and metric data to OpenTelemetry collector via gRPC.

See: Description

Package io.opentelemetry.exporters.otlp Description

OpenTelemetry exporter which sends span and metric data to OpenTelemetry collector via gRPC.

Contents

Configuration options for OtlpGrpcMetricExporter and OtlpGrpcSpanExporter can be read from system properties, environment variables, or Properties objects.

OtlpGrpcMetricExporter

For system properties and Properties objects, OtlpGrpcMetricExporter will look for the following names:

For environment variables, OtlpGrpcMetricExporter will look for the following names:

In both cases, if a property is missing, the name without "metric" is used to resolve the value.

OtlpGrpcSpanExporter

For system properties and Properties objects, OtlpGrpcSpanExporter will look for the following names:

For environment variables, OtlpGrpcSpanExporter will look for the following names:

In both cases, if a property is missing, the name without "span" is used to resolve the value.
Skip navigation links