QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
332 stars 55 forks source link

github.com/prometheus/common/log is deprecated #83

Closed datamuc closed 1 year ago

datamuc commented 2 years ago

https://github.com/QubitProducts/exporter_exporter/blob/f1fb610e35e2ce467b76afbbc0a8138a3abb051b/service_windows.go#L10

All the other files use "github.com/sirupsen/logrus" and it looks it could be used as a dropin replacement, replacing the import line with

log "github.com/sirupsen/logrus"

seems to do the trick.