Documentation for automated readers A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers
and AI tools to parse than HTML. The Markdown version is available at
https://grafana.com/docs/learning-paths/haproxy-load-balancer/verify-metrics.md, or by sending
Accept: text/markdown to https://grafana.com/docs/learning-paths/haproxy-load-balancer/verify-metrics/. For broader
documentation discovery, the curated index is available at https://grafana.com/llms.txt
and the complete index is available at https://grafana.com/llms-full.txt.
After configuring the integration, verify that HAProxy metrics are flowing into Grafana Cloud. This step confirms that Alloy is scraping the stats endpoint and successfully forwarding data.
Click Explore in the left-side menu.
Select your Prometheus data source from the data source picker.
In the Metric field, type haproxy_frontend_http_requests_total and select it from the dropdown.
Click Run query. If data appears, HAProxy metrics are being collected successfully.
If no data appears, wait 2-3 minutes for the first scrape to complete, then try again.
You can also try up{job=~".*haproxy.*"} to confirm the scrape target is healthy. A value of 1 means the target is up and being scraped.