Crate iroh_metrics

Source
Expand description

Metrics library for iroh

Modules§

  • Traits for iterating over the fields of structs.
  • serviceservice
    Functions to start services that deal with metrics exposed by this crate.
  • static_corestatic_core
    Metrics collection in a static, process-level global metrics collector.

Macros§

  • decstatic_core
    Decrements the given metric by 1.
  • dec_bystatic_core
    Decrements the given metric by n.
  • incstatic_core
    Increments the given metric by 1.
  • inc_bystatic_core
    Increments the given metric by n.
  • setstatic_core
    Sets the given metric to n.

Structs§

Enums§

  • Potential errors from this library.
  • The types of metrics supported by this crate.
  • The value of an individual metric item.

Traits§

Functions§

Derive Macros§