Skip to content

Commit bb2e242

Browse files
authored
Merge pull request #2614 from Soot3/main
Update naming.md
2 parents 3539505 + f43d8da commit bb2e242

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/practices/naming.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ A metric name...
4343
* <code>prometheus\_tsdb\_head\_truncations\_closed\_total</code>
4444
* <code>prometheus\_tsdb\_head\_truncations\_established\_total</code>
4545
* <code>prometheus\_tsdb\_head\_truncations\_failed\_total</code>
46-
* <code>prometheus\_tsdb\_head\_truncations\_total</code>
47-
48-
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.
46+
* <code>prometheus\_tsdb\_head\_truncations\_total</code><br/>
47+
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.
4948
* <code>prometheus\_tsdb\_head\_closed\_truncations\_total</code>
5049
* <code>prometheus\_tsdb\_head\_established\_truncations\_total</code>
5150
* <code>prometheus\_tsdb\_head\_failed\_truncations\_total</code>

0 commit comments

Comments
 (0)