Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 04b3210

Browse filesBrowse files
trentmpichlermarcJamieDanielson
authored
doc: upgrade/migration guide for SDK 2.0 (#5513)
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> Co-authored-by: Jamie Danielson <jamiedanielson@honeycomb.io>
1 parent cb48266 commit 04b3210
Copy full SHA for 04b3210

File tree

Expand file treeCollapse file tree

6 files changed

+480
-260
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+480
-260
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66
For API changes, see the [API CHANGELOG](api/CHANGELOG.md).
77
For experimental package changes, see the [experimental CHANGELOG](experimental/CHANGELOG.md).
88
For semantic convention package changes, see the [semconv CHANGELOG](packages/semantic-conventions/CHANGELOG.md).
9+
For notes on migrating to 2.x / 0.200.x see [the upgrade guide](doc/upgrade-to-2.x.md).
910

1011
## Unreleased
1112

@@ -52,7 +53,7 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se
5253
* feat(core)!: remove deprecated samplers [#5316](https://github.com/open-telemetry/opentelemetry-js/pull/5316) @pichlermarc
5354
* (user-facing): deprecated `AlwaysOnSampler` has moved to `@opentelemetry/sdk-trace-base`
5455
* (user-facing): deprecated `AlwaysOffSampler` has moved to `@opentelemetry/sdk-trace-base`
55-
* (user-facing): deprecated `TraceIdRatioSampler` has moved to `@opentelemetry/sdk-trace-base`
56+
* (user-facing): deprecated `ParentBasedSampler` has moved to `@opentelemetry/sdk-trace-base`
5657
* (user-facing): deprecated `TraceIdRatioSampler` has moved to `@opentelemetry/sdk-trace-base`
5758
* feat(resource): Merge sync and async resource interfaces into a single interface [#5350](https://github.com/open-telemetry/opentelemetry-js/pull/5350) @dyladan
5859
* Resource constructor now takes a single argument which contains an optional `attributes` object

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ These instrumentations are hosted at <https://github.com/open-telemetry/opentele
373373

374374
## Useful links
375375

376-
- Upgrade guidelines: [Upgrade Guide](./doc/upgrade-guide.md)
376+
- [Upgrade to SDK 2.x guide](./doc/upgrade-to-2.x.md)
377377
- For more information on OpenTelemetry, visit: <https://opentelemetry.io/>
378378
- For help or feedback on this project, join us in [GitHub Discussions][discussions-url]
379379

‎doc/upgrade-guide.md

Copy file name to clipboardExpand all lines: doc/upgrade-guide.md
-257Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.