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

Bump the js-sample-app-deps group across 1 directory with 19 updates #1221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the js-sample-app-deps group with 19 updates in the /sample-apps/javascript-sample-app directory:

Package From To
@opentelemetry/api 1.7.0 1.9.0
@opentelemetry/auto-instrumentations-node 0.41.1 0.53.0
@opentelemetry/exporter-jaeger 1.21.0 1.28.0
@opentelemetry/exporter-metrics-otlp-grpc 0.48.0 0.55.0
@opentelemetry/exporter-prometheus 0.48.0 0.55.0
@opentelemetry/exporter-trace-otlp-grpc 0.48.0 0.55.0
@opentelemetry/id-generator-aws-xray 1.2.1 1.2.2
@opentelemetry/instrumentation-aws-sdk 0.38.1 0.47.0
@opentelemetry/instrumentation-http 0.48.0 0.55.0
@opentelemetry/propagator-aws-xray 1.3.1 1.26.0
@opentelemetry/resources 1.21.0 1.28.0
@opentelemetry/sdk-metrics 1.21.0 1.28.0
@opentelemetry/sdk-node 0.48.0 0.55.0
@opentelemetry/sdk-trace-base 1.21.0 1.28.0
@opentelemetry/sdk-trace-node 1.21.0 1.28.0
@opentelemetry/semantic-conventions 1.21.0 1.27.0
aws-sdk 2.1561.0 2.1692.0
axios 1.7.4 1.7.7
express 4.19.2 4.21.1

Updates @opentelemetry/api from 1.7.0 to 1.9.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

api/v1.9.0

1.9.0

🚀 (Enhancement)

  • feat(metrics): added synchronous gauge #4528 @​clintonb
  • feat(api): allow adding span links after span creation #4536 @​seemk
    • This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the specification as new features need to be implemented.
  • feat: support node 22 #4666 @​dyladan

v1.8.0

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

💥 Breaking Change

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(sdk-trace): enforce consistent span durations

... (truncated)

Changelog

Sourced from @​opentelemetry/api's changelog.

1.9.0

🚀 (Enhancement)

  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #3430
  • feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #3208 @​pkanal

🐛 (Bug Fix)

  • fix(sdk-metrics): use default Resource to comply with semantic conventions #3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-metrics): use Date.now() for instrument recording timestamps #3514 @​MisterSquishy
  • fix(sdk-trace): make spans resilient to clock drift #3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #3456 @​SaumyaBhushan
  • fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #3517 @​legendecas
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #3480 @​legendecas

🏠 (Internal)

1.8.0

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

💥 Breaking Change

🚀 (Enhancement)

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

... (truncated)

