-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Go] Add log bridges to Registry (#4857)
- Loading branch information
Showing
6 changed files
with
74 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# cSpell:ignore sirupsen logrus otellogrus | ||
title: logrus log bridge | ||
registryType: log-bridge | ||
language: go | ||
tags: | ||
- logrus | ||
- log-bridge | ||
- go | ||
license: Apache 2.0 | ||
description: | ||
Package otellogrus provides an OpenTelemetry log bridge for | ||
`github.com/sirupsen/logrus`. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otellogrus | ||
createdAt: 2024-05-21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# cSpell:ignore otelslog | ||
title: slog log bridge | ||
registryType: log-bridge | ||
language: go | ||
tags: | ||
- slog | ||
- log-bridge | ||
- go | ||
license: Apache 2.0 | ||
description: | ||
Package otelslog provides an OpenTelemetry log bridge for `log/slog`. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelslog | ||
createdAt: 2024-04-05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# cSpell:ignore uber otelzap | ||
title: zap log bridge | ||
registryType: log-bridge | ||
language: go | ||
tags: | ||
- zap | ||
- log-bridge | ||
- go | ||
license: Apache 2.0 | ||
description: | ||
Package otelzap provides an OpenTelemetry log bridge for `go.uber.org/zap`. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzap | ||
createdAt: 2024-07-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# cSpell:ignore zerolog otelzerolog | ||
title: zerolog log bridge | ||
registryType: log-bridge | ||
language: go | ||
tags: | ||
- zerolog | ||
- log-bridge | ||
- go | ||
license: Apache 2.0 | ||
description: | ||
Package otelzerolog provides an OpenTelemetry log bridge for | ||
`github.com/rs/zerolog`. | ||
authors: | ||
- name: OpenTelemetry Authors | ||
urls: | ||
repo: https://pkg.go.dev/go.opentelemetry.io/contrib/bridges/otelzerolog | ||
createdAt: 2024-07-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters