Skip to content

Support Opentracing #426

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

Open
awiede opened this issue Dec 4, 2018 · 0 comments · May be fixed by #428
Open

Support Opentracing #426

awiede opened this issue Dec 4, 2018 · 0 comments · May be fixed by #428

Comments

@awiede
Copy link

awiede commented Dec 4, 2018

Currently graphql-go/graphql is the only one of the major graphql libs for Go that doesn't support opentracing. Ideally an opentracing implementation would create spans for each query and mutation and tag each trace with the request string.

My organization is trying to instrument APM/Distributed tracing on all of our new applications and ideally we'd like to have the ability to trace each query/mutation submitted against our app which would help us monitor our GQL app at scale.

@chris-ramon chris-ramon linked a pull request Dec 10, 2018 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant