0

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.)

1 Answers1

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