chore(monitoring): docker compose configuration for Grafana & Prometheus (#1391)

This commit is contained in:
Alexey Shekhirin
2023-02-17 23:27:18 +08:00
committed by GitHub
parent 54b6a4ae94
commit 4e31c89c08
6 changed files with 70 additions and 3 deletions

View File

@ -3,5 +3,4 @@ scrape_configs:
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['localhost:9000']
- targets: ['localhost:9000', 'host.docker.internal:9000']