Building InfluxQL queries with Grafana crashes chrome

0

I have multiple cells in a single dashboard that are displaying IoT data. However, when I try to query the data, grafana can’t process it all and it crashes chrome (sometimes). My question is, is there a way to avoid this?

Here is a sample query:

SELECT "28V output current" * "28V output voltage" FROM "power" WHERE ("machine_id" =~ /^$machine_id$/) AND $timeFilter

I am not sure if I am using $timeFilter correctly. I have a specific date selected. But it seems that my query that is typed out, is different from the autogen which can be seen here: Autogen Query Builder

What am I doing wrong? Thanks for all answers in advance. To note, I also posted this on the influx community forums, but I figured I'd ask on here as well to see if anyone else has had the problem, or something similar to it.

Kyle DeGennaro

Posted 2019-04-17T20:34:50.280

Reputation: 5

No answers