Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/pkg/agentctl/testdata/agent-1.yaml
4094 views
1
host_filter: false
2
write_stale_on_shutdown: true
3
scrape_configs:
4
- job_name: agent-1
5
static_configs:
6
- targets: ['agent-1:12345']
7
labels:
8
cluster: 'testdata'
9
origin: 'agent'
10
container: 'agent-1'
11
remote_write:
12
- url: http://cortex:9009/api/prom/push
13
14