Skip to content

Commit c377cdd

Browse files
committed
Add issue
1 parent d5b5ff5 commit c377cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/nginx_plus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ func (c *NginxPlusCollector) Collect(ch chan<- prometheus.Metric) {
623623
c.mutex.Lock() // To protect metrics from concurrent collects
624624
defer c.mutex.Unlock()
625625

626+
// FIXME: https://github.com/nginxinc/nginx-prometheus-exporter/issues/858
626627
stats, err := c.nginxClient.GetStats(context.TODO())
627628
if err != nil {
628629
c.upMetric.Set(nginxDown)

0 commit comments

Comments
 (0)