Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc776 uint32_t requests_per_million = 0; in ParseDropCategory() local
785 requests_per_million = in ParseDropCategory()
789 drop_config->AddCategory(std::move(category), requests_per_million); in ParseDropCategory()