We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be83bb commit 1b70bd8Copy full SHA for 1b70bd8
opentelemetry-otlp/src/exporter/tonic/mod.rs
@@ -149,6 +149,7 @@ impl Default for TonicExporterBuilder {
149
TonicExporterBuilder {
150
exporter_config: ExportConfig {
151
protocol: crate::Protocol::Grpc,
152
+ endpoint: default_endpoint(crate::Protocol::Grpc),
153
..Default::default()
154
},
155
tonic_config,
0 commit comments