From e7823e6ebc81518b4798a5847b27e9b16227bcaa Mon Sep 17 00:00:00 2001 From: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:24:36 +0200 Subject: [PATCH] add changelog entry Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com> --- opentelemetry-sdk/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/opentelemetry-sdk/CHANGELOG.md b/opentelemetry-sdk/CHANGELOG.md index ac35ff1695..00c3d3495a 100644 --- a/opentelemetry-sdk/CHANGELOG.md +++ b/opentelemetry-sdk/CHANGELOG.md @@ -2,6 +2,7 @@ ## vNext +- Implement function to set cardinality limits for metrics streams using `set_stream_cardinality_limit` function. - Add "metrics", "logs" to default features. With this, default feature list is "trace", "metrics" and "logs". - Add `with_resource` on Builder for LoggerProvider, replacing the `with_config`