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,
After updating to new version everything is working as it has been for months but for the harvesters, it keeps showing no data.
I verified that the data is being pulled by prometheus as I found the chia_lookups within the logs.
I've removed and re-added the data source within Grafana but nothing changes.
The following metrics are being used from import:
A: sum(rate(chia_lookup_time_seconds_sum[5m])) / sum(rate(chia_lookup_time_seconds_count[1m]))
B: histogram_quantile(1., sum(rate(chia_lookup_time_seconds_bucket[1m])) by (le))
System setup
Win10 running WSL Ubuntu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
After updating to new version everything is working as it has been for months but for the harvesters, it keeps showing no data.
I verified that the data is being pulled by prometheus as I found the chia_lookups within the logs.
I've removed and re-added the data source within Grafana but nothing changes.
The following metrics are being used from import:
A: sum(rate(chia_lookup_time_seconds_sum[5m])) / sum(rate(chia_lookup_time_seconds_count[1m]))
B: histogram_quantile(1., sum(rate(chia_lookup_time_seconds_bucket[1m])) by (le))
System setup
Win10 running WSL Ubuntu
The text was updated successfully, but these errors were encountered: