Hello, I'm wondering if I can send structure metadata with this package. I'm assuming that slog handlers should have the responsibility for doing so (please, correct me if I'm wrong).
So, I wanted to know if slog-loki has that feature, and if so, how can I implement it?
Here is the documentation about what I'm talking about:
- What is structured metadata
- Ingest logs (There's a paragraph explaining how to add structured metadata to the log payload).
Expected use-case
My intention is to add metadata to the logs, such as user IDs, emails, package error messages, etc., that would have high cardinality but would still be valuable to have it available.
Hello, I'm wondering if I can send structure metadata with this package. I'm assuming that slog handlers should have the responsibility for doing so (please, correct me if I'm wrong).
So, I wanted to know if slog-loki has that feature, and if so, how can I implement it?
Here is the documentation about what I'm talking about:
Expected use-case
My intention is to add metadata to the logs, such as user IDs, emails, package error messages, etc., that would have high cardinality but would still be valuable to have it available.