pragmaticivan / nestjs-otel

OpenTelemetry (Tracing + Metrics) module for Nest framework (node.js) 🔭
Apache License 2.0
562 stars 48 forks source link

build(deps): bump the otel-dependencies group with 5 updates #467

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the otel-dependencies group with 5 updates:

Package From To
@opentelemetry/api 1.4.1 1.8.0
@opentelemetry/host-metrics 0.32.2 0.35.0
@opentelemetry/exporter-prometheus 0.40.0 0.49.1
@opentelemetry/sdk-metrics 1.14.0 1.22.0
@opentelemetry/sdk-trace-node 1.14.0 1.22.0

Updates @opentelemetry/api from 1.4.1 to 1.8.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.8.0

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated

:boom: Breaking Change

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-trace): enforce consistent span durations #3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces #3295
  • fix(trace): fix an issue which caused negative span durations in web based spans #3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding #3341 @​legendecas

:books: (Refine Doc)

:house: (Internal)

API v1.8.0

:rocket: (Enhancement)

  • feat(api): add SugaredTracer for functions not defined in the spec #3317 @​secustor

:bug: (Bug Fix)

v1.7.0

:bug: (Bug Fix)

  • fix(sdk-trace-base): make span start times resistant to hrtime clock drift #3129

:books: (Refine Doc)

... (truncated)

Changelog

Sourced from @​opentelemetry/api's changelog.

1.8.0

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated

:boom: Breaking Change

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-trace): enforce consistent span durations #3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces #3295
  • fix(trace): fix an issue which caused negative span durations in web based spans #3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding #3341 @​legendecas

:books: (Refine Doc)

:house: (Internal)

Metrics API 1.0.0

Metrics API is now stable and generally available. There are no changes between 1.0.0 and the previous 0.33.0 version.

:boom: Breaking Change

  • Add semver check to metrics API #3357 @​dyladan
    • Previously API versions were only considered compatible if the API was exactly the same

1.7.0

:bug: (Bug Fix)

  • fix(sdk-trace-base): make span start times resistant to hrtime clock drift #3129

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by pichlermarc, a new releaser for @​opentelemetry/api since your current version.


Updates @opentelemetry/host-metrics from 0.32.2 to 0.35.0

Release notes

Sourced from @​opentelemetry/host-metrics's releases.

instrumentation-winston: v0.35.0

0.35.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-router: v0.35.0

0.35.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-net: v0.34.0

0.34.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-nestjs-core: v0.35.0

0.35.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-memcached: v0.34.0

0.34.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

Bug Fixes

  • instrumentation-memcached: parse attribute value for net.peer.port to a number (038e0bf)
  • instrumentation-mongodb: parse attribute value for net.peer.port to a number (038e0bf)
  • instrumentation-mysql2: parse attribute value for net.peer.port to a number (038e0bf)
  • instrumentation-mysql: parse attribute value for net.peer.port to a number (038e0bf)

Dependencies

... (truncated)

