kafka_zookeeper_exporter | Prometheus exporter for Kafka cluster state | Pub Sub library
kandi X-RAY | kafka_zookeeper_exporter Summary
kandi X-RAY | kafka_zookeeper_exporter Summary
Prometheus exporter for Kafka cluster state stored in ZooKeeper
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kafka_zookeeper_exporter
kafka_zookeeper_exporter Key Features
kafka_zookeeper_exporter Examples and Code Snippets
Community Discussions
Trending Discussions on kafka_zookeeper_exporter
QUESTION
I have docker file, and I wish to run it at my coreos machine .
I run:
docker run cloudflare/kafka_zookeeper_exporter
but it says:
Error: image cloudflare/kafka_zookeeper_exporter:latest not found.
while DockerFile exists:
https://github.com/cloudflare/kafka_zookeeper_exporter
what can be the reason and how can I use this branch as docker?
...ANSWER
Answered 2017-Sep-28 at 05:37That is not a docker image, it's a Github code repository. What you need to do instead is docker build -t kafka_zookeeper_exporter . && docker run -ti kafka_zookeeper_exporter
so it will build the Dockerfile
with the tag kafka_zookeeper_exporter
on your local machine, and then you will run that image as a container
Edit 1:
make sure you download that github repo first by doing git clone https://github.com/cloudflare/kafka_zookeeper_exporter.git
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kafka_zookeeper_exporter
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page