Fix inverted labels

This commit is contained in:
Łukasz Mierzwa
2017-07-10 11:38:40 -07:00
parent 4b3785ef00
commit c1645a2e8e

View File

@@ -108,8 +108,8 @@ func (c *unseeCollector) Collect(ch chan<- prometheus.Metric) {
prometheus.GaugeValue,
count,
am.Name,
reciver,
state,
reciver,
)
}
}