Skip to content

hmurtaza7/metrics-explorer-nestjs

Repository files navigation

Description

This NestJS project demonstrates how to instrument a Node application using OpenTelemetry and export traces to Jaeger using Docker for local development. The setup provides powerful observability into your Node app, allowing you to monitor performance, trace requests, and diagnose bottlenecks in your application.

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Resources

OpenTelemetry Ruby SDK

Jaeger Documentation

Resources

This project is licensed under the MIT License.