agent { pathConfigs: [ { name: "App1 metrics" path: app1_metrics labels: "{\"key1\": \"value1\", \"key2\": 2}" url: "http://app1.local:9100/metrics" }, { name: "App2 metrics" path: app2_metrics labels: "{\"key3\": \"value3\", \"key4\": 4}" url: "http://app2.local:9100/metrics" }, { name: "App3 metrics" path: app3_metrics labels: "{\"key5\": \"value5\", \"key6\": 6}" url: "http://app3.local:9100/metrics" } ] }