Skip to main content

Crate prometheus_exposition

Crate prometheus_exposition 

Source
Expand description

Prometheus exposition format rendering.

Provides a reusable PrometheusRenderer type that renders metrics in the Prometheus text exposition format. The renderer owns internal buffers that are reused across calls, amortizing allocation costs.

Structs§

PrometheusRenderer
A renderer for the Prometheus text exposition format.

Enums§

MetricType
Prometheus metric type, used in the # TYPE header.