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

Tracing Context for Service from Trace #1505

Open
ChristopherDavenport opened this issue Jul 29, 2022 · 0 comments
Open

Tracing Context for Service from Trace #1505

ChristopherDavenport opened this issue Jul 29, 2022 · 0 comments

Comments

@ChristopherDavenport
Copy link

ChristopherDavenport commented Jul 29, 2022

All the methods I can find currently take explicit Spans. Which I assume comes from assumptions about how Trace is implemented. But in natchez Trace is the core construct and Kleisli[F, Span[F], *] is one instance of how to get a Trace would be nice if we could use implicit T: Trace[F] to automatically get a Traced Service in F

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