rs-postgres-stat2otel 0.2.1

Converts PostgreSQL Query Results to Metrics
Documentation
1
2
3
4
5
6
7
8
9
//! List of events

/// List of events(errors).
#[derive(Debug)]
pub enum Event {
    InvalidConfig(String),
    InvalidGauge(String),
    LabelValueNotFound(String),
}