Commit Graph

7 Commits

Author SHA1 Message Date
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
0f866a0ded fix: attributes incorrectly added as extra fields in gelf 2024-09-24 16:24:19 +02:00
4654238920 feat: add attributes from resource to gelf exports 2024-09-24 16:05:58 +02:00
77ab12c3ac move repository and module imports to new location 2024-05-20 08:20:13 +02:00
4f4a7e09c5 cleanup unused and add short message to GELF 2024-05-17 15:46:25 +02:00
3c51f5575b plenty of changes to make the package more ergonomic
Including: bug fixes, api changes, new packages, and more!
2024-05-17 15:31:35 +02:00
e9c3ae1a7b reorganize exporters and simplify their use 2024-05-17 10:37:05 +02:00