Rename extra dimensions to extra attributes (#2162)

* Rename extra dimensions to extra attributes

* Moar

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
This commit is contained in:
Anuraag Agrawal 2021-12-11 05:12:10 +09:00 committed by GitHub
parent 3c380cadeb
commit 688c0e9ea4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ metrics.
Common attributes SHOULD be consistently named. This aids in discoverability and
disambiguates similar attributes to metric names.
["As a rule of thumb, **aggregations** over all the dimensions of a given
["As a rule of thumb, **aggregations** over all the attributes of a given
metric **SHOULD** be
meaningful,"](https://prometheus.io/docs/practices/naming/#metric-names) as
Prometheus recommends.