# Prometheus scrape config (S-16a, ADR-0023). For the backplane slice it scrapes # only itself; the .NET services' /metrics scrape targets are added in S-16c # (#124) when the services expose metrics. global: scrape_interval: 15s scrape_configs: - job_name: prometheus static_configs: - targets: ['localhost:9090']