[package]
edition = "2021"
name = "prometheus-extensions"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Prometheus extensions: AggregateCounter (per-label + total metrics), scientific-notation encoder, and EMA sensor."
homepage = "https://github.com/aovestdipaperino/prometheus-extensions"
documentation = "https://docs.rs/prometheus-extensions"
readme = "README.md"
keywords = [
"prometheus",
"metrics",
"kafka",
"monitoring",
]
categories = ["development-tools::profiling"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aovestdipaperino/prometheus-extensions"
[lib]
name = "prometheus_extensions"
path = "src/lib.rs"
[dependencies.prometheus]
version = "0.14"