Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remychantenay committed Sep 11, 2023
1 parent 15fe78d commit a90b179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@remchantenay
@remychantenay
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GoDoc](https://godoc.org/github.com/remychantenay/slog-otel?status.svg)](https://godoc.org/github.com/remychantenay/slog-otel)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Go package that provides a custom handler for `log/slog` to ensures strong correlation between log records and Open-Telemetry spans by...
Go package that provides an implementation of `log/slog` [Handler interface](https://pkg.go.dev/log/slog#Handler) to ensure a strong correlation between log records and [Open-Telemetry spans](https://opentelemetry.io/docs/concepts/signals/traces/#spans) by...

1. Adding span and trace IDs to the log record.
2. Adding context baggage members to the log record.
Expand Down

0 comments on commit a90b179

Please sign in to comment.