mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-26 21:22:33 -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)
|
||||
|
||||
// For each label, in order, add ".<label>=<value>".
|
||||
// For each label, in order, add ".<label>.<value>".
|
||||
for _, l := range labels {
|
||||
v := m[l]
|
||||
|
||||
|
|
Loading…
Reference in a new issue