Description
Settings for an OTLP publisher.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
aggregation-temporality | VALUE | i.m.r.o.AggregationTemporality | CUMULATIVE | Algorithm to use for adjusting values before transmission |
base-time-unit | VALUE | TimeUnit | java.util.concurrent.TimeUnit.MILLISECONDS | Base time unit for timers |
batch-size | VALUE | Integer | 10000 | Number of measurements to send in a single request to the backend |
enabled | VALUE | Boolean | true | Whether the configured publisher is enabled |
headers | MAP | String | Headers to add to each transmission message | |
interval | VALUE | Duration | PT60s | Interval between successive transmissions of metrics data |
max-bucket-count | VALUE | Integer | 160 | Maximum bucket count to apply to statistical histogram |
max-buckets-per-meter | MAP | Integer | Maximum number of buckets to use for specific meters | |
max-scale | VALUE | Integer | 20 | Maximum scale value to apply to statistical histogram |
name | VALUE | String | N/A | |
prefix | VALUE | String | otlp | The prefix for settings |
properties | MAP | String | Property values to be returned by the OTLP meter registry configuration | |
resource-attributes | MAP | String | Attribute name/value pairs to be associated with all metrics transmissions | |
url | VALUE | String | http://localhost:4318/v1/metrics | URL to which to send metrics telemetry |
See the manifest for all available types.