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 4 updates #462

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the otel-dependencies group with 4 updates: @opentelemetry/api, @opentelemetry/host-metrics, @opentelemetry/exporter-prometheus and @opentelemetry/sdk-trace-node.

Updates @opentelemetry/api from 1.4.1 to 1.7.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.7.0

:bug: (Bug Fix)

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

:books: (Refine Doc)

  • docs(metrics): add missing metrics packages to SDK reference documentation #3239 @​dyladan

:house: (Internal)

API v1.7.0

API 1.7.0

:rocket: (Enhancement)

v1.6.0

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener #3133

API v1.6.0

API 1.6.0

:bug: (Bug Fix)

  • Revert "feat(api): add attributes argument to recordException API #4071"
    • This feature was an unintentional breaking change introduced with 1.5.0

v1.5.0

1.5.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): Improve extensibility of BasicTracerProvider #3023 @​Rauno56

... (truncated)

Changelog

Sourced from @​opentelemetry/api's changelog.

1.7.0

:bug: (Bug Fix)

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

  • fix(sdk-trace-base): validate maxExportBatchSize in BatchSpanProcessorBase #3232

:books: (Refine Doc)

  • docs(metrics): add missing metrics packages to SDK reference documentation #3239 @​dyladan

:house: (Internal)

1.6.0

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener #3133

:books: (Refine Doc)

1.5.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): Improve extensibility of BasicTracerProvider #3023 @​Rauno56

1.4.0

:rocket: (Enhancement)

... (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-user-interaction: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-long-task: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-document-load: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-winston: v0.34.0

0.34.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-router: v0.34.0

0.34.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-restify: v0.35.0

0.35.0 (2024-01-29)

Features

  • deps: update otel-js to 1.21.0/0.48.0 (9624486)

instrumentation-pino: v0.35.0

0.35.0 (2024-01-29)

... (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.48.0

Release notes

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

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)

  • fix(exporter-prometheus): avoid invoking callback synchronously #4431 @​legendecas
  • fix(exporter-logs-otlp-grpc): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-http): set User-Agent header #4398 @​Vunovati
  • fix(exporter-logs-otlp-proto): set User-Agent header #4398 @​Vunovati
  • fix(instrumentation-fetch): compatibility with Map types for fetch headers

:house: (Internal)

Experimental v0.47.0

0.47.0

:rocket: (Enhancement)

  • perf(otlp-transformer): skip unnecessary base64 encode of span contexts #4343 @​seemk

:boom: Breaking Change

  • fix(exporter-logs-otlp-http)!: programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(exporter-logs-otlp-proto)!: programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(exporter-trace-otlp-http)!: programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(exporter-trace-otlp-proto)!: programmatic headers take precedence over environment variables #2370 @​Vunovati

:bug: (Bug Fix)

  • fix(instrumentation): use caret range on import-in-the-middle #4380 @​pichlermarc
  • fix(instrumentation): do not import 'path' in browser runtimes #4386 @​pichlermarc
    • Fixes a bug where bundling for web would fail due to InstrumentationNodeModuleDefinition importing path

Experimental v0.46.0

:boom: Breaking Change

  • fix(exporter-metrics-otlp-grpc): programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(exporter-metrics-otlp-http): programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(exporter-metrics-otlp-proto): programmatic headers take precedence over environment variables #2370 @​Vunovati
  • fix(otlp-exporter-base)!: decrease default concurrency limit to 30 #4211 @​pichlermarc

... (truncated)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin import-in-the-middle@1.7.1 (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • Additional commits viewable in compare view


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

Release notes

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

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

:rocket: (Enhancement)

:house: (Internal)

:bug: (Bug Fix)

  • fix(sdk-trace-web): only access location if it is defined #4063 @​drewcorlin1
  • fix(sdk-trace-base): processor onStart called with a span having empty attributes #4277 @​satazor

v1.18.1

1.18.1

:bug: (Bug Fix)

  • fix(sdk-metrics): hand-roll MetricAdvice type as older API versions do not include it #4260

v1.18.0

... (truncated)

Changelog

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

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

:rocket: (Enhancement)

:house: (Internal)

:bug: (Bug Fix)

  • fix(api-logs): allow for TimeInput type for LogRecord timestamps #4345
  • fix(sdk-trace-web): only access location if it is defined #4063
  • fix(sdk-trace-base): processor onStart called with a span having empty attributes

1.18.1

:bug: (Bug Fix)

  • fix(sdk-metrics): hand-roll MetricAdvice type as older API versions do not include it #4260

1.18.0

... (truncated)

Commits
  • 828f2ed chore: prepare release 1.21.0/0.48.0 (#4442)
  • 3711990 fix(instrumentation-fetch): compatibility with Map inputs for request headers...
  • 5afbcdb docs: add observableGauge to the prometheus experimental example (#4267)
  • bf4d553 refactor(exporter-prometheus): promisify prometheus tests (#4431)
  • df63272 fix(exporter-logs-otlp-*): set User-Agent header (#4398)
  • 8648313 fix(instrumentation)!: pin import-in-the-middle@1.7.1 (#4441)
  • 0635ab1 fix(sdk-trace-base): Export processed spans while exporter failed (#4287)
  • 0f6518d feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor of 'rea...
  • 43e598e test: transpile zone.js products in test (#4423)
  • 2a3c264 refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
  • 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
coler-j commented 8 months ago

@pragmaticivan can we get this moved in?

pragmaticivan commented 8 months ago

@dependabot rebase

dependabot[bot] commented 8 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.