Is there any solution to monitor MockServer with grafana using HTTP PUT request? I tried using BlackBox exporter but it doesn't send proper data to grafana. I need to get only the HTTP status of MockServer (200, 404, etc.)
Asked
Active
Viewed 76 times
1 Answers
0
BlackBox exporter not send data directly to Grafana. BlackBox exporter probing endpoints and represent probe results in metrics endpoints. Metrics must collected from Prometheus. Grafana get data from Prometheus and visualise it. BlackBox exporter -> Prometheus -> Grafana

Mihal By
- 162
- 2
- 12
-
Yes, I connected Prometheus-BlackBox exporter to Prometheus and then to grafana but I can't send the PUT request to the mockserver using BlackBox – Alen Siilivask Jul 15 '22 at 12:36
-
need to see bbe config – Mihal By Jul 15 '22 at 12:41
-
BBE config and logs – Mihal By Jul 15 '22 at 13:00