We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b5ff5 commit c377cddCopy full SHA for c377cdd
collector/nginx_plus.go
@@ -623,6 +623,7 @@ func (c *NginxPlusCollector) Collect(ch chan<- prometheus.Metric) {
623
c.mutex.Lock() // To protect metrics from concurrent collects
624
defer c.mutex.Unlock()
625
626
+ // FIXME: https://github.com/nginxinc/nginx-prometheus-exporter/issues/858
627
stats, err := c.nginxClient.GetStats(context.TODO())
628
if err != nil {
629
c.upMetric.Set(nginxDown)
0 commit comments