public interface LatencyPercentileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getLatencyMicros()
percent-th percentile of latency observed, in microseconds.
|
int |
getPercent()
Percentage of samples this data point applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPercent()
Percentage of samples this data point applies to.
int32 percent = 1;long getLatencyMicros()
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.
int64 latency_micros = 2;Copyright © 2022 Google LLC. All rights reserved.