Commits
  • 32204a3 chore: release main (#1890)
  • 9624486 chore(deps): update otel-js to 1.21.0/0.48.0 (#1914)
  • 12834d5 fix(example-fastify): update example to use latest versions (#1899)
  • fce7d3b fix(instrumentation-redis-4): fix multi.exec() instrumentation for redis >=4....
  • f65f2f1 fix: span emit warnings on express instrumentation (#1891)
  • 3156c94 chore: Update deprecations in instrumentation-express/examples (#1842)
  • c8bebc7 chore(renovate): use full list of experimental packages (#1897)
  • c365375 feat(instrumentation-graphql): add option to ignore resolver spans (#1858)
  • c54e9b6 fix(mongodb-example): Ensure instrumentation is setup before mongoDB client i...
  • 577a291 fix(instrumentation-aws-sdk): make empty context when SQS message has no prop...
  • Additional commits viewable in compare view


Updates @opentelemetry/exporter-prometheus from 0.40.0 to 0.49.1

Release notes

Sourced from @​opentelemetry/exporter-prometheus's releases.

Experimental v0.49.1

0.49.1

:bug: (Bug Fix)

Experimental v0.49.0

0.49.0

:boom: Breaking Change

  • fix(otlp-exporter-base)!: remove unload event from OTLPExporterBrowserBase #4438 @​eldavojohn
    • Reason: The 'unload' event prevents sites from taking advantage of Google's backward/forward cache and will be deprecated. It is now up to the consuming site to implement these shutdown events.
    • This breaking change affects users under this scenario:
      1. A user extends the exporter and overrides the shutdown function, and does something which is usually called by the unload listener
      2. We remove the unload event listener
      3. That user's overridden shutdown function no longer gets called

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-node): allow using samplers when the exporter is defined in the environment #4394 @​JacksonWeber
  • fix(instrumentation): normalize paths for internal files in scoped packages #4467 @​pichlermarc
    • Fixes a bug where, on Windows, internal files on scoped packages would not be instrumented.
  • fix(otlp-transformer): only use BigInt inside hrTimeToNanos() #4484 @​pichlermarc
  • fix(instrumentation-fetch): do not enable in Node.js; clarify in docs this instr is for web fetch only #4498 @​trentm

Experimental v0.48.0

0.48.0

:boom: Breaking Change

  • fix(instrumentation)!: pin import-in-the-middle@1.7.1 #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

:bug: (Bug Fix)

... (truncated)

Commits
  • 3920b15 chore: prepare release Experimental 0.49.1 (#4517)
  • 8e1996e fix(instrumentation): remove peer-dependency on @​opentelemetry/api-logs (#4515)
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...
  • 89caef9 Add @​david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • Additional commits viewable in compare view


Updates @opentelemetry/sdk-metrics from 1.14.0 to 1.22.0

Release notes

Sourced from @​opentelemetry/sdk-metrics's releases.

v1.22.0

1.22.0

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #4459 @​mwear
  • fix(sdk-metrics): ignore NaN value recordings in Histograms #4455 @​pichlermarc
    • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
  • fix(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
    • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
  • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc

:books: (Refine Doc)

v1.21.0

1.21.0

:rocket: (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

:bug: (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

:house: (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas

v1.20.0

1.20.0

:rocket: (Enhancement)

v1.19.0

... (truncated)

Changelog

Sourced from @​opentelemetry/sdk-metrics's changelog.

1.22.0

:rocket: (Enhancement)

  • feat(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
  • feat(instrumentation): Make init() method public #4418
  • feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc
  • chore: Semantic Conventions export individual strings 4185

:bug: (Bug Fix)

  • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #4459 @​mwear
  • fix(sdk-metrics): ignore NaN value recordings in Histograms #4455 @​pichlermarc
    • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
  • fix(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
    • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
  • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc

:books: (Refine Doc)

1.21.0

:rocket: (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

:bug: (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

:house: (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas

1.20.0

:rocket: (Enhancement)

  • perf(otlp-transformer): skip unnecessary base64 encode of span contexts #4343 @​seemk
  • feat(sdk-trace-base): improve log messages when dropping span events #4223 @​mkubliniak

1.19.0

... (truncated)

Commits
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...
  • 89caef9 Add @​david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • 8bbebfd feat(instrumentation): add getModuleDefinitions() instead of making `init()...
  • 44b0b29 Merge pull request #4477 from MikeShi42/patch-1
  • Additional commits viewable in compare view


Updates @opentelemetry/sdk-trace-node from 1.14.0 to 1.22.0

Release notes

Sourced from @​opentelemetry/sdk-trace-node's releases.

v1.22.0

1.22.0

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #4459 @​mwear
  • fix(sdk-metrics): ignore NaN value recordings in Histograms #4455 @​pichlermarc
    • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
  • fix(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
    • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
  • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc

:books: (Refine Doc)

v1.21.0

1.21.0

:rocket: (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

:bug: (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

:house: (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas

v1.20.0

1.20.0

:rocket: (Enhancement)

v1.19.0

... (truncated)

Changelog

Sourced from @​opentelemetry/sdk-trace-node's changelog.

1.22.0

:rocket: (Enhancement)

  • feat(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
  • feat(instrumentation): Make init() method public #4418
  • feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc
  • chore: Semantic Conventions export individual strings 4185

:bug: (Bug Fix)

  • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #4459 @​mwear
  • fix(sdk-metrics): ignore NaN value recordings in Histograms #4455 @​pichlermarc
    • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
  • fix(sdk-metrics): allow single bucket histograms #4456 @​pichlermarc
    • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
  • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @​pichlermarc

:books: (Refine Doc)

1.21.0

:rocket: (Enhancement)

  • feat(sdk-metrics): add constructor option to add metric readers #4427 @​pichlermarc
    • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

:bug: (Bug Fix)

  • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @​pichlermarc
  • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @​Zirak

:house: (Internal)

  • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
  • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @​pichlermarc
  • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @​legendecas

1.20.0

:rocket: (Enhancement)

  • perf(otlp-transformer): skip unnecessary base64 encode of span contexts #4343 @​seemk
  • feat(sdk-trace-base): improve log messages when dropping span events #4223 @​mkubliniak

1.19.0

... (truncated)

Commits
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...
  • 89caef9 Add @​david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • 8bbebfd feat(instrumentation): add getModuleDefinitions() instead of making `init()...
  • 44b0b29 Merge pull request #4477 from MikeShi42/patch-1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions