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

Provide parent span for duration of transaction #819

Open
matthughes opened this issue Mar 14, 2023 · 0 comments
Open

Provide parent span for duration of transaction #819

matthughes opened this issue Mar 14, 2023 · 0 comments

Comments

@matthughes
Copy link
Contributor

Skunk emits a span for allocation of a session and freeing of a session but it would be nice to have a span that marks the duration of a session to track long running transactions. Some tracing tools might be able to extrapolate by subtracting pool.allocate from pool.free but Jaeger cannot.

I think something like this would work:

pool.allocate -> pool.use -> pool.free

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

1 participant