Replies: 1 comment 2 replies
-
Hi @Depechie,
And this behavior doesn't looks like an expected. Thank you, will do an investigation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Was wondering if we are doing something wrong, or misjudging the features?
Currently we use Serilog to format our log entries and use the loki sink to push it in json format.
If we look at a result in Loki we get this
If we now use the propertiesAsLabel feature we get following result
So the actual properties are indeed transformed, but that seems to also impact the payload structure... the Message line now no longer maps the data but only show the placeholders, like {RequestPath}.
Is this expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions