You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package implements a [Log Bridge](https://opentelemetry.io/docs/specs/otel/logs/bridge-api/) for the [Zap](https://github.com/uber-go/zap) logger. This bridge can be used to send logs emitted by application using Zap to an OpenTelemetry compatible endpoint through the [OpenTelemetry Log API](https://pkg.go.dev/go.opentelemetry.io/otel/log).
6
+
7
+
## Example
8
+
9
+
Please refer to the [example_test.go](./example_test.go) file for a complete example of how to create a Zap logger using the bridge.
0 commit comments