File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
- Add the ` ReadOnlySpan ` and ` ReadWriteSpan ` interfaces to provide better control for accessing span data. (#1360 )
14
14
- ` NewGRPCDriver ` function returns a ` ProtocolDriver ` that maintains a single gRPC connection to the collector. (#1369 )
15
15
- ` NewSplitDriver ` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418 )
16
+ - A new HTTP driver for OTLP exporter in ` exporters/otlp/otlphttp ` . Currently it only supports the binary protobuf payloads. (#1420 )
16
17
17
18
### Changed
18
19
@@ -23,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
23
24
- Remove duplicate checkout from GitHub Actions workflow (#1407 )
24
25
- ` NewExporter ` from ` exporters/otlp ` now takes a ` ProtocolDriver ` as a parameter. (#1369 )
25
26
- Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369 )
27
+ - Moved gRPC driver for OTLP exporter to ` exporters/otlp/otlpgrpc ` . (#1420 )
26
28
27
29
### Removed
28
30
You can’t perform that action at this time.
0 commit comments