2021-03-29 08:47:47 +02:00
{
"__inputs" : [
{
"name" : "DS_INFLUXDB" ,
"label" : "InfluxDB" ,
"description" : "" ,
"type" : "datasource" ,
"pluginId" : "influxdb" ,
"pluginName" : "InfluxDB"
}
] ,
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
"version" : "7.3.7"
} ,
{
"type" : "panel" ,
"id" : "graph" ,
"name" : "Graph" ,
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "influxdb" ,
"name" : "InfluxDB" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
}
] ,
"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" : "Pool statistics" ,
2021-03-29 08:47:47 +02:00
"editable" : true ,
"gnetId" : null ,
"graphTooltip" : 0 ,
"id" : null ,
2021-08-18 10:52:45 +02:00
"iteration" : 1629216495656 ,
2021-03-29 08:47:47 +02:00
"links" : [ ] ,
"panels" : [
{
"collapsed" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 6 ,
"panels" : [ ] ,
"title" : "Hashrates" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
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-03-29 08:47:47 +02:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 1
} ,
"hiddenSeries" : false ,
"id" : 4 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "total (ETH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"total"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "total (XCH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"total\") FROM \"flexpool_pool_hashrate\" WHERE (\"coin\" = 'xch' AND \"coin\" =~ /^$coin$/) AND $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"total"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Total hashrate" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:452" ,
"format" : "Hs" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:453" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2021-08-18 10:52:45 +02:00
"unit" : "short"
2021-03-29 08:47:47 +02: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-03-29 08:47:47 +02:00
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 1
} ,
"id" : 8 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "total (XCH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"total"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "total (ETH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"total"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Total hashrate" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
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-03-29 08:47:47 +02:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 0 ,
"y" : 10
} ,
"hiddenSeries" : false ,
"id" : 2 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "7.3.7" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "as (XCH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_as"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "au (XCH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_au"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "eu (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_eu"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "sa (XCH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "D" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_sa"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "us (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "E" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_us"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "as (ETH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "F" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_as"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "au (ETH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
2021-08-18 10:52:45 +02:00
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "G" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_au"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "eu (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "H" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_eu"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "sa (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "I" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_sa"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "us (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "J" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_us"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Hashrates" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:147" ,
"format" : "Hs" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:148" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "short"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "bytes"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "Hs"
}
]
}
]
} ,
"gridPos" : {
"h" : 9 ,
"w" : 12 ,
"x" : 12 ,
"y" : 10
} ,
"id" : 7 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "as (XCH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_as"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "au (XCH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_au"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "eu (XCH)" ,
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "C" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"regions_eu"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
2021-03-29 08:47:47 +02:00
}
2021-08-18 10:52:45 +02:00
]
} ,
{
"alias" : "sa (XCH)" ,
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "D" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_sa"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-08-18 10:52:45 +02:00
"type" : "last"
2021-03-29 08:47:47 +02:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
2021-03-29 08:47:47 +02:00
{
2021-08-18 10:52:45 +02:00
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
2021-03-29 08:47:47 +02:00
}
2021-08-18 10:52:45 +02:00
]
} ,
{
"alias" : "us (XCH)" ,
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "E" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_us"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-08-18 10:52:45 +02:00
"type" : "last"
2021-03-29 08:47:47 +02:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "as (ETH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "F" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_as"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "au (ETH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "G" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_au"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "eu (ETH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "H" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_eu"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "sa (ETH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "I" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_sa"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
} ,
{
2021-08-18 10:52:45 +02:00
"alias" : "us (ETH)" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-03-29 08:47:47 +02:00
"measurement" : "flexpool_pool_hashrate" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "J" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"regions_us"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Hashrates" ,
"type" : "stat"
} ,
{
"collapsed" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 19
} ,
"id" : 12 ,
"panels" : [ ] ,
"title" : "Miners and workers" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 20
} ,
"hiddenSeries" : false ,
"id" : 10 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : "online miners" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_miners_count" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Miners" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:83" ,
"decimals" : null ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"$$hashKey" : "object:84" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 20
} ,
"id" : 14 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "online miners" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_miners_count" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Miners" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 28
} ,
"hiddenSeries" : false ,
"id" : 16 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : "online workers" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_workers_count" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Workers" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:480" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
} ,
{
"$$hashKey" : "object:481" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 28
} ,
"id" : 18 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "online workers" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_workers_count" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"result"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Workers" ,
"type" : "stat"
} ,
{
"collapsed" : true ,
"datasource" : "${DS_INFLUXDB}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 36
} ,
"id" : 34 ,
"panels" : [ ] ,
"title" : "Blocks" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 37
} ,
"hiddenSeries" : false ,
"id" : 42 ,
"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" : "count" ,
2021-08-18 10:52:45 +02:00
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT \"blockCount\" FROM \"flexpool_pool_blocks_chart\" WHERE (\"coin\" =~ /^$coin$/) AND $timeFilter tz('$timezone')" ,
"rawQuery" : false ,
2021-03-29 08:47:47 +02:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"blockCount"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
2021-03-29 08:47:47 +02:00
"tz" : "$timezone"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Number of blocks by day" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:696" ,
"decimals" : 0 ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:697" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 37
} ,
"id" : 44 ,
"interval" : "" ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "blocks" ,
2021-08-18 10:52:45 +02:00
"groupBy" : [ ] ,
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"blockCount"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
2021-08-18 10:52:45 +02:00
"type" : "mean"
2021-03-29 08:47:47 +02:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
2021-03-29 08:47:47 +02:00
"tz" : "$timezone"
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Number of blocks by day" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
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-29 08:47:47 +02:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 45
} ,
"hiddenSeries" : false ,
"id" : 24 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "Block reward (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"linear"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_blocks" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"reward"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "Block reward (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"linear"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_blocks" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "B" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"reward"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
" / 1000000000000"
2021-03-29 08:47:47 +02:00
] ,
"type" : "math"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Block rewards" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:119" ,
"decimals" : 5 ,
"format" : "ETH" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:120" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"decimals" : 5 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2021-08-18 10:52:45 +02:00
"unit" : "short"
2021-03-29 08:47:47 +02: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"
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 2
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "decimals" ,
"value" : 5
}
]
}
]
2021-03-29 08:47:47 +02:00
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 45
} ,
"id" : 30 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "rewards (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_blocks" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"reward"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"/ 1000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
} ,
{
"alias" : "rewards (ETH)" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_blocks" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"reward"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
" / 1000000000000000000"
] ,
"type" : "math"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Block rewards" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : true ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
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-29 08:47:47 +02:00
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 53
} ,
"hiddenSeries" : false ,
"id" : 40 ,
"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" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "total rewards (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"1d"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"rewards"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "sum"
} ,
{
"params" : [
"/1000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
"tz" : "$timezone"
} ,
{
"alias" : "total rewards (ETH)" ,
"groupBy" : [
{
"params" : [
"1d"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_blocks_chart" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "B" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"rewards"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "sum"
} ,
{
"params" : [
"/1000000000000000000"
] ,
"type" : "math"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
2021-03-29 08:47:47 +02:00
"tz" : "$timezone"
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Block rewards by day" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:566" ,
"decimals" : 5 ,
"format" : "ETH" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:567" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
2021-08-18 10:52:45 +02:00
"unit" : "short"
2021-03-29 08:47:47 +02:00
} ,
2021-08-18 10:52:45 +02:00
"overrides" : [
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/XCH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "XCH"
} ,
{
"id" : "decimals" ,
"value" : 2
}
]
} ,
{
"matcher" : {
"id" : "byRegexp" ,
"options" : "/ETH/"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "ETH"
} ,
{
"id" : "decimals" ,
"value" : 5
}
]
}
]
2021-03-29 08:47:47 +02:00
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 53
} ,
"id" : 46 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
2021-08-18 10:52:45 +02:00
"alias" : "total rewards (XCH)" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"1d"
] ,
"type" : "time"
2021-08-18 10:52:45 +02:00
}
] ,
"measurement" : "flexpool_pool_blocks_chart" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"rewards"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "sum"
} ,
{
"params" : [
"/1000000000000"
] ,
"type" : "math"
}
]
] ,
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "xch"
2021-03-29 08:47:47 +02:00
} ,
2021-08-18 10:52:45 +02:00
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
"tz" : "$timezone"
} ,
{
"alias" : "total rewards (ETH)" ,
"groupBy" : [
2021-03-29 08:47:47 +02:00
{
"params" : [
2021-08-18 10:52:45 +02:00
"1d"
2021-03-29 08:47:47 +02:00
] ,
2021-08-18 10:52:45 +02:00
"type" : "time"
2021-03-29 08:47:47 +02:00
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks_chart" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"refId" : "B" ,
2021-03-29 08:47:47 +02:00
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"rewards"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "sum"
} ,
{
"params" : [
"/1000000000000000000"
] ,
"type" : "math"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=" ,
"value" : "eth"
} ,
{
"condition" : "AND" ,
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
] ,
2021-03-29 08:47:47 +02:00
"tz" : "$timezone"
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Block rewards by day" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 61
} ,
"hiddenSeries" : false ,
"id" : 26 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : "round time" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"linear"
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"roundTime"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Round time" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:123" ,
"decimals" : 1 ,
"format" : "dtdurations" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
2021-04-04 08:38:56 +02:00
"min" : "0" ,
2021-03-29 08:47:47 +02:00
"show" : true
} ,
{
"$$hashKey" : "object:124" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "dtdurations"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 61
} ,
"id" : 32 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "round time" ,
2021-04-04 08:38:56 +02:00
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks" ,
2021-04-04 08:38:56 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"query" : "SELECT mean(\"round_time\") FROM \"flexpool_pool_average_luck_round_time\" WHERE $timeFilter GROUP BY time($__interval) fill(null)" ,
"rawQuery" : false ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"roundTime"
2021-04-04 08:38:56 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-04-04 08:38:56 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Round time" ,
"type" : "stat"
} ,
{
"collapsed" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 69
} ,
"id" : 48 ,
"panels" : [ ] ,
"title" : "Luck and effort" ,
"type" : "row"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 70
} ,
"hiddenSeries" : false ,
"id" : 50 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : "Average luck" ,
2021-03-29 08:47:47 +02:00
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
2021-08-18 10:52:45 +02:00
"linear"
2021-03-29 08:47:47 +02:00
] ,
"type" : "fill"
}
] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_blocks" ,
2021-03-29 08:47:47 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT mean(\"luck\") *100 FROM \"flexpool_pool_blocks\" WHERE (\"coin\" =~ /^$coin$/) AND $timeFilter GROUP BY time($__interval) fill(linear)" ,
"rawQuery" : false ,
2021-03-29 08:47:47 +02:00
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-04-04 08:38:56 +02:00
"luck"
2021-03-29 08:47:47 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
2021-04-04 08:38:56 +02:00
} ,
{
"params" : [
"*100"
] ,
"type" : "math"
2021-03-29 08:47:47 +02:00
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-03-29 08:47:47 +02:00
}
] ,
2021-04-04 08:38:56 +02:00
"thresholds" : [ ] ,
2021-03-29 08:47:47 +02:00
"timeFrom" : null ,
2021-04-04 08:38:56 +02:00
"timeRegions" : [ ] ,
2021-03-29 08:47:47 +02:00
"timeShift" : null ,
2021-04-04 08:38:56 +02:00
"title" : "Luck" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:135" ,
"format" : "percent" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:136" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 70
} ,
"id" : 53 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "luck" ,
"groupBy" : [ ] ,
2021-08-18 10:52:45 +02:00
"measurement" : "flexpool_pool_current_luck" ,
2021-04-04 08:38:56 +02:00
"orderByTime" : "ASC" ,
"policy" : "default" ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
2021-08-18 10:52:45 +02:00
"result"
2021-04-04 08:38:56 +02:00
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"*100"
] ,
"type" : "math"
}
]
] ,
2021-08-18 10:52:45 +02:00
"tags" : [
{
"key" : "coin" ,
"operator" : "=~" ,
"value" : "/^$coin$/"
}
]
2021-04-04 08:38:56 +02:00
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Current luck" ,
"type" : "stat"
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : "${DS_INFLUXDB}" ,
"description" : "" ,
"fieldConfig" : {
"defaults" : {
"custom" : { }
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 78
} ,
"hiddenSeries" : false ,
"id" : 51 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : true ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"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" : "Average effort" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_average_luck_round_time" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT 1/mean(\"result\") *100 FROM \"flexpool_pool_current_luck\" WHERE coin =~ /^$coin$/ AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-04-04 08:38:56 +02:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"luck"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "mean"
} ,
{
"params" : [
"*100"
] ,
"type" : "math"
}
]
] ,
"tags" : [ ]
}
] ,
"thresholds" : [ ] ,
"timeFrom" : null ,
"timeRegions" : [ ] ,
"timeShift" : null ,
"title" : "Effort" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"buckets" : null ,
"mode" : "time" ,
"name" : null ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:135" ,
"format" : "percent" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:136" ,
"format" : "short" ,
"label" : null ,
"logBase" : 1 ,
"max" : null ,
"min" : null ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : null
}
} ,
{
"datasource" : "${DS_INFLUXDB}" ,
"fieldConfig" : {
"defaults" : {
"custom" : { } ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
} ,
"unit" : "percent"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 78
} ,
"id" : 54 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "none" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"mean"
] ,
"fields" : "" ,
"values" : false
} ,
"textMode" : "auto"
} ,
"pluginVersion" : "7.3.7" ,
"targets" : [
{
"alias" : "effort" ,
"groupBy" : [
{
"params" : [
"$__interval"
] ,
"type" : "time"
} ,
{
"params" : [
"null"
] ,
"type" : "fill"
}
] ,
"measurement" : "flexpool_pool_average_luck_round_time" ,
"orderByTime" : "ASC" ,
"policy" : "default" ,
2021-08-18 10:52:45 +02:00
"query" : "SELECT 1/last(\"result\") *100 FROM \"flexpool_pool_current_luck\" WHERE coin =~ /^$coin$/ AND $timeFilter GROUP BY time($__interval) fill(null)" ,
2021-04-04 08:38:56 +02:00
"rawQuery" : true ,
"refId" : "A" ,
"resultFormat" : "time_series" ,
"select" : [
[
{
"params" : [
"luck"
] ,
"type" : "field"
} ,
{
"params" : [ ] ,
"type" : "last"
} ,
{
"params" : [
"*100"
] ,
"type" : "math"
}
]
] ,
"tags" : [ ]
}
] ,
"timeFrom" : null ,
"timeShift" : null ,
"title" : "Current effort" ,
2021-03-29 08:47:47 +02:00
"type" : "stat"
}
] ,
2021-04-04 08:38:56 +02:00
"refresh" : false ,
2021-03-29 08:47:47 +02:00
"schemaVersion" : 26 ,
"style" : "dark" ,
"tags" : [
"flexpool" ,
2021-03-29 08:55:29 +02:00
"mining"
2021-03-29 08:47:47 +02:00
] ,
"templating" : {
"list" : [
{
"allValue" : null ,
"current" : {
"selected" : true ,
2021-03-29 08:55:29 +02:00
"text" : "UTC" ,
"value" : "UTC"
2021-03-29 08:47:47 +02:00
} ,
"error" : null ,
"hide" : 0 ,
"includeAll" : false ,
"label" : null ,
"multi" : false ,
"name" : "timezone" ,
"options" : [
2021-03-29 08:55:29 +02:00
{
"selected" : true ,
"text" : "UTC" ,
"value" : "UTC"
} ,
2021-03-29 08:47:47 +02:00
{
"selected" : false ,
"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-29 08:47:47 +02: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"
} ,
{
"selected" : false ,
"text" : "Europe/London" ,
"value" : "Europe/London"
} ,
{
"selected" : false ,
"text" : "Europe/Moscow" ,
"value" : "Europe/Moscow"
} ,
{
2021-03-29 08:55:29 +02:00
"selected" : false ,
2021-03-29 08:47:47 +02: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-29 08:47:47 +02: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-29 08:47:47 +02:00
"queryValue" : "" ,
"skipUrlSync" : false ,
"type" : "custom"
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" : [ ] ,
2021-08-24 07:42:02 +02:00
"query" : "SHOW TAG VALUES FROM flexpool_pool_hashrate WITH KEY = \"coin\"" ,
2021-08-18 10:52:45 +02:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 1 ,
"tagValuesQuery" : "" ,
"tags" : [ ] ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
2021-03-29 08:47:47 +02:00
}
]
} ,
"time" : {
"from" : "now-7d" ,
"to" : "now"
} ,
"timepicker" : { } ,
2021-03-29 08:55:29 +02:00
"timezone" : "utc" ,
2021-03-29 08:47:47 +02:00
"title" : "Flexpool pool" ,
"uid" : "_vo2TQQMk" ,
2021-08-24 07:42:02 +02:00
"version" : 11
}