Update instructions to add laconicd endpoints to blackbox scrape config
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 36s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m0s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m22s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m0s
Smoke Test / Run basic test suite (pull_request) Successful in 4m30s

This commit is contained in:
Prathamesh Musale 2024-04-10 14:50:32 +05:30
parent 9cd6235109
commit 7ae45e2514
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:
- <HTTP_ENDPOINT_1>
- <HTTP_ENDPOINT_2>
- <LACONICD_REST_ENDPOINT>
```
* Postgres (in-stack exporter):

View File

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