Class ExporterOpenTelemetryProperties
Object
ExporterOpenTelemetryProperties
Properties for configuring the OpenTelemetry exporter.
These properties can be configured via prometheus.properties, system properties, or
programmatically.
All properties are prefixed with io.prometheus.exporter.opentelemetry.
Available properties:
protocol- OTLP protocol:"grpc"or"http/protobuf"endpoint- OTLP endpoint URLheaders- HTTP headers for outgoing requestsintervalSeconds- Export interval in secondstimeoutSeconds- Request timeout in secondsserviceName- Service name resource attributeserviceNamespace- Service namespace resource attributeserviceInstanceId- Service instance ID resource attributeserviceVersion- Service version resource attributeresourceAttributes- Additional resource attributes
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getProtocol
-
getEndpoint
-
getHeaders
-
getInterval
-
getTimeout
-
getServiceName
-
getServiceNamespace
-
getServiceInstanceId
-
getServiceVersion
-
getResourceAttributes
-
builder
-