You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use useOpentelemetry plugin in node application where azure application insights were configured for observablity purposes.
The applicationInsights 2.9.6
@envelop/opentelemetry": "^6.3.1",
Problems noticed are :
a) there are two traces reported on for HTTP POST /graphql and other for query captured by plugin.
b) the spans corresponding to outgoing http calls made from resolver's are captured against parent request and not under query.resolver span/trace. in the blow screenshot you could see that GET /post is part of /graphql parent not under resolver::hello which is making actual api call.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am trying to use useOpentelemetry plugin in node application where azure application insights were configured for observablity purposes.
The applicationInsights 2.9.6
@envelop/opentelemetry": "^6.3.1",
Problems noticed are :
a) there are two traces reported on for HTTP POST /graphql and other for query captured by plugin.
b) the spans corresponding to outgoing http calls made from resolver's are captured against parent request and not under query.resolver span/trace. in the blow screenshot you could see that GET /post is part of /graphql parent not under resolver::hello which is making actual api call.
Beta Was this translation helpful? Give feedback.
All reactions