Skip to content

Commit

Permalink
otelzap: Add otelzap under experimental bridge (#5907)
Browse files Browse the repository at this point in the history
Completes #5191 

Can we also request for a review from zap maintainers?

---------

Co-authored-by: Damien Mathieu <42@dmathieu.com>
  • Loading branch information
khushijain21 and dmathieu authored Jul 15, 2024
1 parent b0e96a9 commit 62e857b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

- Support for stdoutlog exporter in `go.opentelemetry.io/contrib/config`. (#5850)
- Add macOS ARM64 platform to the compatibility testing suite. (#5868)
- The `go.opentelemetry.io/contrib/bridges/otelzap` module.
This module provides an OpenTelemetry logging bridge for `go.uber.org/zap`. (#5191)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module-sets:
modules:
- go.opentelemetry.io/contrib/bridges/otelslog
- go.opentelemetry.io/contrib/bridges/otellogrus
- go.opentelemetry.io/contrib/bridges/otelzap
experimental-processors:
version: v0.1.0
modules:
Expand All @@ -89,7 +90,6 @@ module-sets:
- go.opentelemetry.io/contrib/detectors/azure/azurevm
excluded-modules:
- go.opentelemetry.io/contrib/bridges/otelzerolog
- go.opentelemetry.io/contrib/bridges/otelzap
- go.opentelemetry.io/contrib/instrgen
- go.opentelemetry.io/contrib/instrgen/driver
- go.opentelemetry.io/contrib/instrgen/testdata/interface

0 comments on commit 62e857b

Please sign in to comment.