Commit 8aee214 1 parent 1be83bb commit 8aee214 Copy full SHA for 8aee214
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-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
+ ### Changed
6
6
- Update to tonic 0.11 and prost 0.12 (#1536 )
7
+ - Fix ` tonic() ` to the use correct port. [ #1556 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/1556 )
8
+
9
+ ### Removed
10
+ - ** Breaking** Remove support for surf HTTP client [ #1537 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/1537 )
7
11
- Remove support for grpcio transport (#1534 )
8
12
13
+
9
14
## v0.14.0
10
15
11
16
### Added
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