grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
236 stars 7 forks source link

Link fields/labels exploration from Log Line #471

Open cyriltovena opened 2 weeks ago

cyriltovena commented 2 weeks ago

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
gtk-grafana commented 2 weeks ago

@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?

matyax commented 2 weeks ago

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.