Skip to content

Operators Not Supported in Grafana #20

@jonathanbakley

Description

@jonathanbakley

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions