We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a12fe commit d080064Copy full SHA for d080064
internal/mode/static/provisioner/templates.go
@@ -61,15 +61,15 @@ log:
61
{{- if .EnableMetrics }}
62
collector:
63
receivers:
64
- host_metrics:
65
- collection_interval: 1m0s
66
- initial_delay: 1s
67
- scrapers:
68
- cpu: {}
69
- memory: {}
70
- disk: {}
71
- network: {}
72
- filesystem: {}
+ host_metrics:
+ collection_interval: 1m0s
+ initial_delay: 1s
+ scrapers:
+ cpu: {}
+ memory: {}
+ disk: {}
+ network: {}
+ filesystem: {}
73
processors:
74
batch: {}
75
exporters:
0 commit comments