rs-postgres-stat2otel 0.2.0

Converts PostgreSQL Query Results to Metrics
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum Event {
    InvalidConfig(String),
    InvalidGauge(String),
    LabelValueNotFound(String),
}