Expand description
Metrics library for iroh
Re-exports§
pub use struct_iterable;
Modules§
- Expose core types and traits
- Metrics collection
Macros§
- Decrement the given gauge by 1.
- Decrement the given gauge
n
. - Increment the given counter or gauge by 1.
- Increment the given counter or gauge by
n
. - Set the given counter or gauge to
n
.
Structs§
- Configuration for pushing metrics to a remote endpoint.
Enums§
- Potential errors from this library.
Functions§
- Parse Prometheus metrics from a string.