Skip to content

io.helidon.metrics.providers.micrometer.OtlpPublisher

Description

Settings for an OTLP publisher

Configuration options

KeyTypeDefaultDescription
headersMap<String, String>Headers to add to each transmission message
base-time-unitTimeUnitjava.util.concurrent.TimeUnit.MILLISECONDSBase time unit for timers
prefixStringotlpThe prefix for settings
aggregation-temporalityAggregationTemporalityCUMULATIVEAlgorithm to use for adjusting values before transmission
enabledBooleantrueWhether the configured publisher is enabled
urlStringhttp://localhost:4318/v1/metricsURL to which to send metrics telemetry
max-scaleInteger20Maximum scale value to apply to statistical histogram
batch-sizeInteger10000Number of measurements to send in a single request to the backend
max-bucket-countInteger160Maximum bucket count to apply to statistical histogram
nameStringN/A
intervalDurationPT60sInterval between successive transmissions of metrics data
max-buckets-per-meterMap<String, Integer>Maximum number of buckets to use for specific meters
propertiesMap<String, String>Property values to be returned by the OTLP meter registry configuration
resource-attributesMap<String, String>Attribute name/value pairs to be associated with all metrics transmissions

Usages


See the manifest for all available types.