Hi @Vishal Sharma, My use case as below ,
Sampling - If I am keeping sampling as 30% , then 30% traces are flowing from application to collector .
But I am using the APM also , in that case the APM gives me wrong numbers as it pulled data from 30% of traces .
So I want a solution where APM will give me 100% counts but store the sampled traces .
To achive this I was looking into dual-pipeline , So looking into spanmetricsprocessor in the collector .
But want to know that instead of sending all traces to Signoz collector over network , can I run a collector as an agent and do the sampling and spanmetricsprocessor , then send the sampled traces and derived metrics to signoz collector .