grafana / explore-logs

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

fix(routing): check for sluggified value in URL #817

Closed matyax closed 1 month ago

matyax commented 1 month ago

For label values with slashes, we replace them with dashes, so we need to account for that when we check for the value.

imagen