Skip to content

Commit

Permalink
Merge pull request #966 from joshuabaird/chore/fluentd-plugin-prom
Browse files Browse the repository at this point in the history
Adds the fluent-plugin-prometheus plugin to fluentd.
  • Loading branch information
benjaminhuo authored Oct 30, 2023
2 parents 58a850a + 0ce5173 commit a5b726f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fluent-watcher/fluentd/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN apk update \
fluent-plugin-grafana-loki \
fluent-plugin-cloudwatch-logs \
fluent-plugin-datadog \
fluent-plugin-prometheus \
&& apk del .build-deps \
&& rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem /usr/lib/ruby/gems/2.*/gems/fluentd-*/test

Expand Down
1 change: 1 addition & 0 deletions cmd/fluent-watcher/fluentd/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN apt-get update \
fluent-plugin-aws-elasticsearch-service \
fluent-plugin-opensearch \
fluent-plugin-datadog \
fluent-plugin-prometheus \
&& echo "plugin installed." \
&& wget -O /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 \
&& cd /tmp && tar -xjf jemalloc-5.3.0.tar.bz2 && cd jemalloc-5.3.0/ \
Expand Down
1 change: 1 addition & 0 deletions cmd/fluent-watcher/fluentd/Dockerfile.arm64.base
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update \
fluent-plugin-aws-elasticsearch-service \
fluent-plugin-opensearch \
fluent-plugin-datadog \
fluent-plugin-prometheus \
&& wget -O /tmp/jemalloc-4.5.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/4.5.0/jemalloc-4.5.0.tar.bz2 \
&& cd /tmp && tar -xjf jemalloc-4.5.0.tar.bz2 && cd jemalloc-4.5.0/ \
&& ./configure && make \
Expand Down

0 comments on commit a5b726f

Please sign in to comment.