Releases: HON95/prometheus-ethermine-exporter
Releases · HON95/prometheus-ethermine-exporter
v1.2.2
v1.2.1
v1.2.0
Added
- Added metric
ethermine_miner_info
containing the pool name and pool currency in addition to the usual miner labels.
Changed
- Included label
pool
for metricethermine_pool_info
for better cohesion. - Included label
currency
for metricsethermin_miner_{balance_unpaid_coins|balance_unconfirmed_coins|income_coins}
.
v1.1.0
Added
- Added
miner
label containing the miner address to all miner metrics (already present asinstance
in typical setups). - Added per-second income metrics.
- Added metadata metrics for pools, containing the pool name and currency.
Fixed
- Fixed the magnitude of the unpaid and unconfirmed coins metrics (e.g. convert from wei to ether).