File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build --features=parse_headers
1212build --dynamic_mode=off
1313
1414common --noenable_workspace
15- common --remote_download_all
15+ common --remote_download_minimal
1616
1717# Avoid using c:\windows\system32\bash.exe
1818common:windows --shell_executable="c:\\program files\\git\\usr\\bin\\bash.exe"
@@ -106,12 +106,12 @@ common --incompatible_config_setting_private_default_visibility
106106common --incompatible_disable_native_repo_rules
107107common --incompatible_disable_non_executable_java_binary
108108# For jetbrains bazel plugin
109- # common --incompatible_disable_target_provider_fields
109+ common --incompatible_disable_target_provider_fields
110110common --incompatible_disallow_empty_glob
111111common --incompatible_disallow_struct_provider_syntax
112112common --incompatible_strict_action_env
113113# Enabled for the experimental JetBrains bazel plugin
114- # common --incompatible_struct_has_no_methods
114+ common --incompatible_struct_has_no_methods
115115common --incompatible_use_plus_in_repo_names
116116
117117
Original file line number Diff line number Diff line change 11#if defined(_MSC_VER)
22#include < opentelemetry/exporters/etw/etw_logger.h>
33#include < opentelemetry/exporters/etw/etw_tracer.h>
4+ #endif
5+
46#include < opentelemetry/exporters/otlp/otlp_grpc_forward_proxy.h>
5- #endif
Original file line number Diff line number Diff line change @@ -372,12 +372,12 @@ void OtlpGrpcForwardProxy::Shutdown()
372372 impl->server ->Shutdown ();
373373}
374374
375- void EnableDefaultHealthCheckService (bool enable)
375+ void OtlpGrpcForwardProxy:: EnableDefaultHealthCheckService (bool enable)
376376{
377377 grpc::EnableDefaultHealthCheckService (enable);
378378}
379379
380- void InitProtoReflectionServerBuilderPlugin ()
380+ void OtlpGrpcForwardProxy:: InitProtoReflectionServerBuilderPlugin ()
381381{
382382 grpc::reflection::InitProtoReflectionServerBuilderPlugin ();
383383}
You can’t perform that action at this time.
0 commit comments