You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc.client.call.retries | Histogram | {retry} | grpc.method, grpc.target | Number of retries during the client call. If there were no retries, 0 is not reported.
78
+
grpc.client.call.transparent_retries | Histogram | {transparent_retry} | grpc.method, grpc.target | Number of transparent retries during the client call. If there were no transparent retries, 0 is not reported.
79
+
grpc.client.call.hedges | Histogram | {hedge} | grpc.method, grpc.target | Number of hedges during the client call. If there were no hedges, 0 is not reported.
80
+
grpc.client.call.retry_delay | Histogram | s | grpc.method, grpc.target | Total time of delay while there is no active attempt during the client call.
81
+
82
+
Refer [A96: OTel Metrics for Retries] for details.
83
+
71
84
#### Server Instruments
72
85
73
86
Name | Type | Unit | Labels (required) | Description
@@ -167,6 +180,7 @@ Python | [Python Example]
167
180
*[A66: OpenTelemetry Metrics]
168
181
*[A78: gRPC OTel Metrics for WRR, Pick First, and XdsClient]
0 commit comments