grafana / explore-logs

Repo for the Loki log exploration app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link fields/labels exploration from Log Line

cyriltovena opened this issue · comments

In the log panel when looking at values for fields and labels we should allow the user to navigate to our respective Labels and Detected Fields tabs.

image

The link could be added next to ad-hoc statistics
image

For instance when clicking on error field link it would take us directly to this page

image

@matyax this is interesting, and something that should be easy to add to the table context menus. Be curious if you thought this would be hard in the existing logs panel to allow apps to provide custom functionality like this?

Definitely interesting. We never talked about providing an API for this in the logs panel, but it can definitely be done. It wouldn't be a lot of effort.