View Source Envoy.Api.V2.Endpoint.ClusterStats (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Api.V2.Endpoint.ClusterStats{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], cluster_name: String.t(), cluster_service_name: String.t(), dropped_requests: [Envoy.Api.V2.Endpoint.ClusterStats.DroppedRequests.t()], load_report_interval: Google.Protobuf.Duration.t() | nil, total_dropped_requests: non_neg_integer(), upstream_locality_stats: [Envoy.Api.V2.Endpoint.UpstreamLocalityStats.t()] }