global: scrape_configs: - job_name: 'backstory' scrape_interval: 5s metrics_path: /api/1.0/metrics scheme: https static_configs: - targets: ['backstory:8911'] tls_config: insecure_skip_verify: true - job_name: 'backstory-prod' scrape_interval: 5s metrics_path: /api/1.0/metrics scheme: http static_configs: - targets: ['backstory-prod:8911'] tls_config: insecure_skip_verify: true