You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: