←back to thread

116 points ndhandala | 2 comments | | HN request time: 0.434s | source
1. andoando ◴[] No.45084667[source]
Is there anything that wraps multiple requests?
replies(1): >>45085733 #
2. mdaniel ◴[] No.45085733[source]
I doubt "wraps" but almost certainly what you're shopping for is a correlation identifier on the (logs, traces, metrics) that would enable you to group the related requests. Sometimes just the session id can get you where you want to go, but in more complicated setups you may have to annotate from the client side to indicate "I'm doing these 5 things as part of this one logical operation"