File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## vNext
4
4
5
- - ** Breaking** Remove support for surf HTTP client [ #1537 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/1537 )
5
+ ### Fixed
6
+ - Fix ` tonic() ` to the use correct port. [ #1556 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/1556 )
7
+
8
+ ### Changed
6
9
- Update to tonic 0.11 and prost 0.12 (#1536 )
10
+
11
+ ### Removed
12
+ - ** Breaking** Remove support for surf HTTP client [ #1537 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/1537 )
7
13
- Remove support for grpcio transport (#1534 )
8
14
9
15
## v0.14.0
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ impl Default for TonicExporterBuilder {
149
149
TonicExporterBuilder {
150
150
exporter_config : ExportConfig {
151
151
protocol : crate :: Protocol :: Grpc ,
152
+ endpoint : default_endpoint ( crate :: Protocol :: Grpc ) ,
152
153
..Default :: default ( )
153
154
} ,
154
155
tonic_config,
You can’t perform that action at this time.
0 commit comments