Update instructions to add laconicd endpoint to blackbox scrape config

This commit is contained in:
Prathamesh Musale 2024-04-10 14:50:32 +05:30
parent 9cd6235109
commit c4b05ac8a0
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ laconic-so --stack monitoring deploy create --spec-file monitoring-spec.yml --de
- targets: - targets:
- <HTTP_ENDPOINT_1> - <HTTP_ENDPOINT_1>
- <HTTP_ENDPOINT_2> - <HTTP_ENDPOINT_2>
- <LACONICD_GQL_ENDPOINT>
``` ```
* Postgres (in-stack exporter): * Postgres (in-stack exporter):

View File

@ -46,6 +46,7 @@ Add the following scrape configs to prometheus config file (`monitoring-watchers
static_configs: static_configs:
- targets: - targets:
- <AZIMUTH_GATEWAY_GQL_ENDPOINT> - <AZIMUTH_GATEWAY_GQL_ENDPOINT>
- <LACONICD_GQL_ENDPOINT>
... ...
- job_name: laconicd - job_name: laconicd
static_configs: static_configs: