mozilla-services / autopush

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

feat: fixup metrics + tags #1407

Closed pjenvey closed 4 years ago

pjenvey commented 4 years ago

Description

remove datadog's ThreadStats (as it only speaks datadog's http protocol) w/ markus backed by the plain statsd compatible Datadog backend

upgrade datadog to avoid its own telemetry metrics producing garbage tags

Note:

This is simplified from #1401 and has a couple other fixes:

Testing

Running against a local statsd collector produces expected metrics + tags

Issue(s)

Closes #1400

sciurus commented 4 years ago

LGTM!