A library for observability based on OpenTelemetry.
Go to file
Natalia Goc 9a1b41b1ad feat: new helpers and masking/encrypting attributes
New helper functions were added to make call-site less likely to need
to pull `go.opentelemetry.io/otel/attribute` as a dependency.
Additionally `Encrypted` and `Masked` were added to add a possibility of
logging sensitive data in a more secure manner.
2024-09-13 15:48:16 +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: new helpers and masking/encrypting attributes 2024-09-13 15:48:16 +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