mozilla-services / common-rs

Common utilities for Mozilla server side apps
Mozilla Public License 2.0
3 stars 9 forks source link

actix-web-location: with_metrics should take an Arc<StatsdClient> #47

Closed pjenvey closed 2 years ago

pjenvey commented 2 years ago

With actix-web-location now relying on a recent cadence which no longer wraps StatsdClient in an Arc, the LocationConfig should really take an instance the StatsdClient wrapped in an Arc, implying it will be shared between Location lookup and anything else in a thread safe fashion.