Skip to content

Commit 04b3210

Browse files
trentmpichlermarcJamieDanielson
authored
doc: upgrade/migration guide for SDK 2.0 (#5513)
Co-authored-by: Marc Pichler <[email protected]> Co-authored-by: Jamie Danielson <[email protected]>
1 parent cb48266 commit 04b3210

File tree

6 files changed

+480
-260
lines changed

6 files changed

+480
-260
lines changed

CHANGELOG.md

Lines 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

Lines 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

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)