What's needed?
The ComponentMetricResamplingActor should accept a receiver of samples instead of a ComponentMetricRequest.
Furthermore after this change we can rename it to ResamplingActor.
Proposed solution
The actors subscribe should simply accept a Receiver of Sample in order to make it usable in every stage of the data pipeline. Setting up a stream from the data sourcing actor should happen outside of the actor.
Use cases
The actor can then be used e.g. for second stage resampling (e.g. to further reduce the amount of data).
Alternatives and workarounds
No response
Additional context
No response