A library for observability based on OpenTelemetry.
Go to file
Natalia Goc 39bf8b8356 feat: loosen the type restrictions on attr.Json
Just like `json.Marshal` takes arguments of `any` type, the `attr.Json`
should have similarly loose restrictions on input type.
2024-09-25 16:11:08 +02:00
.vscode sync 2024-04-30 12:41:05 +02:00
example feat: new helpers and masking/encrypting attributes 2024-09-13 15:48:16 +02:00
pkg feat: loosen the type restrictions on attr.Json 2024-09-25 16:11:08 +02:00
.gitignore initial commit 2024-04-26 15:09:54 +02:00
go.mod feat: new helpers and masking/encrypting attributes 2024-09-13 15:48:16 +02:00
go.sum feat: new helpers and masking/encrypting attributes 2024-09-13 15:48:16 +02:00
justfile making executing reqs against example binary easier 2024-05-15 15:51:24 +02:00
README.md initial commit 2024-04-26 15:09:54 +02:00