File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,21 @@ observe_url: "${OBSERVE_COLLECTION_ENDPOINT}"
7
7
# Debug mode - Sets agent log level to debug
8
8
debug : false
9
9
10
+ # collect metrics and logs pertaining to the agent itself
10
11
self_monitoring :
11
12
enabled : true
12
13
14
+ # collect metrics and logs about the host system
13
15
host_monitoring :
14
16
enabled : true
17
+ # collect logs of all running processes from the host system
15
18
logs :
16
19
enabled : true
17
20
metrics :
21
+ # collect metrics about the host system
18
22
host :
19
23
enabled : true
24
+ # collect metrics about the processes running on the host system
20
25
process :
21
26
enabled : false
22
27
@@ -36,6 +41,6 @@ host_monitoring:
36
41
# exporters: [debug]
37
42
# # This is a net new pipeline
38
43
# logs/new-pipeline:
39
- # receivers: [hostmetrics/host-monitoring ]
44
+ # receivers: [filelog/host_monitoring ]
40
45
# processors: [memory_limiter]
41
46
# exporters: [debug]
Original file line number Diff line number Diff line change @@ -7,16 +7,21 @@ observe_url: "${OBSERVE_COLLECTION_ENDPOINT}"
7
7
# Debug mode - Sets agent log level to debug
8
8
debug : false
9
9
10
+ # collect metrics and logs pertaining to the agent itself
10
11
self_monitoring :
11
12
enabled : true
12
13
14
+ # collect metrics and logs about the host system
13
15
host_monitoring :
14
16
enabled : true
17
+ # collect logs of all running processes from the host system
15
18
logs :
16
19
enabled : true
17
20
metrics :
21
+ # collect metrics about the host system
18
22
host :
19
23
enabled : true
24
+ # collect metrics about the processes running on the host system
20
25
process :
21
26
enabled : false
22
27
@@ -36,6 +41,6 @@ host_monitoring:
36
41
# exporters: [debug]
37
42
# # This is a net new pipeline
38
43
# logs/new-pipeline:
39
- # receivers: [hostmetrics/host-monitoring ]
44
+ # receivers: [filelog/host_monitoring ]
40
45
# processors: [memory_limiter]
41
46
# exporters: [debug]
You can’t perform that action at this time.
0 commit comments