Configuration needed for long (wall time) tracing? #1092
Unanswered
jwineinger
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This is not an issue for Tempo. If you have a long running trace, the spans will get spread out over multiple blocks (by default blocks are cut at least every hour but often much faster). There are however two limitations to keep into account:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is tempo suited for tracing where spans may come in over a relatively long time? I'm thinking specifically about requests that generate async jobs that might take a little while to get scheduled before they run for seconds to minutes. Which means the total time under an hour under normal conditions, and perhaps many hours (due to queue depth) under high load or due to processing outages. Ideally we'd be able to stitch all of that back together to understand the entire flow.
Beta Was this translation helpful? Give feedback.
All reactions