Replies: 4 comments
-
|
@svennergr fyi |
Beta Was this translation helpful? Give feedback.
-
|
I just came across this problem myself. It would be really awesome to have the context of a json log line formatted the same way as the line itself. Otherwise the context is not really useful at all. Is this somewhere on the roadmap? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, as you may have heard, we are transitioning away from using discussions to discuss feature requests. Due to the age and number of responses to this discussion, we are deciding to close it. If this is something you would like to see in Grafana, feel free to open an issue so the discussion can continue. Thank you! |
Beta Was this translation helpful? Give feedback.
-
|
does anybody use this stack in production? it is not possible to read context, also it is not possible dive into context. UPD: i think i got it, the happypath is to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When the raw logs are json Lines, then they are very difficult to skim without previous formatting. With LogQL you can format the lines to a more human-friendly view.
In the explore view, the Context feature displays just the raw json lines with a lot of redundant information.
Request: Apply the formatting part of the LogQL also to the context display.

Example Query:
The formatting should also be applyed to the Context lines:
| json | line_format "{{.container_name}} {{ .source }} {{.message}}"Beta Was this translation helpful? Give feedback.
All reactions