Verify metrics appear in Grafana Cloud
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_totaland 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 of1means the target is up and being scraped.
Please tell us what didn't work: