We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0ad70 commit 4a07716Copy full SHA for 4a07716
1 file changed
libdd-data-pipeline/src/trace_exporter/builder.rs
@@ -442,6 +442,7 @@ impl TraceExporterBuilder {
442
client_side_stats: ArcSwap::new(stats.into()),
443
previous_info_state: arc_swap::ArcSwapOption::new(None),
444
info_response_observer,
445
+ telemetry: None,
446
health_metrics_enabled: self.health_metrics_enabled,
447
client: H::new_client(),
448
agent_payload_response_version: self
0 commit comments