We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7532842 commit 1c0b495Copy full SHA for 1c0b495
Dockerfile
@@ -19,5 +19,10 @@ COPY --link --chown=${SOLR_UID}:${SOLR_GID} \
19
security.json \
20
/var/solr/data/security.json
21
22
+WORKDIR /jmx
23
+ADD --link --chmod=644 https://github.com/prometheus/jmx_exporter/releases/download/1.4.0/jmx_prometheus_javaagent-1.4.0.jar jmx_prometheus_javaagent.jar
24
+COPY --chmod=644 jmx.yml ./
25
+
26
+WORKDIR /opt/solr
27
USER solr
28
VOLUME ["${SOLR_CORE_DIR}/data"]
jmx.yml
@@ -0,0 +1,3 @@
1
+rules:
2
+- pattern: ".*"
3
0 commit comments