OpenTelemetry instrumentation
Did anyone have some luck making OpenTelemetry instrumentation libraries work on Deno?
I've seen some examples on the internet of @opentelemetry/instrumentation-fetch working, but I've been unable to make mine work so far. I did manage to find a workaround for that, but now I'm trying to get instrumentation for my SQL queries.
I'm currently using drizzle-orm and tried to install @opentelemetry/instrumentation-pg. But just like the fetch instrumentation, it doesn't seem to be doing anything at all.
Is there something special required to make this work, or are Open Telemetry instrumentation libraries just completely broken on Deno?
I've seen some examples on the internet of @opentelemetry/instrumentation-fetch working, but I've been unable to make mine work so far. I did manage to find a workaround for that, but now I'm trying to get instrumentation for my SQL queries.
I'm currently using drizzle-orm and tried to install @opentelemetry/instrumentation-pg. But just like the fetch instrumentation, it doesn't seem to be doing anything at all.
Is there something special required to make this work, or are Open Telemetry instrumentation libraries just completely broken on Deno?
