4. Run kafka and see metrics
Run zookeeper.
bin/zookeeper-server-start.sh config/zookeeper.propertiesRun kafka server.
bin/kafka-server-start.sh config/server.propertiesCheck prometheus metrics.
http://localhost:12345/metricsFurther
Now that I have an endpoint for prometheus. Prometheus can collect this and grafana can visualize it.
Last updated