Class LatencyPercentile (1.17.1)

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

Latency percentile rank and value.

Attributes

NameDescription
percent int
Percentage of samples this data point applies to.
latency_micros int
percent-th percentile of latency observed, in microseconds. Fraction of percent/100 of samples have latency lower or equal to the value of this field.