grafana / kentik-app

3 stars 12 forks source link

Logical operators AND/OR are not persistent when a dashboard is saved #44

Closed learhy closed 2 years ago

learhy commented 7 years ago

When a query using an OR operator is created it renders properly. However, when the dashboard is saved, the OR operator is turned into an AND although the graph appears to render as an OR.

See screencast here to display the issue in more depth.

http://recordit.co/Maxltr6aXQ

jimfrey commented 7 years ago

This issue still exists. Please provide status.

jimfrey commented 6 years ago

This issue still exists. Please provide status.

rozetko commented 6 years ago

This is an ad-hoc filters limitation: you can write OR operator (and it would work and be saved) but it would still not appear in operators list (and not showed as selected operator also) There is an issue for that: https://github.com/grafana/grafana/issues/10918