Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding the duration between 2 spans within the same trace #3654

Open
lokesh411 opened this issue May 8, 2024 · 1 comment
Open

Finding the duration between 2 spans within the same trace #3654

lokesh411 opened this issue May 8, 2024 · 1 comment

Comments

@lokesh411
Copy link

As far as i have read, we don't have a way to find the duration between startTimes of 2 child spans of a trace. The use case is, there are multiple operations within a trace and if we want to find the difference between start times of 2 operations (spans) if might be very useful. Correct me if this is already there
Thanks

@joe-elliott
Copy link
Member

joe-elliott commented May 13, 2024

Unfortunately, this doesn't currently exist in TraceQL. I agree this could be useful but, in general, may be difficult to pull off.

What syntax do you think may be appropriate for a query like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants