LatencyMetrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)Latency metrics for a component.
Attributes |
|
|---|---|
| Name | Description |
p50_latency |
google.protobuf.duration_pb2.Duration
Output only. The 50th percentile latency. |
p90_latency |
google.protobuf.duration_pb2.Duration
Output only. The 90th percentile latency. |
p99_latency |
google.protobuf.duration_pb2.Duration
Output only. The 99th percentile latency. |
call_count |
int
Output only. The number of times the resource was called. |