grafana / explore-logs

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

fix(patterns-breakdown): fix expression to create pattern key breakdown #780

Closed svennergr closed 2 months ago

svennergr commented 2 months ago

The query expression used to create pattern-key breakdowns is currently broken and missing the enclosing brackets ({ and }).

gtk-grafana commented 2 months ago

LGTM, can confirm this fixes the bug locally. Could we add an e2e test for basic assertion that the breakdowns are working?