elastic / elastic-otel-node

https://github.com/elastic/elastic-otel-node/tree/main/packages/opentelemetry-node#readme
Apache License 2.0
3 stars 2 forks source link

chore(deps): bump the opentelemetry group in /packages/opentelemetry-node with 9 updates #397

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the opentelemetry group in /packages/opentelemetry-node with 9 updates:

Package From To
@opentelemetry/host-metrics 0.35.3 0.35.4
@opentelemetry/instrumentation-express 0.42.0 0.43.0
@opentelemetry/instrumentation-fastify 0.39.0 0.40.0
@opentelemetry/instrumentation-pg 0.44.0 0.45.0
@opentelemetry/instrumentation-redis-4 0.42.0 0.42.1
@opentelemetry/resource-detector-alibaba-cloud 0.29.1 0.29.2
@opentelemetry/resource-detector-aws 1.6.1 1.6.2
@opentelemetry/resource-detector-container 0.4.1 0.4.2
@opentelemetry/resource-detector-gcp 0.29.11 0.29.12

Updates @opentelemetry/host-metrics from 0.35.3 to 0.35.4

Release notes

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

host-metrics: v0.35.4

0.35.4 (2024-10-08)

Bug Fixes

  • host-metrics: widen MeterProvider type restriction in BaseMetrics class (#2428) (cb89486)
Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view


Updates @opentelemetry/instrumentation-express from 0.42.0 to 0.43.0

Release notes

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

instrumentation-express: v0.43.0

0.43.0 (2024-10-08)

Features

  • instrumentation-express: Use router path in router span names (#2319) (ee5c584)
Commits
  • ad8436d chore: release main (#2275)
  • 9dc55da fix(instr-mongodb): fix function patch missing one argument introduced in v6...
  • 0c46dfe chore: exempt dependencies, autorelease PR from unmaintained-package autoclos...
  • 7efeb2a ci: generate npm provenance statements when publishing (#2308)
  • 85ca5f1 docs(@​opentelemetry/instrumentation-winston): Add extra details about @​opente...
  • 626ecc5 chore: mark @​rauno56 components as unmaintained (#2305)
  • 65bc979 chore: update all otel deps (#2291)
  • fbf25c5 fix(@​opentelemetry/instrumentation-winston): Removing error details when @​ope...
  • 688a92d chore: permanently deprecate opentelemetry-browser-extension-autoinjection (#...
  • 055ef41 feat(instrumentation-pino): add log sending to Logs Bridge API (#2249)
  • Additional commits viewable in compare view


Updates @opentelemetry/instrumentation-fastify from 0.39.0 to 0.40.0

Release notes

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

instrumentation-fastify: v0.40.0

0.40.0 (2024-10-08)

Features

  • instrumentation-fastify: Enable Fastify v5 (#2460) (02a9fdb)

instrumentation-user-interaction: v0.40.0

0.40.0 (2024-09-02)

Features

  • update deps matching "@opentelemetry/" (9fa058e)

instrumentation-long-task: v0.40.0

0.40.0 (2024-09-02)

Features

  • update deps matching "@opentelemetry/" (9fa058e)

instrumentation-document-load: v0.40.0

0.40.0 (2024-09-02)

Features

  • update deps matching "@opentelemetry/" (9fa058e)

instrumentation-winston: v0.40.0

0.40.0 (2024-09-02)

Features

  • update deps matching "@opentelemetry/" (9fa058e)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​opentelemetry/winston-transport bumped from ^0.5.0 to ^0.6.0

instrumentation-router: v0.40.0

0.40.0 (2024-09-02)

... (truncated)

Commits
  • f81f8a7 chore: release main (#1539)
  • 8d9687d feat(fastify): Skip update HTTP's span name and update RpcMetadata's route in...
  • bf25eb1 chore(renovate): change strategy for @​opentelemetry/api, run experimental upd...
  • 3139dbf chore: update renovate.json (#1575)
  • 273993b chore: re-enable instrumentation-fastify unit test on node@18 (#1568)
  • 84a2377 fix(deps): update otel core experimental to ^0.41.0 (#1566)
  • ffb45fe chore(renovate): split patch and minor rules (#1572)
  • 8e2f518 feat(express): Skip update HTTP's span name and update RpcMetadata's route in...
  • 774d254 fix(document-load): compatibility issue with @​opentelemetry/sdk-trace-web@​1.1...
  • a18b074 docs: document merge reqiurements (#1553)
  • Additional commits viewable in compare view


Updates @opentelemetry/instrumentation-pg from 0.44.0 to 0.45.0

Release notes

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

instrumentation-pg: v0.45.0

0.45.0 (2024-10-08)

Features

  • instrumentation-pg: implementation of metric operation duration (#2380) (050fee0)
  • instrumentation-pg: initial implementation of DB metrics (#2349) (12adb43)

instrumentation-aws-lambda: v0.45.0

0.45.0 (2024-10-08)

Features

Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view


Updates @opentelemetry/instrumentation-redis-4 from 0.42.0 to 0.42.1

Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view


Updates @opentelemetry/resource-detector-alibaba-cloud from 0.29.1 to 0.29.2

Release notes

Sourced from @​opentelemetry/resource-detector-alibaba-cloud's releases.

resource-detector-alibaba-cloud: v0.29.2

0.29.2 (2024-10-08)

Bug Fixes

  • detector-alibaba: suppres internal tracing (#2429) (9a7690e)
Commits
  • 63e0fc9 chore: release main (#1340)
  • 4227d8a feat(propagator/aws-xray): Extract X-Ray header in a case-insensitive fashion...
  • d23c329 fix(pg): update requireParentSpan to skip instrumentation when parent not pre...
  • 52136d8 fix(instrumentation-amqplib): move @types/amqplib into dev deps (#1320)
  • ad92673 fix(amqplib): use extracted context for message consuming (#1354)
  • 799b10b docs: Remove duplication in auto-instrumentations-node readme (#1378)
  • dadaa71 chore(deps): update dependency sinon to v15 (#1348)
  • 4e3f0c2 chore: fix contrib build (#1374)
  • ff109b7 fix(deps): update otel core experimental to ^0.35.1 (#1358)
  • aae03f2 fix(mysql): add haddasbronfman as componnent owner of mysql (#1361)
  • Additional commits viewable in compare view


Updates @opentelemetry/resource-detector-aws from 1.6.1 to 1.6.2

Release notes

Sourced from @​opentelemetry/resource-detector-aws's releases.

resource-detector-aws: v1.6.2

1.6.2 (2024-10-08)

Bug Fixes

  • detector-aws: suppress internal tracing for all detectors (#2433) (aa9710f)
Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • Additional commits viewable in compare view


Updates @opentelemetry/resource-detector-container from 0.4.1 to 0.4.2

Release notes

Sourced from @​opentelemetry/resource-detector-container's releases.

resource-detector-container: v0.4.2

0.4.2 (2024-10-08)

Bug Fixes

  • detector-container: suppress internal tracing (#2430) (80c2f1a)
Commits
  • f718301 chore: release main (#1475)
  • 4d11d61 fix(host-metrics): fallback to process.memoryUsage() (#1471)
  • 47122f3 chore: add instana resource detector owners (#1476)
  • 565a2b2 fix(deps): update otel core experimental to ^0.38.0 (#1468)
  • d2d8288 chore(detectors/node): adapted breaking change in @​opentelemetry/sdk-node@​0.3...
  • 27943f4 chore: update component owner for AWS to carolabadeer (#1464)
  • ecf725c chore(deps): update dependency sqlite3 to v5.1.5 [security] (#1427)
  • 0f822ab chore: release main (#1425)
  • 6c708d1 feat(host-metrics): update host metrics to collect metrics in batch (#1450)
  • fd5f87e chore: exclude examples from renovate (#1460)
  • Additional commits viewable in compare view


Updates @opentelemetry/resource-detector-gcp from 0.29.11 to 0.29.12

Release notes

Sourced from @​opentelemetry/resource-detector-gcp's releases.

resource-detector-gcp: v0.29.12

0.29.12 (2024-10-08)

Bug Fixes

Commits
  • 2512c78 chore: release main (#2420)
  • fbeb305 chore: update @​types/node to 18.18.14 (#2462)
  • 7fd154b chore(detector-contrainer): remove orphan codecov script (#2444)
  • 02a9fdb feat(instrumentation-fastify): Enable Fastify v5 (#2460)
  • 6107185 ci: align codeql settings with Security SIG recommendations (#2461)
  • 37009ad chore: remove usages of Span constructor (#2458)
  • 138c6c5 chore(deps): update dependency express to v4.20.0 [security] (#2431)
  • 7898458 chore(instrumentation-fastify): mark instrumentation as unmaintained (#2452)
  • 050fee0 feat(instrumentation-pg): implementation of metric operation duration (#2380)
  • 0d6ebde test: update mssql envvar to MSSQL_SA_PASSWORD (#2447)
  • 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