I am using
sampler: new ParentBasedSampler({
root: new TraceIdRatioBasedSampler(options.sampleRatio),
}),
Which is ensuring that only 1% of traces is being sampled. But that also means that I see only 1% of exceptions/traces-with-exceptions
I want to be able to see all exceptions/traces-with-exceptions in my APM tool but I can't do it with tail-sampling (througtput reasons). I need to do it with head-sampling on client.
thank you
I tried all kinds of custom samplers and exporters on client but with no success.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744934695a4601947.html
评论列表(0条)