Merge pull request #141 from cloudflare/fix-metric-labels

Fix inverted labels
This commit is contained in:
Łukasz Mierzwa
2017-07-10 11:53:46 -07:00
committed by GitHub
+1 -1
View File
@@ -108,8 +108,8 @@ func (c *unseeCollector) Collect(ch chan<- prometheus.Metric) {
prometheus.GaugeValue,
count,
am.Name,
reciver,
state,
reciver,
)
}
}