mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
* Use the new prometheus http API The new recommended way of using the prometheus http handler is through the promhttp package: https://github.com/prometheus/client_golang/releases/tag/v0.8.0 (Separated HTTP exposition, allowing custom HTTP handlers (package promhttp)) * ListenAndServe always returns a non-nil error * updated vendored dependencies