1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-06 09:44:54 +01:00

Merge pull request #2614 from Soot3/main

Update naming.md
This commit is contained in:
Björn Rabenstein
2025-03-20 22:30:03 +01:00
committed by GitHub

View File

@@ -43,9 +43,8 @@ A metric name...
* <code>prometheus\_tsdb\_head\_truncations\_closed\_total</code>
* <code>prometheus\_tsdb\_head\_truncations\_established\_total</code>
* <code>prometheus\_tsdb\_head\_truncations\_failed\_total</code>
* <code>prometheus\_tsdb\_head\_truncations\_total</code>
The following examples are also valid, but are following a different trade-off. They are easier to read individually, but unrelated metrics like <code>prometheus\_tsdb\_head\_series</code> might get sorted in between.
* <code>prometheus\_tsdb\_head\_truncations\_total</code><br/>
The following examples are also valid, but are following a different trade-off. They are easier to read individually, but unrelated metrics like <code>prometheus\_tsdb\_head\_series</code> might get sorted in between.
* <code>prometheus\_tsdb\_head\_closed\_truncations\_total</code>
* <code>prometheus\_tsdb\_head\_established\_truncations\_total</code>
* <code>prometheus\_tsdb\_head\_failed\_truncations\_total</code>