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

When sending errors include HTTP status code #123

Merged
merged 1 commit into from
May 13, 2022

Conversation

istathar
Copy link
Member

It turned out we weren't sending response.status_code to the telemetry channel when an error was encountered. We sent error but not the HTTP 500 or whatever.

Also, we were sending it as a string, and while Honeycomb seems to allows that, other specs want it numeric and so make both the normal path and the error path both report the metric as a number.

@istathar istathar self-assigned this May 13, 2022
@istathar istathar added the core-telemetry Issues involving sending telemetry to an observability service label May 13, 2022
@istathar istathar merged commit 94087a2 into aesiniath:main May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-telemetry Issues involving sending telemetry to an observability service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant