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
Is your feature request related to a problem? Please describe.
Currently spans of a single trace can be spread over multiple shards, so its not possible (or require peer forwarding of spans) to perform tail sampling when consuming data from kinesis.
Describe the solution you'd like
Kinesis supports partitioning of records. traceId can be used as the partitionKey so all spans are routed to the same shard.
Describe alternatives you've considered
No response
Additional context
Similar feature was added for kafka exporter: #12318