Update Blackbox Exporter authored by Administrator's avatar Administrator
...@@ -29,5 +29,5 @@ To probe an endpoint Prometheus has to have targets which to probe - the followi ...@@ -29,5 +29,5 @@ To probe an endpoint Prometheus has to have targets which to probe - the followi
target_label: __address__ target_label: __address__
static_configs: static_configs:
- targets: - targets:
- https://<your_url_here>.ee # There can be multiple targets under the same job - https://your_url_here # There can be multiple targets under the same job
``` ```
\ No newline at end of file