pgollangi / FireQL

Interactive CLI and Go library to query Google Firestore database using SQL syntax.
https://pgollangi.github.io/FireQL/
MIT License
31 stars 1 forks source link

Operators Not Supported in Grafana #20

Open jonathanbakley opened 10 months ago

jonathanbakley commented 10 months ago

Describe the bug Operators are not working in Grafana when using the plugin.

To Reproduce Steps to reproduce the behavior:

  1. Grafana and create a new query using FireQL Syntax
  2. Run query SELECT (`clients.msadam.metrics.average_machines_online` / `clients.msadam.metrics.machines_total`) as `uptime` FROM reports_data

Expected behavior I expect the query to run and produce results which include the data after the division is computed.

Desktop (please complete the following information):

Additional context Both of these 2 queries work as expected: