grafana / explore-logs

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

Table link to log line: use panelState to store the reference to the log line #857

Open matyax opened 4 weeks ago

matyax commented 4 weeks ago

Explore, dashboards, and now the logs panel using the dashboards implementation, use panelState to hold the reference to the log line. For interoperativity and consistency we should make sure all the implementations use the same parameter.

See https://github.com/grafana/grafana/blob/main/public/app/plugins/panel/logs/LogsPanel.tsx#L448-L450