Description

Settings for an OTLP publisher.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
aggregation-temporalityVALUEi.m.r.o.AggregationTemporalityCUMULATIVEAlgorithm to use for adjusting values before transmission
base-time-unitVALUETimeUnitjava.util.concurrent.TimeUnit.MILLISECONDSBase time unit for timers
batch-sizeVALUEInteger10000Number of measurements to send in a single request to the backend
enabledVALUEBooleantrueWhether the configured publisher is enabled
headersMAPString Headers to add to each transmission message
intervalVALUEDurationPT60sInterval between successive transmissions of metrics data
max-bucket-countVALUEInteger160Maximum bucket count to apply to statistical histogram
max-buckets-per-meterMAPInteger Maximum number of buckets to use for specific meters
max-scaleVALUEInteger20Maximum scale value to apply to statistical histogram
nameVALUEString N/A
prefixVALUEStringotlpThe prefix for settings
propertiesMAPString Property values to be returned by the OTLP meter registry configuration
resource-attributesMAPString Attribute name/value pairs to be associated with all metrics transmissions
urlVALUEStringhttp://localhost:4318/v1/metricsURL to which to send metrics telemetry

See the manifest for all available types.