grafana / explore-logs

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

Add UI prompting users to add more labels when slow queries are detected #720

Open gtk-grafana opened 2 months ago

gtk-grafana commented 2 months ago

Sometimes logQL queries can be slow, sometimes due to the amount of the data that's being requested, sometimes because the query is not optimized.

Can we add a toast or other UI element that prompts users to add more labels when a slow query (> 10s) is detected?

gtk-grafana commented 2 months ago

We discussed this and due to the limitations of the API on the observables we will bump this from the short-term priorities and come back to it