Skip to content

Commit

Permalink
replace expired example
Browse files Browse the repository at this point in the history
  • Loading branch information
AJStonewee committed Aug 1, 2024
1 parent 6224619 commit 62885ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The main difference between metrics and traces is therefore that metrics are sys
To add metrics use the [`metrics`][metrics] crate.

1. Add the code emitting the metric.
2. Add the metrics description in the crate's metrics describer module, e.g.: [stages metrics describer](https://github.com/paradigmxyz/reth/blob/main/crates/stages/src/metrics.rs).
2. Add the metrics description in the crate's metrics describer module, e.g.: [network metrics describer](https://github.com/paradigmxyz/reth/blob/main/crates/net/network/src/metrics.rs).
3. Document the metric in this file.

#### Metric anatomy
Expand Down

0 comments on commit 62885ea

Please sign in to comment.