2021-07-11 07:37:54 -04:00
{
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : "-- Grafana --" ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"type" : "dashboard"
}
]
} ,
"description" : "" ,
"editable" : true ,
"gnetId" : null ,
"graphTooltip" : 0 ,
"id" : 1 ,
2021-08-02 18:46:50 -04:00
"iteration" : 1627934985764 ,
2021-07-11 07:37:54 -04:00
"links" : [ ] ,
"panels" : [
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Whether the node is running against mainnet or not." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
2021-08-02 18:46:50 -04:00
"mode" : "thresholds"
} ,
"mappings" : [
{
"options" : {
"0" : {
"index" : 1 ,
"text" : "no"
} ,
"1" : {
"index" : 0 ,
"text" : "yes"
}
} ,
"type" : "value"
}
] ,
2021-07-11 07:37:54 -04:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-08-02 18:46:50 -04:00
}
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-08-02 18:46:50 -04:00
"h" : 2 ,
"w" : 3 ,
2021-07-11 07:37:54 -04:00
"x" : 0 ,
2021-08-02 18:46:50 -04:00
"y" : 0
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 68 ,
2021-07-11 07:37:54 -04:00
"options" : {
2021-08-02 18:46:50 -04:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"text" : { } ,
"textMode" : "auto"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"pluginVersion" : "8.0.6" ,
2021-07-11 07:37:54 -04:00
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_info_mainnet" ,
"instant" : true ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "mainnet" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Main network" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
2021-08-02 18:46:50 -04:00
"type" : "stat"
2021-07-11 07:37:54 -04:00
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Whether the node is fully in sync with the network or not." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
2021-08-02 18:46:50 -04:00
"mode" : "thresholds"
} ,
"mappings" : [
{
"options" : {
"0" : {
"index" : 1 ,
"text" : "no"
} ,
"1" : {
"index" : 0 ,
"text" : "yes"
}
} ,
"type" : "value"
}
] ,
2021-07-11 07:37:54 -04:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-08-02 18:46:50 -04:00
}
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
2021-08-02 18:46:50 -04:00
"h" : 2 ,
"w" : 3 ,
"x" : 3 ,
"y" : 0
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 69 ,
2021-07-11 07:37:54 -04:00
"options" : {
2021-08-02 18:46:50 -04:00
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"text" : { } ,
"textMode" : "auto"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"pluginVersion" : "8.0.6" ,
2021-07-11 07:37:54 -04:00
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_info_synchronized" ,
"instant" : true ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "mainnet" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Synchronized" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
2021-08-02 18:46:50 -04:00
"type" : "stat"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"collapsed" : true ,
2021-07-11 07:37:54 -04:00
"datasource" : null ,
"gridPos" : {
2021-08-02 18:46:50 -04:00
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 2
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 62 ,
"panels" : [
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "Number of blocks alternative to the longest chain" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"axisSoftMin" : 0 ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-07-11 07:37:54 -04:00
}
2021-08-02 18:46:50 -04:00
} ,
"decimals" : 0 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 3
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 64 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"tooltip" : {
"mode" : "multi"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_info_alternative_blocks" ,
"interval" : "" ,
"legendFormat" : "alternative blocks" ,
"refId" : "A"
}
] ,
"title" : "Alternative blocks" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Maximum hard limit for block size scaling, as well as median used for scaling factor" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"axisSoftMin" : 0 ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-07-11 07:37:54 -04:00
}
2021-08-02 18:46:50 -04:00
} ,
"decimals" : 0 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 3
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 65 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"tooltip" : {
"mode" : "multi"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_info_block_size_limit" ,
"interval" : "" ,
"legendFormat" : "limit" ,
"refId" : "A"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
{
"exemplar" : true ,
"expr" : "monero_info_block_size_median" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "median" ,
"refId" : "B"
}
] ,
"title" : "Block size median and limit" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "For how long this node has been up." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-07-11 07:37:54 -04:00
}
2021-08-02 18:46:50 -04:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "dtdhms"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 3
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 66 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"tooltip" : {
"mode" : "multi"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_info_uptime_seconds_total" ,
"interval" : "" ,
"legendFormat" : "limit" ,
"refId" : "A"
}
] ,
"title" : "Uptime" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Overall" ,
"type" : "row"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"collapsed" : true ,
2021-07-11 07:37:54 -04:00
"datasource" : null ,
"gridPos" : {
2021-08-02 18:46:50 -04:00
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 3
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 44 ,
"panels" : [
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "The distribution of how long ago peers in the whitelist have been seen.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
2021-07-11 07:37:54 -04:00
}
2021-08-02 18:46:50 -04:00
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
2021-07-11 07:37:54 -04:00
}
]
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 4
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 55 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"tooltip" : {
"mode" : "multi"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_peerlist_lastseen{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "White Peerlist last seen distribution" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "Number of peers in each peer list." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 4
} ,
"id" : 57 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_peerlist" ,
"interval" : "" ,
"legendFormat" : "{{ type }}" ,
"refId" : "A"
}
] ,
"title" : "Peerlists' count" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
{
"datasource" : null ,
"description" : "Rate of data transmission in and out from this node (p2p and rpc)." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "Bps"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 4
} ,
"id" : 58 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "rate(monero_net_rx_bytes[1m])" ,
"interval" : "" ,
"legendFormat" : "rx" ,
"refId" : "A"
} ,
{
"exemplar" : true ,
"expr" : "rate(monero_net_tx_bytes[1m])" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "tx" ,
"refId" : "B"
}
] ,
"title" : "Data rate" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "Number of connections based on their direction (incoming/outgoing)" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 11
} ,
"id" : 46 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "sum(monero_p2p_connections) by (type)" ,
"interval" : "" ,
"legendFormat" : "{{ type }}" ,
"refId" : "A"
}
] ,
"title" : "Connections by direction (in/out)" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "Number of connections based on their connection state." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 11
} ,
"id" : 47 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "sum(monero_p2p_connections) by (state)" ,
"interval" : "" ,
"legendFormat" : "{{ type }}" ,
"refId" : "A"
}
] ,
"title" : "Connections by connection state" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Total amount of data sent and received by this node." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 11
} ,
"id" : 59 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_net_rx_bytes" ,
"interval" : "" ,
"legendFormat" : "rx" ,
"refId" : "A"
} ,
{
"exemplar" : true ,
"expr" : "monero_net_tx_bytes" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "tx" ,
"refId" : "B"
}
] ,
"title" : "Data" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of data retrieval from our connected peers.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "Bps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 18
} ,
"id" : 50 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_p2p_connections_rx_rate_bps{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "P2P Peers Data Receive Rate" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of data transmission to our connected peers.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "Bps"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 18
} ,
"id" : 60 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_p2p_connections_tx_rate_bps{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "P2P Peers Data Transmission Rate" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of the heights of our peers\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 18
} ,
"id" : 49 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_p2p_connections_height{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Connected Peers' Height" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of the age of the connections established to/from our nodes.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 25
} ,
"id" : 51 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_p2p_connections_age{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Connections' Age" ,
"transparent" : true ,
"type" : "timeseries"
}
] ,
"title" : "Networking" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"datasource" : null ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 4
} ,
"id" : 38 ,
"panels" : [
{
"datasource" : null ,
"description" : "Average number of RPC requests served over the past minute.\n\nps.: this includes the calls made by the stats collector too." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineStyle" : {
"fill" : "solid"
} ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 5
} ,
"id" : 40 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "increase(monero_rpc_hits_total[1m])" ,
"interval" : "" ,
"legendFormat" : "{{method}}" ,
"refId" : "A"
}
] ,
"title" : "RPC hits per minute" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Average amount of time spent serving RPC methods over that past minute.\n\nps.: this includes the calls made by the stats collector too." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "s"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 5
} ,
"id" : 42 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "rate(monero_rpc_seconds_total[1m])" ,
"interval" : "" ,
"legendFormat" : "{{method}}" ,
"refId" : "A"
}
] ,
"title" : "Time spent serving RPC methods" ,
"transparent" : true ,
"type" : "timeseries"
}
] ,
"title" : "RPC" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"datasource" : null ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 5
} ,
"id" : 16 ,
"panels" : [
{
"datasource" : null ,
"description" : "Total number of key images spent across all transactions that are still in the pool" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 6
} ,
"id" : 21 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_spent_key_images" ,
"interval" : "" ,
"legendFormat" : "spent key images" ,
"refId" : "A"
}
] ,
"title" : "Spent Key Images" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Total size of the block" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 6
} ,
"id" : 23 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_size_bytes" ,
"interval" : "" ,
"legendFormat" : "size" ,
"refId" : "A"
}
] ,
"title" : "Size" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Number of transactions in the transaction pool." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 6
} ,
"id" : 18 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions" ,
"interval" : "" ,
"legendFormat" : "fee" ,
"refId" : "A"
}
] ,
"title" : "Transactions" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of the sizes of the transactions in the pool.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 13
} ,
"id" : 26 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions_size_bytes{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Transaction Size" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution fees (in micronero) per kB for the transactions still in the transaction pool.\n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "µɱ"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 13
} ,
"id" : 20 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_fees_micronero_per_kb{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Transaction Fees Distribution (per kB)" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Total amount of fees (in Monero) for the transactions in the transaction pool." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "ɱ"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 13
} ,
"id" : 24 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_fees_monero" ,
"interval" : "" ,
"legendFormat" : "fee" ,
"refId" : "A"
}
] ,
"title" : "Fees" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of the amount of inputs used in transactions still in the transaction pool. \n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 20
} ,
"id" : 28 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions_inputs{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Transaction Inputs" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "The distribution of the amount of outputs used in transactions still in the transaction pool. \n" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
2021-07-11 07:37:54 -04:00
}
]
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 8 ,
"y" : 20
} ,
"id" : 29 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions_outputs{quantile=~\"$quantile\"}" ,
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
"title" : "Transaction Outputs" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "Total number of inputs and outputs from the transactions still in the pool." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 20
} ,
"id" : 31 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions_inputs_sum" ,
"interval" : "" ,
"legendFormat" : "inputs" ,
"refId" : "A"
} ,
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_transactions_outputs_sum" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "outputs" ,
"refId" : "B"
}
] ,
"title" : "Inputs and Outputs" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
2021-08-02 18:46:50 -04:00
"datasource" : null ,
"description" : "A couple of statistics that reveals weird scenarios found in the transaction pool." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"unit" : "short"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 0 ,
"y" : 27
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 32 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"tooltip" : {
"mode" : "multi"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_double_spends" ,
"interval" : "" ,
"legendFormat" : "double spends" ,
"refId" : "A"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_older_than_10m" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "older than 10m" ,
"refId" : "B"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_failing_transactions" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "failing transactions" ,
"refId" : "C"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
{
"exemplar" : true ,
"expr" : "monero_transaction_pool_not_relayed" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "not relayed" ,
"refId" : "D"
}
] ,
"title" : "Weird cases" ,
"transparent" : true ,
"type" : "timeseries"
2021-07-11 07:37:54 -04:00
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Distribution of for how long transactions have been sitting in the pool." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
2021-08-02 18:46:50 -04:00
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
2021-07-11 07:37:54 -04:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2021-08-02 18:46:50 -04:00
"lineInterpolation" : "linear" ,
2021-07-11 07:37:54 -04:00
"lineWidth" : 1 ,
2021-08-02 18:46:50 -04:00
"pointSize" : 3 ,
2021-07-11 07:37:54 -04:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
2021-08-02 18:46:50 -04:00
"min" : 0 ,
2021-07-11 07:37:54 -04:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-08-02 18:46:50 -04:00
"unit" : "s"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
2021-07-11 07:37:54 -04:00
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 8 ,
"y" : 27
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 34 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_transaction_pool_transactions_age{quantile=~\"$quantile\"}" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "{{ quantile }}" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transaction Age" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
2021-08-02 18:46:50 -04:00
}
] ,
"title" : "Transaction Pool" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"datasource" : null ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 6
} ,
"id" : 2 ,
"panels" : [
2021-07-11 07:37:54 -04:00
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Height of the last block in the chain." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-08-02 18:46:50 -04:00
"unit" : "none"
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 0 ,
"y" : 7
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 36 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_height" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "transactions" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Height" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Total amount of fees (in Monero) included in the last block." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "ɱ"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 8 ,
"y" : 7
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 4 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_fees_monero" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "fee" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Fees" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Newly amount of Monero created in this block as a miner subsidy. " ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
2021-08-02 18:46:50 -04:00
"decimals" : 6 ,
2021-07-11 07:37:54 -04:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "ɱ"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 16 ,
"y" : 7
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 7 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_subsidy_monero" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "block subsidy" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Subsidy" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "The distribution fees (in micronero) per kB for the transactions included in the block seen as last at the time.\n" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-08-02 18:46:50 -04:00
} ,
"unit" : "µɱ"
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 0 ,
"y" : 14
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 5 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_fees_micronero_per_kb{quantile=~\"$quantile\"}" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transaction Fees Distribution (per kB)" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Total block rewards granted to the miner of this block (transaction fees + block subsidy)." ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
2021-08-02 18:46:50 -04:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
2021-07-11 07:37:54 -04:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2021-08-02 18:46:50 -04:00
"lineInterpolation" : "stepBefore" ,
2021-07-11 07:37:54 -04:00
"lineWidth" : 1 ,
2021-08-02 18:46:50 -04:00
"pointSize" : 6 ,
2021-07-11 07:37:54 -04:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-08-02 18:46:50 -04:00
"unit" : "ɱ"
} ,
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 8 ,
"y" : 14
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 6 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_reward_monero" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "total rewards" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Rewards" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Total size of the block" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
2021-08-02 18:46:50 -04:00
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
2021-07-11 07:37:54 -04:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
2021-08-02 18:46:50 -04:00
"viz" : false
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"thresholdsStyle" : {
"mode" : "off"
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"color" : "green" ,
"value" : null
} ,
2021-07-11 07:37:54 -04:00
{
2021-08-02 18:46:50 -04:00
"color" : "red" ,
"value" : 80
2021-07-11 07:37:54 -04:00
}
]
2021-08-02 18:46:50 -04:00
} ,
"unit" : "decbytes"
} ,
"overrides" : [ ]
2021-07-11 07:37:54 -04:00
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 16 ,
"y" : 14
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 11 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_size_bytes" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "size" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Size" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Number of transactions included in the block" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 0 ,
"y" : 21
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 10 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_transactions" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "transactions" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transactions" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "Number of transactions included in the block" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-08-02 18:46:50 -04:00
"unit" : "short"
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 8 ,
"y" : 21
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 14 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_transactions_inputs_sum" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "inputs" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
2021-08-02 18:46:50 -04:00
} ,
{
"exemplar" : true ,
"expr" : "monero_lastblock_transactions_outputs_sum" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "outputs" ,
"refId" : "B"
2021-07-11 07:37:54 -04:00
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Inputs and Outputs" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "The distribution of sizes of the transactions included in this block.\n" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
2021-08-02 18:46:50 -04:00
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
2021-07-11 07:37:54 -04:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2021-08-02 18:46:50 -04:00
"lineInterpolation" : "linear" ,
2021-07-11 07:37:54 -04:00
"lineWidth" : 1 ,
2021-08-02 18:46:50 -04:00
"pointSize" : 3 ,
2021-07-11 07:37:54 -04:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
2021-08-02 18:46:50 -04:00
"min" : 0 ,
2021-07-11 07:37:54 -04:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
2021-08-02 18:46:50 -04:00
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "decbytes"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
2021-07-11 07:37:54 -04:00
}
]
2021-08-02 18:46:50 -04:00
}
]
2021-07-11 07:37:54 -04:00
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 16 ,
"y" : 21
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 13 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_transactions_size_bytes{quantile=~\"$quantile\"}" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "{{ quantile }}" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transaction Size Distribution" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "The distribution of the amount of inputs used in transactions included in this block. \n" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
2021-08-02 18:46:50 -04:00
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
2021-07-11 07:37:54 -04:00
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2021-08-02 18:46:50 -04:00
"lineInterpolation" : "linear" ,
2021-07-11 07:37:54 -04:00
"lineWidth" : 1 ,
2021-08-02 18:46:50 -04:00
"pointSize" : 3 ,
2021-07-11 07:37:54 -04:00
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
2021-08-02 18:46:50 -04:00
"min" : 0 ,
2021-07-11 07:37:54 -04:00
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-08-02 18:46:50 -04:00
}
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
2021-07-11 07:37:54 -04:00
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 0 ,
"y" : 28
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 8 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_transactions_inputs{quantile=~\"$quantile\"}" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
2021-08-02 18:46:50 -04:00
"legendFormat" : "{{ quantile }}" ,
2021-07-11 07:37:54 -04:00
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transaction Inputs" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
2021-08-02 18:46:50 -04:00
"description" : "The distribution of the amount of outputs used in transactions included in this block. \n" ,
2021-07-11 07:37:54 -04:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "points" ,
"fillOpacity" : 26 ,
"gradientMode" : "opacity" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 3 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2021-08-02 18:46:50 -04:00
}
2021-07-11 07:37:54 -04:00
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "1"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-purple" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.99"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-blue" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.95"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-green" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.9"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-yellow" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.75"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-orange" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.5"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "dark-red" ,
"mode" : "fixed"
}
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "0.25"
} ,
"properties" : [
{
"id" : "color" ,
"value" : {
"fixedColor" : "light-red" ,
"mode" : "fixed"
}
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
2021-08-02 18:46:50 -04:00
"x" : 8 ,
"y" : 28
2021-07-11 07:37:54 -04:00
} ,
2021-08-02 18:46:50 -04:00
"id" : 9 ,
2021-07-11 07:37:54 -04:00
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
2021-08-02 18:46:50 -04:00
"expr" : "monero_lastblock_transactions_outputs{quantile=~\"$quantile\"}" ,
2021-07-11 07:37:54 -04:00
"interval" : "" ,
"legendFormat" : "{{ quantile }}" ,
"refId" : "A"
}
] ,
2021-08-02 18:46:50 -04:00
"title" : "Transaction Outputs" ,
"transparent" : true ,
"type" : "timeseries"
} ,
{
"datasource" : null ,
"description" : "Difficulty used for mining the last block" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : -1 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepBefore" ,
"lineWidth" : 1 ,
"pointSize" : 6 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "sci"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 8 ,
"x" : 16 ,
"y" : 28
} ,
"id" : 12 ,
"options" : {
"legend" : {
"calcs" : [ ] ,
"displayMode" : "hidden" ,
"placement" : "bottom"
} ,
"tooltip" : {
"mode" : "multi"
}
} ,
"targets" : [
{
"exemplar" : true ,
"expr" : "monero_lastblock_difficulty" ,
"interval" : "" ,
"legendFormat" : "size" ,
"refId" : "A"
}
] ,
"title" : "Difficulty" ,
2021-07-11 07:37:54 -04:00
"transparent" : true ,
"type" : "timeseries"
}
] ,
"title" : "Last Block" ,
"type" : "row"
}
] ,
"refresh" : "1m" ,
"schemaVersion" : 30 ,
"style" : "dark" ,
"tags" : [ ] ,
"templating" : {
"list" : [
{
"allValue" : null ,
"current" : {
"selected" : true ,
"text" : [
2021-08-02 18:46:50 -04:00
"1" ,
"0.05" ,
"0.25" ,
"0.5" ,
"0.75" ,
"0.95"
2021-07-11 07:37:54 -04:00
] ,
"value" : [
2021-08-02 18:46:50 -04:00
"1" ,
"0.05" ,
"0.25" ,
"0.5" ,
"0.75" ,
"0.95"
2021-07-11 07:37:54 -04:00
]
} ,
"datasource" : null ,
"definition" : "label_values(monero_lastblock_transactions_inputs,quantile)" ,
"description" : "quantile to filter for in the panels that use distributions" ,
"error" : null ,
"hide" : 0 ,
"includeAll" : true ,
"label" : "quantile" ,
"multi" : true ,
"name" : "quantile" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(monero_lastblock_transactions_inputs,quantile)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"type" : "query"
}
]
} ,
"time" : {
"from" : "now-3h" ,
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
"timezone" : "" ,
"title" : "Monero" ,
"uid" : "K9dtfZG7z" ,
2021-08-02 18:46:50 -04:00
"version" : 35
2021-07-11 07:37:54 -04:00
}