A library for observability based on OpenTelemetry.
Go to file
Natalia Goc a37354cb18 fix: message formatting errors in GELF exporter
The library used to transport GELF messages did not prefix extra fields
with `_` as was previously assumed and the application name was not
passed correctly from configuration to the exporter. Now fixed.

Related: goc_marek/salego#693
2024-09-25 11:23:06 +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 fix: message formatting errors in GELF exporter 2024-09-25 11:23:06 +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