Commits
  • 08f597f chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)
  • 969bb62 fix(tracing): make spans resilient to performance clock drift (#3434)
  • 2dcc898 Document repo settings (#3519)
  • 475e401 docs(sdk-metrics): fix badge and reword introductory sentence (#3484)
  • 126ae93 fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a ...
  • c93ab9e fix(core): fix precision loss in numberToHrtime (#3480)
  • 3fd6fb8 fix(sdk-metrics): fix duplicated registration of metrics for collectors (#3488)
  • 93222fc fix(api): declare this parameter type in observable callbacks (#3497)
  • eecb800 feat(sdk-node): configure no-op sdk with OTEL_SDK_DISABLED environment vari...
  • 1c3af6c feat(api-logs): add the SeverityNumber enumeration (#3443)
  • Additional commits viewable in compare view

Updates @opentelemetry/auto-instrumentations-node from 0.41.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
  • d0fb135 chore: release main (#2537)
  • 5223a6c feat(deps): update deps matching '@opentelemetry/*' (#2535)
  • bc647fc docs(multiple): update readme for semantic convention (#2529)
  • 5eb61d8 chore(deps): update deps matching "@opentelemetry/*" (#2521)
  • 7cc26fb chore(scripts): update-otel-deps.js script fixes (#2520)
  • acbaf20 chore: release main (#2507)
  • 28e209a fix(instrumentation-undici): fix a possible crash if the request path is a fu...
  • 0309cae feat(instrumentation-aws-lambda): take care of ESM based (.mjs) handlers (#...
  • 80d0c74 feat(instrumentation-runtime-node)!: add prom-client-metrics (#2136)
  • 6234918 chore: use nx commands (#2493)
  • Additional commits viewable in compare view

Updates @opentelemetry/exporter-jaeger from 1.21.0 to 1.28.0

Release notes

Sourced from @​opentelemetry/exporter-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

semconv/v1.27.0

1.27.0

  • Version bump only
  • Note: This package will now be versioned according to the version of semantic conventions being provided.

v1.27.0

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @​david-luna

... (truncated)

Changelog

Sourced from @​opentelemetry/exporter-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

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #5035 @​david-luna

1.26.0

🚀 (Enhancement)

  • feat: include instrumentation scope info in console span and log record exporters #4848 @​blumamir
  • feat(semconv): update semantic conventions to 1.27 (from 1.7.0) #4690 @​dyladan
    • Exported names have changed to ATTR_{name} for attributes (e.g. ATTR_HTTP_REQUEST_METHOD), {name}_VALUE_{value} for enumeration values (e.g. HTTP_REQUEST_METHOD_VALUE_POST), and METRIC_{name} for metrics. Exported names from previous versions are deprecated.
    • Import @opentelemetry/semantic-conventions for stable semantic conventions. Import @opentelemetry/semantic-conventions/incubating for all semantic conventions, stable and unstable.

... (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-metrics-otlp-grpc from 0.48.0 to 0.55.0

Release notes

Sourced from @​opentelemetry/exporter-metrics-otlp-grpc'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-prometheus from 0.48.0 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-grpc from 0.48.0 to 0.55.0

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-grpc'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/id-generator-aws-xray from 1.2.1 to 1.2.2

Commits
  • b31df37 chore: release main (#2083)
  • f3406ea chore: remove patch and unpatch diag from instrumentations (#2107)
  • 73e01f2 chore(examples/graphql): use exported strings for attributes (#2122)
  • 80cbee7 chore: experimental 0.51.0, remove instrumentations generic type to align wit...
  • 46b6775 test(instr-document-load): fix test to allow missing network span events (#2145)
  • 931318c refactor(instr-aws-sdk): use exported strings for attributes (#2142)
  • 77452c1 chore(examples/connect): use exported strings for attributes (#2120)
  • 5f1910b chore(examples/web): use exported strings for attributes (#2129)
  • 0d38081 docs: remove key column on readme (#2132)
  • 2d709ec chore(instrumentation-fs): remove unused semconv package (#2141)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-aws-sdk from 0.38.1 to 0.47.0

Release notes

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

instrumentation-aws-sdk: v0.47.0

0.47.0 (2024-11-18)

Features

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/propagation-utils bumped from ^0.30.12 to ^0.30.13
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.42.0 to ^0.43.0

instrumentation-socket.io: v0.44.0

0.44.0 (2024-11-18)

Features

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

Dependencies

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

instrumentation-mongoose: v0.44.0

0.44.0 (2024-11-18)

Features

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

Dependencies

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

instrumentation-lru-memoizer: v0.42.0

0.42.0 (2024-11-18)

... (truncated)

Commits
  • 7633cae chore: release main (#2497)
  • 9564380 feat(instrumentation-pg): add error type to db duration metric (#2476)
  • 9b43ccb chore: add 'lint:deps' script to check for unused and unlisted deps (#2477)
  • 2822511 chore(deps): update deps matching "@opentelemetry/*" (#2500)
  • d3c8bd9 chore: clean up some deps (#2499)
  • 97a2956 fix(instrumentation-pg): ensure db.client.operation.duration metric is record...
  • 25e53d6 refactor(instrumentation-mysql2): improve performance of getSpanName using su...
  • d056d21 chore: upgrade to mocha@10 (#2481)
  • 86dba74 fix: change span names for socket-io (#2495)
  • 30e8fc5 chore(deps): update dependency webpack to v5.95.0 [security] (#2496)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-http from 0.48.0 to 0.55.0

Release notes

Sourced from @​opentelemetry/instrumentation-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 u...

      Description has been truncated

Bumps the js-sample-app-deps group with 19 updates in the /sample-apps/javascript-sample-app directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.7.0` | `1.9.0` |
| [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.41.1` | `0.53.0` |
| [@opentelemetry/exporter-jaeger](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.28.0` |
| [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.55.0` |
| [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.55.0` |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.55.0` |
| [@opentelemetry/id-generator-aws-xray](https://github.com/open-telemetry/opentelemetry-js-contrib) | `1.2.1` | `1.2.2` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.38.1` | `0.47.0` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.55.0` |
| [@opentelemetry/propagator-aws-xray](https://github.com/open-telemetry/opentelemetry-js) | `1.3.1` | `1.26.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.28.0` |
| [@opentelemetry/sdk-metrics](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.28.0` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.55.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.28.0` |
| [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.28.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.21.0` | `1.27.0` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1561.0` | `2.1692.0` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.7` |
| [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.1` |



Updates `@opentelemetry/api` from 1.7.0 to 1.9.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.7.0...v1.9.0)

Updates `@opentelemetry/auto-instrumentations-node` from 0.41.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@instrumentation-express-v0.41.1...auto-instrumentations-node-v0.53.0)

Updates `@opentelemetry/exporter-jaeger` from 1.21.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.21.0...v1.28.0)

Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.48.0 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.48.0...experimental/v0.55.0)

Updates `@opentelemetry/exporter-prometheus` from 0.48.0 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.48.0...experimental/v0.55.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.48.0 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.48.0...experimental/v0.55.0)

Updates `@opentelemetry/id-generator-aws-xray` from 1.2.1 to 1.2.2
- [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@propagator-aws-xray-v1.2.1...id-generator-aws-xray-v1.2.2)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.38.1 to 0.47.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@instrumentation-mysql-v0.38.1...instrumentation-pg-v0.47.0)

Updates `@opentelemetry/instrumentation-http` from 0.48.0 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.48.0...experimental/v0.55.0)

Updates `@opentelemetry/propagator-aws-xray` from 1.3.1 to 1.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/commits/v1.26.0)

Updates `@opentelemetry/resources` from 1.21.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.21.0...v1.28.0)

Updates `@opentelemetry/sdk-metrics` from 1.21.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.21.0...v1.28.0)

Updates `@opentelemetry/sdk-node` from 0.48.0 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.48.0...experimental/v0.55.0)

Updates `@opentelemetry/sdk-trace-base` from 1.21.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.21.0...v1.28.0)

Updates `@opentelemetry/sdk-trace-node` from 1.21.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.21.0...v1.28.0)

Updates `@opentelemetry/semantic-conventions` from 1.21.0 to 1.27.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.21.0...v1.27.0)

Updates `aws-sdk` from 2.1561.0 to 2.1692.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1561.0...v2.1692.0)

Updates `axios` from 1.7.4 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.7)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-jaeger"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-metrics-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-prometheus"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/id-generator-aws-xray"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/propagator-aws-xray"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-metrics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/sdk-trace-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-sample-app-deps
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-sample-app-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 19, 2024 17:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript JS SDK related issues labels Nov 19, 2024
@github-actions github-actions bot added the InstrumentationSampleApp Issues and PRs related to instrumentation sample apps label Nov 19, 2024
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 InstrumentationSampleApp Issues and PRs related to instrumentation sample apps javascript JS SDK related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants