File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
cmd/fluent-watcher/fluentd Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ RUN apk update \
51
51
fluent-plugin-grafana-loki \
52
52
fluent-plugin-cloudwatch-logs \
53
53
fluent-plugin-datadog \
54
+ fluent-plugin-prometheus \
54
55
&& apk del .build-deps \
55
56
&& rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem /usr/lib/ruby/gems/2.*/gems/fluentd-*/test
56
57
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN apt-get update \
57
57
fluent-plugin-aws-elasticsearch-service \
58
58
fluent-plugin-opensearch \
59
59
fluent-plugin-datadog \
60
+ fluent-plugin-prometheus \
60
61
&& echo "plugin installed." \
61
62
&& 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 \
62
63
&& cd /tmp && tar -xjf jemalloc-5.3.0.tar.bz2 && cd jemalloc-5.3.0/ \
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ RUN apt-get update \
47
47
fluent-plugin-aws-elasticsearch-service \
48
48
fluent-plugin-opensearch \
49
49
fluent-plugin-datadog \
50
+ fluent-plugin-prometheus \
50
51
&& 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 \
51
52
&& cd /tmp && tar -xjf jemalloc-4.5.0.tar.bz2 && cd jemalloc-4.5.0/ \
52
53
&& ./configure && make \
You can’t perform that action at this time.
0 commit comments