Fix comment about Graphite mapping of dimensions.

This commit is contained in:
Julius Volz 2016-03-23 00:38:32 +01:00
parent e83f05fe93
commit d3b53bd7f0
1 changed files with 1 additions and 1 deletions

View File

@ -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]