OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
5.12k stars 813 forks source link

Update opentelemetry-js monorepo #7466

Closed renovate[bot] closed 19 hours ago

renovate[bot] commented 3 days ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/api) ### [`v1.9.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#190) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.8.0...v1.9.0) ##### :rocket: (Enhancement) - feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans [#​3430](https://togithub.com/open-telemetry/opentelemetry-js/pull/3430) - feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser [#​3208](https://togithub.com/open-telemetry/opentelemetry-js/pull/3208) [@​pkanal](https://togithub.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-metrics): use default Resource to comply with semantic conventions [#​3411](https://togithub.com/open-telemetry/opentelemetry-js/pull/3411) [@​pichlermarc](https://togithub.com/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](https://togithub.com/open-telemetry/opentelemetry-js/pull/3514) [@​MisterSquishy](https://togithub.com/MisterSquishy) - fix(sdk-trace): make spans resilient to clock drift [#​3434](https://togithub.com/open-telemetry/opentelemetry-js/pull/3434) [@​dyladan](https://togithub.com/dyladan) - fix(selenium-tests): updated webpack version for selenium test issue [#​3456](https://togithub.com/open-telemetry/opentelemetry-js/issues/3456) [@​SaumyaBhushan](https://togithub.com/SaumyaBhushan) - fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes [#​3517](https://togithub.com/open-telemetry/opentelemetry-js/pull/3517) [@​legendecas](https://togithub.com/legendecas) - fix(sdk-metrics): fix duplicated registration of metrics for collectors [#​3488](https://togithub.com/open-telemetry/opentelemetry-js/pull/3488) [@​legendecas](https://togithub.com/legendecas) - fix(core): fix precision loss in numberToHrtime [#​3480](https://togithub.com/open-telemetry/opentelemetry-js/pull/3480) [@​legendecas](https://togithub.com/legendecas) ##### :house: (Internal) - chore: automatically generate tsconfigs [#​3432](https://togithub.com/open-telemetry/opentelemetry-js/pull/3432) [@​legendecas](https://togithub.com/legendecas) - chore: enforce format with prettier [#​3444](https://togithub.com/open-telemetry/opentelemetry-js/pull/3444) [@​legendecas](https://togithub.com/legendecas)

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.55%. Comparing base (ec26e12) to head (00fcc52). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7466 +/- ## ========================================== - Coverage 67.56% 67.55% -0.01% ========================================== Files 567 567 Lines 69903 69903 Branches 5937 5937 ========================================== - Hits 47227 47226 -1 - Misses 22676 22677 +1 ```

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