Skip to content

Commit 8166ec0

Browse files
authored
Update JMX prometheus agent to 1.2.0 (#16)
1 parent 86513fb commit 8166ec0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

example/infra/compose-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# Configure JMX exporter in command, so that the env var is not
99
# set in the container, making it possible to execute kafka cli
1010
# tools without the JMX exporter.
11-
command: sh -c 'KAFKA_JMX_OPTS="-javaagent:/opt/kafka/jmx/jmx_prometheus_javaagent-1.1.0.jar=7071:/opt/kafka/jmx/kafka-jmx-config.yml" /etc/kafka/docker/run'
11+
command: sh -c 'KAFKA_JMX_OPTS="-javaagent:/opt/kafka/jmx/jmx_prometheus_javaagent-1.2.0.jar=7071:/opt/kafka/jmx/kafka-jmx-config.yml" /etc/kafka/docker/run'
1212
healthcheck:
1313
test: ["CMD", "nc", "-z", "benchi-kafka", "9092"]
1414
# health checks happen every 2s, failures in the first 30s are not counted

example/infra/kafka/jmx/jmx_prometheus_javaagent-1.1.0.jar renamed to example/infra/kafka/jmx/jmx_prometheus_javaagent-1.2.0.jar

8.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)