mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(metrics): metrics derive separator (#625)
* fix(metrics): metrics derive separator * fix existing metrics * rm log * static regex
This commit is contained in:
@ -32,7 +32,7 @@ Each metric is identified by a [`Key`][metrics.Key], which itself is composed of
|
||||
|
||||
The `KeyName` represents the actual metric name, and the labels are used to further drill down into the metric.
|
||||
|
||||
For example, a metric that represents stage progress would have a key name of `stage.progress` and a `stage` label that can be used to get the progress of individual stages.
|
||||
For example, a metric that represents stage progress would have a key name of `stage_progress` and a `stage` label that can be used to get the progress of individual stages.
|
||||
|
||||
There will only ever exist one description per metric `KeyName`; it is not possible to add a description for a label, or a `KeyName`/`Label` group.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user