Folks, i had a setup of 3 services A->B->C. Where ...
# general
d
Folks, i had a setup of 3 services A->B->C. Where a message processing starts from A and ends at C (But there are times where message is just trash and it gets discarded at A only). I am able to get tracing done encompassing all three services, But now i wanna built a time series graph(p99 latency) for the entire trace duration for cases where the trace goes through all three services. How to do that? Any help is highly appreicated