Skip to content

Instantly share code, notes, and snippets.

@jsynowiec
Created July 2, 2025 14:57
Show Gist options
  • Save jsynowiec/047a80571fcf62602beeb6e86df99ea5 to your computer and use it in GitHub Desktop.
Save jsynowiec/047a80571fcf62602beeb6e86df99ea5 to your computer and use it in GitHub Desktop.
const fastifyOtelInstrumentation = new FastifyOtelInstrumentation({
servername: pkg.name,
});
const fastifyAdapter = new FastifyAdapter();
await fastifyAdapter
.getInstance()
.register(fastifyOtelInstrumentation.plugin());
const app = await NestFactory.create<NestFastifyApplication>(AppModule, fastifyAdapter);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment