diff --git a/README.md b/README.md index c7df1df..98245ab 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/data.yaml b/data.yaml index 9c7c867..cd25921 100644 --- a/data.yaml +++ b/data.yaml @@ -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: