Prometheus Exporter
Отдает на определенном порту метрики в формате Prometheus.
Настройки
endpoint
- хост и порт на котором метрики будут доступны по пути/metrics
. Опциональные метрики:const_labels
: набор key/value пар которые будут добавлены к каждой метрике.namespace
: будет добавлен к каждой метрики если указанsend_timestamps
(default =false
): if true, sends the timestamp of the underlying metric sample in the response.metric_expiration
(default =5m
): Как долго метрики отображаются если не было их обновлений.resource_to_telemetry_conversion
(default =false
): конвертировать или нет OTEL Resource в лейблы метрик.enable_open_metrics
: If true, metrics will be exported using the OpenMetrics format. Exemplars are only exported in the OpenMetrics format, and only for histogram and monotonic sum (i.e. counter) metrics.add_metric_suffixes