mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

feat: Add tags back to metrics. #1406

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Description

While this package does not use the officially sanctioned "markus" metrics package, it does use the same Datadog library.

Reviewer Note: this replaces #1401, which does a lot more (replaces metrics libraries with markus, changes base tag handling, etc.) This PR carries less risk for a service that's being rewritten anyway.

Testing

Unit tests included.

Issue(s)

Closes #1400