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

chore(deps): bump the deps group with 12 updates #135

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Bumps the deps group with 12 updates:

Package From To
@opentelemetry/auto-instrumentations-node 0.52.1 0.53.0
@opentelemetry/context-async-hooks 1.27.0 1.28.0
@opentelemetry/core 1.27.0 1.28.0
@opentelemetry/exporter-prometheus 0.54.2 0.55.0
@opentelemetry/exporter-trace-otlp-http 0.54.2 0.55.0
@opentelemetry/propagator-b3 1.27.0 1.28.0
@opentelemetry/propagator-jaeger 1.27.0 1.28.0
@opentelemetry/resources 1.27.0 1.28.0
@opentelemetry/sdk-metrics 1.27.0 1.28.0
@opentelemetry/sdk-node 0.54.2 0.55.0
@opentelemetry/sdk-trace-base 1.27.0 1.28.0
husky 9.1.6 9.1.7

Updates @opentelemetry/auto-instrumentations-node from 0.52.1 to 0.53.0

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.53.0

0.53.0 (2024-11-18)

Features

  • deps: update deps matching '@opentelemetry/*' (#2535) (5223a6c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-amqplib bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.47.0 to ^0.48.0
      • @​opentelemetry/instrumentation-aws-sdk bumped from ^0.46.0 to ^0.47.0
      • @​opentelemetry/instrumentation-bunyan bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-cassandra-driver bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-connect bumped from ^0.40.0 to ^0.41.0
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.10.0 to ^0.11.0
      • @​opentelemetry/instrumentation-dataloader bumped from ^0.13.0 to ^0.14.0
      • @​opentelemetry/instrumentation-dns bumped from ^0.40.0 to ^0.41.0
      • @​opentelemetry/instrumentation-express bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-fastify bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-fs bumped from ^0.16.0 to ^0.17.0
      • @​opentelemetry/instrumentation-generic-pool bumped from ^0.40.0 to ^0.41.0
      • @​opentelemetry/instrumentation-graphql bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-hapi bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-ioredis bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-kafkajs bumped from ^0.4.0 to ^0.5.0
      • @​opentelemetry/instrumentation-knex bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-koa bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/instrumentation-lru-memoizer bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-memcached bumped from ^0.40.0 to ^0.41.0
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.48.0 to ^0.49.0
      • @​opentelemetry/instrumentation-mongoose bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-mysql bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.42.1 to ^0.43.0
      • @​opentelemetry/instrumentation-nestjs-core bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-net bumped from ^0.40.0 to ^0.41.0
      • @​opentelemetry/instrumentation-pg bumped from ^0.47.1 to ^0.48.0
      • @​opentelemetry/instrumentation-pino bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-redis bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-redis-4 bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-restify bumped from ^0.42.0 to ^0.43.0
      • @​opentelemetry/instrumentation-router bumped from ^0.41.0 to ^0.42.0
      • @​opentelemetry/instrumentation-socket.io bumped from ^0.43.0 to ^0.44.0
      • @​opentelemetry/instrumentation-tedious bumped from ^0.15.0 to ^0.16.0
      • @​opentelemetry/instrumentation-undici bumped from ^0.7.1 to ^0.8.0
      • @​opentelemetry/instrumentation-winston bumped from ^0.41.0 to ^0.42.0

... (truncated)

Commits

Updates @opentelemetry/context-async-hooks from 1.27.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/context-async-hooks's releases.

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

Sourced from @​opentelemetry/context-async-hooks's changelog.

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/core from 1.27.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/core's releases.

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

Sourced from @​opentelemetry/core's changelog.

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-prometheus from 0.54.2 to 0.55.0

Release notes

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

experimental/v0.55.0

0.55.0

💥 Breaking Change

  • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @​pichlermarc
    • (user-facing) the following exports were intended for internal use only and have been removed without replacement
      • extractHostnameAndPort
      • getAbsoluteUrl
      • getIncomingRequestAttributes
      • getIncomingRequestAttributesOnResponse
      • getIncomingRequestMetricAttributes
      • getIncomingRequestMetricAttributesOnResponse
      • getOutgoingRequestAttributes
      • getOutgoingRequestAttributesOnResponse
      • getOutgoingRequestMetricAttributes
      • getOutgoingRequestMetricAttributesOnResponse
      • getRequestInfo
      • headerCapture
      • isCompressed
      • isValidOptionsType
      • parseResponseStatus
      • satisfiesPattern
      • setAttributesFromHttpKind
      • setRequestContentLengthAttribute
      • setResponseContentLengthAttribute
      • setSpanWithError
      • RequestSignature
      • RequestFunction
      • ParsedRequestOptions
      • IgnoreMatcher
      • Https
      • HttpRequestArgs
      • HttpCallbackOptional
      • HttpCallback
      • Http
      • GetFunction
      • Func
      • Err

🚀 (Enhancement)

  • feat(sdk-node, sdk-logs): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617
    • default: true
    • note: false will become the default behavior in a future iteration in order to comply with specification requirements
  • feat(instrumentation): Track request body size in XHR and Fetch instrumentations #4706 @​mustafahaddara

🐛 (Bug Fix)

  • fix(instrumentation-http): Fix the OTEL_SEMCONV_STABILITY_OPT_IN variable check. Using of instead of in #5137

... (truncated)

Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-trace-otlp-http from 0.54.2 to 0.55.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-http's releases.

experimental/v0.55.0

0.55.0

💥 Breaking Change

  • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @​pichlermarc
    • (user-facing) the following exports were intended for internal use only and have been removed without replacement
      • extractHostnameAndPort
      • getAbsoluteUrl
      • getIncomingRequestAttributes
      • getIncomingRequestAttributesOnResponse
      • getIncomingRequestMetricAttributes
      • getIncomingRequestMetricAttributesOnResponse
      • getOutgoingRequestAttributes
      • getOutgoingRequestAttributesOnResponse
      • getOutgoingRequestMetricAttributes
      • getOutgoingRequestMetricAttributesOnResponse
      • getRequestInfo
      • headerCapture
      • isCompressed
      • isValidOptionsType
      • parseResponseStatus
      • satisfiesPattern
      • setAttributesFromHttpKind
      • setRequestContentLengthAttribute
      • setResponseContentLengthAttribute
      • setSpanWithError
      • RequestSignature
      • RequestFunction
      • ParsedRequestOptions
      • IgnoreMatcher
      • Https
      • HttpRequestArgs
      • HttpCallbackOptional
      • HttpCallback
      • Http
      • GetFunction
      • Func
      • Err

🚀 (Enhancement)

  • feat(sdk-node, sdk-logs): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617
    • default: true
    • note: false will become the default behavior in a future iteration in order to comply with specification requirements
  • feat(instrumentation): Track request body size in XHR and Fetch instrumentations #4706 @​mustafahaddara

🐛 (Bug Fix)

  • fix(instrumentation-http): Fix the OTEL_SEMCONV_STABILITY_OPT_IN variable check. Using of instead of in #5137

... (truncated)

Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/propagator-b3 from 1.27.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/propagator-b3's releases.

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

Sourced from @​opentelemetry/propagator-b3's changelog.

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/propagator-jaeger from 1.27.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/propagator-jaeger's releases.

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

Sourced from @​opentelemetry/propagator-jaeger's changelog.

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 1.27.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

Sourced from @​opentelemetry/resources's changelog.

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-metrics from 1.27.0 to 1.28.0

Release notes

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

v1.28.0

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Changelog

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

1.28.0

🚀 (Enhancement)

  • feat(sdk-metrics, sdk-trace): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617

    • default: true (no change in behavior)
    • note: false will become the default behavior in the next major version in order to comply with specification requirements
  • feat(sdk-trace-base): add spanProcessors property in TracerConfig interface. #5138 @​david-luna

🐛 (Bug Fix)

  • fix(sdk-metrics): await exports in PeriodicExportingMetricReader when async resource attributes have not yet settled #5119 @​pichlermarc
  • fix(sdk-trace): performance.now() may return the same value for consecutive calls #5150 @​dyladan
  • fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler #5143 @​pichlermarc
    • fixes a bug where switching browser tabs with a failing exporter would cause an unhandled error
Commits
  • 4b1ad3f chore: prepare next release (#5141)
  • 9e4d36c fix(otlp-exporter-base): fix unhandled error when writing to destroyed http r...
  • d3630af doc: document breaking change in 0.54 (#5169)
  • 09a630d chore(deps): lock file maintenance (#5171)
  • 473bb5e chore(deps): lock file maintenance (#5157)
  • 23a47d3 chore(deps): update dependency webpack to v5.96.1 (#5164)
  • 6096f72 chore(deps): update dependency mocha to v10.8.2 (#5162)
  • 1aa158b chore(deps): update babel monorepo (#5161)
  • 363c003 fix(semantic-conventions): update deprecated messages for some old constants ...
  • 0c268e7 feat: improve bug template (#5086)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-node from 0.54.2 to 0.55.0

Release notes

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

experimental/v0.55.0

0.55.0

💥 Breaking Change

  • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @​pichlermarc
    • (user-facing) the following exports were intended for internal use only and have been removed without replacement
      • extractHostnameAndPort
      • getAbsoluteUrl
      • getIncomingRequestAttributes
      • getIncomingRequestAttributesOnResponse
      • getIncomingRequestMetricAttributes
      • getIncomingRequestMetricAttributesOnResponse
      • getOutgoingRequestAttributes
      • getOutgoingRequestAttributesOnResponse
      • getOutgoingRequestMetricAttributes
      • getOutgoingRequestMetricAttributesOnResponse
      • getRequestInfo
      • headerCapture
      • isCompressed
      • isValidOptionsType
      • parseResponseStatus
      • satisfiesPattern
      • setAttributesFromHttpKind
      • setRequestContentLengthAttribute
      • setResponseContentLengthAttribute
      • setSpanWithError
      • RequestSignature
      • RequestFunction
      • ParsedRequestOptions
      • IgnoreMatcher
      • Https
      • HttpRequestArgs
      • HttpCallbackOptional
      • HttpCallback
      • Http
      • GetFunction
      • Func
      • Err

🚀 (Enhancement)<...

Description has been truncated

Bumps the deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.52.1` | `0.53.0` |
| [@opentelemetry/context-async-hooks](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) | `0.54.2` | `0.55.0` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.54.2` | `0.55.0` |
| [@opentelemetry/propagator-b3](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/propagator-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.54.2` | `0.55.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `1.27.0` | `1.28.0` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |


Updates `@opentelemetry/auto-instrumentations-node` from 0.52.1 to 0.53.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@auto-instrumentations-node-v0.52.1...auto-instrumentations-node-v0.53.0)

Updates `@opentelemetry/context-async-hooks` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/core` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/exporter-prometheus` from 0.54.2 to 0.55.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.54.2...experimental/v0.55.0)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.54.2 to 0.55.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.54.2...experimental/v0.55.0)

Updates `@opentelemetry/propagator-b3` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/propagator-jaeger` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/resources` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/sdk-metrics` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `@opentelemetry/sdk-node` from 0.54.2 to 0.55.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.54.2...experimental/v0.55.0)

Updates `@opentelemetry/sdk-trace-base` from 1.27.0 to 1.28.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.27.0...v1.28.0)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/context-async-hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/propagator-b3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/propagator-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot merged commit a83986a into main Nov 19, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/deps-549fb1e8a3 branch November 19, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants