-
Spike
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
2
-
False
-
-
False
-
?
-
?
-
OBSDA-973 - Enhance metrics collected by RHOSO for FR2
-
?
-
?
-
-
-
CloudOps 2024 Sprint 24
The Prometheus endpoint of an HAProxy can be disabled or enabled by using the haproxy configuration.
This would be the configuration (from https://www.haproxy.com/documentation/haproxy-configuration-tutorials/alerts-and-monitoring/prometheus/#configure-the-prometheus-exporter):
frontend prometheus
bind *:8405
mode http
http-request use-service prometheus-exporter if { path /metrics }
no log