You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have a high rate of /send_metrics requests, both /metrics and /ping will time out. Because /ping is used for liveness check, the pod will be killed, and we end up dropping metrics. Initially, I thought it was related to webrick #146, but it is more likely to be this global mutex
If we have a high rate of /send_metrics requests, both /metrics and /ping will time out. Because /ping is used for liveness check, the pod will be killed, and we end up dropping metrics. Initially, I thought it was related to webrick #146, but it is more likely to be this global mutex
prometheus_exporter/lib/prometheus_exporter/server/collector.rb
Line 10 in 239e2c6
We have about ~800 metrics, but the remote /send_metrics is about ~1000/s.
The text was updated successfully, but these errors were encountered: