From b869adab020513832859e7b2ad1c536545ece559 Mon Sep 17 00:00:00 2001 From: AJStonewee Date: Thu, 1 Aug 2024 03:18:07 -0400 Subject: [PATCH] doc: replace expired example (#9973) --- docs/design/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/metrics.md b/docs/design/metrics.md index 110c923f3..0ac1f71c9 100644 --- a/docs/design/metrics.md +++ b/docs/design/metrics.md @@ -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