forked from signalfx/signalfx-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
agent.yaml
37 lines (31 loc) · 914 Bytes
/
agent.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# *Required* The access token for the org that you wish to send metrics to.
signalFxAccessToken: ${SFX_ACCESS_TOKEN}
ingestUrl: ${SFX_INGEST_URL}
apiUrl: ${SFX_API_URL}
intervalSeconds: 10
etcPath: /hostfs/etc
procPath: /hostfs/proc
runPath: /hostfs/run
varPath: /hostfs/var
sysPath: /hostfs/sys
logging:
# Valid values are 'debug', 'info', 'warning', and 'error'
level: info
# observers are what discover running services in the environment
observers:
- type: docker
monitors:
- {"#from": "/etc/signalfx/monitors/*.yaml", flatten: true, optional: true}
- type: collectd/cpu
- type: collectd/cpufreq
- type: collectd/df
hostFSPath: /hostfs
- type: collectd/disk
- type: collectd/interface
- type: collectd/load
- type: collectd/memory
- type: collectd/signalfx-metadata
- type: host-metadata
- type: collectd/vmem
- type: docker-container-stats
enableBuiltInFiltering: true