1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
51374e9a92
feat: add Chia support for Flexpool (#8)
- Update Telegraf to 1.19.2
- Use Flexpool API v2
- Update Flexpool miner, pool and worker dashboards accordingly
- Add COIN environment variable for Telegraf ("eth" or "xch" supported)
- Add coin variable in Grafana dashboards

BREAKING CHANGE: measurement names change between API v1 and v2 so the
Grafana dashboards must be updated accordingly to use new names.
Values in the past will not be shown by the updated dashboards.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-08-18 11:19:14 +02:00
2d5007dc61
Remove group by time interval (#6)
On Flexpool miners, workers and Etherscan dashboards, min, max and last
computations where based on multiple small time intervals instead of the big
time interval. Removing "group by" solved the computations.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-09 08:37:11 +02:00
fed9ebb753
Add Pacific/Auckland time zone (#5)
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-02 08:22:07 +02:00
f90e28a0d0
Add America/New_York time zone (#4)
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-04-01 18:18:51 +02:00
de5e38ae94
[grafana] Group daily, weekly and monthly revenues
Grafana displays single statistics by grouping 3 values together. If we group
currency and fiat currency (2 values) together, the output is broken. This
commit groups all crypto currency (daily, weekly and monthly) on a single row,
then fiat currencies on a second row.

Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-30 08:08:10 +02:00
b3cb773ac2
[grafana] Group all estimated revenues
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-29 16:21:41 +02:00
b6f4045197
[grafana] Assert month = 30 days
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-29 16:11:43 +02:00
64ff7eb715
[grafana] Add monthly revenue estimation on Flexpool miners
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-29 16:08:23 +02:00
5f40b7c57d
UTC by default
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-29 08:55:29 +02:00
2cebe9eddf
Rename Flexpool overview to Flexpool miners
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-28 18:17:08 +02:00
Renamed from grafana/flexpool-overview.json (Browse further)