-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
inst: grpcgRPC instrumentationgRPC instrumentation
Description
We currently have very noisy traces due to most grpc codes being included as errors by default. After digging into the codebase I found grpc.server.error.statuses
to configure this. Based on the docs for the HTTP statuses, I came up with 2,10,13-15
. When I start up, I see this in the logs:
Invalid config for grpc.server.error.statuses: '2,10,13-15'. Must be formatted like '400-403,405,410-499'.
I don't really understand what the difference is.. what's the right format I should use here?
Metadata
Metadata
Assignees
Labels
inst: grpcgRPC instrumentationgRPC instrumentation