grafana / explore-logs

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

Papercut: switching services removes all filters #462

Closed gtk-grafana closed 3 months ago

gtk-grafana commented 3 months ago

Switching services when I have a bunch of labels selected is annoying for a few reasons:

  1. I want to switch between services with the same label set, manually adding them back can take a lot of time. Is there a way we can just scrub filters that don't have values for the selected labels?
  2. Even if labels from one service aren't applicable to another, sometimes I want to go back to my old service after discovering I was indeed looking at the right thing. Basically https://github.com/grafana/explore-logs/issues/351, I should be able to use the browser back button to go back to the label set I had with the previous service. Right now I'm forced to re-enter everything.