Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I thought this might be a useful starting point for some people interested in seeing
opentelemetry
working withasync-graphql
.It's a pretty bare bones example with a hello world query and requires the user to have
curl
to see the output ofopentelemetry
. I would have preferred to use graphql playground but I don't know how to hide the introspection query in opentelemetry and thought it would be too distracting for a basic example.Hope this is helpful! If it is I can also make an example for using Jaegar UI.
I can also add an apollo studio example here or in the extension repo but I'm currently waiting for some help to get it working: async-graphql/async_graphql_apollo_studio_extension#113
async-graphql/async-graphql#1031
async-graphql/async-graphql#873