io.helidon.metrics.providers.micrometer.OtlpPublisher
Description
Settings for an OTLP publisher
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
headers | Map< | Headers to add to each transmission message | |
base- | Time | java. | Base time unit for timers |
prefix | String | otlp | The prefix for settings |
aggregation- | Aggregation | CUMULATIVE | Algorithm to use for adjusting values before transmission |
enabled | Boolean | true | Whether the configured publisher is enabled |
url | String | http: | URL to which to send metrics telemetry |
max- | Integer | 20 | Maximum scale value to apply to statistical histogram |
batch- | Integer | 10000 | Number of measurements to send in a single request to the backend |
max- | Integer | 160 | Maximum bucket count to apply to statistical histogram |
name | String | N/ | |
interval | Duration | PT60s | Interval between successive transmissions of metrics data |
max- | Map< | Maximum number of buckets to use for specific meters | |
properties | Map< | Property values to be returned by the OTLP meter registry configuration | |
resource- | Map< | Attribute name/value pairs to be associated with all metrics transmissions |
Usages
See the manifest for all available types.