Fluentd: Add fluent-plugin-prometheus

This change adds the official prometheus plugin
to our fluentd image, which provides better metrics
than the exporter side car currently being used in
our chart.

Change-Id: I8fa874ead4e397e73302d4d571e78644d7982f6c
This commit is contained in:
Steven Fitzpatrick 2020-03-20 11:32:22 -05:00
parent c78298328e
commit a30882a38b
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ FROM docker.io/fluent/fluentd-kubernetes-daemonset:v1.4.2-debian-elasticsearch-1
RUN gem install \
fluent-plugin-kafka \
fluent-plugin-systemd:1.0.1
fluent-plugin-systemd:1.0.1 \
fluent-plugin-prometheus