issues
search
fastly
/
fastly-exporter
A Prometheus exporter for the Fastly Real-time Analytics API
Apache License 2.0
99
stars
36
forks
source link
Various drudgery: remove some dependencies, fix up scripts
#65
Closed
peterbourgon
closed
3 years ago
peterbourgon
commented
3 years ago
For a cleaner next release.
Replace go-kit/kit/log with go-kit/log
Replace pkg/errors and errors.Wrap with good old fmt.Errorf with %w
Update fieldgen.fish to be less dopey
For a cleaner next release.