nestjs-otel

OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭

APACHE-2.0 License

Downloads
169.5K
Stars
492
Committers
19

Bot releases are visible (Hide)

nestjs-otel - nestjs-otel v2.5.2

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • enable nestjs 7.x as peer dependency (e6c6a1e)
nestjs-otel - nestjs-otel v2.5.1

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • metrics for fastify platform (4b61e70)
nestjs-otel - nestjs-otel v2.5.0

Published by github-actions[bot] about 3 years ago

Features

  • add defaultLabels support (6efb0a5)
nestjs-otel - nestjs-otel v2.4.0

Published by github-actions[bot] about 3 years ago

Features

  • add http size and server abort metrics (ba64308)
nestjs-otel - nestjs-otel v2.3.0

Published by github-actions[bot] about 3 years ago

Features

  • update peer dependency to allow support for both v7 and v8 of NestJs (647eb89)

Bug Fixes

  • error nodeMetrics is not a function (cf7d0fc)
  • removed .npmrc file, as it only had default values (c27a8af)
  • updates package-lock.json with default node 14 np version (3301753)
nestjs-otel - nestjs-otel v2.2.0

Published by github-actions[bot] about 3 years ago

Features

  • update dependencies to latest (385e3db)
nestjs-otel - nestjs-otel v2.1.0

Published by github-actions[bot] about 3 years ago

Features

nestjs-otel - nestjs-otel v2.0.0

Published by github-actions[bot] about 3 years ago

⚠ BREAKING CHANGES

  • removes nodeSDKConfiguration option

Features

  • node-sdk to be defined by the user instead of through the lib (5156324)
nestjs-otel - nestjs-otel v1.8.2

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • metric: fixes metric service not properly reusing existing metrics (9f24fd8)
nestjs-otel - nestjs-otel v1.8.1

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • middleware: fixes api middleware when no requesting invalid route (2a008d9)
nestjs-otel - nestjs-otel v1.8.0

Published by github-actions[bot] about 3 years ago

Features

  • update api metrics to use route match path instead of full route (ad51bac), closes #48

Bug Fixes

  • fixes forRootAsync usage (a390f0e)
nestjs-otel - nestjs-otel v1.7.0

Published by github-actions[bot] over 3 years ago

Features

  • remove unused constant and reorganize pkgs (d37fc28)
nestjs-otel - nestjs-otel v1.6.0

Published by github-actions[bot] over 3 years ago

Features

  • changes license to Apache2 (5129fdb)
nestjs-otel - nestjs-otel v1.5.0

Published by github-actions[bot] over 3 years ago

Features

nestjs-otel - nestjs-otel v1.4.0

Published by github-actions[bot] over 3 years ago

Features

  • removes prometheus Interface and use metrics instead (f3fd29e)
  • sets meter provider globally on sdk (4be57ef)
nestjs-otel - nestjs-otel v1.3.0

Published by github-actions[bot] over 3 years ago

Features

  • improves api metrics middleware (df50305)
nestjs-otel - nestjs-otel v1.2.3

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • properly ignore /metrics path on middleware (45973a4)
nestjs-otel - nestjs-otel v1.2.2

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • resolve problems with conditional dependency and default configs and add jest config (1f1fb12)
nestjs-otel - nestjs-otel v1.2.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • exports MetricService on core module (e8096a6)
nestjs-otel - nestjs-otel v1.2.0

Published by github-actions[bot] over 3 years ago

Features