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:
parent
3c380cadeb
commit
688c0e9ea4
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue