cactus / go-camo

A secure image proxy server
MIT License
254 stars 48 forks source link

Move the setting of CollectMetrics to before constructing the Proxy #48

Closed craigmiskell-gitlab closed 4 years ago

craigmiskell-gitlab commented 4 years ago

It's not possible to move the entire Metrics setup to before the proxy because it needs the router (which needs the proxy)

Description

Ensures collecting of metrics actually works

Checklist

dropwhile commented 4 years ago

thanks!

SuperQ commented 4 years ago

Thanks @craigmiskell-gitlab!