-
I have simple setup for my node/express app. I am exporting to Jaeger, and everything is coming through. Im not sure if there is some configuration option or something I am missing, but I cant find this anywhere. I can post code if needed, but it the basic NodeSDK setup in a trace.js file. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I figured out a way to do this. You can use
Independently
The responseHook method has the span and request info. You can alter the name like above. |
Beta Was this translation helpful? Give feedback.
I figured out a way to do this.
You can use
getNodeAutoInstrumentations
OR use HttpInstrumentation and ExpressInstrumentation independently.Independently