Re-exports§
pub use paste;
Modules§
Macros§
- count_
tts macro_rules!
implementation ofcount_tts
. Source: https://github.com/camsteffen/count-tts- counter_
bundle - 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.
- label_
key - Used to declare a label key struct suitable for use in registering counters in the counter registry.
Structs§
- Atomic
Counter - Counter
Registry - Either a Counter or Gauge with a specific name, where there can be multiple labelled counter instances.
- Weak
Atomic Counter
Traits§
- Atomic
Counter Entry - This trait enables having prunable and non-pruning value types in the CounterRegistry.