We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d001 commit b7f5073Copy full SHA for b7f5073
modules/grpc/otel/otel-source.cpp
@@ -259,6 +259,8 @@ otel_sd_new(GlobalConfig *cfg)
259
s->super.worker_options.super.stats_source = stats_register_type("opentelemetry");
260
s->super.format_stats_key = _format_stats_key;
261
s->super.worker_construct = _construct_worker;
262
+ s->super.worker_options.super.keep_hostname = TRUE;
263
+ s->super.worker_options.super.chain_hostnames = FALSE;
264
265
return &s->super.super.super;
266
}
0 commit comments