https://signoz.io logo
u

郑伟

04/01/2022, 5:45 AM
how can i monitor my prisma orm performance in signoz?
s

Srikanth Chekuri

04/01/2022, 5:55 AM
There is no official instrumentation for prisma orm in opentelemetry, which basically means your database calls are not instrumented and no telemetry data generated. Meanwhile you might want to check this tiny project https://github.com/breakpoint-live/instrumentation-prisma
11 Views