1host_filter: false 2write_stale_on_shutdown: true 3scrape_configs: 4 - job_name: agent-2 5 static_configs: 6 - targets: ['agent-2:12345'] 7 labels: 8 cluster: 'testdata' 9 origin: 'agent' 10 container: 'agent-2' 11remote_write: 12 - url: http://cortex:9009/api/prom/push 13 14