PrometheusExpositionFormatCallback

Type Alias PrometheusExpositionFormatCallback 

Source
pub type PrometheusExpositionFormatCallback = Arc<dyn Fn() -> Result<String> + Send + Sync + 'static>;
Expand description

Type alias for exposition text callback functions that return Prometheus text

Aliased Typeยง

pub struct PrometheusExpositionFormatCallback { /* private fields */ }