Skip to content

Commit 95f0ab1

Browse files
committed
fix otel template
1 parent e7361cc commit 95f0ab1

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
@@ -296,7 +296,7 @@ service:
296296
receivers:
297297
{{- range $receiver := $pipeline.Receivers }}
298298
{{- if eq $receiver "tcplog/nginx_app_protect" }}
299-
- tcplog/nginx_app_protect:
299+
- tcplog/nginx_app_protect
300300
{{- else }}
301301
- {{ $receiver }}
302302
{{- end }}

0 commit comments

Comments
 (0)