Skip to content

Commit a8b2ef7

Browse files
committed
Move CHANGELOG entry and add deprecation
1 parent 3ecc111 commit a8b2ef7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1414
- Add `"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher` which sets custom fetcher implementation. (#4045)
1515
- Add `"go.opentelemetry.io/contrib/config"` package that includes configuration models generated via go-jsonschema. (#4376)
1616
- Add `NewSDK` function to `"go.opentelemetry.io/contrib/config"`. The initial implementation only returns noop providers. (#4414)
17+
- Add metrics support to `go.opentelemetry.io/contrib/exporters/autoexport`. (#4229)
18+
19+
### Deprecated
20+
21+
- In `go.opentelemetry.io/contrib/exporters/autoexport`, `Option` was renamed to `SpanOption`. The old name is deprecated but continues to be supported as an alias.
1722

1823
### Changed
1924

@@ -74,7 +79,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7479
- Add `WithSpanOptions` option in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. (#3768)
7580
- Add testing support for Go 1.21. (#4233)
7681
- Add `WithFilter` option to `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`. (#4230)
77-
- Add metrics support to `go.opentelemetry.io/contrib/exporters/autoexport`. (#4229)
7882

7983
### Changed
8084

0 commit comments

Comments
 (0)