Skip to content

Commit

Permalink
[dashboards] sync grafana dashboards (aptos-labs#8024)
Browse files Browse the repository at this point in the history
Co-authored-by: rustielin <[email protected]>
  • Loading branch information
github-actions[bot] and rustielin authored May 12, 2023
1 parent 533f0fe commit a8eb4ca
Show file tree
Hide file tree
Showing 8 changed files with 1,179 additions and 240 deletions.
352 changes: 182 additions & 170 deletions dashboards/consensus.json

Large diffs are not rendered by default.

Binary file modified dashboards/consensus.json.gz
Binary file not shown.
70 changes: 35 additions & 35 deletions dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -155,7 +155,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -213,7 +213,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -272,7 +272,7 @@
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -335,7 +335,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -388,7 +388,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -447,7 +447,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -504,7 +504,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -567,7 +567,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -615,7 +615,7 @@
"showUnfilled": true,
"valueMode": "color"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "grafana-bigquery-datasource", "uid": "${BigQuery}" },
Expand Down Expand Up @@ -674,7 +674,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -725,7 +725,7 @@
"showUnfilled": true,
"valueMode": "color"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "grafana-bigquery-datasource", "uid": "${BigQuery}" },
Expand Down Expand Up @@ -767,7 +767,7 @@
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "grafana-bigquery-datasource", "uid": "${BigQuery}" },
Expand All @@ -776,7 +776,7 @@
"location": "US",
"project": "analytics-test-345723",
"rawQuery": true,
"rawSql": "SELECT count(DISTINCT peer_id) as unique_connected_pfns FROM `analytics-test-345723.aptos_node_telemetry.custom_events` WHERE $__timeFilter(event_timestamp) and (role_type = \"Unknown\" or role_type = \"PublicFullNode\");",
"rawSql": "SELECT count(DISTINCT peer_id) as unique_connected_pfns \nFROM `analytics-test-345723.aptos_node_telemetry.custom_events` \nWHERE $__timeFilter(event_timestamp) and (role_type in (\"Unknown\", \"PublicFullNode\",\"UnknownFullNode\"))\nand if(chain_id='1','mainnet',if(chain_id='2','testnet',null)) = \"$chain_name\";",
"refId": "A",
"sql": {
"columns": [{ "parameters": [], "type": "function" }],
Expand Down Expand Up @@ -819,7 +819,7 @@
"reduceOptions": { "calcs": ["mean"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -879,7 +879,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "prometheus", "uid": "${Datasource}" },
Expand Down Expand Up @@ -927,7 +927,7 @@
"showThresholdLabels": false,
"showThresholdMarkers": true
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "prometheus", "uid": "${Datasource}" },
Expand Down Expand Up @@ -969,7 +969,7 @@
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"targets": [
{
"datasource": { "type": "prometheus", "uid": "${Datasource}" },
Expand Down Expand Up @@ -1006,7 +1006,7 @@
"footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false },
"showHeader": true
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"scroll": false,
"span": 0,
"targets": [
Expand Down Expand Up @@ -1072,7 +1072,7 @@
"reduceOptions": { "calcs": ["lastNotNull"], "fields": "", "values": false },
"textMode": "auto"
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"span": 0,
"sparkline": {},
"targets": [
Expand Down Expand Up @@ -1118,7 +1118,7 @@
"footer": { "countRows": false, "fields": "", "reducer": ["sum"], "show": false },
"showHeader": true
},
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"scroll": false,
"span": 0,
"targets": [
Expand Down Expand Up @@ -1506,7 +1506,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.5.0-cloud.4.a016665c",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1722,7 +1722,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1788,7 +1788,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -1847,7 +1847,7 @@
},
"mappings": [],
"min": 0,
"thresholds": { "mode": "absolute", "steps": [{ "color": "transparent" }] },
"thresholds": { "mode": "absolute", "steps": [{ "color": "transparent", "value": null }] },
"unit": "none"
},
"overrides": []
Expand Down Expand Up @@ -1900,7 +1900,7 @@
},
"mappings": [],
"min": 0,
"thresholds": { "mode": "absolute", "steps": [{ "color": "transparent" }] },
"thresholds": { "mode": "absolute", "steps": [{ "color": "transparent", "value": null }] },
"unit": "none"
},
"overrides": []
Expand Down Expand Up @@ -1975,7 +1975,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2040,7 +2040,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2104,7 +2104,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2189,7 +2189,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2264,7 +2264,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2329,7 +2329,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2393,7 +2393,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -2478,7 +2478,7 @@
"nullPointMode": "null",
"options": { "alertThreshold": true },
"percentage": false,
"pluginVersion": "9.1.1",
"pluginVersion": "9.5.0-cloud.5.a016665c",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -3714,6 +3714,6 @@
"timezone": "",
"title": "overview",
"uid": "overview",
"version": 11,
"version": 13,
"weekStart": ""
}
Binary file modified dashboards/overview.json.gz
Binary file not shown.
Loading

0 comments on commit a8eb4ca

Please sign in to comment.