- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do i get a link to a specific trace and start from a specific timestamp
For example I have a link to a specific trace: https://xxxx.signalfx.com/#/apm/traces/2459682daf1fe95db9bbff2042a1ec0e
This for example will show me all the trace water fall from the beggining of the trace.
Now, I want to be able to access this trace from a specific start_time and see till end_time.
Is it possible?
If yes, what should be the correct link?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
Are you asking if you can filter spans within a trace by a time range? If so, I don't think that is possible.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, that is exactly what I want.
I have one pipeline, that starts several pipelines and they all started from the same traceid.
That is the reason I want to point to a specific time frame so I will see the exact trace that is related directly to this pipeline.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

It might be worth taking a look at the feature Business Workflows. It's possible they may align with your use-case.
https://docs.splunk.com/observability/en/apm/workflows/workflows.html
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please try:
https://xxxx.signalfx.com/#/apm/traces/2459682daf1fe95db9bbff2042a1ec0e?startTime=-15m&endTime=Now
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, but it didn't help, I still see all the traces even if I changed it to -5m or -1m the startTime
