wyukawa / hadoop_exporter

Hadoop exporter
Apache License 2.0
52 stars 64 forks source link

Updated deprecated prometheus.Handler to promhttp.Handler #13

Open shashank734 opened 5 years ago

shashank734 commented 5 years ago

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/