mozilla / fxa

Monorepo for Mozilla Accounts (formerly Firefox Accounts)
https://mozilla.github.io/ecosystem-platform/
Mozilla Public License 2.0
590 stars 210 forks source link

chore(deps): bump the open-telemetry group across 1 directory with 12 updates #17113

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the open-telemetry group with 12 updates in the / directory:

Package From To
@opentelemetry/api 1.8.0 1.9.0
@opentelemetry/auto-instrumentations-node 0.44.0 0.47.1
@opentelemetry/context-zone 1.23.0 1.25.0
@opentelemetry/context-zone-peer-dep 1.23.0 1.25.0
@opentelemetry/exporter-jaeger 1.23.0 1.25.0
@opentelemetry/exporter-trace-otlp-http 0.50.0 0.52.0
@opentelemetry/instrumentation-document-load 0.37.0 0.39.0
@opentelemetry/instrumentation-fetch 0.50.0 0.52.0
@opentelemetry/instrumentation-user-interaction 0.37.0 0.39.0
@opentelemetry/instrumentation-xml-http-request 0.50.0 0.52.0
@opentelemetry/sdk-trace-node 1.23.0 1.25.0
@opentelemetry/sdk-trace-web 1.23.0 1.25.0

Updates @opentelemetry/api from 1.8.0 to 1.9.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.9.0

:rocket: (Enhancement)

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

:bug: (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

:house: (Internal)

api/v1.9.0

1.9.0

:rocket: (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
Changelog

Sourced from @​opentelemetry/api's changelog.

1.9.0

:rocket: (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: (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

:house: (Internal)

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.44.0 to 0.47.1

Release notes

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

auto-instrumentations-node: v0.47.1

0.47.1 (2024-06-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-express bumped from ^0.40.0 to ^0.40.1
      • @​opentelemetry/instrumentation-mongodb bumped from ^0.44.0 to ^0.45.0
      • @​opentelemetry/resource-detector-azure bumped from ^0.2.8 to ^0.2.9
      • @​opentelemetry/resource-detector-container bumped from ^0.3.10 to ^0.3.11
Commits
  • 93e7aab chore: release main (#2263)
  • ce5f48d fix(instr-express): keep hidden properties in layer handlers (#2137)
  • 93776fa fix(azure-functions-resource-detector): Update Azure Functions Detector to Co...
  • cac5cc9 chore(deps): update dependency @​rollup/plugin-commonjs to v26 (#2264)
  • 9761a91 fix: ContainerId not detected post version 0.2.2 (#2270)
  • 3e863cf docs(instrumentation-undici): Update option links to point to right link (#2261)
  • 2b1360d feat(instrumentation-mongodb): support aggregation commands and support neste...
  • 6721bdd fix(baggage-span-processor): cannot find module (#2260)
  • See full diff in compare view


Updates @opentelemetry/context-zone from 1.23.0 to 1.25.0

Release notes

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

v1.25.0

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

v1.24.1

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

v1.24.0

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
Changelog

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

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
  • 7c808e3 add Events SDK (#4629)
  • 9d3bc18 chore: move flarna from approver to emeritus (#4757)
  • Additional commits viewable in compare view


Updates @opentelemetry/context-zone-peer-dep from 1.23.0 to 1.25.0

Release notes

Sourced from @​opentelemetry/context-zone-peer-dep's releases.

v1.25.0

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

v1.24.1

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

v1.24.0

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
Changelog

Sourced from @​opentelemetry/context-zone-peer-dep's changelog.

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
  • 7c808e3 add Events SDK (#4629)
  • 9d3bc18 chore: move flarna from approver to emeritus (#4757)
  • Additional commits viewable in compare view


Updates @opentelemetry/exporter-jaeger from 1.23.0 to 1.25.0

Release notes

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

v1.25.0

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

v1.24.1

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

v1.24.0

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
Changelog

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

1.25.0

:rocket: (Enhancement)

:books: (Refine Doc)

  • refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/http #4750 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762 @​Zen-cronic
  • refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761 @​Zen-cronic

1.24.1

:bug: (Bug Fix)

  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
  • fix(resources): prevent circular import (resource -> detector -> resource -> ...) #4653 @​pichlermarc
    • fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
  • fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678 @​AkselAllas

1.24.0

:rocket: (Enhancement)

  • feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605 @​pichlermarc
  • feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603 @​martinkuba
  • feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608 @​maryliag

:bug: (Bug Fix)

  • fix(sdk-trace-web): fix invalid timings in span events #4486 @​Abinet18
  • fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561 @​trentm
  • fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648 @​pichlermarc
    • getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
Commits
  • c4d3351 fix(sdk-logs): adapt versions for release (#4769)
  • 26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
  • 957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
  • 97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
  • 929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
  • 97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
  • 9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
  • ... _Description has been truncated_
dependabot[bot] commented 3 months ago

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