mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Fix comment about Graphite mapping of dimensions.
This commit is contained in:
parent
e83f05fe93
commit
d3b53bd7f0
|
@ -56,7 +56,7 @@ func pathFromMetric(m model.Metric, prefix string) string {
|
||||||
}
|
}
|
||||||
sort.Sort(labels)
|
sort.Sort(labels)
|
||||||
|
|
||||||
// For each label, in order, add ".<label>=<value>".
|
// For each label, in order, add ".<label>.<value>".
|
||||||
for _, l := range labels {
|
for _, l := range labels {
|
||||||
v := m[l]
|
v := m[l]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue