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
ECS and OTel mapping modes implement metrics grouping. They hash the attributes in the order as they are in the attribute maps. However, in the edge case where 2 set of attributes have the same key value pairs but in different orders, they will generate different hash, which will in turn create 2 documents for the same set of dimensions, resulting in version_conflict_engine_exception from TSDB.
OTel mode attributes need to be sorted. ECS mode attributes need to be sorted and deduplicated as attributes at different level are all propagated up to the top level.