# Prometheus configuration for the x0gp dev stack. # Run via `make compose-up`; Prometheus is exposed on http://localhost:9090. global: scrape_interval: 5s evaluation_interval: 10s scrape_configs: - job_name: x0gp-api-gateway static_configs: - targets: ["api-gateway:8080"] metrics_path: /metrics - job_name: prometheus static_configs: - targets: ["localhost:9090"]