You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Depechie October 7, 2022
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?
Which version of Serilog.Sinks.Grafana.Loki are you using?