@fastify/otel and openobserve?
Hello!
I'm trying to use openobserve in conjunction with fastify
I'm using @fastify/otel package and follow instructions
But I can't see any example of how to export logs
And also, when I'm using ConsoleTraceExporter, I don't see nothing
May You please provide a complete example of how to export metrics and traces of fastify app into openobserve?
Your Environment
- node version: 21.7.3
- fastify version: >= 5.2.1
- os: Mac
@fastify/oteland openobserve?Hello!
I'm trying to use openobserve in conjunction with fastify
I'm using
@fastify/otelpackage and follow instructionsBut I can't see any example of how to export logs
And also, when I'm using ConsoleTraceExporter, I don't see nothing
May You please provide a complete example of how to export metrics and traces of fastify app into openobserve?
Your Environment