io.envoyproxy.envoy.config.endpoint.v3.UnnamedEndpointLoadMetricStatsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/endpoint/v3/load_report.proto
// Protobuf Java Version: 3.25.5
package io.envoyproxy.envoy.config.endpoint.v3;
public interface UnnamedEndpointLoadMetricStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.endpoint.v3.UnnamedEndpointLoadMetricStats)
com.google.protobuf.MessageOrBuilder {
/**
*
* Number of calls that finished and included this metric.
*
*
* uint64 num_requests_finished_with_metric = 1;
* @return The numRequestsFinishedWithMetric.
*/
long getNumRequestsFinishedWithMetric();
/**
*
* Sum of metric values across all calls that finished with this metric for
* load_reporting_interval.
*
*
* double total_metric_value = 2;
* @return The totalMetricValue.
*/
double getTotalMetricValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy