hadoop_exporter
hadoop_exporter copied to clipboard
Updated deprecated prometheus.Handler to promhttp.Handler
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/