Skip to content
Snippets Groups Projects
Commit 68473afc authored by Levente Pap's avatar Levente Pap
Browse files

:chart_with_upwards_trend: "Add Average Solidificaiton Time" Chart to Grafana Dashboard

parent eb6c3ec0
Branches
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "Prometheus", "datasource": "Prometheus",
"description": "Describes the amount of total, solid and not solid messages in the node's database", "description": "Describes the amount of total, solid and not solid messages in the node's database.",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"custom": {} "custom": {}
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
"fill": 1, "fill": 1,
"fillGradient": 0, "fillGradient": 0,
"gridPos": { "gridPos": {
"h": 8, "h": 16,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 1 "y": 1
...@@ -178,13 +178,13 @@ ...@@ -178,13 +178,13 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"expr": "tangle_message_solid_count", "expr": "tangle_message_solid_count_db",
"interval": "", "interval": "",
"legendFormat": "Solid Messages in DB", "legendFormat": "Solid Messages in DB",
"refId": "A" "refId": "A"
}, },
{ {
"expr": "tangle_message_total_count_db - tangle_message_solid_count", "expr": "tangle_message_total_count_db - tangle_message_solid_count_db",
"interval": "", "interval": "",
"legendFormat": "Not Solid Messages in DB", "legendFormat": "Not Solid Messages in DB",
"refId": "B" "refId": "B"
...@@ -237,13 +237,107 @@ ...@@ -237,13 +237,107 @@
"alignLevel": null "alignLevel": null
} }
}, },
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 9
},
"hiddenSeries": false,
"id": 75,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "tangle_message_avg_solidification_time",
"interval": "",
"legendFormat": "Avg Solidification Time",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Average Solidification Time",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{ {
"datasource": null, "datasource": null,
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 9 "y": 17
}, },
"id": 57, "id": 57,
"title": "Status", "title": "Status",
...@@ -276,7 +370,7 @@ ...@@ -276,7 +370,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 0, "x": 0,
"y": 10 "y": 18
}, },
"id": 48, "id": 48,
"options": { "options": {
...@@ -292,7 +386,7 @@ ...@@ -292,7 +386,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "iota_info_app", "expr": "iota_info_app",
...@@ -355,7 +449,7 @@ ...@@ -355,7 +449,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 2, "x": 2,
"y": 10 "y": 18
}, },
"id": 22, "id": 22,
"options": { "options": {
...@@ -371,7 +465,7 @@ ...@@ -371,7 +465,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "sync", "expr": "sync",
...@@ -414,7 +508,7 @@ ...@@ -414,7 +508,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 4, "x": 4,
"y": 10 "y": 18
}, },
"id": 30, "id": 30,
"options": { "options": {
...@@ -430,7 +524,7 @@ ...@@ -430,7 +524,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "irate(tangle_message_total_count[5m])", "expr": "irate(tangle_message_total_count[5m])",
...@@ -472,7 +566,7 @@ ...@@ -472,7 +566,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 6, "x": 6,
"y": 10 "y": 18
}, },
"id": 53, "id": 53,
"options": { "options": {
...@@ -488,7 +582,7 @@ ...@@ -488,7 +582,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "process_cpu_usage", "expr": "process_cpu_usage",
...@@ -526,7 +620,7 @@ ...@@ -526,7 +620,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 8, "x": 8,
"y": 10 "y": 18
}, },
"id": 20, "id": 20,
"options": { "options": {
...@@ -542,7 +636,7 @@ ...@@ -542,7 +636,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "process_mem_usage_bytes/1024/1024", "expr": "process_mem_usage_bytes/1024/1024",
...@@ -584,7 +678,7 @@ ...@@ -584,7 +678,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 10, "x": 10,
"y": 10 "y": 18
}, },
"id": 58, "id": 58,
"options": { "options": {
...@@ -600,7 +694,7 @@ ...@@ -600,7 +694,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "db_size_bytes/1024/1024", "expr": "db_size_bytes/1024/1024",
...@@ -621,7 +715,7 @@ ...@@ -621,7 +715,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 12 "y": 20
}, },
"id": 55, "id": 55,
"panels": [], "panels": [],
...@@ -660,7 +754,7 @@ ...@@ -660,7 +754,7 @@
"h": 11, "h": 11,
"w": 11, "w": 11,
"x": 0, "x": 0,
"y": 13 "y": 21
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 32, "id": 32,
...@@ -779,7 +873,7 @@ ...@@ -779,7 +873,7 @@
"h": 8, "h": 8,
"w": 13, "w": 13,
"x": 11, "x": 11,
"y": 13 "y": 21
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 4, "id": 4,
...@@ -895,7 +989,7 @@ ...@@ -895,7 +989,7 @@
"h": 4, "h": 4,
"w": 3, "w": 3,
"x": 11, "x": 11,
"y": 21 "y": 29
}, },
"id": 6, "id": 6,
"options": { "options": {
...@@ -911,7 +1005,7 @@ ...@@ -911,7 +1005,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "autopeering_neighbor_connections_count - autopeering_neighbor_drop_count", "expr": "autopeering_neighbor_connections_count - autopeering_neighbor_drop_count",
...@@ -949,7 +1043,7 @@ ...@@ -949,7 +1043,7 @@
"h": 4, "h": 4,
"w": 4, "w": 4,
"x": 14, "x": 14,
"y": 21 "y": 29
}, },
"id": 2, "id": 2,
"options": { "options": {
...@@ -965,7 +1059,7 @@ ...@@ -965,7 +1059,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "autopeering_avg_neighbor_connection_lifetime", "expr": "autopeering_avg_neighbor_connection_lifetime",
...@@ -1006,7 +1100,7 @@ ...@@ -1006,7 +1100,7 @@
"h": 4, "h": 4,
"w": 3, "w": 3,
"x": 18, "x": 18,
"y": 21 "y": 29
}, },
"id": 8, "id": 8,
"options": { "options": {
...@@ -1022,7 +1116,7 @@ ...@@ -1022,7 +1116,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "autopeering_neighbor_connections_count", "expr": "autopeering_neighbor_connections_count",
...@@ -1063,7 +1157,7 @@ ...@@ -1063,7 +1157,7 @@
"h": 4, "h": 4,
"w": 3, "w": 3,
"x": 21, "x": 21,
"y": 21 "y": 29
}, },
"id": 10, "id": 10,
"options": { "options": {
...@@ -1079,7 +1173,7 @@ ...@@ -1079,7 +1173,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "autopeering_neighbor_drop_count", "expr": "autopeering_neighbor_drop_count",
...@@ -1112,7 +1206,7 @@ ...@@ -1112,7 +1206,7 @@
"h": 10, "h": 10,
"w": 11, "w": 11,
"x": 0, "x": 0,
"y": 24 "y": 32
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 52, "id": 52,
...@@ -1212,7 +1306,7 @@ ...@@ -1212,7 +1306,7 @@
"h": 9, "h": 9,
"w": 7, "w": 7,
"x": 11, "x": 11,
"y": 25 "y": 33
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 16, "id": 16,
...@@ -1306,7 +1400,7 @@ ...@@ -1306,7 +1400,7 @@
"h": 9, "h": 9,
"w": 6, "w": 6,
"x": 18, "x": 18,
"y": 25 "y": 33
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 18, "id": 18,
...@@ -1400,7 +1494,7 @@ ...@@ -1400,7 +1494,7 @@
"h": 10, "h": 10,
"w": 11, "w": 11,
"x": 0, "x": 0,
"y": 34 "y": 42
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 26, "id": 26,
...@@ -1526,7 +1620,7 @@ ...@@ -1526,7 +1620,7 @@
"h": 3, "h": 3,
"w": 6, "w": 6,
"x": 11, "x": 11,
"y": 34 "y": 42
}, },
"id": 61, "id": 61,
"mode": "markdown", "mode": "markdown",
...@@ -1558,7 +1652,7 @@ ...@@ -1558,7 +1652,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 11, "x": 11,
"y": 37 "y": 45
}, },
"id": 67, "id": 67,
"options": { "options": {
...@@ -1574,7 +1668,7 @@ ...@@ -1574,7 +1668,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_gossip_outbound_bytes", "expr": "traffic_gossip_outbound_bytes",
...@@ -1611,7 +1705,7 @@ ...@@ -1611,7 +1705,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 13, "x": 13,
"y": 37 "y": 45
}, },
"id": 66, "id": 66,
"options": { "options": {
...@@ -1627,7 +1721,7 @@ ...@@ -1627,7 +1721,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_gossip_inbound_bytes", "expr": "traffic_gossip_inbound_bytes",
...@@ -1664,7 +1758,7 @@ ...@@ -1664,7 +1758,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 15, "x": 15,
"y": 37 "y": 45
}, },
"id": 59, "id": 59,
"options": { "options": {
...@@ -1680,7 +1774,7 @@ ...@@ -1680,7 +1774,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_analysis_outbound_bytes", "expr": "traffic_analysis_outbound_bytes",
...@@ -1717,7 +1811,7 @@ ...@@ -1717,7 +1811,7 @@
"h": 2, "h": 2,
"w": 3, "w": 3,
"x": 11, "x": 11,
"y": 39 "y": 47
}, },
"id": 63, "id": 63,
"options": { "options": {
...@@ -1733,7 +1827,7 @@ ...@@ -1733,7 +1827,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_autopeering_outbound_bytes", "expr": "traffic_autopeering_outbound_bytes",
...@@ -1770,7 +1864,7 @@ ...@@ -1770,7 +1864,7 @@
"h": 2, "h": 2,
"w": 3, "w": 3,
"x": 14, "x": 14,
"y": 39 "y": 47
}, },
"id": 62, "id": 62,
"options": { "options": {
...@@ -1786,7 +1880,7 @@ ...@@ -1786,7 +1880,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_autopeering_inbound_bytes", "expr": "traffic_autopeering_inbound_bytes",
...@@ -1823,7 +1917,7 @@ ...@@ -1823,7 +1917,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 11, "x": 11,
"y": 41 "y": 49
}, },
"id": 64, "id": 64,
"options": { "options": {
...@@ -1839,7 +1933,7 @@ ...@@ -1839,7 +1933,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_fpc_inbound_bytes", "expr": "traffic_fpc_inbound_bytes",
...@@ -1876,7 +1970,7 @@ ...@@ -1876,7 +1970,7 @@
"h": 2, "h": 2,
"w": 2, "w": 2,
"x": 13, "x": 13,
"y": 41 "y": 49
}, },
"id": 65, "id": 65,
"options": { "options": {
...@@ -1892,7 +1986,7 @@ ...@@ -1892,7 +1986,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "traffic_fpc_outbound_bytes", "expr": "traffic_fpc_outbound_bytes",
...@@ -1913,7 +2007,7 @@ ...@@ -1913,7 +2007,7 @@
"h": 1, "h": 1,
"w": 24, "w": 24,
"x": 0, "x": 0,
"y": 44 "y": 52
}, },
"id": 34, "id": 34,
"panels": [], "panels": [],
...@@ -1938,7 +2032,7 @@ ...@@ -1938,7 +2032,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 45 "y": 53
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 36, "id": 36,
...@@ -2041,7 +2135,7 @@ ...@@ -2041,7 +2135,7 @@
"h": 8, "h": 8,
"w": 4, "w": 4,
"x": 12, "x": 12,
"y": 45 "y": 53
}, },
"id": 38, "id": 38,
"options": { "options": {
...@@ -2057,7 +2151,7 @@ ...@@ -2057,7 +2151,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "fpc_avg_rounds_to_finalize", "expr": "fpc_avg_rounds_to_finalize",
...@@ -2098,7 +2192,7 @@ ...@@ -2098,7 +2192,7 @@
"h": 8, "h": 8,
"w": 3, "w": 3,
"x": 16, "x": 16,
"y": 45 "y": 53
}, },
"id": 42, "id": 42,
"options": { "options": {
...@@ -2114,7 +2208,7 @@ ...@@ -2114,7 +2208,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "fpc_finalized_conflicts", "expr": "fpc_finalized_conflicts",
...@@ -2155,7 +2249,7 @@ ...@@ -2155,7 +2249,7 @@
"h": 8, "h": 8,
"w": 3, "w": 3,
"x": 19, "x": 19,
"y": 45 "y": 53
}, },
"id": 40, "id": 40,
"options": { "options": {
...@@ -2171,7 +2265,7 @@ ...@@ -2171,7 +2265,7 @@
"values": false "values": false
} }
}, },
"pluginVersion": "7.0.4", "pluginVersion": "7.0.6",
"targets": [ "targets": [
{ {
"expr": "fpc_failed_conflicts", "expr": "fpc_failed_conflicts",
...@@ -2204,7 +2298,7 @@ ...@@ -2204,7 +2298,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 53 "y": 61
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 44, "id": 44,
...@@ -2298,7 +2392,7 @@ ...@@ -2298,7 +2392,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 53 "y": 61
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 50, "id": 50,
...@@ -2393,7 +2487,7 @@ ...@@ -2393,7 +2487,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 0, "x": 0,
"y": 61 "y": 69
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 49, "id": 49,
...@@ -2487,7 +2581,7 @@ ...@@ -2487,7 +2581,7 @@
"h": 8, "h": 8,
"w": 12, "w": 12,
"x": 12, "x": 12,
"y": 61 "y": 69
}, },
"hiddenSeries": false, "hiddenSeries": false,
"id": 46, "id": 46,
...@@ -2594,5 +2688,5 @@ ...@@ -2594,5 +2688,5 @@
"timezone": "", "timezone": "",
"title": "GoShimmer Local Metrics", "title": "GoShimmer Local Metrics",
"uid": "kjOQZ2ZMk", "uid": "kjOQZ2ZMk",
"version": 4 "version": 2
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment