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
in the haproxy-2-full.json file on the "Active Sessions" panel, the haproxy_frontend_current_sessions and haproxy_backend_current_sessions metrics are "gauge" metrics rather than "counter", so applying the rate() function obfuscates the data.
I suggest changing these to something like:
sum(haproxy_frontend_current_sessions{proxy=~"$frontend",instance="$host"}) by (instance)
The text was updated successfully, but these errors were encountered:
in the haproxy-2-full.json file on the "Active Sessions" panel, the
haproxy_frontend_current_sessions
andhaproxy_backend_current_sessions
metrics are "gauge" metrics rather than "counter", so applying the rate() function obfuscates the data.I suggest changing these to something like:
The text was updated successfully, but these errors were encountered: