Cargo Features

[dependencies]
iroh-docs = { version = "0.95.0", default-features = false, features = ["metrics"] }
default = metrics

The metrics feature is set by default whenever iroh-docs is added without default-features = false somewhere in the dependency tree.

metrics default

Enables metrics of iroh and iroh-metrics

iroh-metrics:

Enables counters and other metrics being tracked. If disabled, all counters return 0. Macros like inc! will do nothing.

iroh-docs has 2 features without comments.