Add a laconicd Grafana dashboard to monitoring stack #799

Merged
ashwin merged 10 commits from deep-stack/stack-orchestrator:pm-laconicd-metrics into main 2024-04-11 07:59:37 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit c4b05ac8a0 - Show all commits

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_GQL_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_GQL_ENDPOINT>
...
- job_name: laconicd
static_configs: