ENVOY_LOG(trace, "Sending DiscoveryRequest for {}: {}", type_url, request.ShortDebugString());
auto watch = std::make_unique<GrpcMuxWatchImpl>(resources, callbacks, resource_decoder, type_url,
// TODO(htuch): For RDS/EDS, this will generate a new DiscoveryRequest on each resource we added.
// Consider in the future adding some kind of collation/batching during CDS/LDS updates so that we
ENVOY_LOG(debug, "Decreasing pause count on discovery requests for {} (previous count {})",
ENVOY_LOG(debug, "Received gRPC message for {} at version {}", type_url, message->version_info());
ENVOY_LOG(trace, "API {} paused during queueDiscoveryRequest(), setting pending.", queue_item);
Upstream::LoadStatsReporter* GrpcMuxImpl::loadStatsReporter() const { return lrs_server_.get(); }