hadoop_exporter
hadoop_exporter copied to clipboard
Hadoop exporter
when i run 'go build namenode_exporter.go', I got this question, How to solve this problem?
- Add const labels - Update prometheus client
- moving independent binaries (`main()`) to `cmd/` - creating build targets on Makefile
prometheus.Handler is deprecated and giving an error in new versions "undefined: prometheus.Handler" Updated this with new promhttp.Handler Reference : https://prometheus.io/docs/guides/go-application/
prometheus.Handler is deprecated and giving an error in new versions "undefined: prometheus.Handler" Updated this with new promhttp.Handler Reference : https://prometheus.io/docs/guides/go-application/
Prevent exporter from crashing if it is unable to contact namenode/resourcemanager. Currently if the exporter is started before the namenode/resourcemanager has had time to start, and is scraped by prometheus,...
Add transport layer for connection managing and support Namenode/JMX over HTTPS.
* unchecked resp.Body (or resp?!) in namenode exporter: https://github.com/wyukawa/hadoop_exporter/blob/master/namenode_exporter.go#L169 * unchecked resp.Body (or resp?!) in journalnode exporter: https://github.com/Datatamer/hadoop_exporter/blob/master/journalnode/journalnode_exporter.go#L99 bug detected in journalnode-exporter (shares exact same logic) from Datatamer fork. Before...
building on the latest updates of https://github.com/Datatamer/hadoop_exporter which contains already an extra exporter for the 'journalnode' (added by @laferrieren) 👍