Hey folks, I am trying to implement signoz in my n...
# support
c
Hey folks, I am trying to implement signoz in my nodeJs application. I am able to send the traces and using autoNodeInstrumentation for tracing. My functions/middlewares are not getting named properly. Traces show anonymous in name. I have tried fetching the active span in my functions but it is referring to httpInstrumentation. Can someone please suggest a way forward or direct me to right path. Creation of manual spans is my last-resort as it would bring alot of code changes.
s
This is the right place to ask questions about node js instrumentation https://github.com/open-telemetry/opentelemetry-js-contrib
c
Thank you, will raise my queries there.