accidental tab autocomplete 🔪
This commit is contained in:
parent
2ae1878ef4
commit
c9e0b6b582
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ func (p nginxStatusCollector) scrape(ch chan<- prometheus.Metric) {
|
|||
ch <- prometheus.MustNewConstMetric(p.data.requestsTotal,
|
||||
prometheus.CounterValue, float64(s.Requests), p.ingressClass, p.watchNamespace)
|
||||
ch <- prometheus.MustNewConstMetric(p.data.connections,
|
||||
prometheus.GaugeValue, float64(s.Reading), pconnections.ingressClass, p.watchNamespace, "reading")
|
||||
prometheus.GaugeValue, float64(s.Reading), p.ingressClass, p.watchNamespace, "reading")
|
||||
ch <- prometheus.MustNewConstMetric(p.data.connections,
|
||||
prometheus.GaugeValue, float64(s.Writing), p.ingressClass, p.watchNamespace, "writing")
|
||||
ch <- prometheus.MustNewConstMetric(p.data.connections,
|
||||
|
|
Loading…
Reference in a new issue