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