2021-01-31 09:40:07 +01:00
{
2021-02-02 17:56:15 +01:00
"__inputs" : [
{
"name" : "DS_INFLUXDB" ,
"label" : "InfluxDB" ,
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "influxdb" ,
"pluginName" : "InfluxDB"
}
] ,
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2021-03-18 12:50:33 +01:00
"version" : "7.3.7"
2021-02-02 17:56:15 +01:00
} ,
{
"type" : "panel" ,
"id" : "graph" ,
"name" : "Graph" ,
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "influxdb" ,
"name" : "InfluxDB" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
2021-03-05 09:16:01 +01:00
} ,
{
"type" : "panel" ,
"id" : "table" ,
"name" : "Table" ,
"version" : ""
2021-02-02 17:56:15 +01:00
}
] ,
2021-01-31 09:40:07 +01:00
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : "-- Grafana --" ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
}
]
} ,
2021-03-29 08:55:29 +02:00
"description" : "Miners statistics" ,
2021-01-31 09:40:07 +01:00
"editable" : true ,
"gnetId" : null ,
"graphTooltip" : 0 ,
2021-02-02 17:56:15 +01:00
"id" : null ,
2021-08-18 10:52:45 +02:00
"iteration" : 1629269857941 ,
2021-01-31 09:40:07 +01:00
"links" : [ ] ,
"panels" : [
{
2021-03-20 08:30:32 +01:00
"collapsed" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 32 ,
2021-03-20 08:30:32 +01:00
"panels" : [ ] ,
2021-01-31 09:40:07 +01:00
"title" : "Balance and revenue" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
2021-03-04 16:25:48 +01:00
"bars" : true ,
2021-01-31 09:40:07 +01:00
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-03-04 16:25:48 +01:00
"description" : "" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
2021-03-18 12:50:33 +01:00
"custom" : { } ,
"links" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "XCH"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "ETH"
}
]
}
]
2021-01-31 09:40:07 +01:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-03-04 16:25:48 +01:00
"w" : 12 ,
2021-01-31 09:40:07 +01:00
"x" : 0 ,
"y" : 1
} ,
"hiddenSeries" : false ,
2021-03-04 16:25:48 +01:00
"id" : 60 ,
2021-01-31 09:40:07 +01:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
2021-03-04 16:25:48 +01:00
"lines" : false ,
2021-01-31 09:40:07 +01:00
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
2021-03-18 12:50:33 +01:00
"alertThreshold" : true
2021-01-31 09:40:07 +01:00
} ,
"percentage" : false ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-04 16:25:48 +01:00
"seriesOverrides" : [
{
"$$hashKey" : "object:337" ,
2021-03-29 16:08:23 +02:00
"alias" : "revenue (fiat)" ,
2021-03-04 16:25:48 +01:00
"bars" : false ,
"yaxis" : 2
}
] ,
2021-01-31 09:40:07 +01:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "revenue (ETH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
2021-03-04 16:25:48 +01:00
"1d"
2021-01-31 09:40:07 +01:00
] ,
"type" : "time"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_balance" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT sum(balance_increase)/1000000000000000000 FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND \"coin\" = 'eth' AND $timeFilter) GROUP BY time(1d) TZ('$timezone');" ,
2021-01-31 09:40:07 +01:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-03-04 16:25:48 +01:00
} ,
{
"params" : [
"1d"
] ,
"type" : "non_negative_derivative"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
2021-03-04 16:25:48 +01:00
} ,
{
2021-03-29 16:08:23 +02:00
"alias" : "revenue (fiat)" ,
2021-03-04 16:25:48 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT sum(balance_increase)/1000000000000000000*$exchange_rate FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND \"coin\" = 'eth' AND $timeFilter) GROUP BY time(1d) TZ('$timezone');" ,
2021-03-04 16:25:48 +01:00
"rawQuery" : true ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [ ]
2021-08-18 10:52:45 +02:00
} ,
{
"alias" : "revenue (XCH)" ,
"groupBy" : [
{
"params" : [
"1d"
] ,
"type" : "time"
}
] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT sum(balance_increase)/1000000000000 FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND \"coin\" = 'xch' AND $timeFilter) GROUP BY time(1d) TZ('$timezone');" ,
"rawQuery" : true ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"1d"
] ,
"type" : "non_negative_derivative"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
"alias" : "revenue (fiat)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT sum(balance_increase)/1000000000000*$exchange_rate FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND \"coin\" = 'xch' AND $timeFilter) GROUP BY time(1d) TZ('$timezone');" ,
"rawQuery" : true ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [ ]
2021-01-31 09:40:07 +01:00
}
] ,
"thresholds" : [ ] ,
2021-03-20 08:30:32 +01:00
"timeFrom" : null ,
2021-01-31 09:40:07 +01:00
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-03-04 16:25:48 +01:00
"title" : "Daily revenue" ,
2021-01-31 09:40:07 +01:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:180" ,
2021-03-18 13:07:30 +01:00
"decimals" : 5 ,
2021-08-18 10:52:45 +02:00
"format" : "XCH" ,
2021-03-04 16:25:48 +01:00
"label" : "income" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
2021-03-04 16:25:48 +01:00
"min" : null ,
2021-01-31 09:40:07 +01:00
"show" : true
} ,
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:181" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
2021-03-04 16:25:48 +01:00
"label" : "income (fiat)" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
2021-03-04 16:25:48 +01:00
"min" : "0" ,
2021-01-31 09:40:07 +01:00
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : { } ,
2021-03-04 16:25:48 +01:00
"bars" : true ,
2021-01-31 09:40:07 +01:00
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-03-04 16:25:48 +01:00
"description" : "" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
2021-03-20 08:30:32 +01:00
"custom" : { }
2021-01-31 09:40:07 +01:00
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-03-04 16:25:48 +01:00
"w" : 12 ,
"x" : 12 ,
2021-01-31 09:40:07 +01:00
"y" : 1
} ,
"hiddenSeries" : false ,
2021-03-20 08:30:32 +01:00
"id" : 66 ,
"legend" : {
"alignAsTable" : false ,
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"rightSide" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : false
} ,
"percentage" : false ,
"pluginVersion" : "7.3.7" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "blocks" ,
"groupBy" : [
{
"params" : [
2021-08-18 10:52:45 +02:00
"1d"
2021-03-20 08:30:32 +01:00
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-20 08:30:32 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-22 09:13:30 +01:00
"query" : "SELECT sum(blocks_increase) FROM (select non_negative_difference(\"confirmed\") AS blocks_increase FROM \"flexpool_pool_block_count\" WHERE $timeFilter) GROUP BY time(1d) TZ('$timezone');" ,
2021-08-18 10:52:45 +02:00
"rawQuery" : false ,
2021-03-20 08:30:32 +01:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"blockCount"
2021-03-20 08:30:32 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-20 08:30:32 +01:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Daily blocks" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:258" ,
"decimals" : null ,
"format" : "short" ,
"label" : "blocks" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:259" ,
"decimals" : 0 ,
"format" : "short" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"links" : [ ]
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "XCH"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "ETH"
}
]
}
]
2021-03-20 08:30:32 +01:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 9
} ,
"hiddenSeries" : false ,
2021-03-04 16:25:48 +01:00
"id" : 62 ,
2021-01-31 09:40:07 +01:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
2021-03-04 16:25:48 +01:00
"lines" : false ,
2021-01-31 09:40:07 +01:00
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
2021-03-18 12:50:33 +01:00
"alertThreshold" : true
2021-01-31 09:40:07 +01:00
} ,
"percentage" : false ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-04 16:25:48 +01:00
"seriesOverrides" : [
{
"$$hashKey" : "object:456" ,
2021-03-29 16:08:23 +02:00
"alias" : "revenue (fiat)" ,
2021-03-04 16:25:48 +01:00
"bars" : false ,
"yaxis" : 2
}
] ,
2021-01-31 09:40:07 +01:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "revenue (XCH)" ,
2021-03-04 16:25:48 +01:00
"groupBy" : [
{
"params" : [
2021-03-29 16:11:43 +02:00
"30d"
2021-03-04 16:25:48 +01:00
] ,
"type" : "time"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_balance" ,
2021-03-04 16:25:48 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT sum(balance_increase)/1000000000000000000 FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND coin = 'xch' AND $timeFilter) GROUP BY time(30d) TZ('$timezone');" ,
2021-03-04 16:25:48 +01:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2021-03-29 16:11:43 +02:00
"30d"
2021-03-04 16:25:48 +01:00
] ,
"type" : "non_negative_derivative"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
2021-03-29 16:08:23 +02:00
"alias" : "revenue (fiat)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT sum(balance_increase)/1000000000000000000*$exchange_rate FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND coin = 'xch' AND $timeFilter) GROUP BY time(30d) TZ('$timezone');" ,
2021-01-31 09:40:07 +01:00
"rawQuery" : true ,
2021-03-04 16:25:48 +01:00
"refId" : "B" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [ ]
2021-08-18 10:52:45 +02:00
} ,
{
"alias" : "revenue (ETH)" ,
"groupBy" : [
{
"params" : [
"30d"
] ,
"type" : "time"
}
] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT sum(balance_increase)/1000000000000000000 FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND coin = 'eth' AND $timeFilter) GROUP BY time(30d) TZ('$timezone');" ,
"rawQuery" : true ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"30d"
] ,
"type" : "non_negative_derivative"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
"alias" : "revenue (fiat)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"hide" : false ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT sum(balance_increase)/1000000000000000000 *$exchange_rate FROM (select non_negative_difference(\"balance\") AS balance_increase FROM \"flexpool_miner_balance\" WHERE \"miner\" =~ /^$miner$/ AND coin = 'eth' AND $timeFilter) GROUP BY time(30d) TZ('$timezone');" ,
"rawQuery" : true ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [ ]
2021-01-31 09:40:07 +01:00
}
] ,
"thresholds" : [ ] ,
2021-03-20 08:30:32 +01:00
"timeFrom" : null ,
2021-01-31 09:40:07 +01:00
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-03-04 16:25:48 +01:00
"title" : "Monthly revenue" ,
2021-01-31 09:40:07 +01:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
2021-03-04 16:25:48 +01:00
"min" : null ,
2021-01-31 09:40:07 +01:00
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:180" ,
2021-03-18 13:07:30 +01:00
"decimals" : 5 ,
2021-08-18 10:52:45 +02:00
"format" : "XCH" ,
2021-03-04 16:25:48 +01:00
"label" : "income" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:181" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
2021-03-04 16:25:48 +01:00
"label" : "income (fiat)" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
2021-03-04 16:25:48 +01:00
"min" : "0" ,
2021-01-31 09:40:07 +01:00
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
2021-03-20 08:30:32 +01:00
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 9
} ,
"hiddenSeries" : false ,
"id" : 67 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : false ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "7.3.7" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "blocks" ,
"groupBy" : [
{
"params" : [
2021-08-18 10:52:45 +02:00
"31d"
2021-03-20 08:30:32 +01:00
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-20 08:30:32 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-29 16:11:43 +02:00
"query" : "SELECT sum(blocks_increase) FROM (select non_negative_difference(\"confirmed\") AS blocks_increase FROM \"flexpool_pool_block_count\" WHERE $timeFilter) GROUP BY time(30d) TZ('$timezone');" ,
2021-08-18 10:52:45 +02:00
"rawQuery" : false ,
2021-03-20 08:30:32 +01:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"blockCount"
2021-03-20 08:30:32 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-08-18 10:52:45 +02:00
"type" : "sum"
2021-03-20 08:30:32 +01:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-20 08:30:32 +01:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Monthly blocks" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"min" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:180" ,
"decimals" : null ,
"format" : "short" ,
"label" : "blocks" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:181" ,
"format" : "short" ,
"label" : "" ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
2021-01-31 09:40:07 +01:00
{
2021-03-04 16:25:48 +01:00
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
2021-03-04 16:25:48 +01:00
"links" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "XCH"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "ETH"
}
]
}
]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 17
} ,
"hiddenSeries" : false ,
"id" : 28 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
2021-03-04 16:25:48 +01:00
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-01-31 09:40:07 +01:00
"options" : {
2021-03-04 16:25:48 +01:00
"alertThreshold" : true ,
"dataLinks" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-03-04 16:25:48 +01:00
"percentage" : false ,
"pluginVersion" : "7.3.7" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"$$hashKey" : "object:209" ,
"alias" : "balance (fiat)" ,
"lines" : false ,
"yaxis" : 2
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "balance (XCH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_balance" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-28 16:26:32 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-08-18 10:52:45 +02:00
"rawQuery" : false ,
2021-01-31 09:40:07 +01:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"balance"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-08-18 10:52:45 +02:00
} ,
{
"params" : [
"/1000000000000"
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-01-31 09:40:07 +01:00
}
]
2021-02-02 17:56:15 +01:00
} ,
2021-01-31 09:40:07 +01:00
{
2021-03-04 16:25:48 +01:00
"alias" : "balance (fiat)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_balance" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"balance"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"/1000000000000*$exchange_rate"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
}
]
} ,
{
"alias" : "balance (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"value\") FROM \"measurement\" WHERE $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
2021-03-04 16:25:48 +01:00
"refId" : "B" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"balance"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-08-18 10:52:45 +02:00
} ,
{
"params" : [
"/1000000000000000000"
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
2021-03-04 16:25:48 +01:00
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
} ,
{
"alias" : "balance (fiat)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"balance"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"/1000000000000000000*$exchange_rate"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
2021-02-07 17:35:19 +01:00
}
] ,
"thresholds" : [ ] ,
2021-03-04 16:25:48 +01:00
"timeFrom" : null ,
2021-02-07 17:35:19 +01:00
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-03-04 16:25:48 +01:00
"title" : "Unpaid balance" ,
2021-02-07 17:35:19 +01:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:1341" ,
2021-03-23 07:54:06 +01:00
"decimals" : 5 ,
2021-08-18 10:52:45 +02:00
"format" : "XCH" ,
2021-03-04 16:25:48 +01:00
"label" : "balance" ,
2021-02-07 17:35:19 +01:00
"logBase" : 1 ,
"max" : null ,
2021-03-04 16:25:48 +01:00
"min" : "0" ,
2021-02-07 17:35:19 +01:00
"show" : true
} ,
{
2021-03-04 16:25:48 +01:00
"$$hashKey" : "object:1342" ,
2021-02-07 17:35:19 +01:00
"format" : "short" ,
2021-03-04 16:25:48 +01:00
"label" : "balance (fiat)" ,
2021-02-07 17:35:19 +01:00
"logBase" : 1 ,
"max" : null ,
2021-03-04 16:25:48 +01:00
"min" : "0" ,
2021-02-07 17:35:19 +01:00
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
2021-03-04 16:25:48 +01:00
"custom" : { } ,
"decimals" : 5 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2021-03-20 08:49:33 +01:00
"color" : "green" ,
2021-03-04 16:25:48 +01:00
"value" : null
}
]
} ,
"unit" : "short"
2021-02-07 17:35:19 +01:00
} ,
2021-03-04 16:25:48 +01:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "balance (fiat)"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 2
}
]
}
]
2021-02-07 17:35:19 +01:00
} ,
"gridPos" : {
"h" : 8 ,
2021-03-04 16:25:48 +01:00
"w" : 12 ,
"x" : 12 ,
2021-03-20 08:30:32 +01:00
"y" : 17
2021-02-07 17:35:19 +01:00
} ,
2021-03-04 16:25:48 +01:00
"hideTimeOverride" : true ,
"id" : 30 ,
2021-02-07 17:35:19 +01:00
"options" : {
2021-03-04 16:25:48 +01:00
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "center" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
2021-02-07 17:35:19 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-02-07 17:35:19 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "balance (XCH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_balance" ,
2021-02-07 17:35:19 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-28 16:26:32 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-04-09 08:37:11 +02:00
"rawQuery" : false ,
2021-02-07 17:35:19 +01:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"balance"
2021-02-07 17:35:19 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
"/1000000000000"
2021-04-09 08:37:11 +02:00
] ,
"type" : "math"
2021-02-07 17:35:19 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-02-07 17:35:19 +01:00
}
]
2021-01-31 09:40:07 +01:00
} ,
{
2021-03-04 16:25:48 +01:00
"alias" : "balance (fiat)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_balance" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-28 16:26:32 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-04-09 08:37:11 +02:00
"rawQuery" : false ,
2021-03-04 16:25:48 +01:00
"refId" : "B" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"balance"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"/1000000000000*$exchange_rate"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
}
]
} ,
{
"alias" : "balance (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"balance"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"/1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
} ,
{
"alias" : "balance (fiat)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_balance" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_balance\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"balance"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
} ,
{
"params" : [
"/1000000000000000000*$exchange_rate"
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
] ,
2021-04-09 08:37:11 +02:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-04-09 08:37:11 +02:00
}
]
2021-01-31 09:40:07 +01:00
}
] ,
2021-03-04 16:25:48 +01:00
"timeFrom" : "5m" ,
2021-01-31 09:40:07 +01:00
"timeShift" : null ,
2021-03-04 16:25:48 +01:00
"title" : "Unpaid balance" ,
"type" : "stat"
2021-01-31 09:40:07 +01:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
2021-02-02 17:56:15 +01:00
"custom" : { } ,
"links" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "XCH"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "ETH"
}
]
}
]
} ,
2021-01-31 09:40:07 +01:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-08-18 10:52:45 +02:00
"w" : 6 ,
2021-03-04 16:25:48 +01:00
"x" : 0 ,
2021-03-20 08:30:32 +01:00
"y" : 25
2021-01-31 09:40:07 +01:00
} ,
"hiddenSeries" : false ,
2021-08-18 10:52:45 +02:00
"id" : 40 ,
2021-01-31 09:40:07 +01:00
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
2021-02-04 12:05:59 +01:00
"alertThreshold" : true ,
"dataLinks" : [ ]
2021-01-31 09:40:07 +01:00
} ,
"percentage" : false ,
2021-02-02 17:56:15 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-29 16:08:23 +02:00
"seriesOverrides" : [
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:778" ,
"alias" : "paid (fiat)" ,
2021-03-29 16:08:23 +02:00
"lines" : false ,
"yaxis" : 2
}
] ,
2021-01-31 09:40:07 +01:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (XCH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_paid" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"stats_totalPaid"
] ,
"type" : "field"
} ,
{
"params" : [
"/1000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
}
]
} ,
{
"alias" : "paid (fiat)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-03-29 16:08:23 +02:00
"rawQuery" : false ,
2021-08-18 10:52:45 +02:00
"refId" : "B" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-03-29 16:08:23 +02:00
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000 * $exchange_rate"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 16:08:23 +02:00
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_paid" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"stats_totalPaid"
] ,
"type" : "field"
} ,
{
"params" : [
"/1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
} ,
{
"alias" : "paid (fiat)" ,
2021-03-29 16:08:23 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-03-29 16:08:23 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-03-29 16:08:23 +02:00
"rawQuery" : false ,
2021-08-18 10:52:45 +02:00
"refId" : "D" ,
2021-03-29 16:08:23 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-03-29 16:08:23 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000000000 * $exchange_rate"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
] ,
2021-03-04 16:25:48 +01:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-03-04 16:25:48 +01:00
}
]
2021-01-31 09:40:07 +01:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-08-18 10:52:45 +02:00
"title" : "Paid by the pool" ,
2021-01-31 09:40:07 +01:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:722" ,
2021-03-29 16:08:23 +02:00
"decimals" : 5 ,
2021-08-18 10:52:45 +02:00
"format" : "XCH" ,
"label" : "paid" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:723" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
2021-08-18 10:52:45 +02:00
"label" : "paid (fiat)" ,
2021-01-31 09:40:07 +01:00
"logBase" : 1 ,
"max" : null ,
2021-08-18 10:52:45 +02:00
"min" : "0" ,
2021-01-31 09:40:07 +01:00
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"decimals" : 5 ,
"mappings" : [ ] ,
2021-08-18 10:52:45 +02:00
"min" : 0 ,
"noValue" : "0" ,
2021-01-31 09:40:07 +01:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2021-03-20 08:49:33 +01:00
"color" : "green" ,
2021-08-18 10:52:45 +02:00
"value" : null
2021-01-31 09:40:07 +01:00
}
]
} ,
2021-08-18 10:52:45 +02:00
"unit" : "short"
2021-01-31 09:40:07 +01:00
} ,
2021-03-04 16:25:48 +01:00
"overrides" : [
{
"matcher" : {
2021-08-18 10:52:45 +02:00
"id" : "byName" ,
"options" : "paid (fiat)"
2021-03-04 16:25:48 +01:00
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 2
}
]
}
]
2021-01-31 09:40:07 +01:00
} ,
"gridPos" : {
"h" : 8 ,
2021-08-18 10:52:45 +02:00
"w" : 6 ,
"x" : 6 ,
2021-03-20 08:30:32 +01:00
"y" : 25
2021-01-31 09:40:07 +01:00
} ,
"hideTimeOverride" : true ,
2021-08-18 10:52:45 +02:00
"id" : 42 ,
2021-01-31 09:40:07 +01:00
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
2021-03-04 16:25:48 +01:00
"justifyMode" : "center" ,
2021-01-31 09:40:07 +01:00
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
2021-02-02 17:56:15 +01:00
"fields" : "" ,
2021-01-31 09:40:07 +01:00
"values" : false
2021-02-02 17:56:15 +01:00
} ,
"textMode" : "auto"
2021-01-31 09:40:07 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (XCH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-03-29 16:08:23 +02:00
"rawQuery" : false ,
2021-01-31 09:40:07 +01:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-03-29 16:08:23 +02:00
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
2021-03-29 16:08:23 +02:00
{
2021-08-18 10:52:45 +02:00
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 16:08:23 +02:00
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (fiat)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-03-29 16:08:23 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "B" ,
2021-03-29 16:08:23 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-03-29 16:08:23 +02:00
] ,
"type" : "field"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000*$exchange_rate"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 16:08:23 +02:00
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (ETH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-03-29 16:08:23 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000 FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-03-30 08:08:10 +02:00
"rawQuery" : false ,
2021-08-18 10:52:45 +02:00
"refId" : "C" ,
2021-03-29 16:08:23 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-03-29 16:08:23 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-03-29 16:08:23 +02:00
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
"/ 1000000000000000000"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-03-29 16:08:23 +02:00
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "paid (fiat)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_paid" ,
2021-03-29 16:08:23 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"result\")/1000000000000000000*$exchange_rate FROM \"flexpool_miner_paid\" WHERE (\"miner\" =~ /^$miner$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
2021-03-30 08:08:10 +02:00
"refId" : "D" ,
2021-03-29 16:08:23 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"stats_totalPaid"
2021-03-29 16:08:23 +02:00
] ,
"type" : "field"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000000000*$exchange_rate"
2021-03-29 16:08:23 +02:00
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
2021-03-29 16:08:23 +02:00
{
2021-08-18 10:52:45 +02:00
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-03-29 16:08:23 +02:00
}
]
}
] ,
"timeFrom" : "5m" ,
"timeShift" : null ,
2021-08-18 10:52:45 +02:00
"title" : "Paid by the pool" ,
2021-03-29 16:08:23 +02:00
"type" : "stat"
} ,
2021-01-31 09:40:07 +01:00
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
2021-08-18 10:52:45 +02:00
"custom" : {
"align" : "center" ,
"filterable" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 5
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 5
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "paid (fiat)"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 2
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "duration"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "dtdurations"
}
]
}
]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 25
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"id" : 64 ,
2021-01-31 09:40:07 +01:00
"options" : {
2021-08-18 10:52:45 +02:00
"showHeader" : true ,
"sortBy" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-02-02 17:56:15 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_payments" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT \"value\" / 1000000000000 AS \"paid (XCH)\", \"value\" / 1000000000000 * $exchange_rate AS \"paid (fiat)\", \"duration\" FROM \"flexpool_miner_payments\" WHERE (\"miner\" =~ /^$miner$/ AND coin = 'xch') ORDER BY time DESC LIMIT 6" ,
2021-01-31 09:40:07 +01:00
"rawQuery" : true ,
"refId" : "A" ,
2021-08-18 10:52:45 +02:00
"resultFormat" : "table" ,
2021-01-31 09:40:07 +01:00
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"value"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
2021-08-18 10:52:45 +02:00
"params" : [
" / 1000000000000"
] ,
"type" : "math"
} ,
{
"params" : [
"paid"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [
" / 1000000000000*$exchange_rate"
] ,
"type" : "math"
} ,
{
"params" : [
"paid (fiat)"
] ,
"type" : "alias"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_payments" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT \"value\" / 1000000000000000000 AS \"paid (ETH)\", \"value\" / 1000000000000000000 * $exchange_rate AS \"paid (fiat)\", \"duration\" FROM \"flexpool_miner_payments\" WHERE (\"miner\" =~ /^$miner$/ AND coin = 'eth') ORDER BY time DESC LIMIT 6" ,
2021-01-31 09:40:07 +01:00
"rawQuery" : true ,
2021-03-04 16:25:48 +01:00
"refId" : "B" ,
2021-08-18 10:52:45 +02:00
"resultFormat" : "table" ,
2021-01-31 09:40:07 +01:00
"select" : [
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
2021-08-18 10:52:45 +02:00
"params" : [
" / 1000000000000"
] ,
"type" : "math"
} ,
{
"params" : [
"paid"
] ,
"type" : "alias"
}
] ,
[
{
"params" : [
"value"
] ,
"type" : "field"
} ,
{
"params" : [
" / 1000000000000*$exchange_rate"
] ,
"type" : "math"
} ,
{
"params" : [
"paid (fiat)"
] ,
"type" : "alias"
2021-01-31 09:40:07 +01:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
2021-01-31 09:40:07 +01:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
2021-08-18 10:52:45 +02:00
"title" : "Last payments" ,
"type" : "table"
} ,
{
"collapsed" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 33
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"id" : 26 ,
"panels" : [ ] ,
"title" : "Hashrates" ,
"type" : "row"
2021-01-31 09:40:07 +01:00
} ,
{
2021-08-18 10:52:45 +02:00
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-08-18 10:52:45 +02:00
"description" : "" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
2021-08-18 10:52:45 +02:00
"links" : [ ] ,
2021-01-31 09:40:07 +01:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2021-03-20 08:49:33 +01:00
"color" : "green" ,
2021-01-31 09:40:07 +01:00
"value" : null
2021-08-18 10:52:45 +02:00
} ,
{
"color" : "red" ,
"value" : 80
2021-01-31 09:40:07 +01:00
}
]
2021-08-18 10:52:45 +02:00
}
2021-01-31 09:40:07 +01:00
} ,
2021-03-04 16:25:48 +01:00
"overrides" : [
{
"matcher" : {
2021-08-18 10:52:45 +02:00
"id" : "byRegexp" ,
"options" : "/XCH/"
2021-03-04 16:25:48 +01:00
} ,
"properties" : [
{
2021-08-18 10:52:45 +02:00
"id" : "unit" ,
"value" : "bytes"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "Hs"
2021-03-04 16:25:48 +01:00
}
]
}
]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"fill" : 1 ,
"fillGradient" : 0 ,
2021-01-31 09:40:07 +01:00
"gridPos" : {
"h" : 8 ,
2021-08-18 10:52:45 +02:00
"w" : 12 ,
"x" : 0 ,
"y" : 34
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"hiddenSeries" : false ,
"id" : 44 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-01-31 09:40:07 +01:00
"options" : {
2021-08-18 10:52:45 +02:00
"alertThreshold" : true ,
"dataLinks" : [ ]
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"percentage" : false ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-08-18 10:52:45 +02:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "effective (XCH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
"previous"
2021-01-31 09:40:07 +01:00
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"currentEffectiveHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-01-31 09:40:07 +01:00
}
]
2021-02-02 17:56:15 +01:00
} ,
2021-01-31 09:40:07 +01:00
{
2021-08-18 10:52:45 +02:00
"alias" : "reported (XCH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
"previous"
2021-01-31 09:40:07 +01:00
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-04 16:25:48 +01:00
"refId" : "B" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"reportedHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-03-05 09:16:01 +01:00
} ,
2021-08-18 10:52:45 +02:00
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
}
]
} ,
2021-03-05 09:16:01 +01:00
{
2021-08-18 10:52:45 +02:00
"alias" : "average effective (XCH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"previous"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_miner_stats" ,
2021-03-05 09:16:01 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "C" ,
"resultFormat" : "time_series" ,
2021-03-05 09:16:01 +01:00
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"averageEffectiveHashrate"
2021-03-05 09:16:01 +01:00
] ,
"type" : "field"
2021-08-18 10:52:45 +02:00
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-03-05 09:16:01 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-05 09:16:01 +01:00
}
]
2021-01-31 09:40:07 +01:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "effective (ETH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2021-03-18 12:50:33 +01:00
"previous"
2021-01-31 09:40:07 +01:00
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "D" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"currentEffectiveHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-02-05 17:22:23 +01:00
"type" : "mean"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-01-31 09:40:07 +01:00
}
]
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "reported (ETH)" ,
2021-03-18 12:50:33 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"previous"
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-03-18 12:50:33 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "E" ,
2021-03-18 12:50:33 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"reportedHashrate"
2021-03-18 12:50:33 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-03-18 12:50:33 +01:00
}
]
2021-01-31 09:40:07 +01:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "average effective (ETH)" ,
2021-01-31 09:40:07 +01:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2021-03-18 12:50:33 +01:00
"previous"
2021-01-31 09:40:07 +01:00
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "F" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"averageEffectiveHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-02-05 17:22:23 +01:00
"type" : "mean"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-01-31 09:40:07 +01:00
}
]
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-03-18 12:50:33 +01:00
"title" : "Hashrates" ,
2021-01-31 09:40:07 +01:00
"tooltip" : {
"shared" : true ,
2021-08-18 10:52:45 +02:00
"sort" : 2 ,
2021-01-31 09:40:07 +01:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 12:50:33 +01:00
"$$hashKey" : "object:154" ,
2021-08-18 10:52:45 +02:00
"format" : "bytes" ,
2021-01-31 09:40:07 +01:00
"label" : null ,
"logBase" : 1 ,
"max" : null ,
2021-03-18 12:50:33 +01:00
"min" : null ,
2021-01-31 09:40:07 +01:00
"show" : true
} ,
{
2021-03-18 12:50:33 +01:00
"$$hashKey" : "object:155" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "red" ,
"value" : null
} ,
{
2021-03-20 08:49:33 +01:00
"color" : "green" ,
2021-01-31 09:40:07 +01:00
"value" : 1
}
]
} ,
2021-08-18 10:52:45 +02:00
"unit" : "short"
2021-01-31 09:40:07 +01:00
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "bytes"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "Hs"
}
]
}
]
2021-01-31 09:40:07 +01:00
} ,
"gridPos" : {
"h" : 8 ,
2021-03-18 12:50:33 +01:00
"w" : 12 ,
2021-01-31 09:40:07 +01:00
"x" : 12 ,
2021-08-18 10:52:45 +02:00
"y" : 34
2021-01-31 09:40:07 +01:00
} ,
"hideTimeOverride" : true ,
"id" : 18 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
2021-02-02 17:56:15 +01:00
"fields" : "" ,
2021-01-31 09:40:07 +01:00
"values" : false
2021-02-02 17:56:15 +01:00
} ,
"textMode" : "auto"
2021-01-31 09:40:07 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "effective (XCH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"currentEffectiveHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
2021-02-02 17:56:15 +01:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-02-02 17:56:15 +01:00
}
]
2021-03-18 12:50:33 +01:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "reported (XCH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-03-18 12:50:33 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
2021-01-31 09:40:07 +01:00
{
2021-03-18 12:50:33 +01:00
"params" : [
2021-08-18 10:52:45 +02:00
"reportedHashrate"
2021-03-18 12:50:33 +01:00
] ,
"type" : "field"
2021-01-31 09:40:07 +01:00
} ,
{
2021-03-18 12:50:33 +01:00
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
2021-03-18 12:50:33 +01:00
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-18 12:50:33 +01:00
}
]
2021-02-02 17:56:15 +01:00
} ,
2021-01-31 09:40:07 +01:00
{
2021-08-18 10:52:45 +02:00
"alias" : "average effective (XCH)" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-03-18 12:50:33 +01:00
"refId" : "C" ,
2021-01-31 09:40:07 +01:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"averageEffectiveHashrate"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
}
]
} ,
{
"alias" : "effective (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_stats" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"currentEffectiveHashrate"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
} ,
{
"alias" : "reported (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_stats" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "E" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"reportedHashrate"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
}
]
} ,
{
"alias" : "average effective (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_miner_stats" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "F" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"averageEffectiveHashrate"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
2021-08-18 10:52:45 +02:00
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
2021-01-31 09:40:07 +01:00
}
]
}
] ,
"timeFrom" : "5m" ,
"timeShift" : null ,
2021-03-18 12:50:33 +01:00
"title" : "Current effective hashrate" ,
2021-01-31 09:40:07 +01:00
"type" : "stat"
} ,
{
2021-03-18 12:50:33 +01:00
"collapsed" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-08-18 10:52:45 +02:00
"y" : 42
2021-01-31 09:40:07 +01:00
} ,
"id" : 14 ,
"panels" : [ ] ,
"title" : "Shares" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
2021-02-02 17:56:15 +01:00
"custom" : { } ,
"links" : [ ]
2021-01-31 09:40:07 +01:00
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-08-18 10:52:45 +02:00
"y" : 43
2021-01-31 09:40:07 +01:00
} ,
"hiddenSeries" : false ,
"id" : 6 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
2021-02-04 12:05:59 +01:00
"alertThreshold" : true ,
"dataLinks" : [ ]
2021-01-31 09:40:07 +01:00
} ,
"percentage" : false ,
2021-02-02 17:56:15 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:2759" ,
2021-01-31 09:40:07 +01:00
"alias" : "valid" ,
"color" : "#56A64B"
} ,
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:2760" ,
2021-01-31 09:40:07 +01:00
"alias" : "stale" ,
"color" : "#F2CC0C"
} ,
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:2761" ,
2021-01-31 09:40:07 +01:00
"alias" : "invalid" ,
"color" : "#E02F44"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"alias" : "valid" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"validShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
"alias" : "stale" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"staleShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
} ,
{
"alias" : "invalid" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"invalidShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [ ]
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
2021-08-18 10:52:45 +02:00
"title" : "Shares" ,
2021-01-31 09:40:07 +01:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:2780" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
2021-08-18 10:52:45 +02:00
"$$hashKey" : "object:2781" ,
2021-01-31 09:40:07 +01:00
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"decimals" : 0 ,
"mappings" : [ ] ,
"min" : 0 ,
"noValue" : "0" ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 12 ,
2021-08-18 10:52:45 +02:00
"y" : 43
2021-01-31 09:40:07 +01:00
} ,
"hideTimeOverride" : true ,
"id" : 8 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
2021-02-02 17:56:15 +01:00
"fields" : "" ,
2021-01-31 09:40:07 +01:00
"values" : false
2021-02-02 17:56:15 +01:00
} ,
"textMode" : "auto"
2021-01-31 09:40:07 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
"alias" : "valid" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"validShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
}
] ,
"timeFrom" : "5m" ,
"timeShift" : null ,
"title" : "Valid shares" ,
"type" : "stat"
} ,
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"decimals" : 0 ,
"mappings" : [ ] ,
"min" : 0 ,
"noValue" : "0" ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "#EAB839" ,
"value" : 1
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 16 ,
2021-08-18 10:52:45 +02:00
"y" : 43
2021-01-31 09:40:07 +01:00
} ,
"hideTimeOverride" : true ,
"id" : 10 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
2021-02-02 17:56:15 +01:00
"fields" : "" ,
2021-01-31 09:40:07 +01:00
"values" : false
2021-02-02 17:56:15 +01:00
} ,
"textMode" : "auto"
2021-01-31 09:40:07 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
"alias" : "stale" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"staleShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
}
] ,
"timeFrom" : "5m" ,
"timeShift" : null ,
"title" : "Stale shares" ,
"type" : "stat"
} ,
{
2021-02-02 17:56:15 +01:00
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"decimals" : 0 ,
"mappings" : [ ] ,
"min" : 0 ,
"noValue" : "0" ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 1
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 20 ,
2021-08-18 10:52:45 +02:00
"y" : 43
2021-01-31 09:40:07 +01:00
} ,
"hideTimeOverride" : true ,
"id" : 12 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
2021-02-02 17:56:15 +01:00
"fields" : "" ,
2021-01-31 09:40:07 +01:00
"values" : false
2021-02-02 17:56:15 +01:00
} ,
"textMode" : "auto"
2021-01-31 09:40:07 +01:00
} ,
2021-03-18 12:50:33 +01:00
"pluginVersion" : "7.3.7" ,
2021-01-31 09:40:07 +01:00
"targets" : [
{
"alias" : "invalid" ,
2021-04-09 08:37:11 +02:00
"groupBy" : [ ] ,
2021-03-28 16:26:32 +02:00
"measurement" : "flexpool_miner_stats" ,
2021-01-31 09:40:07 +01:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"invalidShares"
2021-01-31 09:40:07 +01:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-04-09 08:37:11 +02:00
"type" : "last"
2021-01-31 09:40:07 +01:00
}
]
] ,
"tags" : [
{
"key" : "miner" ,
"operator" : "=~" ,
"value" : "/^$miner$/"
}
]
}
] ,
"timeFrom" : "5m" ,
"timeShift" : null ,
"title" : "Invalid shares" ,
"type" : "stat"
}
] ,
2021-08-18 10:52:45 +02:00
"refresh" : false ,
2021-03-18 12:50:33 +01:00
"schemaVersion" : 26 ,
2021-01-31 09:40:07 +01:00
"style" : "dark" ,
"tags" : [
"flexpool" ,
"mining"
] ,
"templating" : {
"list" : [
2021-08-18 10:52:45 +02:00
{
"allValue" : null ,
"current" : { } ,
"datasource" : "${DS_INFLUXDB}" ,
"definition" : "" ,
"error" : null ,
"hide" : 0 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "coin" ,
"options" : [ ] ,
"query" : "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"coin\"" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
2021-01-31 09:40:07 +01:00
{
"allValue" : null ,
2021-02-02 17:56:15 +01:00
"current" : { } ,
"datasource" : "${DS_INFLUXDB}" ,
"definition" : "" ,
"error" : null ,
2021-01-31 09:40:07 +01:00
"hide" : 0 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "miner" ,
2021-02-02 17:56:15 +01:00
"options" : [ ] ,
2021-08-18 10:52:45 +02:00
"query" : "SHOW TAG VALUES FROM flexpool_miner_stats WITH KEY = \"miner\" WHERE \"coin\" = '$coin'" ,
2021-02-02 17:56:15 +01:00
"refresh" : 1 ,
2021-01-31 09:40:07 +01:00
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
"allValue" : null ,
2021-02-02 17:56:15 +01:00
"current" : { } ,
"datasource" : "${DS_INFLUXDB}" ,
2021-01-31 09:40:07 +01:00
"definition" : "SHOW TAG VALUES FROM currencies WITH KEY = \"to\"" ,
2021-02-02 17:56:15 +01:00
"error" : null ,
2021-01-31 09:40:07 +01:00
"hide" : 0 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "currency" ,
"options" : [ ] ,
"query" : "SHOW TAG VALUES FROM currencies WITH KEY = \"to\"" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
"allValue" : null ,
2021-02-02 17:56:15 +01:00
"current" : { } ,
"datasource" : "${DS_INFLUXDB}" ,
2021-08-18 10:52:45 +02:00
"definition" : "" ,
2021-02-02 17:56:15 +01:00
"error" : null ,
2021-01-31 09:40:07 +01:00
"hide" : 2 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "exchange_rate" ,
"options" : [ ] ,
2021-08-18 10:52:45 +02:00
"query" : "select value from currencies where \"to\" =~ /^$currency$/ and \"from\" =~ /^(?i)$coin$/ order by desc limit 1" ,
2021-01-31 09:40:07 +01:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
2021-03-22 09:13:30 +01:00
} ,
{
"allValue" : null ,
"current" : {
2021-03-29 08:55:29 +02:00
"selected" : true ,
"text" : "UTC" ,
"value" : "UTC"
2021-03-22 09:13:30 +01:00
} ,
"error" : null ,
"hide" : 0 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "timezone" ,
"options" : [
{
2021-03-22 11:25:06 +01:00
"selected" : true ,
2021-03-29 08:55:29 +02:00
"text" : "UTC" ,
"value" : "UTC"
} ,
{
"selected" : false ,
2021-03-22 09:13:30 +01:00
"text" : "Africa/Tunis" ,
"value" : "Africa/Tunis"
} ,
{
"selected" : false ,
"text" : "America/Chicago" ,
"value" : "America/Chicago"
} ,
{
"selected" : false ,
"text" : "America/Fortaleza" ,
"value" : "America/Fortaleza"
} ,
{
"selected" : false ,
"text" : "America/Los_Angeles" ,
"value" : "America/Los_Angeles"
} ,
2021-04-01 18:18:51 +02:00
{
"selected" : false ,
"text" : "America/New_York" ,
"value" : "America/New_York"
} ,
2021-03-22 09:13:30 +01:00
{
"selected" : false ,
"text" : "America/Moncton" ,
"value" : "America/Moncton"
} ,
{
"selected" : false ,
"text" : "America/New_York" ,
"value" : "America/New_York"
} ,
{
"selected" : false ,
"text" : "America/Sao_Paulo" ,
"value" : "America/Sao_Paulo"
} ,
{
"selected" : false ,
"text" : "America/St_Johns" ,
"value" : "America/St_Johns"
} ,
{
"selected" : false ,
"text" : "America/Toronto" ,
"value" : "America/Toronto"
} ,
{
"selected" : false ,
"text" : "America/Vancouver" ,
"value" : "America/Vancouver"
} ,
{
"selected" : false ,
"text" : "Asia/Jakarta" ,
"value" : "Asia/Jakarta"
} ,
{
"selected" : false ,
"text" : "Asia/Karachi" ,
"value" : "Asia/Karachi"
} ,
{
"selected" : false ,
"text" : "Asia/Kolkata" ,
"value" : "Asia/Kolkata"
} ,
{
"selected" : false ,
"text" : "Asia/Singapore" ,
"value" : "Asia/Singapore"
} ,
{
"selected" : false ,
"text" : "Europe/Berlin" ,
"value" : "Europe/Berlin"
} ,
{
"selected" : false ,
"text" : "Europe/Kiev" ,
"value" : "Europe/Kiev"
} ,
2021-03-22 11:25:06 +01:00
{
"selected" : false ,
"text" : "Europe/London" ,
"value" : "Europe/London"
} ,
2021-03-22 09:13:30 +01:00
{
"selected" : false ,
"text" : "Europe/Moscow" ,
"value" : "Europe/Moscow"
} ,
{
2021-03-22 11:25:06 +01:00
"selected" : false ,
2021-03-22 09:13:30 +01:00
"text" : "Europe/Paris" ,
"value" : "Europe/Paris"
} ,
{
"selected" : false ,
"text" : "Europe/Zagreb" ,
"value" : "Europe/Zagreb"
} ,
{
"selected" : false ,
"text" : "Europe/Zurich" ,
"value" : "Europe/Zurich"
2021-04-02 08:22:07 +02:00
} ,
{
"selected" : false ,
"text" : "Pacific/Auckland" ,
"value" : "Pacific/Auckland"
2021-03-22 09:13:30 +01:00
}
] ,
2021-04-02 08:22:07 +02:00
"query" : "UTC,Africa/Tunis,America/Chicago,America/Fortaleza,America/Los_Angeles,America/New_York,America/Moncton,America/New_York,America/Sao_Paulo,America/St_Johns,America/Toronto,America/Vancouver,Asia/Jakarta,Asia/Karachi,Asia/Kolkata,Asia/Singapore,Europe/Berlin,Europe/Kiev,Europe/London,Europe/Moscow,Europe/Paris,Europe/Zagreb,Europe/Zurich,Pacific/Auckland" ,
2021-03-22 09:13:30 +01:00
"queryValue" : "" ,
"skipUrlSync" : false ,
"type" : "custom"
2021-01-31 09:40:07 +01:00
}
]
} ,
"time" : {
2021-03-04 16:25:48 +01:00
"from" : "now-7d" ,
2021-01-31 09:40:07 +01:00
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
2021-03-29 08:55:29 +02:00
"timezone" : "utc" ,
2021-03-28 18:17:08 +02:00
"title" : "Flexpool miners" ,
2021-01-31 09:40:07 +01:00
"uid" : "Q3JPASkgz" ,
2021-08-18 10:52:45 +02:00
"version" : 21
2021-03-29 16:21:41 +02:00
}