Update opentelemetry-js monorepo
This PR contains the following updates:
Release Notes
open-telemetry/opentelemetry-js (@opentelemetry/core)
v1.26.0
: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), andMETRIC_{name}for metrics. Exported names from previous versions are deprecated. - Import
@opentelemetry/semantic-conventionsfor stable semantic conventions. Import@opentelemetry/semantic-conventions/incubatingfor 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.
- Exported names have changed to
:bug: (Bug Fix)
- fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values #4879 @trentm
- deps(opentelemetry-instrumentation): Bump
shimmertypes 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
getEnvfunction #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
- Packages updated:
- 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.
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
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.
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.
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.