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
I'd love some help to troubleshoot this, currently our Loki instance is pretty much unusable - it was working fine for a while, then there were upgrades both on the hosted Grafana/Loki instance and our .NET packages/config and I'm not sure when it broke.
What I'm seeing is that the actual logger labels are not included, and the json fields and not detected even with | json.
Screenshot below. The exact same output occurs after adding | json too or removing escaping of newlines.
Any ideas what could be wrong?
PS: Only Application (my own) and service_name labels are detected. My config is nothing exotic:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey guys
I'd love some help to troubleshoot this, currently our Loki instance is pretty much unusable - it was working fine for a while, then there were upgrades both on the hosted Grafana/Loki instance and our .NET packages/config and I'm not sure when it broke.
What I'm seeing is that the actual logger labels are not included, and the json fields and not detected even with
| json
.Screenshot below. The exact same output occurs after adding
| json
too or removing escaping of newlines.Any ideas what could be wrong?
PS: Only
Application
(my own) andservice_name
labels are detected. My config is nothing exotic:Beta Was this translation helpful? Give feedback.
All reactions