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 v6.1.1 Latest Release

Published by github-actions[bot] 5 months ago

Bug Fixes

  • removed MeterProvider.addMetricReader deprecation (17d348d)
  • rework param decorators to get correct type (3ba9fe9)
nestjs-otel - nestjs-otel v6.1.0

Published by github-actions[bot] 5 months ago

Features

nestjs-otel - nestjs-otel v6.0.0

Published by github-actions[bot] 6 months ago

⚠ BREAKING CHANGES

  • Too many changes since I last commited to this project.

Features

Bug Fixes

  • Span being incompatible with MethodDecorator type (75dbf0e)
nestjs-otel - nestjs-otel v5.1.5

Published by github-actions[bot] about 1 year ago

Bug Fixes

  • latency buckets are not matching the expected time unit in milliseconds (c269bac)
nestjs-otel - nestjs-otel v5.1.4

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • should support both 9 and 10 versions (50f2273)
nestjs-otel - nestjs-otel v5.1.3

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • #231 Remove unnecessary files from package bundle (faa521b)
nestjs-otel - nestjs-otel v5.1.2

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • invalid values for error count metrics (7b13c0b)
nestjs-otel - nestjs-otel v5.1.1

Published by github-actions[bot] over 1 year ago

Bug Fixes

  • update packages and remove outdated examples (7150dcf)
  • update release please permissions (8db8736)
nestjs-otel - nestjs-otel v5.1.0

Published by github-actions[bot] over 1 year ago

Features

  • update to stable packages (76b577c)
nestjs-otel - nestjs-otel v5.0.0

Published by github-actions[bot] almost 2 years ago

⚠ BREAKING CHANGES

  • updates to latest metric sdk and drop node-sdk dependency

Features

  • update packages (163ba38)
  • update packages (d0f92fb)
  • update packages (28fdc69)
  • updates to latest metric sdk and drop node-sdk dependency (46c2df3)

Bug Fixes

  • getSpan returning undefined, enable strict null checks (#361) (b7f7cbd)
nestjs-otel - nestjs-otel v4.1.0

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

Features

nestjs-otel - nestjs-otel v4.0.1

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

Bug Fixes

  • bump nestjs requirement to 9.x (24cde7c)
nestjs-otel - nestjs-otel v4.0.0

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

⚠ BREAKING CHANGES

  • support latest metric sdk

Features

  • build: update dependencies (c2f8b7b)
  • support latest metric sdk (e8d2e96)
  • tracing: pass options with span decorator (3424b88)
  • update remaining counters (d11f6d9)

Bug Fixes

  • forRootAsync uses the wrong module and empty options breaks the configure method (c2dc102)
nestjs-otel - nestjs-otel v3.0.4

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

Bug Fixes

  • metrics: make sure metadata is kept (de7ca0f)
  • tracing: make sure metadata is kept (c34ae56)
nestjs-otel - nestjs-otel v3.0.3

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

Bug Fixes

  • tracing: record exception and set correct span status (616c12b)
nestjs-otel - nestjs-otel v3.0.2

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

Bug Fixes

  • tracing: use startActiveSpan to ensure span in correct context (d608b84)
nestjs-otel - nestjs-otel v3.0.1

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

Bug Fixes

  • #171: fixes missing observation callback for observable metrics (7d89c1f), closes #171
nestjs-otel - nestjs-otel v3.0.0

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

⚠ BREAKING CHANGES

  • Anything related to metrics sdk has changed. OTEL now has a stable spec and all the projects are moving towards new interfaces.

Features

  • ename value recorder on decorators and update readme (646e2ea)
  • support all metric types from otel spec (36a7c5f)
  • update metric spec to the latest otel lib (6ed63ae)
  • update packages to compply with latest otel metric spec (943ca06)
nestjs-otel - nestjs-otel v2.6.1

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

Reverts

  • replace arrow function back with unnamed function (3e7ac1f)
nestjs-otel - nestjs-otel v2.6.0

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

Features

  • metrics: option for ignoring undefined routes (15577e8)
  • metrics: option to ignore specific routes (b8a05f1)

Bug Fixes

  • eslint setup (14d9870)
  • linting (1961f18)
  • linting: replace unnamed function with arrow function (12fa02c)
  • metrics: add missing commas in example config in README.md (7b159c6)