Open
Description
Currently the paltform receives messages with key as null, can the collector set the key as TenantId (default value in case it is not set) + TraceId
instead (similar to https://github.com/hypertrace/hypertrace-ingester/blob/main/span-normalizer/span-normalizer/src/main/java/org/hypertrace/core/spannormalizer/jaeger/JaegerSpanToAvroRawSpanTransformer.java#L50).
- There is going to be no downsides of doing this
- This could potentially allow us to directly group the span into Traces in the entry platform service (Remove span-normalizer service hypertrace-ingester#59).