Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the otel-dependencies group with 4 updates #461

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

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 Fix)

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

📚 (Refine Doc)

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

🏠 (Internal)

API v1.7.0

API 1.7.0

🚀 (Enhancement)

v1.6.0

🚀 (Enhancement)

🐛 (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 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

🚀 (Enhancement)

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

... (truncated)

Changelog

Sourced from @​opentelemetry/api's changelog.

1.7.0

🐛 (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

📚 (Refine Doc)

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

🏠 (Internal)

1.6.0

🚀 (Enhancement)

🐛 (Bug Fix)

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

📚 (Refine Doc)

1.5.0

🚀 (Enhancement)

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

1.4.0

🚀 (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.34.0

Release notes

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

instrumentation-express: v0.34.0

0.34.0 (2023-12-07)

⚠ BREAKING CHANGES

  • instrumentation-express: remove @types/express from dependencies (#1804)

Features

Bug Fixes

  • instrumentation-express: remove @types/express from dependencies (#1804) (86a21d7), closes #1787

instrumentation-bunyan: v0.34.0

0.34.0 (2023-12-07)

Features

  • instrumentation-bunyan: add log sending to Logs Bridge API (#1713) (4a1d83c)

host-metrics: v0.34.0

0.34.0 (2023-12-07)

⚠ BREAKING CHANGES

  • host-metrics: use the package name as the default instrumentation scope name, to align with instrumentations (#1822)

Features

  • host-metrics: use the package name as the default instrumentation scope name, to align with instrumentations (#1822) (bcf3501), closes #1782

instrumentation-memcached: v0.32.4

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.34.3 to ^0.35.0

instrumentation-mongoose: v0.33.4

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.34.3 to ^0.35.0

... (truncated)

Commits
  • c7e7000 chore: release main (#1829)
  • cdbb29f fix(instrumentation-aws-sdk): remove un-sanitised db.statement span attribute...
  • 86a21d7 fix(instrumentation-express)!: remove @types/express from dependencies (#1804)
  • bcf3501 feat(host-metrics)!: use the package name as the default instrumentation scop...
  • 4782f5b fix(instrumentation-pino): instrument pino used in ESM (#1831)
  • b61f912 fix(koa): fix instrumentation of ESM-imported koa (#1736)
  • 8f2a195 fix(resource-detector-azure): only detect Azure Functions when FUNCTIONS_EXTE...
  • 094fd6f test(instrumentation-aws-sdk): fix SQS mock responses for @​aws-sdk/client-sqs...
  • 1c24cfd docs(user-interaction): update docs to include examples of config options (#1...
  • fb80783 fix(instrumentation-lambda): soften "unable to init" message and demote to di...
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-prometheus from 0.40.0 to 0.46.0

Release notes

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

Experimental v0.46.0

💥 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
    • fixes a memory leak on prolonged collector unavailability
    • this change is marked as breaking as it changes defaults

🚀 (Enhancement)

  • feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord #4289 @​HyunnoH

🐛 (Bug Fix)

  • fix(api-logs): allow for TimeInput type for LogRecord timestamps #4345 @​seemk
  • fix(sdk-logs): avoid map attribute set when count limit exceeded #4195 @​HyunnoH
  • fix(instrumentation-fetch): only access navigator if it is defined #4063 @​drewcorlin1
    • allows for experimental usage of this instrumentation with non-browser runtimes
  • fix(instrumentation-http): memory leak when responses are not resumed @​dyladan
  • fix(instrumentation-http): Do not mutate given headers object for outgoing http requests. Fixes aws-sdk signing error on retries. #4346 @​trentm
  • fix(instrumentation): support Node.js v18.19.0 by using [email protected]

Experimental v0.45.1

Experimental 0.45.1

🐛 (Bug Fix)

  • Bumps all dependencies to explicitly include Stable v1.18.1 packages

Experimental v0.45.0

Experimental 0.45.0

💥 Breaking Change

  • fix(sdk-node)!: remove the explicit dependency on @​opentelemetry/exporter-jaeger that was kept on the previous release
    • '@​opentelemetry/exporter-jaeger' is no longer be a dependency of this package. To continue using '@​opentelemetry/exporter-jaeger', please install it manually.
      • NOTE: @opentelemetry/exporter-jaeger is deprecated, consider switching to one of the alternatives described here
  • fix(otlp-transformer)!: OTLP json encoding #4220 @​seemk
    • Fixes a bug in the OTLP (http/json) exporters where timestamps were not encoded as strings, causing the export to be rejected by OTLP endpoints

Experimental v0.44.0

Experimental 0.44.0

💥 Breaking Change

  • fix(exporter-logs-otlp-proto): change OTLPLogExporter to OTLPLogExporter #4140 @​Vunovati
  • fix(sdk-node): remove explicit dependency on @​opentelemetry/exporter-jaeger

... (truncated)

Commits
  • d3c311a chore: prepare release 1.19.0/0.46.0 (#4358)
  • 02de4ab chore(deps): update dependency @​types/webpack to v5 (#4368)
  • d286bf6 fix(deps): update dependency import-in-the-middle to v1.7.1 (#4367)
  • 1cbaaf0 chore(deps): update webpack to latest (#4340)
  • 4fe1ae8 chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)
  • af4f7a9 fix(otlp-exporter-base): decrease default concurrency limit to 30 (#4211)
  • dddab06 chore(deps): update dependency linkinator to v6 (#4237)
  • 6be10fb chore(ci): use node 20 in lint workflow (#4359)
  • 237c757 chore(deps): update all patch versions (#4306)
  • 9349c68 fix(deps): update dependency import-in-the-middle to v1.6.0 (#4357)
  • Additional commits viewable in compare view

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

Release notes

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

v1.19.0

🚀 (Enhancement)

🏠 (Internal)

🐛 (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 Fix)

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

v1.18.0

1.18.0

🚀 (Enhancement)

🐛 (Bug Fix)

🏠 (Internal)

  • chore: track package-lock.json #4238 @​legendecas
    • Switched to npm workspaces to bootstrap dependencies.

v1.17.1

1.17.1

🐛 (Bug Fix)

  • fix(sdk-trace-base): BatchSpanProcessor flushes when maxExportBatchSize is reached #3958 @​nordfjord
  • fix(sdk-metrics): allow instrument names to contain '/' #4155
  • fix(sdk-metrics): prevent per-reader storages from keeping unreported accumulations in memory #4163 @​pichlermarc
    • fixes a memory leak which occurred when two or more MetricReader instances are registered to a MeterProvider
  • fix(sdk-metrics): do not report empty scopes and metrics #4135 @​pichlermarc
    • Instruments that were created, but did not have measurements will not be exported anymore

... (truncated)

Changelog

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

1.19.0

🚀 (Enhancement)

🏠 (Internal)

🐛 (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 Fix)

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

1.18.0

🚀 (Enhancement)

🐛 (Bug Fix)

🏠 (Internal)

  • chore: track package-lock.json #4238 @​legendecas
    • Switched to npm workspaces to bootstrap dependencies.

1.17.1

🐛 (Bug Fix)

  • fix(sdk-trace-base): BatchSpanProcessor flushes when maxExportBatchSize is reached #3958 @​nordfjord
  • fix(sdk-metrics): allow instrument names to contain '/' #4155
  • fix(sdk-metrics): prevent per-reader storages from keeping unreported accumulations in memory #4163 @​pichlermarc
    • fixes a memory leak which occurred when two or more MetricReader instances are registered to a MeterProvider
  • fix(sdk-metrics): do not report empty scopes and metrics #4135 @​pichlermarc
    • Instruments that were created, but did not have measurements will not be exported anymore
    • Meters (Scopes) that were created, but did not have any instruments with measurements under them will not be exported anymore.

... (truncated)

Commits
  • d3c311a chore: prepare release 1.19.0/0.46.0 (#4358)
  • 02de4ab chore(deps): update dependency @​types/webpack to v5 (#4368)
  • d286bf6 fix(deps): update dependency import-in-the-middle to v1.7.1 (#4367)
  • 1cbaaf0 chore(deps): update webpack to latest (#4340)
  • 4fe1ae8 chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)
  • af4f7a9 fix(otlp-exporter-base): decrease default concurrency limit to 30 (#4211)
  • dddab06 chore(deps): update dependency linkinator to v6 (#4237)
  • 6be10fb chore(ci): use node 20 in lint workflow (#4359)
  • 237c757 chore(deps): update all patch versions (#4306)
  • 9349c68 fix(deps): update dependency import-in-the-middle to v1.6.0 (#4357)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the otel-dependencies group with 4 updates: [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/host-metrics](https://github.com/open-telemetry/opentelemetry-js-contrib), [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) and [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js).


Updates `@opentelemetry/api` from 1.4.1 to 1.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@api/v1.4.1...v1.7.0)

Updates `@opentelemetry/host-metrics` from 0.32.2 to 0.34.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@host-metrics-v0.32.2...host-metrics-v0.34.0)

Updates `@opentelemetry/exporter-prometheus` from 0.40.0 to 0.46.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.40.0...experimental/v0.46.0)

Updates `@opentelemetry/sdk-trace-node` from 1.14.0 to 1.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.14.0...v1.19.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: "@opentelemetry/host-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: "@opentelemetry/sdk-trace-node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #462.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-main-otel-dependencies-e1cc35f87b branch February 1, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants