Description

OpenTelemetry metric exporter settings.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
certificateVALUEi.h.c.c.Resource Trusted certificates
client.certificateVALUEi.h.c.c.Resource TLS certificate
client.keyVALUEi.h.c.c.Resource TLS client key
compressionVALUEi.h.t.o.CompressionType Compression the exporter uses
connect-timeoutVALUEDuration Connection timeout
default-histogram-aggregationVALUEi.h.t.o.M.CustomMethods Preferred default histogram aggregation technique, configurable as io.helidon.telemetry.otelconfig.MetricDefaultHistogramAggregationConfig
endpointVALUEURI Endpoint of the collector to which the exporter should transmit
headersMAPString Headers added to each export message
internal-telemetry-versionVALUEi.o.s.c.InternalTelemetryVersion Self-monitoring telemetry OpenTelemetry should collect
memory-modeVALUEi.o.s.c.e.MemoryMode Memory mode
protocolVALUEi.h.t.o.O.CustomMethodsDEFAULTExporter protocol type
retry-policyVALUEi.h.t.o.O.CustomMethods Retry policy
temporality-preferenceVALUEi.h.t.o.M.CustomMethods Preferred output aggregation technique (how transmitted values reflect the values recorded locally), configurable as a io.helidon.telemetry.otelconfig.MetricTemporalityPreferenceType value: CUMULATIVE, DELTA, LOWMEMORY
timeoutVALUEDuration Exporter timeout
typeVALUEi.h.t.o.MetricExporterTypeOTLPMetric exporter type

See the manifest for all available types.