mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00: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 New Issue
Block a user