chia_exporter icon indicating copy to clipboard operation
chia_exporter copied to clipboard

Prometheus exporter for Chia node metrics

Results 5 chia_exporter issues
Sort by recently updated
recently updated
newest added

There are already 3rd party images published on Dockerhub that are wildly out of date. So one automatically up to date official image is probably better than having people rely...

- Validation checks endpoints are valid URLs and start with 'https://' since not enabling SSL will cause weird EOF errors due to the protocol mismatch - Protocol mismatch is a...

During testing for #14 I noticed that even if I don't provide a `-wallet` flag and so on, the endpoint is still queried since it has a default localhost value....

This collects metrics from the farmer `get_harvesters` endpoint (mentioned in the chia-blockhain v1.2.0 release notes but not documented in the wiki). Most of the same data as `get_plots` from the...

Changed the metric chia_plots to add the values of pool contract key and K size.