You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d2c548d77348 kafka-docker_kafka "start-kafka.sh" 3 minutes ago Up 3 minutes 0.0.0.0:11991->11991/tcp, :::11991->11991/tcp, 0.0.0.0:9098->9092/tcp, :::9098->9092/tcp kafka-docker_kafka_1
eb2695455f65 wurstmeister/zookeeper "/bin/sh -c '/usr/sb…" 3 minutes ago Up 3 minutes 22/tcp, 2888/tcp, 3888/tcp, 0.0.0.0:49164->2181/tcp, :::49164->2181/tcp kafka-docker_zookeeper_1
I can telnet through with telnet replace.internet.ip.address 11991 from my Windows PC, but I tried open the url http://replace.internet.ip.address:11991/metrics and it always failed with 502, does this mean the JMX didn't get enabled?
The text was updated successfully, but these errors were encountered:
I want monitoring kafka running status (via
promethues
andgrafana
, basically follow: https://ibm-cloud-architecture.github.io/refarch-eda/technology/kafka-monitoring/), this is mydocker-compose.yml
to enable theJMX
in kafka:this is the running log:
this is the
docker ps
:I can telnet through with
telnet replace.internet.ip.address 11991
from my Windows PC, but I tried open the urlhttp://replace.internet.ip.address:11991/metrics
and it always failed with 502, does this mean the JMX didn't get enabled?The text was updated successfully, but these errors were encountered: