rs-postgres-stat2otel 0.2.0

Converts PostgreSQL Query Results to Metrics
Documentation
[dependencies.opentelemetry]
features = ["metrics"]
version = "0.18.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.150"

[dependencies.toml]
optional = true
version = "0.5.9"

[features]
config_toml = ["toml"]
default = ["config_toml"]

[package]
description = "Converts PostgreSQL Query Results to Metrics"
documentation = "https://docs.rs/crate/rs-postgres-stat2otel"
edition = "2021"
license = "Apache-2.0"
name = "rs-postgres-stat2otel"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-postgres-stat2otel"
version = "0.2.0"