Skip to content

Commit 3422190

Browse files
authored
Revert "expose fluentd metrics also on IPv6" (#1892)
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
1 parent 0a15baf commit 3422190

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/resources/fluentd/config.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@ var fluentdInputTemplate = `
6363
metrics_path {{ .Monitor.Path }}
6464
{{- end }}
6565
</source>
66-
<source>
67-
@type prometheus
68-
@id in_prometheus6
69-
bind "::"
70-
port {{ .Monitor.Port }}
71-
{{- if .Monitor.Path }}
72-
metrics_path {{ .Monitor.Path }}
73-
{{- end }}
74-
</source>
7566
<source>
7667
@type prometheus_monitor
7768
</source>

0 commit comments

Comments
 (0)