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 f008277 commit 3223a2cCopy full SHA for 3223a2c
test/e2e-v2/cases/kafka/kafka-monitoring/Dockerfile
@@ -18,7 +18,7 @@ FROM bitnami/kafka:2.4.1
18
19
# Download the JMX Prometheus Java Agent and config file
20
ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.18.0/jmx_prometheus_javaagent-0.18.0.jar /etc/jmx_prometheus_javaagent-0.18.0.jar
21
-ADD https://raw.githubusercontent.com/prometheus/jmx_exporter/main/example_configs/kafka-2_0_0.yml /etc/kafka-2_0_0.yml
+ADD https://raw.githubusercontent.com/prometheus/jmx_exporter/91622ad478015364444e5d63475d1673c09e6268/examples/kafka-2_0_0.yml /etc/kafka-2_0_0.yml
22
23
# Set the necessary permissions for the jar and yml
24
USER root
0 commit comments