Related to #5489. opentelemetru-specification #2960 specifies that when the cardinality limit is exceed (when the number of series is equal to cardinality limit - 1) measurements should be aggregated into a series with otel.metric.overflow=true.
Currently, we drop measurements that exceed the cardinality limit.
Related to #5489. opentelemetru-specification #2960 specifies that when the cardinality limit is exceed (when the number of series is equal to cardinality limit - 1) measurements should be aggregated into a series with
otel.metric.overflow=true.Currently, we drop measurements that exceed the cardinality limit.