Skip to content

Commit

Permalink
[Go] Add zap log bridge (#4845)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
pellared and svrnm authored Jul 18, 2024
1 parent 94b83c9 commit 63b66db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/languages/go/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,7 @@ packages:

- [logrus bridge][otellogrus]
- [slog bridge][otelslog]
- [zap bridge][otelzap]

The links above contain full usage and installation documentation.

Expand Down Expand Up @@ -1099,6 +1100,7 @@ telemetry backends.
[log data model]: /docs/specs/otel/logs/data-model
[otellogrus]: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogrus
[otelslog]: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelslog
[otelzap]: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzap
[`go.opentelemetry.io/otel`]: https://pkg.go.dev/go.opentelemetry.io/otel
[`go.opentelemetry.io/otel/exporters/stdout/stdoutmetric`]:
https://pkg.go.dev/go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -7619,6 +7619,10 @@
"StatusCode": 200,
"LastSeen": "2024-05-10T11:02:15.508410781Z"
},
"https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzap": {
"StatusCode": 200,
"LastSeen": "2024-07-18T09:04:56.296529985Z"
},
"https://pkg.go.dev/go.opentelemetry.io/contrib/detectors/aws/ec2": {
"StatusCode": 200,
"LastSeen": "2024-05-27T15:24:39.997553+02:00"
Expand Down

0 comments on commit 63b66db

Please sign in to comment.