-
Notifications
You must be signed in to change notification settings - Fork 5
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
Offer callback to set “current” span context? #26
Comments
From my poking around Absinthe so far, strikes me |
Might be wrong about the end of the first pass: the |
Would it be too intrusive to insert a phase to rewrite the blueprint to replace all the def plugins do
[Absinthe.Middleware.Dataloader] ++ AbsinthePlugin.defaults()
end … like putting myself at the end of that list, there. |
Ugh. |
I need a configurable callback I can use to set the
seq_trace
label per path at the beginning of its resolution. It'll be brittle, but I've little other hope of tying outbound spans to the fields rather than the whole blueprint.The text was updated successfully, but these errors were encountered: