public interface EndpointLoadMetricStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricName()
Name of the metric; may be empty.
|
com.google.protobuf.ByteString |
getMetricNameBytes()
Name of the metric; may be empty.
|
long |
getNumRequestsFinishedWithMetric()
Number of calls that finished and included this metric.
|
double |
getTotalMetricValue()
Sum of metric values across all calls that finished with this metric for
load_reporting_interval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMetricName()
Name of the metric; may be empty.
string metric_name = 1;com.google.protobuf.ByteString getMetricNameBytes()
Name of the metric; may be empty.
string metric_name = 1;long getNumRequestsFinishedWithMetric()
Number of calls that finished and included this metric.
uint64 num_requests_finished_with_metric = 2;double getTotalMetricValue()
Sum of metric values across all calls that finished with this metric for load_reporting_interval.
double total_metric_value = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.