Open
Description
At deduplication we discard profiles if their timestamps and labels match:
pyroscope/pkg/querier/select_merge.go
Lines 254 to 258 in 8efd7c1
Sometimes distinct profiles of the same series may have the same timestamps (millisecond precision), which results in partial reads. Potentially, this could be fixed by #2480 (#2443)
/cc @cyriltovena