Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add StatsD counters for media resolution results #405

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

johnshaughnessy
Copy link
Contributor

@johnshaughnessy johnshaughnessy commented Aug 8, 2020

Adds telemetry to media resolution results.
This may be partially redundant with the more specific request types (for example:

        Statix.increment("ret.media_resolver.poly.requests")

and

        Statix.increment("ret.media_resolver.poly.ok")

), but still seems useful for monitoring server health.

Note: I don't know how to test this without simply deploying it because it looks like Statix is only configured for prod.

@johnshaughnessy johnshaughnessy merged commit fb61b11 into master Dec 23, 2020
@johnshaughnessy johnshaughnessy deleted the feature/statix-media-resolution branch December 23, 2020 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant