-
Notifications
You must be signed in to change notification settings - Fork 100
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
No transactions for Absinthe #327
Comments
Just to add a bit more information, I spent time adding debug output to the New Relic middleware and confirmed the
|
It looks like we need to add Telemetry support for Absinthe maybe? |
I started that a while back, the branch is here: https://github.com/binaryseed/elixir_agent/commits/absinthe-telemetry I never got around to finishing it... It requires an extension of the span reporting API that's not quite so simple. Spans via Absinthe don't have a reliable nested "parenting" relationship and that's what the automatic |
@tpitale @binaryseed Hi, I think this pr #375 can solve the "parenting" problem. |
Describe the bug
After setting up the new_relix_elixir agent and new_relic_absinthe agent, the only data that shows up in the New Relic dashboard are database queries. No transactions.
I did add it to the middleware like so:
Environment
Am I missing additional configuration?
The text was updated successfully, but these errors were encountered: