Skip to content

Commit

Permalink
Revert "expose fluentd metrics also on IPv6" (#1892)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
  • Loading branch information
pepov authored Dec 19, 2024
1 parent 0a15baf commit 3422190
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/resources/fluentd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@ var fluentdInputTemplate = `
metrics_path {{ .Monitor.Path }}
{{- end }}
</source>
<source>
@type prometheus
@id in_prometheus6
bind "::"
port {{ .Monitor.Port }}
{{- if .Monitor.Path }}
metrics_path {{ .Monitor.Path }}
{{- end }}
</source>
<source>
@type prometheus_monitor
</source>
Expand Down

0 comments on commit 3422190

Please sign in to comment.