[Gpr_To_Absl_Logging]

pull/37496/head
tanvi-jagtap 7 months ago
parent fd6efc0b83
commit f3e41ed6bc
  1. 1
      src/core/client_channel/dynamic_filters.cc
  2. 1
      src/core/client_channel/local_subchannel_pool.cc
  3. 1
      src/core/ext/filters/stateful_session/stateful_session_filter.cc
  4. 1
      src/core/resolver/binder/binder_resolver.cc
  5. 1
      src/core/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
  6. 1
      src/python/grpcio_observability/grpc_observability/observability_util.cc

@ -27,7 +27,6 @@
#include "absl/log/log.h"
#include "absl/status/statusor.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/channel_stack_builder_impl.h"

@ -24,7 +24,6 @@
#include "absl/log/check.h"
#include "src/core/client_channel/subchannel.h"
namespace grpc_core {

@ -37,7 +37,6 @@
#include "absl/strings/strip.h"
#include "absl/types/optional.h"
#include "src/core/ext/filters/stateful_session/stateful_session_service_config_parser.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/config/core_configuration.h"

@ -43,7 +43,6 @@
#include "absl/strings/string_view.h"
#include "absl/strings/strip.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/config/core_configuration.h"
#include "src/core/lib/gprpp/orphanable.h"

@ -39,7 +39,6 @@
#include "absl/log/check.h"
#include "absl/strings/str_cat.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/error.h"

@ -27,7 +27,6 @@
#include "python_observability_context.h"
#include "server_call_tracer.h"
namespace grpc_observability {
std::queue<CensusData>* g_census_data_buffer;

Loading…
Cancel
Save