Skip to content

Commit

Permalink
otellogr: Publish module (#6386)
Browse files Browse the repository at this point in the history
Add otellogr to published modules

Fixes #5192

---------

Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
scorpionknifes and pellared authored Dec 2, 2024
1 parent a59214f commit b17c47f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Added support for providing `endpoint`, `pollingIntervalMs` and `initialSamplingRate` using environment variable `OTEL_TRACES_SAMPLER_ARG` in `go.opentelemetry.io/contrib/samples/jaegerremote`. (#6310)
- Added support exporting logs via OTLP over gRPC in `go.opentelemetry.io/contrib/config`. (#6340)
- The `go.opentelemetry.io/contrib/bridges/otellogr` module.
This module provides an OpenTelemetry logging bridge for `github.com/go-logr/logr`. (#6386)

### Changed

Expand Down
1 change: 1 addition & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module-sets:
- go.opentelemetry.io/contrib/bridges/otelslog
- go.opentelemetry.io/contrib/bridges/otellogrus
- go.opentelemetry.io/contrib/bridges/otelzap
- go.opentelemetry.io/contrib/bridges/otellogr
experimental-processors:
version: v0.5.0
modules:
Expand Down

0 comments on commit b17c47f

Please sign in to comment.