Skip to content
New issue

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

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

Already on GitHub? # to your account

Documentation needed #193

Open
EdwinVanVliet opened this issue Aug 13, 2021 · 1 comment
Open

Documentation needed #193

EdwinVanVliet opened this issue Aug 13, 2021 · 1 comment

Comments

@EdwinVanVliet
Copy link

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.

@mnni
Copy link

mnni commented Apr 23, 2023

Did you find a solution?

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants