Skip to content

Commit

Permalink
Merge pull request #23 from remychantenay/add-slog-otel
Browse files Browse the repository at this point in the history
Add slog-otel
  • Loading branch information
sagikazarmark authored Apr 14, 2024
2 parents 1519ff9 + c4229fd commit 72bc319
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ _Handlers enriching log records._
- [masq](https://github.com/m-mizutani/masq): Redact sensitive data in logs.
- [otelslog](https://github.com/go-slog/otelslog): Handler attaching OpenTelemetry trace and resource details to logs.
- [slog-context](https://github.com/PumpkinSeed/slog-context): Attach arbitrary key-value pairs to log records through context.
- [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 @@ -73,6 +73,10 @@ categories:
link: https://github.com/PumpkinSeed/slog-context
description: Attach arbitrary key-value pairs to log records through context.

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

- name: Log forwarding
description: Handlers forwarding logs.
items:
Expand Down

0 comments on commit 72bc319

Please sign in to comment.