Add grafana dashboard for graph-node subgraphs
Lint Checks / Run linter (pull_request) Successful in 43s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m59s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m57s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 10m10s
Smoke Test / Run basic test suite (pull_request) Successful in 5m19s

This commit is contained in:
2024-05-27 20:10:42 +05:30
parent 1e320e678e
commit 08c72a51fe
3 changed files with 793 additions and 0 deletions
@@ -18,6 +18,8 @@ services:
"/update-grafana-alerts-config.sh && /run.sh"
ports:
- "3000"
extra_hosts:
- "host.docker.internal:host-gateway"
healthcheck:
test: ["CMD", "nc", "-vz", "localhost", "3000"]
interval: 30s