metrico / qryn-view

qryn polyglot user interface to explore logs, metrics, traces and profiles :eye: Grafana Explore alternative compatible with Loki, Prometheus, Tempo and Pyroscope
http://view.cloki.org/
GNU Affero General Public License v3.0
42 stars 5 forks source link

Invalid labels inside qryn-delete requests #453

Closed akvlad closed 3 months ago

akvlad commented 3 months ago

Describe the bug.

Second delete request has invalid label in the selector

Reproduction

  1. Connect qryn-view to the nl lab.
  2. Set {container="beautiful-poitras"} into the Time-Series Selector field
  3. Delete "level=info" pair
  4. Delete request is finished correctly.
  5. Delete "level=warn" pair

ER: {container="beautiful-poitras", level="warn"} delete request should be sent AR: {container="beautiful-poitras", level="info", level="warn"} delete request is sent

Application version

3.2.7

Browser version

Firefox 127.0.1

Logs

No response

Anything else?

No response