Class InternalServiceLatency (2.48.0)

InternalServiceLatency(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message to represent the latency of an internal service.

Attributes

Name Description
step str
The name of the internal service.
latency_ms float
The latency of the internal service in milliseconds.
start_time google.protobuf.timestamp_pb2.Timestamp
The start time of the internal service.
complete_time google.protobuf.timestamp_pb2.Timestamp
The completion time of the internal service.