Only partial telemetry available
Im trying to enable open telemetry on prosma but only getting partial data.
im getting
-
prisma:client:operation
- |->prisma:client:connect
- |->prisma:client:serialize
But missing all the prisma:engine:*
spans. the most annoying thing is that time to time those spans appears but culdn't find any way to debug why yet.
any idea on where to look? Enabling DiagLogLevel.debug, does not seems to help much.1 Reply
seems like the issue happens when there is 2 instances of PrismaClient ramdomly only one of the instances gets the attached prisma:engine spans