io.helidon.metrics.providers.micrometer.PrometheusPublisher
Description
Settings for a Micrometer Prometheus meter registry
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
prefix | String | Prefix for Micrometer Prometheus property lookups; this setting does not add a prefix to exported metric names, and the legacy prometheus. property is accepted for compatibility but ignored with a warning | |
naming- | Prometheus | Prometheus naming convention settings | |
name | String | N/ | |
interval | Duration | Step size used in computing "windowed" statistics | |
descriptions | Boolean | Whether to include meter descriptions in Prometheus output | |
enabled | Boolean | true | Whether the configured publisher is enabled |
Usages
See the manifest for all available types.