Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go] Add zap log bridge #4845

Merged
merged 3 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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