opencti icon indicating copy to clipboard operation
opencti copied to clipboard

Update opentelemetry-js monorepo

Open renovate[bot] opened this issue 1 year ago • 3 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/core (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-http (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/exporter-prometheus (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/exporter-zipkin (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/instrumentation (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/otlp-transformer (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/resources (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-logs (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.52.1 -> 0.53.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.25.1 -> 1.26.0 age adoption passing confidence
@opentelemetry/semantic-conventions (source) 1.25.1 -> 1.27.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/core)

v1.26.0

Compare Source

:rocket: (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.
    • Note: Semantic conventions are now versioned separately from other stable artifacts, to correspond to the version of semantic conventions they provide. Changes will be in a separate changelog.
:bug: (Bug Fix)
  • fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values #​4879 @​trentm
  • deps(opentelemetry-instrumentation): Bump shimmer types to 1.2.0 #​4865 @​lforst
  • fix(instrumentation): Fix optional property types #​4833 @​alecmev
  • fix(sdk-metrics): fix(sdk-metrics): use inclusive upper bounds in histogram #​4829
:house: (Internal)
  • refactor: Simplify the code for the getEnv function #​4799 @​danstarns
  • refactor: remove "export *" in favor of explicit named exports #​4880 @​robbkidd
    • Packages updated:
      • opentelemetry-context-zone
      • opentelemetry-core
      • opentelemetry-exporter-jaeger
      • opentelemetry-exporter-zipkin
      • opentelemetry-propagator-b3
      • opentelemetry-propagator-jaeger
      • opentelemetry-sdk-trace-base
      • opentelemetry-sdk-trace-node
      • opentelemetry-sdk-trace-web
      • propagator-aws-xray
      • sdk-metrics
  • deps(sdk-metrics): remove unused lodash.merge dependency #​4905 @​pichlermarc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 15 '24 10:09 renovate[bot]

1.26 release of opentelemetry (https://github.com/open-telemetry/opentelemetry-js/releases) introduced breaking changes in the name of some exports, making the current import depecrated. Pushing a change to update to the new attribute names

JeremyCloarec avatar Sep 27 '24 09:09 JeremyCloarec

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Sep 27 '24 12:09 renovate[bot]

Codecov Report

:x: Patch coverage is 75.00000% with 21 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 66.30%. Comparing base (e44e755) to head (848f259). :warning: Report is 1817 commits behind head on master.

Files with missing lines Patch % Lines
...rm/opencti-graphql/src/manager/telemetryManager.ts 0.00% 6 Missing :warning:
...ncti-platform/opencti-graphql/src/domain/status.ts 20.00% 4 Missing :warning:
...orm/opencti-graphql/src/graphql/telemetryPlugin.js 0.00% 4 Missing :warning:
opencti-platform/opencti-graphql/src/back.js 0.00% 2 Missing :warning:
...pencti-platform/opencti-graphql/src/domain/file.js 33.33% 2 Missing :warning:
...anagerConfiguration/managerConfiguration-domain.ts 33.33% 2 Missing :warning:
...cti-platform/opencti-graphql/src/config/tracing.ts 50.00% 1 Missing :warning:
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8348   +/-   ##
=======================================
  Coverage   66.30%   66.30%           
=======================================
  Files         597      598    +1     
  Lines       60949    60961   +12     
  Branches     6262     6263    +1     
=======================================
+ Hits        40410    40420   +10     
- Misses      20539    20541    +2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Oct 01 '24 12:10 codecov[bot]