This repository was archived by the owner on Apr 18, 2023. It is now read-only.
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
Option to reduce cardinality of grpc_server_handled_total #93
Open
Description
For each method the grpc_server_handled_total
exposes currently ~17 labels, per each status code. In most cases having just SUCCESS / FAILURE distinction would be enough, and would reduce amount of exported labels, which maybe an issue in case of multiple rpc methods.
For a single data point, imagine a server with 20 RPC methods, each replica will then exports about 400 labels just for RPC statuses.
This 17 labels looks like on par with histrogram metric, that has option to disable it because of the cardinality issue.
Metadata
Metadata
Assignees
Labels
No labels