Crate kumo_prometheus
source ·Re-exports§
pub use paste;
Modules§
Macros§
- counter_bundle declares a struct holding a bundle of counters that should be incremented or decremented together. This is used to facilitate computing rolled up metrics.
- Used to declare a label key struct suitable for use in registering counters in the counter registry.
Structs§
- Either a Counter or Gauge with a specific name, where there can be multiple labelled counter instances.
Traits§
- This trait enables having prunable and non-pruning value types in the CounterRegistry.