kelemetry icon indicating copy to clipboard operation
kelemetry copied to clipboard

Display traces side-by-side

Open SOF3 opened this issue 2 years ago • 0 comments
trafficstars

Description

Sometimes Kelemetry's linkers are insufficient to relate two traces or linking is too expensive/large (e.g. linking a leader election object would link all operations that interact with the component). The user can tell us the two traces are related explicitly through a new endpoint e.g. /merge?trace={traceid1}&trace={traceid2} that redirects to a new cached ID.

User story

It is often useful to debug why a controller is not working by comparing its output activity against its leader lease update frequency.

SOF3 avatar Jun 21 '23 02:06 SOF3