You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any documentation about how to get this to work?
I'm pretty new to Grafana and been struggling to get anything to be displayed.
I've set up Influxdb as backing source and my query is connected:
SELECT last("healthStatus") AS "healthStatus" FROM "HealthReport" WHERE time >= now() - 5m and time <= now() GROUP BY "customer", "environment", "process"
The healthstatus can give me 0 (Healthy), 1 (Degraged), 2 (Unhealthy). I get 2 results back when running the query, when I switch to table view I can see those results. I selected FORMAT AS = Time series and ALIAS = $tag_customer.$tag_environment.$tag_process
However in the panel there is nothing, only the value which I typed in the 'Panel Title' field.
Any help or documentation is appreciated.
The text was updated successfully, but these errors were encountered:
Since a few days I’m trying something similar and although it seemed quite easy I haven’t pass the green colored void.
I have 30 inverters with a status 0-4 value group by tag(inverter). Simply putting this grouped selection onto the status panel (even without time handling) didn’t work for me. And I didn‘t find any relatable examples online.
A few examples on how to actually use the panel would be very helpful.
Hi,
Is there any documentation about how to get this to work?
I'm pretty new to Grafana and been struggling to get anything to be displayed.
I've set up Influxdb as backing source and my query is connected:
SELECT last("healthStatus") AS "healthStatus" FROM "HealthReport" WHERE time >= now() - 5m and time <= now() GROUP BY "customer", "environment", "process"
The healthstatus can give me 0 (Healthy), 1 (Degraged), 2 (Unhealthy). I get 2 results back when running the query, when I switch to table view I can see those results. I selected FORMAT AS = Time series and ALIAS = $tag_customer.$tag_environment.$tag_process
However in the panel there is nothing, only the value which I typed in the 'Panel Title' field.
Any help or documentation is appreciated.
The text was updated successfully, but these errors were encountered: