Hey Taylor :wave: How exactly have you configured ...
# orm-help
n
Hey Taylor 👋 How exactly have you configured tracing? Is this happening on the latest Prisma version? Just to confirm, are you following this guide? https://www.prisma.io/docs/concepts/components/prisma-client/opentelemetry-tracing#visualize-traces-with-jaeger
t
Hi @Nurul no it isn’t the same, but I have added the instrumentations 😕 probably nothing to do with Prisma. Just the http and ExpressJS spans are not showing in the UI but they are registered. https://gist.github.com/leafyshark/9b8a85eef9f266997ed940e5c8adcbf4
n
That’s indeed strange, Prisma spans are visible but HTTP and express ones are not 🤔 I’ll try to use the
jaeger.ts
file that you have provided and see if I get the same behaviour