File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ also modified to suppress telemetry before invoking exporters.
4242 behind feature flag "experimental_metrics_custom_reader".
4343 [ #2928 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/2928 )
4444
45+ - TODO: Placeholder for View related changelog.
46+
4547- * Breaking* ` Aggregation ` enum moved behind feature flag
4648 "spec_unstable_metrics_views". This was only required when using Views.
4749 [ #2928 ] ( https://github.com/open-telemetry/opentelemetry-rust/pull/2928 )
Original file line number Diff line number Diff line change @@ -2702,6 +2702,7 @@ mod tests {
27022702 unreachable ! ( )
27032703 } ;
27042704
2705+
27052706 // Expecting (cardinality_limit + 1 overflow + Empty attributes) data points.
27062707 assert_eq ! ( sum. data_points. len( ) , cardinality_limit + 1 + 1 ) ;
27072708
You can’t perform that action at this time.
0 commit comments