From f0c4390273f07e740fbb0fdc576a7817e7dd1e9d Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:13:25 -0700 Subject: [PATCH] update changelog Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cd886eeb3..ebfaf3e7c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add `RecordFactory` in `go.opentelemetry.io/otel/sdk/log/logtest` to facilitate testing the exporter and processor implementations. (#5258) - Add example for `go.opentelemetry.io/otel/exporters/stdout/stdoutlog`. (#5242) - Added support to configure the batch log processor with environment variables. - The following environment variables are used. () + The following environment variables are used. (#5269) - `OTEL_BLRP_SCHEDULE_DELAY` - `OTEL_BLRP_EXPORT_TIMEOUT` - `OTEL_BLRP_MAX_QUEUE_SIZE`.