Skip to content

Releases: pragmaticivan/nestjs-otel

nestjs-otel v4.1.0

14 Oct 00:01
71e84d9
Compare
Choose a tag to compare

Features

nestjs-otel v4.0.1

29 Aug 18:37
2b1f50b
Compare
Choose a tag to compare

Bug Fixes

  • bump nestjs requirement to 9.x (24cde7c)

nestjs-otel v4.0.0

29 Aug 18:27
fb0bb19
Compare
Choose a tag to compare

⚠ 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 v3.0.4

29 Mar 16:49
bb178be
Compare
Choose a tag to compare

Bug Fixes

  • metrics: make sure metadata is kept (de7ca0f)
  • tracing: make sure metadata is kept (c34ae56)

nestjs-otel v3.0.3

25 Mar 12:51
bdc9ae3
Compare
Choose a tag to compare

Bug Fixes

  • tracing: record exception and set correct span status (616c12b)

nestjs-otel v3.0.2

24 Mar 20:15
887074a
Compare
Choose a tag to compare

Bug Fixes

  • tracing: use startActiveSpan to ensure span in correct context (d608b84)

nestjs-otel v3.0.1

03 Jan 13:13
59f848e
Compare
Choose a tag to compare

Bug Fixes

  • #171: fixes missing observation callback for observable metrics (7d89c1f), closes #171

nestjs-otel v3.0.0

30 Dec 04:03
d7dfdde
Compare
Choose a tag to compare

⚠ 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 v2.6.1

13 Oct 14:16
e7f7bfc
Compare
Choose a tag to compare

Reverts

  • replace arrow function back with unnamed function (3e7ac1f)

nestjs-otel v2.6.0

12 Oct 16:14
832d5f6
Compare
Choose a tag to compare

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)