Skip to content

Commit

Permalink
Add alpha release of otelslog to next release (#5335)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Mar 31, 2024
1 parent 3361285 commit 6104338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108)
- The `go.opentelemetry.io/contrib/bridges/otelslog` module.
This module provides an OpenTelemetry logging bridge for "log/slog". (#5335)

### Removed

Expand Down
5 changes: 4 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ module-sets:
version: v0.4.0
modules:
- go.opentelemetry.io/contrib/config
experimental-bridge:
version: v0.0.1
modules:
- go.opentelemetry.io/contrib/bridges/otelslog
excluded-modules:
- go.opentelemetry.io/contrib/bridges/slog
- go.opentelemetry.io/contrib/instrgen
- go.opentelemetry.io/contrib/instrgen/driver
- go.opentelemetry.io/contrib/instrgen/testdata/interface

0 comments on commit 6104338

Please sign in to comment.