-
Notifications
You must be signed in to change notification settings - Fork 290
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
Allow gRPC error code config similar to HTTP #1137
Comments
@rockywarren-vertex We have a couple questions about your use-case. Can you open a support ticket and we'll reach out? Thanks. |
Received this response from support,
|
Another response,
|
The Scala code we ended up with,
|
@jeremy-lq Is |
The
dd.http.client.error.statuses
config allows you to set a range of status codes that won't be reported as errors and, by default, 4xx errors aren’t reported. A similar config for gRPC so codes likeCanceled
,NotFound
, etc. don't report as errors should be generally helpful.dd-trace-go
added support in March, '19, DataDog/dd-trace-go#414.The text was updated successfully, but these errors were encountered: