public interface MetricsServiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GrpcService |
getGrpcService()
The upstream gRPC cluster that hosts the metrics service.
|
GrpcServiceOrBuilder |
getGrpcServiceOrBuilder()
The upstream gRPC cluster that hosts the metrics service.
|
com.google.protobuf.BoolValue |
getReportCountersAsDeltas()
If true, counters are reported as the delta between flushing intervals.
|
com.google.protobuf.BoolValueOrBuilder |
getReportCountersAsDeltasOrBuilder()
If true, counters are reported as the delta between flushing intervals.
|
ApiVersion |
getTransportApiVersion()
API version for metric service transport protocol.
|
int |
getTransportApiVersionValue()
API version for metric service transport protocol.
|
boolean |
hasGrpcService()
The upstream gRPC cluster that hosts the metrics service.
|
boolean |
hasReportCountersAsDeltas()
If true, counters are reported as the delta between flushing intervals.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGrpcService()
The upstream gRPC cluster that hosts the metrics service.
.envoy.config.core.v4alpha.GrpcService grpc_service = 1 [(.validate.rules) = { ... }GrpcService getGrpcService()
The upstream gRPC cluster that hosts the metrics service.
.envoy.config.core.v4alpha.GrpcService grpc_service = 1 [(.validate.rules) = { ... }GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The upstream gRPC cluster that hosts the metrics service.
.envoy.config.core.v4alpha.GrpcService grpc_service = 1 [(.validate.rules) = { ... }int getTransportApiVersionValue()
API version for metric service transport protocol. This describes the metric service gRPC endpoint and version of messages used on the wire.
.envoy.config.core.v4alpha.ApiVersion transport_api_version = 3 [(.validate.rules) = { ... }ApiVersion getTransportApiVersion()
API version for metric service transport protocol. This describes the metric service gRPC endpoint and version of messages used on the wire.
.envoy.config.core.v4alpha.ApiVersion transport_api_version = 3 [(.validate.rules) = { ... }boolean hasReportCountersAsDeltas()
If true, counters are reported as the delta between flushing intervals. Otherwise, the current counter value is reported. Defaults to false. Eventually (https://github.com/envoyproxy/envoy/issues/10968) if this value is not set, the sink will take updates from the :ref:`MetricsResponse <envoy_api_msg_service.metrics.v4alpha.StreamMetricsResponse>`.
.google.protobuf.BoolValue report_counters_as_deltas = 2;com.google.protobuf.BoolValue getReportCountersAsDeltas()
If true, counters are reported as the delta between flushing intervals. Otherwise, the current counter value is reported. Defaults to false. Eventually (https://github.com/envoyproxy/envoy/issues/10968) if this value is not set, the sink will take updates from the :ref:`MetricsResponse <envoy_api_msg_service.metrics.v4alpha.StreamMetricsResponse>`.
.google.protobuf.BoolValue report_counters_as_deltas = 2;com.google.protobuf.BoolValueOrBuilder getReportCountersAsDeltasOrBuilder()
If true, counters are reported as the delta between flushing intervals. Otherwise, the current counter value is reported. Defaults to false. Eventually (https://github.com/envoyproxy/envoy/issues/10968) if this value is not set, the sink will take updates from the :ref:`MetricsResponse <envoy_api_msg_service.metrics.v4alpha.StreamMetricsResponse>`.
.google.protobuf.BoolValue report_counters_as_deltas = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.