Skip to content

🐳 Exports hadoop namenode metrics via HTTP for Prometheus consumption

License

Notifications You must be signed in to change notification settings

epilet/hadoop_exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop namenode exporter for Prometheus

Docker Badge

Original repository: wyukawa/hadoop_exporter

Exports hadoop namenode metrics via HTTP for Prometheus consumption.

Changes from the original repository

  • Used glide to manage dependencies
  • Dockerized and deployed to DockerHub for easier access

How to run

docker run epilet/hadoop_exporter \
  -namenode.jmx.url http://localhost:50070/jmx
  -web.listen-address :9070
  -web.telemetry-path /metrics

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%