We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting my root span from Opencensus.Plug.Trace and Opencensus.Absinthe.Middleware, but not the span from Opencensus.Absinthe.Phase.Pop.
Opencensus.Plug.Trace
Opencensus.Absinthe.Middleware
Opencensus.Absinthe.Phase.Pop
The text was updated successfully, but these errors were encountered:
Dug into it as part of #17. Absinthe just crashes straight out. I reckon I'll need special handling in Opencensus.Absinthe.Plug to:
Opencensus.Absinthe.Plug
Plug.Exception
ocp
ocp.finish_span/0
Sorry, something went wrong.
Defining my own call/2 and wrapping the call to super/2 will give me a crack at it.
call/2
super/2
squash! Add Absinthe.Plug integration test.
bfec6e0
WIP: promising lead on #11
e9121f4
Add Absinthe.Plug integration test.
0eb4d73
WIP: promising lead on #11 Still having trouble with unwinding errors
garthk
No branches or pull requests
I'm getting my root span from
Opencensus.Plug.Trace
andOpencensus.Absinthe.Middleware
, but not the span fromOpencensus.Absinthe.Phase.Pop
.The text was updated successfully, but these errors were encountered: