From 2b3b1f5bb84be3c059e5647e233b6f4150f74596 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 22 Dec 2020 00:23:01 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7062c744a0..d59d1cb3294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add the `ReadOnlySpan` and `ReadWriteSpan` interfaces to provide better control for accessing span data. (#1360) - `NewGRPCDriver` function returns a `ProtocolDriver` that maintains a single gRPC connection to the collector. (#1369) +- `NewSplitDriver` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418) ### Changed