Cargo Features
[dependencies]
iroh-docs = { version = "0.95.0", default-features = false, features = ["metrics"] }
- default = metrics
-
The
metricsfeature is set by default wheneveriroh-docsis added withoutsomewhere in the dependency tree.default-features = false - 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.