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

Handle echo 400s as not errors in datadog APM #1

Merged
merged 13 commits into from Oct 7, 2022
Merged

Conversation

kevin521
Copy link

@kevin521 kevin521 commented Oct 7, 2022

Forked main datadog and attempting to merge DataDog#1000

@tristan-gill @robbiesch

knusbaum and others added 13 commits September 8, 2021 13:05
This adds improved error detection to the echo integrations. Previously,
any returned error was recorded as an error in the echo span. This patch
causes the integration to inspect the returned error to determine if it is
a echo.HTTPError which it can use to discriminate between real errors (5xx
and up) or non-errors (4xx and below)

Fixes DataDog#987
@kevin521 kevin521 merged commit 76ffd3f into main Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants