metrico / qryn-view

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

A set of bugs in cardinality view of qryn-view #468

Closed akvlad closed 2 days ago

akvlad commented 4 days ago

Screencast 1

AR: {container="hungry-agnesi", container="ecstatic-wu"} is in the time-series selector ER: {container="ecstatic-wu"} is in the time-series selector

Screencast 2

AR: {container="frosty- ritchie" ,orgid="0"} ER: {container="frosty- ritchie" , level="info", orgid="0"}

Screencast 3

AR: {container="frosty- ritchie" ,orgid="0"} ER: {container="frosty- ritchie" , level="info", orgid="0"}

Screencast 4

AR: {container="relaxed-tereshkova"} ER: {container="relaxed-tereshkova", level="debug"}

Screencast 5

AR: {orgid!=""} ER: {container="lucid-wu", level="error", orgid!=""}

Screencast 6

AR: {{orgid!="",",__ name__!="""}",level="error"} ER: {orgid!="", __name__!="", level="error"}

Screencast 7

AR: { name =""logs"}", level="error"} ER: {__name__="logs", level="error"}

_ signs are invisible in the selector

AR: _ characters are invisible on the selector control ER: _ characters should be visible on the selector control

akvlad commented 4 days ago

Connected to #469