mxschmitt / fritzbox_exporter

Prometheus Exporter for FRITZ!Box (TR64 and UPnP)
https://mxschmitt.github.io/fritzbox_exporter
Apache License 2.0
58 stars 17 forks source link

Fix for breaking change in Prometheus Golang Client #11

Closed marcusleg closed 5 years ago

marcusleg commented 5 years ago

Version 1.0 removed the previously deprecated prometheus.handler() function. It is now provided by the promhttp package.

Without this fix builds of _fritzboxexporter program will fail.