Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operators Not Supported in Grafana #20

Open
jonathanbakley opened this issue Dec 7, 2023 · 0 comments
Open

Operators Not Supported in Grafana #20

jonathanbakley opened this issue Dec 7, 2023 · 0 comments

Comments

@jonathanbakley
Copy link

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):

  • OS: macOS
  • Browser: chrome
  • Version: 119

Additional context
Both of these 2 queries work as expected:

  • SELECT `clients.msadam.metrics.average_machines_online` as `average_machines_online` FROM reports_data
  • SELECT `clients.msadam.metrics.machines_total` as `machines_total` FROM reports_data
    The documentation mentions supporting operators. I am not sure if this is something that just doesn't work with the Grafana plugin.
    Both values are numbers in my Firebase database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant