Right now if a new normalization is added to the span streaming pipeline it needs to be duplicated for the transaction pipeline. To ease the burden of implementation and prevent diverging normalizations, we want to see if we can come up with an abstraction over a transaction and streaming span, so we can re-use a single normalization.
Example: #6201
Right now if a new normalization is added to the span streaming pipeline it needs to be duplicated for the transaction pipeline. To ease the burden of implementation and prevent diverging normalizations, we want to see if we can come up with an abstraction over a transaction and streaming span, so we can re-use a single normalization.
Example: #6201