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

Add slog-otel #23

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _General purpose handlers and integrations._
- [slog-shim](https://github.com/sagikazarmark/slog-shim): Backward compatible slog support for Go <1.21.
- [sloggen](https://github.com/go-simpler/sloggen): Generate various helpers.
- [sloglint](https://github.com/go-simpler/sloglint): Ensure consistent code style.
- [slog-otel](https://github.com/remychantenay/slog-otel): Correlation between slog log records and Open-Telemetry traces.

**[⬆ back to top](#contents)**

Expand Down
4 changes: 4 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ categories:
link: https://github.com/go-simpler/sloglint
description: Ensure consistent code style.

- name: slog-otel
link: https://github.com/remychantenay/slog-otel
description: Correlation between slog log records and Open-Telemetry traces.

- name: Formatting
description: Record and output formatters.
items:
Expand Down