How can I instrument GraphQL/Apollo Server on NestJs #2198
Unanswered
MollardMichael
asked this question in
Q&A
Replies: 1 comment
-
I am only seeing grpc spans there. Did you also get http/express/pg spans working? It's not clear what you expect to see that you aren't seeing because I know nothing about your application. Without an apollo plugin or manual tracing you will not see any apollo-specific spans. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying ton start using opentelementry and have had a smooth installation for both express and pg instrumentation.
Here is what my setup looks like.
Even with this setup, the only spans that are created in the graphql context are

But I get nothing else.
Am I missing something? Do I need to implement my own Apollo plugin to set span information?
Beta Was this translation helpful? Give feedback.
All reactions