Skip to content

Commit d080064

Browse files
committed
Fix metrics template
1 parent e4a12fe commit d080064

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

internal/mode/static/provisioner/templates.go

+9-9
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ log:
6161
{{- if .EnableMetrics }}
6262
collector:
6363
receivers:
64-
host_metrics:
65-
collection_interval: 1m0s
66-
initial_delay: 1s
67-
scrapers:
68-
cpu: {}
69-
memory: {}
70-
disk: {}
71-
network: {}
72-
filesystem: {}
64+
host_metrics:
65+
collection_interval: 1m0s
66+
initial_delay: 1s
67+
scrapers:
68+
cpu: {}
69+
memory: {}
70+
disk: {}
71+
network: {}
72+
filesystem: {}
7373
processors:
7474
batch: {}
7575
exporters:

0 commit comments

Comments
 (0)