The web application is the application which manages all the targets. We want to check with the web application to get the real status of the target. Then if the target is with a "monitored" status, we expect there will be an alert triggered.
So can Prometheus send this kind of check/command to the web application to get the target real status? On Tuesday, December 7, 2021 at 9:18:46 PM UTC+8 Brian Candler wrote: > If you are *testing* a remote web UI: > https://github.com/prometheus/blackbox_exporter/ > > If you want to *collect data* from a remote web UI, then you'll need to > scrape the HTML to extract the metrics you want, and convert them into > OpenMetrics format. Usually it's better to look for an API that you can > query, or add prometheus metrics exposition into the app itself. > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/73c87ed4-413a-4e96-be0e-87da9689ba12n%40googlegroups.com.

