Skip to content

Commit 1c5968c

Browse files
committed
fix CHANGELOG.md
1 parent db32570 commit 1c5968c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1313
- Added `Marshaler` config option to `otlphttp` to enable otlp over json or protobufs. (#1586)
1414
- A `ForceFlush` method to the `"go.opentelemetry.io/otel/sdk/trace".TracerProvider` to flush all registered `SpanProcessor`s. (#1608)
1515
- Added `WithDefaultSampler` and `WithSpanLimits` to tracer provider. (#1633)
16-
- Added `WithDefaultSampler`, `WithSpanLimits` and `WithResource` to `go.opentelemetry.io/otel/exporters/trace/jaeger` package. (#1693)
17-
- Added `WithDefaultSampler`, `WithSpanLimits` and `WithResource` to `go.opentelemetry.io/otel/exporters/trace/zipkin` package. (#1693)
1816

1917
### Changed
2018

@@ -27,6 +25,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2725
- `trace.SpanContext` is now immutable and has no exported fields. (#1573)
2826
- `trace.NewSpanContext()` can be used in conjunction with the `trace.SpanContextConfig` struct to initialize a new `SpanContext` where all values are known.
2927
- Renamed the `LabelSet` method of `"go.opentelemetry.io/otel/sdk/resource".Resource` to `Set`. (#1692)
28+
- Changed `WithSDK` to `WithSDKOptions` to accept variadic arguments of `TracerProviderOption` type in `go.opentelemetry.io/otel/exporters/trace/jaeger` package. (#1693)
29+
- Changed `WithSDK` to `WithSDKOptions` to accept variadic arguments of `TracerProviderOption` type in `go.opentelemetry.io/otel/exporters/trace/zipkin` package. (#1693)
3030
- Update zipkin export pipeline in `go.opentelemetry.io/otel/exporters/trace/zipkin` package to add resources specified by `WithResource` its tags. (#1693)
3131

3232
### Removed
@@ -37,8 +37,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3737
- Removed setting status to `Error` while recording an error as a span event in `RecordError`. (#1663)
3838
- Removed `WithConfig` from tracer provider to avoid overriding configuration. (#1633)
3939
- Removed `ApplyConfig` method and `Config` struct from tracer provider. (#1693)
40-
- Removed `WithSDK` from `go.opentelemetry.io/otel/exporters/trace/jaeger` package. (#1693)
41-
- Removed `WithSDK` from `go.opentelemetry.io/otel/exporters/trace/zipkin` package. (#1693)
4240

4341
### Fixed
4442

0 commit comments

Comments
 (0)