Skip to content

Repo to showcase how Otel trace propagation seems to be missing with NestJS

Notifications You must be signed in to change notification settings

Lp-Francois/bug-report-otel-nestjs

Repository files navigation

bug-report-otel-nestjs

Description

Nest repository to illustrate a bug with otel context propagation: Querying an endpoint won't propagate the traceID to the next endpoint, or in the response.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# app listens on 3002
open http://localhost:3002/hello

Architecture

The app is composed of 3 GET endpoints:

  • GET /: return a simple string
  • GET /hello: calls the /world endpoint and return a combinaison of results
  • GET /world: return a simple string.

About

Repo to showcase how Otel trace propagation seems to be missing with NestJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published