Home
last modified time | relevance | path

Searched refs:cluster_stats (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1829 const struct envoy_api_v2_endpoint_ClusterStats* const* cluster_stats = in MaybeLogLrsRequest() local
1833 const auto* cluster_stat = cluster_stats[i]; in MaybeLogLrsRequest()
2017 envoy_api_v2_endpoint_ClusterStats* cluster_stats = in CreateLrsRequest() local
2022 cluster_stats, in CreateLrsRequest()
2027 cluster_stats, in CreateLrsRequest()
2036 cluster_stats, arena.ptr()); in CreateLrsRequest()
2046 envoy_api_v2_endpoint_ClusterStats_add_dropped_requests(cluster_stats, in CreateLrsRequest()
2056 cluster_stats, total_dropped_requests); in CreateLrsRequest()
2062 cluster_stats, arena.ptr()); in CreateLrsRequest()
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc2387 envoy_config_endpoint_v3_ClusterStats* cluster_stats = in CreateLrsRequest() local
2392 cluster_stats, StdStringToUpbString(cluster_name)); in CreateLrsRequest()
2396 cluster_stats, StdStringToUpbString(eds_service_name)); in CreateLrsRequest()
2404 cluster_stats, arena.ptr()); in CreateLrsRequest()
2415 cluster_stats, arena.ptr()); in CreateLrsRequest()
2425 cluster_stats, total_dropped_requests); in CreateLrsRequest()
2431 cluster_stats, arena.ptr()); in CreateLrsRequest()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dlrs.proto68 repeated config.endpoint.v3.ClusterStats cluster_stats = 2; field
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc312 explicit ClientStats(const ClusterStats& cluster_stats) in ClientStats() argument
313 : cluster_name_(cluster_stats.cluster_name()), in ClientStats()
314 total_dropped_requests_(cluster_stats.total_dropped_requests()) { in ClientStats()
316 cluster_stats.upstream_locality_stats()) { in ClientStats()
321 cluster_stats.dropped_requests()) { in ClientStats()
1016 for (const auto& cluster_stats : request.cluster_stats()) { in StreamLoadStats() local
1017 stats.emplace_back(cluster_stats); in StreamLoadStats()
/third_party/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto161 repeated ClusterStats cluster_stats = 2; field