diff --git a/CHANGELOG.md b/CHANGELOG.md index 53543ace68a..b103051c6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod - The metrics API has been significantly changed. (#2587) +### Fixed + +- Fallback to general attribute limits when span specific ones are not set in the environment. (#2675, #2677) + ## [1.5.0] - 2022-03-16 ### Added @@ -57,7 +61,6 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod - Remove the OTLP trace exporter limit of SpanEvents when exporting. (#2616) - Default to port `4318` instead of `4317` for the `otlpmetrichttp` and `otlptracehttp` client. (#2614, #2625) - Unlimited span limits are now supported (negative values). (#2636, #2637) -- Fallback to general attribute limits when span specific ones are not set in the environment. (#2675, #2677) ### Deprecated