Skip to content

Commit 0ed6337

Browse files
committed
turn off otel metrics
1 parent 81aeb17 commit 0ed6337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/collector/otelcol.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ extensions:
215215
{{- end }}
216216

217217
service:
218-
{{- if .Log.Path}}
219218
telemetry:
220219
metrics:
221220
level: none
221+
{{- if .Log.Path}}
222222
logs:
223223
level: {{ .Log.Level }}
224224
output_paths: ["{{ .Log.Path -}}"]

0 commit comments

Comments
 (0)