Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit de137eb

Browse files
author
Ramon Nogueira
authored
Add explicit reference for status code strings (#97)
1 parent de975ac commit de137eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

stats/gRPC.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ All client metrics should be tagged with the following.
5151
metrics.
5252
`grpc_client_status` is set when an outgoing request finishes and is only available around metrics
5353
recorded at the end of the outgoing request.
54+
Status codes should be stringified according to:
55+
https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
5456

5557
### Default views
5658

@@ -96,8 +98,11 @@ All server metrics should be tagged with the following.
9698

9799
`grpc_server_method` is set when an incoming request starts and is available in the context for
98100
the entire RPC call handling.
101+
99102
`grpc_server_status` is set when an incoming request finishes and is only available around metrics
100103
recorded at the end of the incoming request.
104+
Status codes should be stringified according to:
105+
https://github.com/grpc/grpc/blob/master/doc/statuscodes.md
101106

102107
### Default views
103108

0 commit comments

Comments
 (0)