Skip to content

Commit 3e554be

Browse files
committed
Support prometheus plugin
1 parent be9d719 commit 3e554be

File tree

2 files changed

+95
-86
lines changed

2 files changed

+95
-86
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ FROM elasticsearch:5.5.2
2727
COPY elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml
2828
COPY --from=builder /src/build/distributions/tinyauth-0.0.1-SNAPSHOT.zip /
2929
RUN elasticsearch-plugin install file:/tinyauth-0.0.1-SNAPSHOT.zip
30+
31+
COPY elasticsearch-prometheus-exporter-5.5.2.1-SNAPSHOT.zip /
32+
RUN elasticsearch-plugin install file:/elasticsearch-prometheus-exporter-5.5.2.1-SNAPSHOT.zip

0 commit comments

Comments
 (0)