Add prometheus blackbox exporter and it's dashboard

This commit is contained in:
2023-12-15 11:24:47 +05:30
parent d9ecd65522
commit 96d4d1e2bf
5 changed files with 1140 additions and 0 deletions
@@ -40,6 +40,11 @@ laconic-so --stack monitoring deploy create --spec-file monitoring-watchers-spec
Add the following scrape configs to prometheus config file (`monitoring-watchers-deployment/config/monitoring/prometheus/prometheus.yml`) in the deployment folder:
```yml
- job_name: 'blackbox'
...
static_configs:
- targets:
- <AZIMUTH_GATEWAY_GQL_ENDPOINT>
...
- job_name: azimuth
metrics_path: /metrics