Skip to content

How to configure grpc.server.error.statuses #5679

@aiguofer

Description

@aiguofer

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 instrumentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions