You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OTel JS contrib has instr-fastify for v3, v4, v5. It is being deprecated, disabled by default in auto-instrumentations-node and will eventually be removed in favour of fastify/otel (from the fastify community). The new fastify/otel supports only v5 for now. It is also not auto-instrumentation: the user must manually await fastifyApp.register(fastifyInstrumentation.plugin());
This issue is about what we want EDOT Node.js to do for fastify instrumentation.
The text was updated successfully, but these errors were encountered:
OTel JS contrib has instr-fastify for v3, v4, v5. It is being deprecated, disabled by default in auto-instrumentations-node and will eventually be removed in favour of fastify/otel (from the fastify community). The new fastify/otel supports only v5 for now. It is also not auto-instrumentation: the user must manually
await fastifyApp.register(fastifyInstrumentation.plugin());
This issue is about what we want EDOT Node.js to do for fastify instrumentation.
The text was updated successfully, but these errors were encountered: