We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi All,
Why is there "No data" in the place marked on the picture? It used to work because I can see data there.
Furthermore, the "Uptime" widget can only show the value in seconds. The "uptime_format" value is not displayed.
> select * from system limit 5 name: system time host load1 load15 load5 n_cpus n_unique_users n_users uptime uptime_format ---- ---- ----- ------ ----- ------ -------------- ------- ------ ------------- 1702135490000000000 home 0.40380859375 0.322265625 0.46240234375 4 1 3 591138 6 days, 20:12 1702135500000000000 home 0.4951171875 0.330078125 0.4794921875 4 1 3 591148 6 days, 20:12 1702135510000000000 home 0.41845703125 0.326171875 0.462890625 4 1 3 591158 6 days, 20:12 1702135520000000000 home 0.353515625 0.322265625 0.447265625 4 1 3 591168 6 days, 20:12 1702135530000000000 home 0.298828125 0.318359375 0.43212890625 4 1 3 591178 6 days, 20:12
however, there is data in influx shell.
Thanks / Regards
The text was updated successfully, but these errors were encountered:
Could you show the query and standard options for the uptime widget? Maybe there's an issue.
Sorry, something went wrong.
Hi,
The first problem with "No data" was solved this morning. We don't really know what the problem was, but the data appeared this morning.
Here is the data in uptime widget:
or in raw format: SELECT "uptime" FROM "system" WHERE ("host" =~ /^$Host$/) AND $timeFilter
SELECT "uptime" FROM "system" WHERE ("host" =~ /^$Host$/) AND $timeFilter
What unit did you choose in Grafana? Maybe set it to duration (d hh:mm:ss) or whatever duration you like.
Hi @SpreeZ00
Thanks it worked! :-)
Problem Solved!
Regards
No branches or pull requests
Hi All,
Why is there "No data" in the place marked on the picture?
It used to work because I can see data there.
Furthermore, the "Uptime" widget can only show the value in seconds.
The "uptime_format" value is not displayed.
however, there is data in influx shell.
Thanks / Regards
The text was updated successfully, but these errors were encountered: