update chain dash

This commit is contained in:
cventastic
2022-09-08 15:32:21 +02:00
parent 0fbcaf1c7e
commit 1b0de278ae

View File

@@ -23,7 +23,7 @@
"fiscalYearStartMonth": 0, "fiscalYearStartMonth": 0,
"graphTooltip": 1, "graphTooltip": 1,
"id": 3, "id": 3,
"iteration": 1643017584439, "iteration": 1662643544733,
"links": [], "links": [],
"liveNow": false, "liveNow": false,
"panels": [ "panels": [
@@ -814,6 +814,7 @@
}, },
{ {
"datasource": { "datasource": {
"type": "prometheus",
"uid": "$DS_PROMETHEUS" "uid": "$DS_PROMETHEUS"
}, },
"fieldConfig": { "fieldConfig": {
@@ -893,7 +894,13 @@
"pluginVersion": "8.3.3", "pluginVersion": "8.3.3",
"targets": [ "targets": [
{ {
"datasource": {
"type": "prometheus",
"uid": "P5A05DE9151B5EC1A"
},
"exemplar": true,
"expr": "sum by (name) (rate(container_cpu_usage_seconds_total{image!=\"\",container_label_org_label_schema_group=\"\"}[1m])) / scalar(count(node_cpu_seconds_total{mode=\"user\"})) * 100", "expr": "sum by (name) (rate(container_cpu_usage_seconds_total{image!=\"\",container_label_org_label_schema_group=\"\"}[1m])) / scalar(count(node_cpu_seconds_total{mode=\"user\"})) * 100",
"interval": "",
"intervalFactor": 10, "intervalFactor": 10,
"legendFormat": "{{ name }}", "legendFormat": "{{ name }}",
"metric": "container_cpu_user_seconds_total", "metric": "container_cpu_user_seconds_total",
@@ -1076,16 +1083,14 @@
{ {
"datasource": { "datasource": {
"type": "prometheus", "type": "prometheus",
"uid": "PECBB1E6D5756C6D7" "uid": "$DS_PROMETHEUS"
}, },
"exemplar": true, "exemplar": true,
"expr": "sum by (name) (container_memory_usage_bytes{image!=\"\",container_label_org_label_schema_group=\"\"})", "expr": "sum by (name) (container_memory_usage_bytes{image!=\"\",container_label_org_label_schema_group=\"\"})",
"hide": false,
"interval": "", "interval": "",
"intervalFactor": 1,
"legendFormat": "{{ name }}", "legendFormat": "{{ name }}",
"metric": "container_memory_usage", "refId": "A"
"refId": "A",
"step": 1
} }
], ],
"title": "Container Memory Usage", "title": "Container Memory Usage",
@@ -1378,9 +1383,9 @@
"list": [ "list": [
{ {
"current": { "current": {
"selected": false, "selected": true,
"text": "rpc-node", "text": "rpc-de-01",
"value": "rpc-node" "value": "rpc-de-01"
}, },
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
@@ -1398,7 +1403,7 @@
] ]
}, },
"time": { "time": {
"from": "now-2d", "from": "now-15m",
"to": "now" "to": "now"
}, },
"timepicker": { "timepicker": {
@@ -1429,6 +1434,6 @@
"timezone": "browser", "timezone": "browser",
"title": "chain container metrics", "title": "chain container metrics",
"uid": "vbznma07k", "uid": "vbznma07k",
"version": 25, "version": 3,
"weekStart": "" "weekStart": ""
} }