From 797615fc31fea9ed587e734aa8034b5b500a1e8b Mon Sep 17 00:00:00 2001 From: Alexey Ivanov Date: Mon, 18 Mar 2024 20:16:52 -0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e6f2125d1..8a304fcafea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#3751](https://github.com/open-telemetry/opentelemetry-python/pull/3751)) - bump mypy to 0.982 ([#3776](https://github.com/open-telemetry/opentelemetry-python/pull/3776)) +- Don't exit ticker thread on collection failure + ([#3788](https://github.com/open-telemetry/opentelemetry-python/pull/3788)) - Fix ValueError message for PeriodicExportingMetricsReader ([#3769](https://github.com/open-telemetry/opentelemetry-python/pull/3769))