Skip to content

yogeshraj-au/zookeeper-jmx-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

zookeeper-jmx-exporter

Docker

This repo contains Dockerfile for Zookeeper along with jmx-exporter. The jmx-exporter will expose the metrics at port 2200.

Build and Run the docker image:

docker build -t zookeeper .
docker run -d --name zookeeper -p 2181:2181 -p 2200:2200 zookeeper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published