id
int64
2
18.9k
status
int64
1
1
org_id
int64
1
870k
revision_id
int64
33
28.9k
downloads
int64
0
20M
slug
stringlengths
2
111
name
stringlengths
2
118
description
stringlengths
1
1.25k
created_at
stringlengths
23
23
updated_at
stringlengths
23
23
privacy
int64
0
0
readme
stringlengths
1
38.4k
large_logo_file_id
int64
0
84.8k
small_logo_file_id
int64
0
84.8k
collector_type
stringclasses
9 values
collector_config
stringlengths
2
46.7k
reviews_count
int64
0
78
reviews_avg_rating
float64
0
5
id_1
int64
33
28.9k
status_1
int64
1
1
dashboard_id
int64
2
18.9k
revision
int64
1
166
downloads_1
int64
0
16.3M
description_1
stringlengths
1
985
json
stringlengths
130
2.72M
created_at_1
stringlengths
23
23
updated_at_1
stringlengths
23
23
reviews_count_1
int64
0
22
reviews_avg_rating_1
float64
0
5
17,617
1
299,646
27,065
0
django-overview
Django / Overview
A dashboard that monitors Django which focuses on giving a overview for the system (requests, db, cache). It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
2022-12-15 00:52:52 UTC
2022-12-15 00:55:46 UTC
0
A dashboard that monitors Django which focuses on giving a overview for the system (requests, db, cache). It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
79,596
79,597
null
null
2
5
27,065
1
17,617
1
0
A dashboard that monitors Django which focuses on giving a overview for the system (requests, db, cache). It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
{ "__inputs": [], "__requires": [], "annotations": { "list": [] }, "description": "A dashboard that monitors Django which focuses on giving a overview for the system (requests, db, cache). It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).", "editable": true, "gnetId": 17617, "graphTooltip": 0, "hideControls": false, "id": null, "links": [], "panels": [ { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 2, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Summary", "titleSize": "h6", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": 0 }, { "color": "green", "value": 0.001 } ] }, "unit": "reqps" } }, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 1 }, "id": 3, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "round(\n sum(\n irate(\n django_http_requests_total_by_view_transport_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n }[2m]\n )\n ), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Request Volume", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": 0 } ] }, "unit": "ops" } }, "gridPos": { "h": 4, "w": 6, "x": 12, "y": 1 }, "id": 4, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "sum (\n irate (\n django_db_execute_total {\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n )\n) by (namespace, job)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Database Ops", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": 0 } ] }, "unit": "percentunit" } }, "gridPos": { "h": 4, "w": 6, "x": 18, "y": 1 }, "id": 5, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "sum (\n rate (\n django_cache_get_hits_total {\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[30m]\n )\n) by (namespace, job)\n/\nsum (\n rate (\n django_cache_get_total {\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[30m]\n )\n) by (namespace, job)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Cache Hitrate [30m]", "transparent": false, "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 10, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 5 }, "id": 6, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": true, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n status=~\"2.*\",\n }[$__rate_interval]\n ) > 0\n ) by (job), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "2xx", "refId": "A" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n status=~\"4.*\",\n }[$__rate_interval]\n ) > 0\n ) by (job), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "4xx", "refId": "B" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n status=~\"5.*\",\n }[$__rate_interval]\n ) > 0\n ) by (job), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "5xx", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Responses", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 11 }, "id": 7, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Database", "titleSize": "h6", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": 0 } ] }, "unit": "none" } }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 12 }, "id": 8, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "max (\n django_migrations_applied_total {\n namespace=\"$namespace\",\n job=\"$job\"\n }\n) by (namespace, job)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Migrations Applied", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": 0 }, { "color": "red", "value": 0.1 } ] }, "unit": "none" } }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 12 }, "id": 9, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "max (\n django_migrations_unapplied_total {\n namespace=\"$namespace\",\n job=\"$job\"\n }\n) by (namespace, job)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Migrations Unapplied", "transparent": false, "type": "stat" }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 9, "w": 12, "x": 0, "y": 15 }, "id": 10, "links": [], "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Type", "pattern": "type" } ], "targets": [ { "expr": "round(\n topk(10,\n sum by (type) (\n increase(\n django_db_errors_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[1w]\n ) > 0\n )\n )\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top Database Errors (1w)", "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 12 }, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "histogram_quantile(0.50,\n sum(\n irate(\n django_db_query_duration_seconds_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n ) by (vendor, namespace, job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "50 - {{ vendor }}", "refId": "A" }, { "expr": "histogram_quantile(0.95,\n sum(\n irate(\n django_db_query_duration_seconds_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n ) by (vendor, namespace, job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "95 - {{ vendor }}", "refId": "B" }, { "expr": "histogram_quantile(0.99,\n sum(\n irate(\n django_db_query_duration_seconds_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n ) by (vendor, namespace, job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "99 - {{ vendor }}", "refId": "C" }, { "expr": "histogram_quantile(0.999,\n sum(\n irate(\n django_db_query_duration_seconds_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n ) by (vendor, namespace, job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "99.9 - {{ vendor }}", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DB Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 18 }, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "round(\n sum(\n increase(\n django_db_new_connections_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[5m]\n ) > 0\n ) by (namespace, job, vendor)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ vendor }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DB Connections [5m]", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 13, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Cache", "titleSize": "h6", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 10, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 25 }, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum(\n irate(\n django_cache_get_hits_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n) by (namespace, job, backend)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "Hit - {{ backend }}", "refId": "A" }, { "expr": "sum(\n irate(\n django_cache_get_misses_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n ) > 0\n) by (namespace, job, backend)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "Miss - {{ backend }}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Cache Get", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "refresh": "", "rows": [], "schemaVersion": 14, "style": "dark", "tags": [ "django", "django-mixin" ], "templating": { "list": [ { "current": { "text": "Prometheus", "value": "Prometheus" }, "hide": 0, "label": null, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "type": "datasource" }, { "allValue": null, "current": { "text": "", "value": "" }, "datasource": "$datasource", "hide": 0, "includeAll": false, "label": "Namespace", "multi": false, "name": "namespace", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{}, namespace)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "job", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\"}, job)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "utc", "title": "Django / Overview", "uid": "django-overview-jkwq", "version": 0 }
2022-12-15 00:52:52 UTC
null
2
5
17,693
1
749,115
27,159
0
imraans-test
Imraans Test
test for imraan
2022-12-23 15:56:19 UTC
2022-12-23 15:56:39 UTC
0
null
0
0
null
null
0
0
27,159
1
17,693
1
0
null
{ "__inputs": [ { "name": "DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM", "label": "grafanacloud-imraanabrahams-prom", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2-45365" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:1058", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17693, "graphTooltip": 0, "id": null, "links": [ { "icon": "external link", "tags": [], "title": "GitHub", "type": "link", "url": "https://github.com/rfrail3/grafana-dashboards" }, { "icon": "external link", "tags": [], "title": "Grafana", "type": "link", "url": "https://grafana.com/grafana/dashboards/1860" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 261, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Quick CPU / Mem / Disk", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Busy state of all CPU cores together", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 85 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 95 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 1 }, "id": 20, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "(((count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))) - avg(sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))", "hide": false, "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "CPU Busy", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Busy state of all CPU cores together (5 min average)", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 85 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 95 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 1 }, "id": 155, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100", "format": "time_series", "hide": false, "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "Sys Load (5m avg)", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Busy state of all CPU cores together (15 min average)", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 85 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 95 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 1 }, "id": 19, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100", "hide": false, "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "Sys Load (15m avg)", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Non available RAM memory", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 1 }, "hideTimeOverride": false, "id": 16, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "((node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100", "format": "time_series", "hide": true, "intervalFactor": 1, "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", "hide": false, "intervalFactor": 1, "refId": "B", "step": 240 } ], "title": "RAM Used", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Used Swap", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 10 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 25 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 1 }, "id": 21, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "((node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100", "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "SWAP Used", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Used Root FS", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 15, "y": 1 }, "id": 154, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})", "format": "time_series", "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "Root FS Used", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Total number of CPU cores", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 18, "y": 1 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "CPU Cores", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "System uptime", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 1 }, "hideTimeOverride": true, "id": 15, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Total RootFS", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 90 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 18, "y": 3 }, "id": 23, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "RootFS Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Total RAM", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 20, "y": 3 }, "id": 75, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "RAM Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Total SWAP", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 22, "y": 3 }, "id": 18, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2-45365", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, "refId": "A", "step": 240 } ], "title": "SWAP Total", "type": "stat" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 263, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Basic CPU / Mem / Net / Disk", "type": "row" }, { "aliasColors": { "Busy": "#EAB839", "Busy Iowait": "#890F02", "Busy other": "#1F78C1", "Idle": "#052B51", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "description": "Basic CPU info", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 77, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sideWidth": 250, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Busy Iowait", "color": "#890F02" }, { "alias": "Idle", "color": "#7EB26D" }, { "alias": "Busy System", "color": "#EAB839" }, { "alias": "Busy User", "color": "#0A437C" }, { "alias": "Busy Other", "color": "#6D1F62" } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Busy System", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Busy User", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Busy Iowait", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode=~\".*irq\",instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Busy IRQs", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum (rate(node_cpu_seconds_total{mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Busy Other", "refId": "E", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Idle", "refId": "F", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU Basic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:123", "format": "short", "label": "", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:124", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "SWAP Used": "#BF1B00", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap Used": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "description": "Basic memory usage", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 6 }, "hiddenSeries": false, "id": 78, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "RAM Total", "color": "#E0F9D7", "fill": 0, "stack": false }, { "alias": "RAM Cache + Buffer", "color": "#052B51" }, { "alias": "RAM Free", "color": "#7EB26D" }, { "alias": "Avaliable", "color": "#DEDAF7", "fill": 0, "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "RAM Total", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "RAM Used", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "RAM Cache + Buffer", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "RAM Free", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "SWAP Used", "refId": "E", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Basic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Recv_bytes_eth2": "#7EB26D", "Recv_bytes_lo": "#0A50A1", "Recv_drop_eth2": "#6ED0E0", "Recv_drop_lo": "#E0F9D7", "Recv_errs_eth2": "#BF1B00", "Recv_errs_lo": "#CCA300", "Trans_bytes_eth2": "#7EB26D", "Trans_bytes_lo": "#0A50A1", "Trans_drop_eth2": "#6ED0E0", "Trans_drop_lo": "#E0F9D7", "Trans_errs_eth2": "#BF1B00", "Trans_errs_lo": "#CCA300", "recv_bytes_lo": "#0A50A1", "recv_drop_eth0": "#99440A", "recv_drop_lo": "#967302", "recv_errs_eth0": "#BF1B00", "recv_errs_lo": "#890F02", "trans_bytes_eth0": "#7EB26D", "trans_bytes_lo": "#0A50A1", "trans_drop_eth0": "#99440A", "trans_drop_lo": "#967302", "trans_errs_eth0": "#BF1B00", "trans_errs_lo": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Basic network info per interface", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 74, "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", "intervalFactor": 1, "legendFormat": "recv {{device}}", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", "intervalFactor": 1, "legendFormat": "trans {{device}} ", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Basic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bps", "logBase": 1, "show": true }, { "format": "pps", "label": "", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 3, "description": "Disk space used of all filesystems mounted", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 13 }, "height": "", "hiddenSeries": false, "id": 152, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{mountpoint}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk Space Used Basic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 }, "id": 265, "panels": [ { "aliasColors": { "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 3 }, "hiddenSeries": false, "id": 3, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 250, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode=\"system\",instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "interval": "10s", "intervalFactor": 1, "legendFormat": "System - Processes executing in kernel mode", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='user',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "User - Normal processes executing in user mode", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='nice',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Nice - Niced processes executing in user mode", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='idle',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Idle - Waiting for something to happen", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='iowait',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Iowait - Waiting for I/O to complete", "refId": "E", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='irq',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Irq - Servicing interrupts", "refId": "F", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='softirq',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Softirq - Servicing softirqs", "refId": "G", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='steal',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Steal - Time spent in other operating systems when running in a virtualized environment", "refId": "H", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='guest',instance=\"$node\",job=\"$job\"}[$__rate_interval])) * 100", "format": "time_series", "intervalFactor": 1, "legendFormat": "Guest - Time spent running a virtual CPU for a guest operating system", "refId": "I", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "percentage", "logBase": 1, "max": "100", "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap - Swap memory usage": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839", "Unused - Free memory unassigned": "#052B51" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 3 }, "hiddenSeries": false, "id": 24, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Hardware Corrupted - *./", "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"} - node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Apps - Memory used by user-space applications", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "PageTables - Memory used to map between virtual and physical memory addresses", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "SwapCache - Memory that keeps track of pages that have been fetched from swap but not yet been modified", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Slab - Memory used by the kernel to cache data structures for its own use (caches like inode, dentry, etc)", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Cache - Parked file data (file content) cache", "refId": "E", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Buffers - Block device (e.g. harddisk) cache", "refId": "F", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Unused - Free memory unassigned", "refId": "G", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Swap - Swap space used", "refId": "H", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working", "refId": "I", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Stack", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "receive_packets_eth0": "#7EB26D", "receive_packets_lo": "#E24D42", "transmit_packets_eth0": "#7EB26D", "transmit_packets_lo": "#E24D42" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 15 }, "hiddenSeries": false, "id": 84, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:5871", "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:5884", "format": "bps", "label": "bits out (-) / in (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:5885", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 3, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 15 }, "height": "", "hiddenSeries": false, "id": 156, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{mountpoint}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk Space Used", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 27 }, "hiddenSeries": false, "id": 229, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Read.*/", "transform": "negative-Y" }, { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "intervalFactor": 4, "legendFormat": "{{device}} - Reads completed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "intervalFactor": 1, "legendFormat": "{{device}} - Writes completed", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk IOps", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "iops", "label": "IO read (-) / write (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "io time": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 3, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 27 }, "hiddenSeries": false, "id": 42, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*read*./", "transform": "negative-Y" }, { "alias": "/.*sda.*/", "color": "#7EB26D" }, { "alias": "/.*sdb.*/", "color": "#EAB839" }, { "alias": "/.*sdc.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd.*/", "color": "#EF843C" }, { "alias": "/.*sde.*/", "color": "#E24D42" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{device}} - Successfully read bytes", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{device}} - Successfully written bytes", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "I/O Usage Read / Write", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": false, "values": [] }, "yaxes": [ { "$$hashKey": "object:965", "format": "Bps", "label": "bytes read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:966", "format": "ms", "label": "", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "io time": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 3, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 39 }, "hiddenSeries": false, "id": 127, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "I/O Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": false, "values": [] }, "yaxes": [ { "$$hashKey": "object:1041", "format": "percentunit", "label": "%util", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1042", "format": "s", "label": "", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "CPU / Memory / Net / Disk", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 21 }, "id": 266, "panels": [ { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 70 }, "hiddenSeries": false, "id": 136, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Inactive - Memory which has been less recently used. It is more eligible to be reclaimed for other purposes", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Active - Memory that has been used more recently and usually not reclaimed unless absolutely necessary", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Active / Inactive", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 70 }, "hiddenSeries": false, "id": 135, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Committed_AS - *./" }, { "alias": "/.*CommitLimit - *./", "color": "#BF1B00", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Committed_AS - Amount of memory presently allocated on the system", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "CommitLimit - Amount of memory currently available to be allocated on the system", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Commited", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 80 }, "hiddenSeries": false, "id": 191, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Inactive_file - File-backed memory on inactive LRU list", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Inactive_anon - Anonymous and swap cache on inactive LRU list, including tmpfs (shmem)", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Active_file - File-backed memory on active LRU list", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Active_anon - Anonymous and swap cache on active least-recently-used (LRU) list, including tmpfs", "refId": "D", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Active / Inactive Detail", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "bytes", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "Total Swap": "#614D93", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 80 }, "hiddenSeries": false, "id": 130, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writeback - Memory which is actively being written back to disk", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "WritebackTmp - Memory used by FUSE for temporary writeback buffers", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Dirty - Memory which is waiting to get written back to the disk", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Writeback and Dirty", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 90 }, "hiddenSeries": false, "id": 138, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4131", "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages", "fill": 0 }, { "$$hashKey": "object:4138", "alias": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Mapped - Used memory in mapped pages files which have been mmaped, such as libraries", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Shmem - Used shared memory (shared between several processes, thus including RAM disks)", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "ShmemHugePages - Memory used by shared memory (shmem) and tmpfs allocated with huge pages", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "ShmemPmdMapped - Ammount of shared (shmem/tmpfs) memory backed by huge pages", "refId": "D", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Shared and Mapped", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4106", "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:4107", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "Total Swap": "#614D93", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 90 }, "hiddenSeries": false, "id": 131, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "SUnreclaim - Part of Slab, that cannot be reclaimed on memory pressure", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "SReclaimable - Part of Slab, that might be reclaimed, such as caches", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Slab", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 100 }, "hiddenSeries": false, "id": 70, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "VmallocChunk - Largest contigious block of vmalloc area which is free", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "VmallocTotal - Total size of vmalloc memory area", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "VmallocUsed - Amount of vmalloc area which is used", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Vmalloc", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 100 }, "hiddenSeries": false, "id": 159, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Bounce - Memory used for block device bounce buffers", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Bounce", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 110 }, "hiddenSeries": false, "id": 129, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Inactive *./", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "AnonHugePages - Memory in anonymous huge pages", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "AnonPages - Memory in user pages not backed by files", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Anonymous", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 110 }, "hiddenSeries": false, "id": 160, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "KernelStack - Kernel memory stack. This is not reclaimable", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "PerCPU - Per CPU memory allocated dynamically by loadable modules", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Kernel / CPU", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#806EB7", "Total RAM + Swap": "#806EB7", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 120 }, "hiddenSeries": false, "id": 140, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "HugePages_Free - Huge pages in the pool that are not yet allocated", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "HugePages_Rsvd - Huge pages for which a commitment to allocate from the pool has been made, but no allocation has yet been made", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "HugePages_Surp - Huge pages in the pool above the value in /proc/sys/vm/nr_hugepages", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory HugePages Counter", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "pages", "logBase": 1, "min": "0", "show": true }, { "format": "short", "label": "", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#806EB7", "Total RAM + Swap": "#806EB7", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 120 }, "hiddenSeries": false, "id": 71, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "HugePages - Total size of the pool of huge pages", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Hugepagesize - Huge Page size", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory HugePages Size", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "label": "", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 130 }, "hiddenSeries": false, "id": 128, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "DirectMap1G - Amount of pages mapped as this size", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "DirectMap2M - Amount of pages mapped as this size", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "DirectMap4K - Amount of pages mapped as this size", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory DirectMap", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 130 }, "hiddenSeries": false, "id": 137, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Unevictable - Amount of unevictable memory that can't be swapped out for a variety of reasons", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "MLocked - Size of pages locked to memory using the mlock() system call", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Unevictable and MLocked", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "Total Swap": "#614D93", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 140 }, "hiddenSeries": false, "id": 132, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "NFS Unstable - Memory in NFS pages sent to the server, but not yet commited to the storage", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory NFS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Memory Meminfo", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 267, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 23 }, "hiddenSeries": false, "id": 176, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*out/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pagesin - Page in operations", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pagesout - Page out operations", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Pages In / Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "pages out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 23 }, "hiddenSeries": false, "id": 22, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*out/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pswpin - Pages swapped in", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pswpout - Pages swapped out", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Pages Swap In / Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "pages out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Apps": "#629E51", "Buffers": "#614D93", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Free": "#0A437C", "Hardware Corrupted - Amount of RAM that the kernel identified as corrupted / not working": "#CFFAFF", "Inactive": "#584477", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "RAM_Free": "#E0F9D7", "Slab": "#806EB7", "Slab_Cache": "#E0752D", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Swap_Free": "#2F575E", "Unused": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 33 }, "hiddenSeries": false, "id": 175, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 350, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:6118", "alias": "Pgfault - Page major and minor fault operations", "fill": 0, "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pgfault - Page major and minor fault operations", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pgmajfault - Major page fault operations", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval]) - rate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Pgminfault - Minor page fault operations", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory Page Faults", "tooltip": { "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6133", "format": "short", "label": "faults", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6134", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Active": "#99440A", "Buffers": "#58140C", "Cache": "#6D1F62", "Cached": "#511749", "Committed": "#508642", "Dirty": "#6ED0E0", "Free": "#B7DBAB", "Inactive": "#EA6460", "Mapped": "#052B51", "PageTables": "#0A50A1", "Page_Tables": "#0A50A1", "Slab_Cache": "#EAB839", "Swap": "#BF1B00", "Swap_Cache": "#C15C17", "Total": "#511749", "Total RAM": "#052B51", "Total RAM + Swap": "#052B51", "Total Swap": "#614D93", "VmallocUsed": "#EA6460" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 2, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 33 }, "hiddenSeries": false, "id": 307, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "oom killer invocations ", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "OOM Killer", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:5373", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:5374", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Memory Vmstat", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 293, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 260, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Variation*./", "color": "#890F02" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Estimated error in seconds", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Time offset in between local system and reference clock", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Maximum error in seconds", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Time Syncronized Drift", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "seconds", "logBase": 1, "show": true }, { "format": "short", "label": "counter", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 24 }, "hiddenSeries": false, "id": 291, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Phase-locked loop time adjust", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Time PLL Adjust", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 34 }, "hiddenSeries": false, "id": 168, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Variation*./", "color": "#890F02" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Is clock synchronized to a reliable server (1 = yes, 0 = no)", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Local clock frequency adjustment", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Time Syncronized Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 34 }, "hiddenSeries": false, "id": 294, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Seconds between clock ticks", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "International Atomic Time (TAI) offset", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Time Misc", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "seconds", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "System Timesync", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 312, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 7 }, "hiddenSeries": false, "id": 62, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Processes blocked waiting for I/O to complete", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Processes in runnable state", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Processes Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6500", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6501", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 7 }, "hiddenSeries": false, "id": 315, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{ state }}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Processes State", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6500", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6501", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 148, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_forks_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Processes forks second", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Processes Forks", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6640", "format": "short", "label": "forks / sec", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6641", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 17 }, "hiddenSeries": false, "id": 149, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Max.*/", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Processes virtual memory size in bytes", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Maximum amount of virtual memory available in bytes", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Processes virtual memory size in bytes", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Maximum amount of virtual memory available in bytes", "refId": "D", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Processes Memory", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 27 }, "hiddenSeries": false, "id": 313, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:709", "alias": "PIDs limit", "color": "#F2495C", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Number of PIDs", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "PIDs limit", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "PIDs Number and Limit", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6500", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6501", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 27 }, "hiddenSeries": false, "id": 305, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4963", "alias": "/.*waiting.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{ cpu }} - seconds spent running a process", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{ cpu }} - seconds spent by processing waiting for this CPU", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Process schedule stats Running / Waiting", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4860", "format": "s", "label": "seconds", "logBase": 1, "show": true }, { "$$hashKey": "object:4861", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 37 }, "hiddenSeries": false, "id": 314, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:709", "alias": "Threads limit", "color": "#F2495C", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Allocated threads", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Threads limit", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Threads Number and Limit", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6500", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6501", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "System Processes", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 25 }, "id": 269, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 8, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Context switches", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_intr_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Interrupts", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Context Switches / Interrupts", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 8 }, "hiddenSeries": false, "id": 7, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_load1{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 4, "legendFormat": "Load 1m", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_load5{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 4, "legendFormat": "Load 5m", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_load15{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 4, "legendFormat": "Load 15m", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "System Load", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6261", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6262", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 18 }, "hiddenSeries": false, "id": 259, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Critical*./", "color": "#E24D42", "fill": 0 }, { "alias": "/.*Max*./", "color": "#EF843C", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{ type }} - {{ info }}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Interrupts Detail", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 18 }, "hiddenSeries": false, "id": 306, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{ cpu }}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Schedule timeslices executed by each cpu", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4860", "format": "short", "label": "counter", "logBase": 1, "show": true }, { "$$hashKey": "object:4861", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 28 }, "hiddenSeries": false, "id": 151, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Entropy available to random number generators", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Entropy", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6568", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6569", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 28 }, "hiddenSeries": false, "id": 308, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Time spent", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU time spent in user and system contexts", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4860", "format": "s", "label": "seconds", "logBase": 1, "show": true }, { "$$hashKey": "object:4861", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 38 }, "hiddenSeries": false, "id": 64, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:6323", "alias": "/.*Max*./", "color": "#890F02", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}", "interval": "", "intervalFactor": 1, "legendFormat": "Maximum open file descriptors", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}", "interval": "", "intervalFactor": 1, "legendFormat": "Open file descriptors", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "File Descriptors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6338", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6339", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "System Misc", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 304, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 158, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:6726", "alias": "/.*Critical*./", "color": "#E24D42", "fill": 0 }, { "$$hashKey": "object:6727", "alias": "/.*Max*./", "color": "#EF843C", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{ chip }} {{ sensor }} temp", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{ chip }} {{ sensor }} Critical Alarm", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{ chip }} {{ sensor }} Critical", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{ chip }} {{ sensor }} Critical Historical", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{ chip }} {{ sensor }} Max", "refId": "E", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Hardware temperature monitor", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:6750", "format": "celsius", "label": "temperature", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:6751", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 26 }, "hiddenSeries": false, "id": 300, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1655", "alias": "/.*Max*./", "color": "#EF843C", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Current {{ name }} in {{ type }}", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Max {{ name }} in {{ type }}", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Throttle cooling device", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1678", "format": "short", "label": "counter", "logBase": 1, "show": true }, { "$$hashKey": "object:1679", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 36 }, "hiddenSeries": false, "id": 302, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{ power_supply }} online", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Power supply", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1678", "format": "short", "label": "counter", "logBase": 1, "show": true }, { "$$hashKey": "object:1679", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Hardware Misc", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 27 }, "id": 296, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 10 }, "hiddenSeries": false, "id": 297, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{ name }} Connections", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Systemd Sockets", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 10 }, "hiddenSeries": false, "id": 298, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Failed", "color": "#F2495C" }, { "alias": "Inactive", "color": "#FF9830" }, { "alias": "Active", "color": "#73BF69" }, { "alias": "Deactivating", "color": "#FFCB7D" }, { "alias": "Activating", "color": "#C8F2C2" } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Activating", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Active", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Deactivating", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Failed", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Inactive", "refId": "E", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Systemd Units State", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Systemd", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 28 }, "id": 270, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The number (after merges) of I/O requests completed per second for the device", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 11 }, "hiddenSeries": false, "id": 9, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2033", "alias": "/.*Read.*/", "transform": "negative-Y" }, { "$$hashKey": "object:2034", "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "$$hashKey": "object:2035", "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "$$hashKey": "object:2036", "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "$$hashKey": "object:2037", "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "$$hashKey": "object:2038", "alias": "/.*sde_.*/", "color": "#E24D42" }, { "$$hashKey": "object:2039", "alias": "/.*sda1.*/", "color": "#584477" }, { "$$hashKey": "object:2040", "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "$$hashKey": "object:2041", "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "$$hashKey": "object:2042", "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "$$hashKey": "object:2043", "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "$$hashKey": "object:2044", "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "$$hashKey": "object:2045", "alias": "/.*sdc1.*/", "color": "#962D82" }, { "$$hashKey": "object:2046", "alias": "/.*sdc2.*/", "color": "#614D93" }, { "$$hashKey": "object:2047", "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "$$hashKey": "object:2048", "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "$$hashKey": "object:2049", "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "$$hashKey": "object:2050", "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "$$hashKey": "object:2051", "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "$$hashKey": "object:2052", "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "$$hashKey": "object:2053", "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 4, "legendFormat": "{{device}} - Reads completed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, "legendFormat": "{{device}} - Writes completed", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk IOps Completed", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2186", "format": "iops", "label": "IO read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:2187", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The number of bytes read from or written to the device per second", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 11 }, "hiddenSeries": false, "id": 33, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Read.*/", "transform": "negative-Y" }, { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 4, "legendFormat": "{{device}} - Read bytes", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Written bytes", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk R/W Data", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:369", "format": "Bps", "label": "bytes read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:370", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The average time for requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 21 }, "hiddenSeries": false, "id": 37, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Read.*/", "transform": "negative-Y" }, { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / rate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, "interval": "", "intervalFactor": 4, "legendFormat": "{{device}} - Read wait time avg", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / rate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}} - Write wait time avg", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk Average Wait Time", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:441", "format": "s", "label": "time. read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:442", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The average queue length of the requests that were issued to the device", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 21 }, "hiddenSeries": false, "id": 35, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "intervalFactor": 4, "legendFormat": "{{device}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Average Queue Size", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:513", "format": "none", "label": "aqu-sz", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:514", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The number of read and write requests merged per second that were queued to the device", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 133, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Read.*/", "transform": "negative-Y" }, { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, "legendFormat": "{{device}} - Read merged", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, "legendFormat": "{{device}} - Write merged", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk R/W Merged", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:585", "format": "iops", "label": "I/Os", "logBase": 1, "show": true }, { "$$hashKey": "object:586", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially. But for devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 31 }, "hiddenSeries": false, "id": 36, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "intervalFactor": 4, "legendFormat": "{{device}} - IO", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "intervalFactor": 4, "legendFormat": "{{device}} - discard", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Time Spent Doing I/Os", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:657", "format": "percentunit", "label": "%util", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:658", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "The number of outstanding requests at the instant the sample was taken. Incremented as requests are given to appropriate struct request_queue and decremented as they finish.", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 41 }, "hiddenSeries": false, "id": 34, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "alias": "/.*sde_.*/", "color": "#E24D42" }, { "alias": "/.*sda1.*/", "color": "#584477" }, { "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "alias": "/.*sdc1.*/", "color": "#962D82" }, { "alias": "/.*sdc2.*/", "color": "#614D93" }, { "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_disk_io_now{instance=\"$node\",job=\"$job\"}", "interval": "", "intervalFactor": 4, "legendFormat": "{{device}} - IO now", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Instantaneous Queue Size", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:729", "format": "none", "label": "Outstanding req.", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:730", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 41 }, "hiddenSeries": false, "id": 301, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2034", "alias": "/.*sda_.*/", "color": "#7EB26D" }, { "$$hashKey": "object:2035", "alias": "/.*sdb_.*/", "color": "#EAB839" }, { "$$hashKey": "object:2036", "alias": "/.*sdc_.*/", "color": "#6ED0E0" }, { "$$hashKey": "object:2037", "alias": "/.*sdd_.*/", "color": "#EF843C" }, { "$$hashKey": "object:2038", "alias": "/.*sde_.*/", "color": "#E24D42" }, { "$$hashKey": "object:2039", "alias": "/.*sda1.*/", "color": "#584477" }, { "$$hashKey": "object:2040", "alias": "/.*sda2_.*/", "color": "#BA43A9" }, { "$$hashKey": "object:2041", "alias": "/.*sda3_.*/", "color": "#F4D598" }, { "$$hashKey": "object:2042", "alias": "/.*sdb1.*/", "color": "#0A50A1" }, { "$$hashKey": "object:2043", "alias": "/.*sdb2.*/", "color": "#BF1B00" }, { "$$hashKey": "object:2044", "alias": "/.*sdb3.*/", "color": "#E0752D" }, { "$$hashKey": "object:2045", "alias": "/.*sdc1.*/", "color": "#962D82" }, { "$$hashKey": "object:2046", "alias": "/.*sdc2.*/", "color": "#614D93" }, { "$$hashKey": "object:2047", "alias": "/.*sdc3.*/", "color": "#9AC48A" }, { "$$hashKey": "object:2048", "alias": "/.*sdd1.*/", "color": "#65C5DB" }, { "$$hashKey": "object:2049", "alias": "/.*sdd2.*/", "color": "#F9934E" }, { "$$hashKey": "object:2050", "alias": "/.*sdd3.*/", "color": "#EA6460" }, { "$$hashKey": "object:2051", "alias": "/.*sde1.*/", "color": "#E0F9D7" }, { "$$hashKey": "object:2052", "alias": "/.*sdd2.*/", "color": "#FCEACA" }, { "$$hashKey": "object:2053", "alias": "/.*sde3.*/", "color": "#F9E2D2" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "intervalFactor": 4, "legendFormat": "{{device}} - Discards completed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}} - Discards merged", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Disk IOps Discards completed / merged", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2186", "format": "iops", "label": "IOs", "logBase": 1, "show": true }, { "$$hashKey": "object:2187", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Storage Disk", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 29 }, "id": 271, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "decimals": 3, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 43, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{mountpoint}} - Available", "metric": "", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "hide": true, "intervalFactor": 1, "legendFormat": "{{mountpoint}} - Free", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "hide": true, "intervalFactor": 1, "legendFormat": "{{mountpoint}} - Size", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Filesystem space available", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3826", "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:3827", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 12 }, "hiddenSeries": false, "id": 41, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{mountpoint}} - Free file nodes", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "File Nodes Free", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3894", "format": "short", "label": "file nodes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:3895", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 22 }, "hiddenSeries": false, "id": 28, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 4, "legendFormat": "Max open files", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Open files", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "File Descriptor", "tooltip": { "shared": false, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "files", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 22 }, "hiddenSeries": false, "id": 219, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{mountpoint}} - File nodes total", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "File Nodes Size", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "file Nodes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "/ ReadOnly": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 32 }, "hiddenSeries": false, "id": 44, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{mountpoint}} - ReadOnly", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{mountpoint}} - Device error", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Filesystem in ReadOnly / Error", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3670", "format": "short", "label": "counter", "logBase": 1, "max": "1", "min": "0", "show": true }, { "$$hashKey": "object:3671", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Storage Filesystem", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 30 }, "id": 272, "panels": [ { "aliasColors": { "receive_packets_eth0": "#7EB26D", "receive_packets_lo": "#E24D42", "transmit_packets_eth0": "#7EB26D", "transmit_packets_lo": "#E24D42" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 60, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}} - Receive", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic by Packets", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 30 }, "hiddenSeries": false, "id": 142, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive errors", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Rransmit errors", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 40 }, "hiddenSeries": false, "id": 143, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive drop", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit drop", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Drop", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 40 }, "hiddenSeries": false, "id": 141, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive compressed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit compressed", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Compressed", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 50 }, "hiddenSeries": false, "id": 146, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive multicast", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Multicast", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 50 }, "hiddenSeries": false, "id": 144, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Receive fifo", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit fifo", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Fifo", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 60 }, "hiddenSeries": false, "id": 145, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:576", "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{device}} - Receive frame", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Frame", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:589", "format": "pps", "label": "packets out (-) / in (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:590", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 60 }, "hiddenSeries": false, "id": 231, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Statistic transmit_carrier", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Carrier", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 70 }, "hiddenSeries": false, "id": 232, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Trans.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{device}} - Transmit colls", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Colls", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 70 }, "hiddenSeries": false, "id": 61, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:663", "alias": "NF conntrack limit", "color": "#890F02", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "NF conntrack entries", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "NF conntrack limit", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "NF Contrack", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:678", "format": "short", "label": "entries", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:679", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 80 }, "hiddenSeries": false, "id": 230, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ device }} - ARP entries", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "ARP Entries", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Entries", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 80 }, "hiddenSeries": false, "id": 288, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ device }} - Bytes", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "MTU", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 90 }, "hiddenSeries": false, "id": 280, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ device }} - Speed", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Speed", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 90 }, "hiddenSeries": false, "id": 289, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ device }} - Interface transmit queue length", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Queue Length", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "none", "label": "packets", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 100 }, "hiddenSeries": false, "id": 290, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:232", "alias": "/.*Dropped.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{cpu}} - Processed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{cpu}} - Dropped", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Softnet Packets", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:207", "format": "short", "label": "packetes drop (-) / process (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:208", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 100 }, "hiddenSeries": false, "id": 310, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "CPU {{cpu}} - Squeezed", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Softnet Out of Quota", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:207", "format": "short", "label": "counter", "logBase": 1, "show": true }, { "$$hashKey": "object:208", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 110 }, "hiddenSeries": false, "id": 309, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{interface}} - Operational state UP", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}", "format": "time_series", "instant": false, "legendFormat": "{{device}} - Physical link state", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Network Operational Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Network Traffic", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 31 }, "id": 273, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 32 }, "hiddenSeries": false, "id": 63, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_alloc - Allocated sockets", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_inuse - Tcp sockets currently in use", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "TCP_mem - Used memory for tcp", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_orphan - Orphan sockets", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_tw - Sockets wating close", "refId": "E", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Sockstat TCP", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 32 }, "hiddenSeries": false, "id": 124, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "UDPLITE_inuse - Udplite sockets currently in use", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "UDP_inuse - Udp sockets currently in use", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "UDP_mem - Used memory for udp", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Sockstat UDP", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 42 }, "hiddenSeries": false, "id": 125, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "FRAG_inuse - Frag sockets currently in use", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "RAW_inuse - Raw sockets currently in use", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Sockstat FRAG / RAW", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1572", "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1573", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 42 }, "hiddenSeries": false, "id": 220, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "mem_bytes - TCP sockets in that state", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "mem_bytes - UDP sockets in that state", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}", "interval": "", "intervalFactor": 1, "legendFormat": "FRAG_memory - Used memory for frag", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Sockstat Memory Size", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 52 }, "hiddenSeries": false, "id": 126, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Sockets_used - Sockets currently in use", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Sockstat Used", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "sockets", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Network Sockstat", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 32 }, "id": 274, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 33 }, "height": "", "hiddenSeries": false, "id": 221, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1876", "alias": "/.*Out.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "InOctets - Received octets", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "intervalFactor": 1, "legendFormat": "OutOctets - Sent octets", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Netstat IP In / Out Octets", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1889", "format": "short", "label": "octects out (-) / in (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:1890", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 33 }, "height": "", "hiddenSeries": false, "id": 81, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Forwarding - IP forwarding", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Netstat IP Forwarding", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1957", "format": "short", "label": "datagrams", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1958", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 43 }, "height": "", "hiddenSeries": false, "id": 115, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Out.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "InMsgs - Messages which the entity received. Note that this counter includes all those counted by icmpInErrors", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "OutMsgs - Messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "ICMP In / Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "messages out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 43 }, "height": "", "hiddenSeries": false, "id": 50, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Out.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "InErrors - Messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "ICMP Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "messages out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 53 }, "height": "", "hiddenSeries": false, "id": 55, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Out.*/", "transform": "negative-Y" }, { "alias": "/.*Snd.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "InDatagrams - Datagrams received", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "OutDatagrams - Datagrams sent", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "UDP In / Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "datagrams out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 53 }, "height": "", "hiddenSeries": false, "id": 109, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "InErrors - UDP Datagrams that could not be delivered to an application", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "NoPorts - UDP Datagrams received on a port with no listener", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "legendFormat": "InErrors Lite - UDPLite Datagrams that could not be delivered to an application", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "RcvbufErrors - UDP buffer errors received", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "SndbufErrors - UDP buffer errors send", "refId": "E", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "UDP Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4232", "format": "short", "label": "datagrams", "logBase": 1, "show": true }, { "$$hashKey": "object:4233", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 63 }, "height": "", "hiddenSeries": false, "id": 299, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Out.*/", "transform": "negative-Y" }, { "alias": "/.*Snd.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "InSegs - Segments received, including those received in error. This count includes segments received on currently established connections", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "OutSegs - Segments sent, including those on current connections but excluding those containing only retransmitted octets", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "TCP In / Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "datagrams out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 63 }, "height": "", "hiddenSeries": false, "id": 104, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "ListenOverflows - Times the listen queue of a socket overflowed", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "ListenDrops - SYNs to LISTEN sockets ignored", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCPSynRetrans - SYN-SYN/ACK retransmits to break down retransmissions in SYN, fast/timeout retransmits", "refId": "C", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "legendFormat": "RetransSegs - Segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "legendFormat": "InErrs - Segments received in error (e.g., bad TCP checksums)", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_OutRsts{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", "legendFormat": "OutRsts - Segments sent with RST flag", "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "TCP Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 73 }, "height": "", "hiddenSeries": false, "id": 85, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:454", "alias": "/.*MaxConn *./", "color": "#890F02", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "CurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "MaxConn - Limit on the total number of TCP connections the entity can support (Dinamic is \"-1\")", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "TCP Connections", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:469", "format": "short", "label": "connections", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:470", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 73 }, "height": "", "hiddenSeries": false, "id": 91, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Sent.*/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "SyncookiesFailed - Invalid SYN cookies received", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "SyncookiesRecv - SYN cookies received", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "SyncookiesSent - SYN cookies sent", "refId": "C", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "TCP SynCookie", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "counter out (-) / in (+)", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 83 }, "height": "", "hiddenSeries": false, "id": 82, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 12, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "ActiveOpens - TCP connections that have made a direct transition to the SYN-SENT state from the CLOSED state", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "rate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "PassiveOpens - TCP connections that have made a direct transition to the SYN-RCVD state from the LISTEN state", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "TCP Direct Transition", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "connections", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Network Netstat", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 33 }, "id": 279, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 54 }, "hiddenSeries": false, "id": 40, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{collector}} - Scrape duration", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Node Exporter Scrape Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": "seconds", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "description": "", "fill": 2, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 54 }, "hiddenSeries": false, "id": 157, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1969", "alias": "/.*error.*/", "color": "#F2495C", "transform": "negative-Y" } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{collector}} - Scrape success", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{collector}} - Scrape textfile error (1 = true)", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Node Exporter Scrape", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1484", "format": "short", "label": "counter", "logBase": 1, "show": true }, { "$$hashKey": "object:1485", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "grafanacloud-prom" }, "refId": "A" } ], "title": "Node Exporter", "type": "row" } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [ "linux" ], "templating": { "list": [ { "current": { "selected": false, "text": "grafanacloud-imraanabrahams-prom", "value": "grafanacloud-imraanabrahams-prom" }, "hide": 0, "includeAll": false, "label": "datasource", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "definition": "", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(node_uname_info, job)", "refId": "grafanacloud-imraanabrahams-prom-job-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-IMRAANABRAHAMS-PROM}" }, "definition": "label_values(node_uname_info{job=\"$job\"}, instance)", "hide": 0, "includeAll": false, "label": "Host:", "multi": false, "name": "node", "options": [], "query": { "query": "label_values(node_uname_info{job=\"$job\"}, instance)", "refId": "grafanacloud-imraanabrahams-prom-node-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+" }, "hide": 2, "includeAll": false, "multi": false, "name": "diskdevices", "options": [ { "selected": true, "text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", "value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+" } ], "query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+", "skipUrlSync": false, "type": "custom" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Imraans Test", "uid": "rYdddlPWk111", "version": 1, "weekStart": "", "description": "test for imraan" }
2022-12-23 15:56:19 UTC
2022-12-23 15:56:39 UTC
0
0
17,721
1
506,784
27,192
0
mosquitto-exporter
mosquitto-exporter
Simple dashboard for https://github.com/sapcc/mosquitto-exporter
2022-12-28 03:04:58 UTC
2022-12-29 04:23:15 UTC
0
Simple dashboard for https://github.com/sapcc/mosquitto-exporter
80,153
80,154
Other
null
1
5
27,192
1
17,721
1
0
Simple dashboard for https://github.com/sapcc/mosquitto-exporter
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "Prometheus datasource", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.3" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Simple dashboard for https://github.com/sapcc/mosquitto-exporter", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [ { "asDropdown": false, "icon": "info", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "mosquitto-exporter@github", "tooltip": "mosquitto-exporter on github", "type": "link", "url": "https://github.com/sapcc/mosquitto-exporter" }, { "asDropdown": false, "icon": "dashboard", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "mosquitto-exporter@grafana", "tooltip": "mosquitto-exporter dashboard on grafana labs", "type": "link", "url": "https://grafana.com/grafana/dashboards/17721" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 0 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(broker_bytes_received[$__rate_interval])", "interval": "", "legendFormat": "bytes_received", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-rate(broker_bytes_sent[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "bytes_sent", "range": true, "refId": "B" } ], "title": "traffic", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 0 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_clients_connected", "legendFormat": "clients_connected", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_clients_disconnected", "hide": false, "legendFormat": "clients_disconnected", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_clients_expired", "hide": false, "legendFormat": "clients_expired", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_clients_maximum", "hide": false, "legendFormat": "clients_maximum", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_clients_total", "hide": false, "legendFormat": "clients_total", "range": true, "refId": "E" } ], "title": "clients", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "pps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 9 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(broker_publish_messages_dropped[$__rate_interval])", "legendFormat": "publish_messages_dropped", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(broker_publish_messages_received[$__rate_interval])", "hide": false, "legendFormat": "publish_messages_received", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-rate(broker_publish_messages_sent[$__rate_interval])", "hide": false, "legendFormat": "publish_messages_sent", "range": true, "refId": "C" } ], "title": "publish/messages", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "pps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 9 }, "id": 20, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(broker_publish_bytes_received[$__rate_interval])", "legendFormat": "publish_bytes_received", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-rate(broker_publish_bytes_sent[$__rate_interval])", "hide": false, "legendFormat": "publish_bytes_sent", "range": true, "refId": "B" } ], "title": "publish/traffic", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 9 }, "id": 30, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_uptime", "legendFormat": "uptime", "range": true, "refId": "A" } ], "title": "uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 9 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_shared_subscriptions_count", "legendFormat": "shared_subscriptions_count", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_subscriptions_count", "hide": false, "legendFormat": "subscriptions_count", "range": true, "refId": "B" } ], "title": "subscriptions", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "pps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 17 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(broker_messages_received[$__rate_interval])", "legendFormat": "messages_received", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-rate(broker_messages_sent[$__rate_interval])", "hide": false, "legendFormat": "messages_sent", "range": true, "refId": "B" } ], "title": "messages", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "B" }, "properties": [ { "id": "custom.axisPlacement", "value": "right" }, { "id": "unit", "value": "none" } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 17 }, "id": 28, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_store_messages_bytes", "legendFormat": "store_messages_bytes", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_messages_stored", "hide": false, "legendFormat": "messages_stored", "range": true, "refId": "B" } ], "title": "stored messages", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 17 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_retained_messages_count", "legendFormat": "retained_messages_count", "range": true, "refId": "A" } ], "title": "retained messages", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 0, "y": 25 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_bytes_received_15min", "hide": false, "legendFormat": "load_bytes_received_15min", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_bytes_received_5min", "hide": false, "legendFormat": "load_bytes_received_5min", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_bytes_received_1min", "hide": false, "legendFormat": "load_bytes_received_1min", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_bytes_sent_15min", "hide": false, "legendFormat": "load_bytes_sent_15min", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_bytes_sent_5min", "hide": false, "legendFormat": "load_bytes_sent_5min", "range": true, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_bytes_sent_1min", "hide": false, "legendFormat": "load_bytes_sent_1min", "range": true, "refId": "F" } ], "title": "load/traffics", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 5, "y": 25 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_connections_15min", "legendFormat": "load_connections_15min", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_connections_5min", "hide": false, "legendFormat": "load_connections_5min", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_connections_1min", "hide": false, "legendFormat": "load_connections_1min", "range": true, "refId": "C" } ], "title": "load/connections", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 10, "y": 25 }, "id": 10, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_messages_received_15min", "legendFormat": "load_messages_received_15min", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_messages_received_5min", "hide": false, "legendFormat": "load_messages_received_5min", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_messages_received_1min", "hide": false, "legendFormat": "load_messages_received_1min", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_messages_sent_15min", "hide": false, "legendFormat": "load_messages_sent_15min", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_messages_sent_5min", "hide": false, "legendFormat": "load_messages_sent_5min", "range": true, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_messages_sent_1min", "hide": false, "legendFormat": "load_messages_sent_1min", "range": true, "refId": "F" } ], "title": "load/messages", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 5, "x": 15, "y": 25 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_dropped_15min", "legendFormat": "load_publish_dropped_15min", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_dropped_5min", "hide": false, "legendFormat": "load_publish_dropped_5min", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_dropped_1min", "hide": false, "legendFormat": "load_publish_dropped_1min", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_received_15min", "hide": false, "legendFormat": "load_publish_received_15min", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_received_5min", "hide": false, "legendFormat": "load_publish_received_5min", "range": true, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_publish_received_1min", "hide": false, "legendFormat": "load_publish_received_1min", "range": true, "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_publish_sent_15min", "hide": false, "legendFormat": "load_publish_sent_15min", "range": true, "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_publish_sent_5min", "hide": false, "legendFormat": "load_publish_sent_5min", "range": true, "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-broker_load_publish_sent_1min", "hide": false, "legendFormat": "load_publish_sent_1min", "range": true, "refId": "I" } ], "title": "load/publish", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 20, "y": 25 }, "id": 14, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_sockets_15min", "legendFormat": "load_sockets_15min", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_sockets_5min", "hide": false, "legendFormat": "load_sockets_5min", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "broker_load_sockets_1min", "hide": false, "legendFormat": "load_sockets_1min", "range": true, "refId": "C" } ], "title": "load/sockets", "type": "timeseries" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "mqtt", "mosquitto", "iot" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(broker_uptime, instance)", "hide": 0, "includeAll": false, "label": "instance", "multi": false, "name": "instance", "options": [], "query": { "query": "label_values(broker_uptime, instance)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-2d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "mosquitto-exporter", "uid": "j4EEjtpVz", "version": 1, "weekStart": "", "gnetId": 17721 }
2022-12-28 03:04:58 UTC
2022-12-28 03:09:07 UTC
1
5
18,200
1
687,230
27,942
0
kubevela-system
KubeVela System
KubeVela System Overview
2023-03-01 07:31:29 UTC
2023-03-01 07:40:12 UTC
0
![kubevela](https://raw.githubusercontent.com/kubevela/kubevela.io/main/docs/resources/KubeVela-03.png) ![Build status](https://github.com/kubevela/kubevela/workflows/Go/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/kubevela/kubevela)](https://goreportcard.com/report/github.com/kubevela/kubevela) ![Docker Pulls](https://img.shields.io/docker/pulls/oamdev/vela-core) [![codecov](https://codecov.io/gh/kubevela/kubevela/branch/master/graph/badge.svg)](https://codecov.io/gh/kubevela/kubevela) [![LICENSE](https://img.shields.io/github/license/kubevela/kubevela.svg?style=flat-square)](/LICENSE) [![Releases](https://img.shields.io/github/release/kubevela/kubevela/all.svg?style=flat-square)](https://github.com/kubevela/kubevela/releases) [![TODOs](https://img.shields.io/endpoint?url=https://api.tickgit.com/badge?repo=github.com/kubevela/kubevela)](https://www.tickgit.com/browse?repo=github.com/kubevela/kubevela) [![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Foam_dev)](https://twitter.com/oam_dev) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/kubevela)](https://artifacthub.io/packages/search?repo=kubevela) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4602/badge)](https://bestpractices.coreinfrastructure.org/projects/4602) ![E2E status](https://github.com/kubevela/kubevela/workflows/E2E%20Test/badge.svg) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/kubevela/kubevela/badge)](https://api.securityscorecards.dev/projects/github.com/kubevela/kubevela) [![](https://img.shields.io/badge/KubeVela-Check%20Your%20Contribution-orange)](https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=kubevela) ## Introduction KubeVela is a modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable. ![kubevela](https://github.com/kubevela/kubevela/raw/master/docs/resources/what-is-kubevela.png) ## Highlights KubeVela practices the "render, orchestrate, deploy" workflow with below highlighted values added to existing ecosystem: #### **Deployment as Code** Declare your deployment plan as workflow, run it automatically with any CI/CD or GitOps system, extend or re-program the workflow steps with [CUE](https://cuelang.org/). No ad-hoc scripts, no dirty glue code, just deploy. The deployment workflow in KubeVela is powered by [Open Application Model](https://oam.dev/). #### **Built-in observability, multi-tenancy and security support** Choose from the wide range of LDAP integrations we provided out-of-box, enjoy enhanced [multi-tenancy and multi-cluster authorization and authentication](https://kubevela.net/docs/platform-engineers/auth/advance), pick and apply fine-grained RBAC modules and customize them per your own supply chain requirements. All delivery process has fully [automated observability dashboards](https://kubevela.net/docs/platform-engineers/operations/observability). #### **Multi-cloud/hybrid-environments app delivery as first-class citizen** Natively supports multi-cluster/hybrid-cloud scenarios such as progressive rollout across test/staging/production environments, automatic canary, blue-green and continuous verification, rich placement strategy across clusters and clouds, along with automated cloud environments provision. #### **Lightweight but highly extensible architecture** Minimize your control plane deployment with only one pod and 0.5c1g resources to handle thousands of application delivery. Glue and orchestrate all your infrastructure capabilities as reusable modules with a highly extensible architecture and share the large growing community [addons](https://kubevela.net/docs/reference/addons/overview). ## Getting Started * [Introduction](https://kubevela.io/docs) * [Installation](https://kubevela.io/docs/install) * [Deploy Your Application](https://kubevela.io/docs/quick-start) ## Documentation Full documentation is available on the [KubeVela website](https://kubevela.io/). ## Blog Official blog is available on [KubeVela blog](https://kubevela.io/blog). ## Community We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls. For more information on the community engagement, developer and contributing guidelines and more, head over to the [KubeVela community repo](https://github.com/kubevela/community). ### Contact Us Reach out with any questions you may have and we'll make sure to answer them as soon as possible! - Slack: [CNCF Slack kubevela channel](https://cloud-native.slack.com/archives/C01BLQ3HTJA) (*English*) - [DingTalk Group](https://page.dingtalk.com/wow/dingtalk/act/en-home): `23310022` (*Chinese*) - Wechat Group (*Chinese*): Broker wechat to add you into the user group. <img src="https://static.kubevela.net/images/barnett-wechat.jpg" width="200" /> ### Community Call Every two weeks we host a community call to showcase new features, review upcoming milestones, and engage in a Q&A. All are welcome! - Bi-weekly Community Call: - [Meeting Notes](https://docs.google.com/document/d/1nqdFEyULekyksFHtFvgvFAYE-0AMHKoS3RMnaKsarjs). - [Video Records](https://www.youtube.com/channel/UCSCTHhGI5XJ0SEhDHVakPAA/videos). - Bi-weekly Chinese Community Call: - [Video Records](https://space.bilibili.com/180074935/channel/seriesdetail?sid=1842207). ## Talks and Conferences Check out [KubeVela videos](https://kubevela.io/videos/talks/en/oam-dapr) for these talks and conferences. ## Contributing Check out [CONTRIBUTING](https://kubevela.io/docs/contributor/overview) to see how to develop with KubeVela. ## Report Vulnerability Security is a first priority thing for us at KubeVela. If you come across a related issue, please send email to [email protected] . ## Code of Conduct KubeVela adopts [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
82,044
82,045
null
null
0
0
27,942
1
18,200
1
0
KubeVela System Overview
{ "__inputs": [ { "name": "DS_PROMETHEUS-VELA", "label": "prometheus-vela", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "DS_KUBERNETESAPISERVER", "label": "KubernetesAPIServer", "description": "", "type": "datasource", "pluginId": "marcusolsson-json-datasource", "pluginName": "JSON API" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.5.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "marcusolsson-json-datasource", "name": "JSON API", "version": "1.3.2" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "KubeVela System Overview", "editable": false, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "iteration": 1677653216188, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": true, "tags": [ "kubernetes", "system" ], "targetBlank": true, "title": "Kubernetes System", "tooltip": "", "type": "dashboards", "url": "" }, { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": true, "tags": [ "kubevela", "application" ], "targetBlank": true, "title": "KubeVela Application", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 114, "panels": [], "title": "Overview of vela-core", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 1 }, "id": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 64 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",pod=~\"$pod\"}) or vector(0)", "refId": "A" } ], "title": "Number of Applications", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 1 }, "id": 110, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",phase=\"running\",pod=~\"$pod\"}) or vector(0)", "refId": "A" } ], "title": "Running", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 1 }, "id": 122, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",phase=\"runningWorkflow\",pod=~\"$pod\"}) or vector(0)", "refId": "A" } ], "title": "RunningWorkflow", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.6 }, { "color": "red", "value": 0.8 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 12, "y": 1 }, "id": 116, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}[5m])) /\nsum(container_spec_cpu_quota{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}) * 1e5", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "CPU Usage", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.6 }, { "color": "red", "value": 0.8 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 18, "y": 1 }, "id": 115, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}) / sum(container_spec_memory_limit_bytes{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Memory Usage", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 4 }, "id": 124, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",phase=\"workflowFailed\",pod=~\"$pod\"}) or vector(0)", "refId": "A" } ], "title": "WorkflowFailed", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 4 }, "id": 123, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",phase=\"deleting\",pod=~\"$pod\"}) or vector(0)", "refId": "A" } ], "title": "Deleting", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 7 }, "id": 121, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "count(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}) by (pod))", "refId": "A" } ], "title": "Pods", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 7 }, "id": 120, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "count(sum(application_phase_number{cluster=\"local\",app_kubernetes_io_name=\"vela-core\",pod=~\"$pod\"}) by (controller_core_oam_dev_shard_id))", "refId": "A" } ], "title": "Shards", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 7 }, "id": 117, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_threads{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Threads", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 7 }, "id": 112, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}) by (pod)\n* on(pod) group_right() sum(rate(container_network_receive_bytes_total[5m])) by (pod)) + \nsum(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}) by (pod)\n* on(pod) group_right() sum(rate(container_network_transmit_bytes_total[5m])) by (pod))", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Network IO", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cores" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 12, "y": 7 }, "id": 108, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"}[5m]))", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "CPU Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 18, "y": 7 }, "id": 106, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela\",pod=~\"$pod\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Memory Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "color-text", "inspect": false }, "links": [], "mappings": [ { "options": { "0": { "color": "green", "index": 7 }, "Running": { "color": "green", "index": 3 }, "false": { "color": "red", "index": 1, "text": "False" }, "true": { "color": "green", "index": 0, "text": "True" }, "unknown": { "color": "yellow", "index": 2, "text": "Unknown" } }, "type": "value" }, { "options": { "pattern": "Waiting|Unknown", "result": { "color": "yellow", "index": 4 } }, "type": "regex" }, { "options": { "pattern": "Terminated", "result": { "color": "red", "index": 5 } }, "type": "regex" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "text", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "Age" }, "properties": [ { "id": "unit", "value": "s" } ] }, { "matcher": { "id": "byRegexp", "options": "Restarts|Age|Dashboard|#Apps" }, "properties": [ { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byRegexp", "options": "Age|Status|Ready|Restarts" }, "properties": [ { "id": "custom.width", "value": 80 } ] }, { "matcher": { "id": "byRegexp", "options": "Dashboard" }, "properties": [ { "id": "links", "value": [ { "targetBlank": true, "title": "Detail", "url": "/d/kubernetes-pod/kubernetes-pod?${namespace:queryparam}&${cluster:queryparam}&${datasource:queryparam}&var-pod=${__data.fields.Pod}" } ] }, { "id": "mappings", "value": [ { "options": { "1": { "color": "yellow", "index": 0, "text": "Detail" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byRegexp", "options": "IP|Node|Dashboard|ShardID|#Apps" }, "properties": [ { "id": "custom.width", "value": 120 } ] }, { "matcher": { "id": "byRegexp", "options": "Memory|CPU" }, "properties": [ { "id": "custom.width", "value": 120 }, { "id": "unit", "value": "percentunit" }, { "id": "decimals", "value": 2 }, { "id": "mappings", "value": [ { "options": { "from": 0, "result": { "color": "green", "index": 0 }, "to": 0.6 }, "type": "range" }, { "options": { "from": 0.6, "result": { "color": "yellow", "index": 1 }, "to": 0.8 }, "type": "range" }, { "options": { "from": 0.8, "result": { "color": "red", "index": 2 }, "to": 1 }, "type": "range" } ] }, { "id": "custom.align", "value": "left" } ] } ] }, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 11 }, "id": 102, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_info{cluster=\"local\",pod=~\"$pod\"}) by (created_by_name, uid, pod, pod_ip, node) * on(pod) group_left() sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela\"}) by (pod)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_status_phase{cluster=\"local\"} * (kube_pod_status_phase{cluster=\"local\"} > 0)) by (pod, phase)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_status_ready{cluster=\"local\"} * (kube_pod_status_ready{cluster=\"local\"} > 0)) by (pod, condition)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "time() - max(kube_pod_created{cluster=\"local\"}) by (pod)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(max(kube_pod_container_status_restarts_total{cluster=\"local\"}) by (pod, container)) by (pod)", "format": "table", "hide": false, "instant": true, "range": false, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela\"}) by (pod) / sum(container_spec_memory_limit_bytes{cluster=\"local\",container=\"kubevela\"}) by (pod)", "format": "table", "hide": false, "range": true, "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela\"}[5m])) by (pod) / sum(container_spec_cpu_quota{cluster=\"local\",container=\"kubevela\"}) by (pod) * 1e5", "format": "table", "hide": false, "range": true, "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(application_phase_number{cluster=\"local\"}) by (pod, controller_core_oam_dev_shard_id)", "format": "table", "hide": false, "range": true, "refId": "H" } ], "title": "Pods", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "pod" } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "Value #A" } ], "match": "any", "type": "include" } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time 1": 7, "Time 2": 10, "Time 3": 11, "Time 4": 12, "Time 5": 20, "Time 6": 21, "Time 7": 22, "Time 8": 23, "Value #A": 9, "Value #B": 18, "Value #C": 19, "Value #D": 4, "Value #E": 3, "Value #F": 15, "Value #G": 14, "Value #H": 16, "condition": 1, "controller_core_oam_dev_shard_id": 13, "created_by_name": 8, "node": 6, "phase": 2, "pod": 0, "pod_ip": 5, "uid": 17 }, "renameByName": { "Value #C": "", "Value #D": "Age", "Value #E": "Restarts", "Value #F": "Memory", "Value #G": "CPU", "Value #H": "#Apps", "condition": "Ready", "controller_core_oam_dev_shard_id": "ShardID", "created_by_name": "", "node": "Node", "phase": "Status", "pod": "Pod", "pod 1": "Pod", "pod 2": "", "pod_ip": "IP", "replicaset": "ReplicaSet", "uid": "UID" } } }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "Pod", "Ready", "Status", "Restarts", "Age", "IP", "Node", "ShardID", "CPU", "Memory", "#Apps" ] } } }, { "id": "calculateField", "options": { "alias": "Dashboard", "mode": "reduceRow", "reduce": { "include": [ "Pod" ], "reducer": "count" } } } ], "type": "table" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "${datasource}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 56, "panels": [], "title": "Controller Details", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 18 }, "hiddenSeries": false, "id": 70, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(workqueue_depth{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}) by (name)", "hide": false, "interval": "", "legendFormat": "{{name}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Controller Queue", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:524", "decimals": 2, "format": "none", "label": "count", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:525", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 18 }, "hiddenSeries": false, "id": 71, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(workqueue_adds_total{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (name)", "hide": false, "interval": "", "legendFormat": "__auto", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Controller Queue Add Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:604", "decimals": 2, "format": "none", "label": "count/s", "logBase": 1, "show": true }, { "$$hashKey": "object:605", "format": "short", "logBase": 1, "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 18 }, "hiddenSeries": false, "id": 68, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(controller_runtime_reconcile_total{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (result, controller)", "legendFormat": "{{result}}: {{controller}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Reconcile Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:684", "decimals": 2, "format": "none", "label": "count/s", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:685", "format": "short", "logBase": 1, "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 18 }, "hiddenSeries": false, "id": 69, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(controller_runtime_reconcile_time_seconds_sum{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (controller) / sum(rate(controller_runtime_reconcile_time_seconds_count{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (controller)", "hide": false, "legendFormat": "{{controller}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Average Reconcile Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:764", "decimals": 2, "format": "s", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:765", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 85, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(controller_runtime_reconcile_time_seconds_sum{controller=\"application\",app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) / sum(rate(controller_runtime_reconcile_time_seconds_count{controller=\"application\",app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval]))", "hide": false, "legendFormat": "avg", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"application\",app_kubernetes_io_name=\"vela-core\"}[$rate_interval])) by (le))", "hide": false, "legendFormat": "p95", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "histogram_quantile(0.75, sum(rate(controller_runtime_reconcile_time_seconds_bucket{controller=\"application\",app_kubernetes_io_name=\"vela-core\"}[$rate_interval])) by (le))", "hide": false, "legendFormat": "p75", "range": true, "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Reconcile Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:764", "decimals": 2, "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:765", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 26 }, "hiddenSeries": false, "id": 76, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(kubevela_app_reconcile_time_seconds_sum{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\",stage=~\"[^.]+\"}[$rate_interval])) by (stage) / sum(rate(kubevela_app_reconcile_time_seconds_count{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\",stage=~\"[^.]+\"}[$rate_interval])) by (stage)", "hide": false, "legendFormat": "{{stage}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Reconcile Stage Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:918", "decimals": 2, "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:919", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "fieldConfig": { "defaults": { "unit": "reqps" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 26 }, "hiddenSeries": false, "id": 75, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(kubevela_controller_client_request_time_seconds_count{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (kind, verb)", "hide": false, "legendFormat": "{{verb}}: {{kind}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Client Request Throughput", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:998", "decimals": 2, "format": "reqps", "logBase": 1, "show": true }, { "$$hashKey": "object:999", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "decimals": 2, "description": "", "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 26 }, "hiddenSeries": false, "id": 74, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(kubevela_controller_client_request_time_seconds_sum{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (kind, verb) / sum(rate(kubevela_controller_client_request_time_seconds_count{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (kind, verb)", "hide": false, "legendFormat": "{{verb}}: {{kind}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Client Request Avg Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1078", "decimals": 2, "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:1079", "decimals": 2, "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 34 }, "id": 66, "panels": [], "title": "Application", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "unit": "short" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 4, "x": 0, "y": 35 }, "hiddenSeries": false, "id": 60, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(application_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"})", "hide": false, "interval": "", "legendFormat": "All", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(application_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}) by (phase)", "interval": "", "legendFormat": "Phase: {{phase}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Number of Applications", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:50", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:51", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "unit": "short" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 5, "x": 4, "y": 35 }, "hiddenSeries": false, "id": 61, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(workflow_step_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"})", "hide": false, "interval": "", "legendFormat": "All", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(workflow_step_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}) by (step_type)", "interval": "", "legendFormat": "Type: {{step_type}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Number of Steps", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:130", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:131", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "unit": "short" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 5, "x": 9, "y": 35 }, "hiddenSeries": false, "id": 62, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(workflow_step_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}) by (phase)", "hide": false, "interval": "", "legendFormat": "Status: {{phase}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(workflow_step_phase_number{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}) by (step_type, phase)", "interval": "", "legendFormat": "{{step_type}}: {{phase}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "StepStatus Distribution", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:210", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:211", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "unit": "cps" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 5, "x": 14, "y": 35 }, "hiddenSeries": false, "id": 63, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(workflow_initialized_num{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval]))", "hide": false, "interval": "", "legendFormat": "Initialize Rate", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Workflow Initialize Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:290", "format": "cps", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:291", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 5, "x": 19, "y": 35 }, "hiddenSeries": false, "id": 64, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(workflow_finished_time_seconds_sum{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (phase) / sum(rate(workflow_finished_time_seconds_count{app_kubernetes_io_name=\"vela-core\",cluster=\"local\",pod=~\"$pod\"}[$rate_interval])) by (phase)", "hide": false, "interval": "", "legendFormat": "{{phase}}", "range": true, "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Workflow Average Complete Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:444", "format": "s", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:445", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 43 }, "id": 133, "panels": [], "title": "Overview of cluster-gateway", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 44 }, "id": 128, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(ocm_proxy_proxied_request_duration_seconds_sum[$rate_interval])) by (verb, resource) / sum(rate(ocm_proxy_proxied_request_duration_seconds_count[$rate_interval])) by (verb, resource)", "legendFormat": "{{verb}} {{resource}}", "range": true, "refId": "A" } ], "title": "Avg Latency (by verb & resource)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "qps" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 6, "y": 44 }, "id": 130, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "bottom", "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(ocm_proxy_proxied_request_duration_seconds_count[$rate_interval])) by (verb, resource)", "legendFormat": "{{verb}} {{resource}}", "range": true, "refId": "A" } ], "title": "QPS (by verb & resource)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 12, "y": 44 }, "id": 129, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "bottom", "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(ocm_proxy_proxied_request_duration_seconds_sum[$rate_interval])) by (cluster) / sum(rate(ocm_proxy_proxied_request_duration_seconds_count[$rate_interval])) by (cluster)", "legendFormat": "{{cluster}}", "range": true, "refId": "A" } ], "title": "Avg Latency (by cluster)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "qps" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 18, "y": 44 }, "id": 131, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "bottom", "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(ocm_proxy_proxied_request_duration_seconds_count[$rate_interval])) by (cluster)", "legendFormat": "{{cluster}}", "range": true, "refId": "A" } ], "title": "QPS (by cluster)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 51 }, "id": 145, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "count(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod))", "refId": "A" } ], "title": "Pods", "type": "stat" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#5f5f5f", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 51 }, "id": 138, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [], "fields": "/.*/", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$count(items)", "language": "jsonata" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/cluster.core.oam.dev/v1alpha1/clustergateways" } ], "title": "Clusters", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "#1f78c1", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 51 }, "id": 140, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_threads{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Threads", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 51 }, "id": 142, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod)\n* on(pod) group_right() sum(rate(container_network_receive_bytes_total[5m])) by (pod)) + \nsum(sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod)\n* on(pod) group_right() sum(rate(container_network_transmit_bytes_total[5m])) by (pod))", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Network IO", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.6 }, { "color": "red", "value": 0.8 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 51 }, "id": 134, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}[5m])) /\nsum(container_spec_cpu_quota{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) * 1e5", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "CPU Usage", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cores" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 15, "y": 51 }, "id": 143, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}[5m]))", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "CPU Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.6 }, { "color": "red", "value": 0.8 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 51 }, "id": 135, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) / sum(container_spec_memory_limit_bytes{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Memory Usage", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 21, "y": 51 }, "id": 144, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": { "valueSize": 32 }, "textMode": "auto" }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"})", "intervalFactor": 2, "refId": "A", "step": 600 } ], "title": "Memory Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "color-text", "inspect": false }, "links": [], "mappings": [ { "options": { "0": { "color": "green", "index": 7 }, "Running": { "color": "green", "index": 3 }, "false": { "color": "red", "index": 1, "text": "False" }, "true": { "color": "green", "index": 0, "text": "True" }, "unknown": { "color": "yellow", "index": 2, "text": "Unknown" } }, "type": "value" }, { "options": { "pattern": "Waiting|Unknown", "result": { "color": "yellow", "index": 4 } }, "type": "regex" }, { "options": { "pattern": "Terminated", "result": { "color": "red", "index": 5 } }, "type": "regex" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "text", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "Age" }, "properties": [ { "id": "unit", "value": "s" } ] }, { "matcher": { "id": "byRegexp", "options": "Restarts|Age|Dashboard|#Apps" }, "properties": [ { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byRegexp", "options": "Age|Status|Ready|Restarts" }, "properties": [ { "id": "custom.width", "value": 80 } ] }, { "matcher": { "id": "byRegexp", "options": "Dashboard" }, "properties": [ { "id": "links", "value": [ { "targetBlank": true, "title": "Detail", "url": "/d/kubernetes-pod/kubernetes-pod?${namespace:queryparam}&${cluster:queryparam}&${datasource:queryparam}&var-pod=${__data.fields.Pod}" } ] }, { "id": "mappings", "value": [ { "options": { "1": { "color": "yellow", "index": 0, "text": "Detail" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byRegexp", "options": "IP|Node|Dashboard|ShardID|#Apps" }, "properties": [ { "id": "custom.width", "value": 120 } ] }, { "matcher": { "id": "byRegexp", "options": "Memory|CPU" }, "properties": [ { "id": "custom.width", "value": 120 }, { "id": "unit", "value": "percentunit" }, { "id": "decimals", "value": 2 }, { "id": "mappings", "value": [ { "options": { "from": 0, "result": { "color": "green", "index": 0 }, "to": 0.6 }, "type": "range" }, { "options": { "from": 0.6, "result": { "color": "yellow", "index": 1 }, "to": 0.8 }, "type": "range" }, { "options": { "from": 0.8, "result": { "color": "red", "index": 2 }, "to": 1 }, "type": "range" } ] }, { "id": "custom.align", "value": "left" } ] } ] }, "gridPos": { "h": 4, "w": 24, "x": 0, "y": 55 }, "id": 136, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_info{cluster=\"local\"}) by (created_by_name, uid, pod, pod_ip, node) * on(pod) group_left() sum(kube_pod_container_info{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_status_phase{cluster=\"local\"} * (kube_pod_status_phase{cluster=\"local\"} > 0)) by (pod, phase)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(kube_pod_status_ready{cluster=\"local\"} * (kube_pod_status_ready{cluster=\"local\"} > 0)) by (pod, condition)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "time() - max(kube_pod_created{cluster=\"local\"}) by (pod)", "format": "table", "hide": false, "instant": true, "legendFormat": "__auto", "range": false, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "exemplar": false, "expr": "sum(max(kube_pod_container_status_restarts_total{cluster=\"local\"}) by (pod, container)) by (pod)", "format": "table", "hide": false, "instant": true, "range": false, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(container_memory_working_set_bytes{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod) / sum(container_spec_memory_limit_bytes{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod)", "format": "table", "hide": false, "range": true, "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "editorMode": "code", "expr": "sum(rate(container_cpu_usage_seconds_total{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}[5m])) by (pod) / sum(container_spec_cpu_quota{cluster=\"local\",container=\"kubevela-vela-core-cluster-gateway\"}) by (pod) * 1e5", "format": "table", "hide": false, "range": true, "refId": "G" } ], "title": "Pods", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "pod" } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "Value #A" } ], "match": "any", "type": "include" } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time 1": 7, "Time 2": 10, "Time 3": 11, "Time 4": 12, "Time 5": 20, "Time 6": 21, "Time 7": 22, "Time 8": 23, "Value #A": 9, "Value #B": 18, "Value #C": 19, "Value #D": 4, "Value #E": 3, "Value #F": 15, "Value #G": 14, "Value #H": 16, "condition": 1, "controller_core_oam_dev_shard_id": 13, "created_by_name": 8, "node": 6, "phase": 2, "pod": 0, "pod_ip": 5, "uid": 17 }, "renameByName": { "Value #C": "", "Value #D": "Age", "Value #E": "Restarts", "Value #F": "Memory", "Value #G": "CPU", "Value #H": "#Apps", "condition": "Ready", "controller_core_oam_dev_shard_id": "ShardID", "created_by_name": "", "node": "Node", "phase": "Status", "pod": "Pod", "pod 1": "Pod", "pod 2": "", "pod_ip": "IP", "replicaset": "ReplicaSet", "uid": "UID" } } }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "Pod", "Ready", "Status", "Restarts", "Age", "IP", "Node", "ShardID", "CPU", "Memory", "#Apps" ] } } }, { "id": "calculateField", "options": { "alias": "Dashboard", "mode": "reduceRow", "reduce": { "include": [ "Pod" ], "reducer": "count" } } } ], "type": "table" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 59 }, "id": 92, "panels": [ { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "Description|CUE|CustomStatus|HealthPolicy" }, "properties": [ { "id": "custom.inspect", "value": true } ] }, { "matcher": { "id": "byRegexp", "options": "^((?!Description).)*$" }, "properties": [ { "id": "custom.width", "value": 200 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 48 }, "id": 88, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$.items[*].metadata.name", "name": "Name" }, { "jsonPath": "$.items[*].metadata.namespace", "language": "jsonpath", "name": "Namespace" }, { "jsonPath": "$.items[*].metadata.annotations.\"definition.oam.dev/description\"", "language": "jsonata", "name": "Description" }, { "jsonPath": "$.items[*].metadata.($exists(annotations.\"custom.definition.oam.dev/alias.config.oam.dev\") ? annotations.\"custom.definition.oam.dev/alias.config.oam.dev\" : '')", "language": "jsonata", "name": "Alias" }, { "jsonPath": "$.items[*].spec.workload.type", "language": "jsonata", "name": "Workload" }, { "jsonPath": "$.items[*].spec.schematic.cue.template", "language": "jsonpath", "name": "CUE" }, { "jsonPath": "$.items[*].spec.($exists(status.customStatus) ? status.customStatus : '')", "language": "jsonata", "name": "CustomStatus" }, { "jsonPath": "$.items[*].spec.($exists(status.healthPolicy) ? status.healthPolicy : '')", "language": "jsonata", "name": "HealthPolicy" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/core.oam.dev/v1beta1/componentdefinitions" } ], "title": "ComponentDefinitions", "type": "table" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "Description|CUE|CustomStatus|HealthPolicy" }, "properties": [ { "id": "custom.inspect", "value": true } ] }, { "matcher": { "id": "byRegexp", "options": "^((?!Description).)*$" }, "properties": [ { "id": "custom.width", "value": 200 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 56 }, "id": 89, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$.items[*].metadata.name", "name": "Name" }, { "jsonPath": "$.items[*].metadata.namespace", "language": "jsonpath", "name": "Namespace" }, { "jsonPath": "$.items[*].metadata.annotations.\"definition.oam.dev/description\"", "language": "jsonata", "name": "Description" }, { "jsonPath": "$.items[*].spec.schematic.cue.template", "language": "jsonpath", "name": "CUE" }, { "jsonPath": "$.items[*].spec.($exists(status.customStatus) ? status.customStatus : '')", "language": "jsonata", "name": "CustomStatus" }, { "jsonPath": "$.items[*].spec.($exists(status.healthPolicy) ? status.healthPolicy : '')", "language": "jsonata", "name": "HealthPolicy" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/core.oam.dev/v1beta1/traitdefinitions" } ], "title": "TraitDefinitions", "type": "table" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "Description|CUE|CustomStatus|HealthPolicy" }, "properties": [ { "id": "custom.inspect", "value": true } ] }, { "matcher": { "id": "byRegexp", "options": "^((?!Description).)*$" }, "properties": [ { "id": "custom.width", "value": 200 } ] }, { "matcher": { "id": "byRegexp", "options": "CUE" }, "properties": [ { "id": "custom.width", "value": 600 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 64 }, "id": 90, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$.items[*].metadata.name", "name": "Name" }, { "jsonPath": "$.items[*].metadata.namespace", "language": "jsonpath", "name": "Namespace" }, { "jsonPath": "$.items[*].metadata.annotations.\"definition.oam.dev/description\"", "language": "jsonata", "name": "Description" }, { "jsonPath": "$.items[*].spec.schematic.cue.template", "language": "jsonpath", "name": "CUE" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/core.oam.dev/v1beta1/traitdefinitions" } ], "title": "WorkflowStepDefinitions", "type": "table" } ], "title": "X-Definitions", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 60 }, "id": 98, "panels": [ { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "color-text", "inspect": false }, "mappings": [ { "options": { "running": { "color": "green", "index": 0 } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "text" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 0, "y": 30 }, "id": 94, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$.items[*].metadata.labels.\"addons.oam.dev/name\"", "language": "jsonata", "name": "Name" }, { "jsonPath": "$.items[*].metadata.labels.\"addons.oam.dev/version\"", "language": "jsonata", "name": "Version" }, { "jsonPath": "$.items[*].metadata.labels.\"addons.oam.dev/registry\"", "language": "jsonata", "name": "Registry" }, { "jsonPath": "$.items[*].($exists(status.status) ? status.status : '')", "language": "jsonata", "name": "Status" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/core.oam.dev/v1beta1/applications?labelSelector=addons.oam.dev%2Fname" } ], "title": "Addons", "type": "table" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "left", "displayMode": "color-text", "inspect": false }, "mappings": [ { "options": { "running": { "color": "green", "index": 0 } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "text" } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "#.*|WorkflowMode" }, "properties": [ { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byRegexp", "options": "Namespace|Name|CreateTime|Status" }, "properties": [ { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Json" }, "properties": [ { "id": "custom.displayMode", "value": "json-view" }, { "id": "custom.inspect", "value": true } ] }, { "matcher": { "id": "byRegexp", "options": "Namespace|Name|WorkflowMode|Status|ShardID" }, "properties": [ { "id": "custom.filterable", "value": true } ] } ] }, "gridPos": { "h": 8, "w": 17, "x": 7, "y": 30 }, "id": 96, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.3", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_KUBERNETESAPISERVER}" }, "fields": [ { "jsonPath": "$.items[*].metadata.namespace", "name": "Namespace" }, { "jsonPath": "$.items[*].metadata.name", "language": "jsonpath", "name": "Name" }, { "jsonPath": "$.items[*].metadata.creationTimestamp", "language": "jsonpath", "name": "CreateTime" }, { "jsonPath": "$.items[*].metadata.labels.\"controller.core.oam.dev/scheduled-shard-id\"", "language": "jsonata", "name": "ShardID" }, { "jsonPath": "$.items[*].spec.($count(components))", "language": "jsonata", "name": "#Components" }, { "jsonPath": "$.items[*].spec.($count(policies))", "language": "jsonata", "name": "#Traits" }, { "jsonPath": "$.items[*].status.workflow.mode", "language": "jsonata", "name": "WorkflowMode" }, { "jsonPath": "$.items[*].status.workflow.($count(steps))", "language": "jsonata", "name": "#WorkflowSteps" }, { "jsonPath": "$.items[*].status.status", "language": "jsonpath", "name": "Status" }, { "jsonPath": "$.items[*]", "language": "jsonpath", "name": "Json" } ], "method": "GET", "queryParams": "", "refId": "A", "urlPath": "/apis/core.oam.dev/v1beta1/applications" } ], "title": "Applications", "type": "table" } ], "title": "Applications", "type": "row" } ], "refresh": "1m", "schemaVersion": 36, "style": "dark", "tags": [ "kubevela", "system" ], "templating": { "list": [ { "current": { "selected": false, "text": "prometheus-vela", "value": "prometheus-vela" }, "hide": 2, "includeAll": false, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "5m", "value": "5m" }, "hide": 2, "name": "rate_interval", "options": [ { "selected": false, "text": "3m", "value": "3m" }, { "selected": true, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "3m,5m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "allValue": ".+", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VELA}" }, "definition": "label_values(application_phase_number, pod)", "hide": 0, "includeAll": true, "label": "Pod", "multi": false, "name": "pod", "options": [], "query": { "query": "label_values(application_phase_number, pod)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "KubeVela System", "uid": "kubevela-system", "version": 4, "weekStart": "", "gnetId": 18200 }
2023-03-01 07:31:29 UTC
null
0
0
17,398
1
742,832
26,730
0
docker-node-container-stats
Docker - Node & Container stats
Docker stats by Ron Pool
2022-11-12 18:40:55 UTC
2022-11-12 18:49:04 UTC
0
Use : https://github.com/prometheus-net/docker_exporter
0
0
nodeExporter
- targets: ['ip-addr:9104'] labels: host: hostname metrics_path: /metrics alias: host-alias
0
0
26,730
1
17,398
1
0
Docker stats by Ron Pool
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table-old", "name": "Table (old)", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Docker stats by Ron Pool ", "editable": false, "fiscalYearStartMonth": 0, "gnetId": 17398, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 21, "panels": [], "title": "Platform", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "green", "mode": "palette-classic" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 9, "x": 0, "y": 1 }, "id": 19, "options": { "displayMode": "lcd", "minVizHeight": 6, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_containers", "interval": "", "legendFormat": "{{alias}}", "range": true, "refId": "A" } ], "title": "Containers per host", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 2, "x": 9, "y": 1 }, "id": 30, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "\r\nsum (docker_containers)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Total Containers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 2, "x": 11, "y": 1 }, "id": 27, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "\r\ncount(docker_containers)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Total hosts", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 2, "x": 13, "y": 1 }, "id": 31, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "\r\ncount(docker_container_cpu_capacity_total)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Total Cores", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 1, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 9, "x": 15, "y": 1 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg(rate(docker_container_disk_read_bytes[5m]))", "interval": "", "legendFormat": "Disk read", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg(- rate(docker_container_disk_write_bytes[5m]))", "hide": false, "legendFormat": "Disk write", "range": true, "refId": "B" } ], "title": "Total disk action", "type": "timeseries" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 23, "panels": [], "title": "Host", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 2, "x": 0, "y": 7 }, "id": 12, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_containers{host=\"$host\"}", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Containers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 2, "y": 7 }, "id": 14, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(node_filesystem_size_bytes{host=\"$host\",fstype=\"ext4\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Total diskspace", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "red", "value": null }, { "color": "#EAB839", "value": 10 }, { "color": "green", "value": 20 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 6, "y": 7 }, "id": 15, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(node_filesystem_avail_bytes {host=~'$host',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}-0)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Free diskspace", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 8000 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 14, "x": 10, "y": 7 }, "id": 17, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(node_cpu_seconds_total{host=\"$host\",mode=\"idle\"}[5m]) /10", "legendFormat": "Core: {{cpu}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "", "hide": false, "legendFormat": "__auto", "range": true, "refId": "B" } ], "title": "CPU Usage by container(s)", "type": "gauge" }, { "columns": [], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fontSize": "100%", "gridPos": { "h": 8, "w": 24, "x": 0, "y": 12 }, "hideTimeOverride": true, "id": 10, "links": [], "options": { "footer": { "enablePagination": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.2.4", "showHeader": true, "sort": { "col": 7, "desc": true }, "styles": [ { "$$hashKey": "object:52", "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "date" }, { "$$hashKey": "object:53", "alias": "", "align": "right", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "alias", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:271", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:282", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "job", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:1302", "alias": "Started", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "mappingType": 1, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "short" }, { "$$hashKey": "object:1325", "alias": "Restart", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "mappingType": 1, "pattern": "Value #C", "thresholds": [], "type": "number", "unit": "none" }, { "$$hashKey": "object:1371", "alias": "Running time", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #A", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:2134", "alias": "Container name", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "name", "thresholds": [], "type": "string", "unit": "short" }, { "$$hashKey": "object:2177", "alias": "Hostname", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "host", "thresholds": [], "type": "string", "unit": "short" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "node_time- docker_container_start_time_seconds{host=~\"$host\", name=~\"$containers\"}", "format": "table", "hide": false, "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 40 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(docker_container_running_state{host =~ \"$host\", name =~ \"$containers\"}) without (__name__)", "format": "table", "hide": false, "instant": true, "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(increase(docker_container_restart_count{host =~ \"$host\", name =~ \"$containers\"}[$__range])) without (__name__)", "format": "table", "hide": false, "instant": true, "legendFormat": "", "refId": "C" } ], "title": "Status", "transform": "table", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "type": "table-old" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 }, "id": 25, "panels": [], "title": "Container", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 21 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(increase(docker_container_cpu_used_total{host =~ \"$host\", name =~ \"$containers\"}[30s]) / increase(docker_container_cpu_capacity_total[30s])) > 0 or (increase(docker_container_cpu_used_total{host =~ \"$host\", name =~ \"$containers\"}[1m]) / increase(docker_container_cpu_capacity_total[1m])) > 0 or (increase(docker_container_cpu_used_total{host =~ \"$host\", name =~ \"$containers\"}[3m]) / increase(docker_container_cpu_capacity_total[3m])) > 0 or (increase(docker_container_cpu_used_total{host =~ \"$host\", name =~ \"$containers\"}[5m]) / increase(docker_container_cpu_capacity_total[5m]))", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{host}} / {{name}}", "range": true, "refId": "A", "step": 60 } ], "thresholds": [], "timeRegions": [], "title": "CPU %", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 21 }, "hiddenSeries": false, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_container_memory_used_bytes{host =~ \"$host\", name=~ \"$containers\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{host}} / {{name}}", "range": true, "refId": "A", "step": 60 } ], "thresholds": [], "timeRegions": [], "title": "Memory usage", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Receive displayed as negative for easy differentiation on single panel", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(docker_container_network_in_bytes{host =~ \"$host\", name =~ \"$containers\"}[1m]) * -8", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{host}} / {{name}} receive", "range": true, "refId": "A", "step": 60 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(docker_container_network_out_bytes{host =~ \"$host\", name =~ \"$containers\"}[1m]) * 8", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{host}} / {{name}} transmit", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "vector(0)", "legendFormat": "Zero point reference", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Network I/O (+transmit, -receive)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bps", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Read displayed as negative for easy differentiation on single panel", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 30 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-rate(docker_container_disk_read_bytes{host =~ \"$host\", name =~ \"$containers\"}[1m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{host}} / {{name}} read", "range": true, "refId": "A", "step": 60 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(docker_container_disk_write_bytes{host =~ \"$host\", name =~ \"$containers\"}[1m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{host}} / {{name}} write", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "vector(0)", "legendFormat": "Zero point reference", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Disk I/O (+write, -read)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "prometheus", "docker", "linux" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(docker_container_running_state{host=~ \"$host\"}, name)", "hide": 0, "includeAll": true, "label": "Containers", "multi": true, "name": "containers", "options": [], "query": { "query": "label_values(docker_container_running_state{host=~ \"$host\"}, name)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(docker_containers,host)", "hide": 0, "includeAll": false, "label": "host", "multi": false, "name": "host", "options": [], "query": { "query": "label_values(docker_containers,host)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Docker - Node & Container stats", "uid": "OLn-n3fWz", "version": 17, "weekStart": "" }
2022-11-12 18:40:56 UTC
null
0
0
18,212
1
584,794
27,957
0
home-energy
Home Energy
A simple Dashboard to visualize the energy measured by sensors like the Shelly Plug S.
2023-03-02 12:06:17 UTC
2023-04-06 07:32:49 UTC
0
If you need more information. I summarized it [here](https://tobisyurt.net/home-energy).
82,087
82,088
Other
null
0
0
27,957
1
18,212
1
0
null
{ "__inputs": [ { "name": "DS_HOME-SENSORS-INFLUXDB", "label": "home-sensors-InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.5.13" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 600, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-green", "value": null }, { "color": "green", "value": 60 }, { "color": "yellow", "value": 120 }, { "color": "orange", "value": 200 }, { "color": "red", "value": 300 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 8, "w": 10, "x": 0, "y": 0 }, "id": 6, "maxDataPoints": 1, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "8.5.13", "targets": [ { "alias": "Büro", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1m" ], "type": "time" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] }, { "alias": "Server Room", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1m" ], "type": "time" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] }, { "alias": "Home Cinema", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1m" ], "type": "time" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "title": "Power NOW", "transformations": [], "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 8, "x": 10, "y": 0 }, "id": 12, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.13", "targets": [ { "alias": "Büro", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ " / 12" ], "type": "math" } ] ], "tags": [] }, { "alias": "Server Room", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ " / 12" ], "type": "math" } ] ], "tags": [] }, { "alias": "Home Cinema", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ " / 12" ], "type": "math" } ] ], "tags": [] } ], "title": "Energy over time period", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "reducer": "sum" } } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "max": 600, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-green", "value": null }, { "color": "green", "value": 60 }, { "color": "yellow", "value": 100 }, { "color": "orange", "value": 150 }, { "color": "red", "value": 250 } ] }, "unit": "watth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 18, "y": 0 }, "id": 7, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "8.5.13", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": "24h", "title": "Energy over 24 hours avg NOW", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "reducer": "sum" }, "replaceFields": true } }, { "id": "calculateField", "options": { "binary": { "left": "Total", "operator": "*", "reducer": "sum", "right": "24" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": true } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "yellow", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "currencyCHF" }, "overrides": [] }, "gridPos": { "h": 4, "w": 8, "x": 10, "y": 4 }, "id": 13, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.13", "targets": [ { "alias": "Büro", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ "/(12*9380)" ], "type": "math" } ] ], "tags": [] }, { "alias": "Server Room", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ " / (12 * 9380)" ], "type": "math" } ] ], "tags": [] }, { "alias": "Home Cinema", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "5m" ], "type": "time" }, { "params": [ "previous" ], "type": "fill" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "cumulative_sum" }, { "params": [ " / (12 * 9380)" ], "type": "math" } ] ], "tags": [] } ], "title": "Costs over time period", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "reducer": "sum" } } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "yellow", "mode": "fixed" }, "mappings": [], "max": 600, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-green", "value": null }, { "color": "green", "value": 60 }, { "color": "yellow", "value": 100 }, { "color": "orange", "value": 150 }, { "color": "red", "value": 250 } ] }, "unit": "currencyCHF" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 18, "y": 4 }, "id": 8, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "8.5.13", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": "24h", "title": "Costs over 24 hours avg NOW", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "reducer": "sum" }, "replaceFields": true } }, { "id": "calculateField", "options": { "binary": { "left": "Total", "operator": "*", "reducer": "sum", "right": "24" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": true } }, { "id": "calculateField", "options": { "alias": "CHF pro Wh", "binary": { "left": "Total * 24", "operator": "*", "reducer": "sum", "right": "0.0001066" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": true } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 24, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 14, "w": 15, "x": 0, "y": 8 }, "id": 2, "options": { "legend": { "calcs": [ "min", "max", "mean" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Büro", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "alias": "Server Room", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "alias": "Home Cinema", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Watts over time", "transformations": [ { "id": "calculateField", "options": {} } ], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "fillOpacity": 31, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watth" }, "overrides": [] }, "gridPos": { "h": 14, "w": 9, "x": 15, "y": 8 }, "id": 14, "interval": "7d", "options": { "barRadius": 0, "barWidth": 0.82, "groupWidth": 0.75, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xField": "Time", "xTickLabelRotation": 0, "xTickLabelSpacing": 100 }, "pluginVersion": "8.5.13", "targets": [ { "alias": "Büro", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1d" ], "type": "time" } ], "measurement": "power_mobilesens1", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ " * 24" ], "type": "math" } ] ], "tags": [], "tz": "Europe/Zurich" }, { "alias": "Server Room", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1d" ], "type": "time" } ], "hide": false, "measurement": "power_sens1", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ " * 24" ], "type": "math" } ] ], "tags": [], "tz": "Europe/Zurich" }, { "alias": "Home Cinema", "datasource": { "type": "influxdb", "uid": "${DS_HOME-SENSORS-INFLUXDB}" }, "groupBy": [ { "params": [ "1d" ], "type": "time" } ], "hide": false, "measurement": "power_sens2", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ " * 24" ], "type": "math" } ] ], "tags": [], "tz": "Europe/Zurich" } ], "timeFrom": "7d", "title": "Energy per day over the last 7 days", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "reducer": "sum" } } } ], "type": "barchart" } ], "refresh": "5s", "schemaVersion": 36, "style": "dark", "tags": [ "home automation" ], "templating": { "list": [] }, "time": { "from": "now-2d", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m" ] }, "timezone": "", "title": "Home Energy", "uid": "8Pu2BrN4k", "version": 75, "weekStart": "monday", "gnetId": 18212, "description": "A simple Dashboard to visualize the energy measured by sensors like the Shelly Plug S.\r\n\r\n" }
2023-03-02 12:06:17 UTC
2023-03-02 12:12:12 UTC
0
0
18,267
1
813,964
28,040
0
prometheus-server
Prometheus Server with Sensors
Dashboard based on https://github.com/starsliao/Prometheus
2023-03-13 07:42:50 UTC
2023-03-13 15:40:09 UTC
0
Dashboard based on https://github.com/starsliao/Prometheus Requirements: - Grafana - Prometheus - Node Exporter - Linux Monitoring Sensors (lm_sensors) Added temperature and fan sensors panels and also small esthetic tweaks: - Changed Overall average to a line every 1m, useful for alerts - Changed Internet traffic bar from 1h to 5m - Changed line thickness from 2 to 1 - Changed thresholds from 80 to 90 - Added temperature and fan sensors panels, useful for alerts as well **prometheus.yml** ``` scrape_configs: - job_name: "prometheus" static_configs: - targets: ["host1:9100", "host2:9100", "host3:9100", "vm1:9100"] ``` **prometheus.service** (not required if using containers) ``` # /etc/systemd/system/prometheus.service [Unit] Description=Prometheus Server Documentation=https://prometheus.io/docs/introduction/overview/ After=network-online.target [Service] User=root Restart=on-failure ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml --web.listen-address=:9091 [Install] WantedBy=multi-user.target ```
82,384
82,385
nodeExporter
Node Exporter running in each host or vm, no extra config required. Everything else is configured in Prometheus server. **node_exporter.service ** (not required if using containers) ```yaml # /etc/systemd/system/node_exporter.service [Unit] Description=Node Exporter After=network.target [Service] Type=simple ExecStart=/usr/bin/node_exporter [Install] WantedBy=multi-user.target ```
0
0
28,040
1
18,267
1
0
【English version】Update 2020.10.10, add the overall resource overview! Support Grafana6&7,Support Node Exporter v0.16 and above.Optimize the main metrics display. Includes: CPU, memory, disk IO, network, temperature and other monitoring metrics。https://github.com/starsliao/Prometheus
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table-old", "name": "Table (old)", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:2875", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Dashboard based on https://github.com/starsliao/Prometheus", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18267, "graphTooltip": 0, "id": null, "links": [ { "$$hashKey": "object:2300", "icon": "bolt", "tags": [], "targetBlank": true, "title": "Update", "tooltip": "Update dashboard", "type": "link", "url": "https://grafana.com/grafana/dashboards/11074" }, { "$$hashKey": "object:2301", "icon": "question", "tags": [], "targetBlank": true, "title": "GitHub", "tooltip": "more dashboard", "type": "link", "url": "https://github.com/starsliao" }, { "$$hashKey": "object:2302", "asDropdown": true, "icon": "external link", "tags": [], "targetBlank": true, "title": "", "type": "dashboards" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "LAz8JjR4k" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 187, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "LAz8JjR4k" }, "refId": "A" } ], "title": "Resource Overview (associated JOB),Host:$show_hostname,Instance:$node", "type": "row" }, { "columns": [], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Partition utilization, disk read, disk write, download bandwidth, upload bandwidth, if there are multiple network cards or multiple partitions, it is the value of the network card or partition with the highest utilization rate collected.\n\nCurrEstab: The number of TCP connections whose current status is ESTABLISHED or CLOSE-WAIT.", "fontSize": "80%", "gridPos": { "h": 6, "w": 24, "x": 0, "y": 1 }, "id": 185, "showHeader": true, "sort": { "col": 16, "desc": true }, "styles": [ { "$$hashKey": "object:1600", "alias": "Hostname", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "link": false, "linkTooltip": "", "linkUrl": "", "mappingType": 1, "pattern": "nodename", "thresholds": [], "type": "string", "unit": "bytes" }, { "$$hashKey": "object:1601", "alias": "IP(Link to details)", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": true, "linkTargetBlank": false, "linkTooltip": "Browse host details", "linkUrl": "d/xfpJB9FGz/node-exporter?orgId=1&var-job=${job}&var-hostname=All&var-node=${__cell}&var-device=All&var-origin_prometheus=$origin_prometheus", "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "number", "unit": "short" }, { "$$hashKey": "object:1602", "alias": "Memory", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "bytes" }, { "$$hashKey": "object:1603", "alias": "CPU Cores", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "mappingType": 1, "pattern": "Value #C", "thresholds": [], "type": "number", "unit": "short" }, { "$$hashKey": "object:1604", "alias": " Uptime", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #D", "thresholds": [], "type": "number", "unit": "s" }, { "$$hashKey": "object:1605", "alias": "Partition used%*", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #E", "thresholds": [ "85", "90" ], "type": "number", "unit": "percent" }, { "$$hashKey": "object:1606", "alias": "CPU used%", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #F", "thresholds": [ "85", "90" ], "type": "number", "unit": "percent" }, { "$$hashKey": "object:1607", "alias": "Memory used%", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #G", "thresholds": [ "85", "90" ], "type": "number", "unit": "percent" }, { "$$hashKey": "object:1608", "alias": "Disk read*", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #H", "thresholds": [ "10485760", "20485760" ], "type": "number", "unit": "Bps" }, { "$$hashKey": "object:1609", "alias": "Disk write*", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #I", "thresholds": [ "10485760", "20485760" ], "type": "number", "unit": "Bps" }, { "$$hashKey": "object:1610", "alias": "Download*", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #J", "thresholds": [ "30485760", "104857600" ], "type": "number", "unit": "bps" }, { "$$hashKey": "object:1611", "alias": "Upload*", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #K", "thresholds": [ "30485760", "104857600" ], "type": "number", "unit": "bps" }, { "$$hashKey": "object:1612", "alias": "5m load", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #L", "thresholds": [], "type": "number", "unit": "short" }, { "$$hashKey": "object:1613", "alias": "CurrEstab", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #M", "thresholds": [ "1000", "1500" ], "type": "string", "unit": "short" }, { "$$hashKey": "object:1614", "alias": "TCP_tw", "align": "center", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "mappingType": 1, "pattern": "Value #N", "thresholds": [ "5000", "20000" ], "type": "number", "unit": "short" }, { "$$hashKey": "object:1615", "alias": "", "align": "right", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "instant": true, "interval": "", "legendFormat": "主机名", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(time() - node_boot_time_seconds{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})by(instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "运行时间", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "总内存", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "count(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode='system'}) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "总核数", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load5{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}", "format": "table", "instant": true, "interval": "", "legendFormat": "5分钟负载", "refId": "L" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - avg(rate(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode=\"idle\"}[$interval])) by (instance)) * 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU使用率", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - (node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} / (node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})))* 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "内存使用率", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "max((node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs|fuseblk\"}-node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs|fuseblk\"}) *100/(node_filesystem_avail_bytes {origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs|fuseblk\"}+(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs|fuseblk\"}-node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs|fuseblk\"})))by(instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "分区使用率", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "max(rate(node_disk_read_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "最大读取", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "max(rate(node_disk_written_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "最大写入", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_netstat_Tcp_CurrEstab{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "连接数", "refId": "M" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_TCP_tw{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "TIME_WAIT", "refId": "N" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "max(rate(node_network_receive_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])*8) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "下载带宽", "refId": "J" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "max(rate(node_network_transmit_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])*8) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "上传带宽", "refId": "K" } ], "title": "Server Resource Overview【JOB:$job,Total:$total】", "transform": "table", "type": "table-old" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 90 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 7 }, "id": 199, "options": { "legend": { "calcs": [ "last" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "node_hwmon_temp_celsius{instance=~\"$node\"} > 16", "interval": "", "legendFormat": "{{chip}}", "range": true, "refId": "A" } ], "title": "lmsensors Temperature", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "right", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "yellow", "value": null }, { "color": "green", "value": 5 }, { "color": "red", "value": 90 } ] }, "unit": "rotrpm" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 7 }, "id": 201, "options": { "legend": { "calcs": [ "last" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "timezone": [ "" ], "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "node_hwmon_fan_rpm{instance=~\"$node\"} > 0", "format": "time_series", "instant": false, "legendFormat": "{{chip}}", "range": true, "refId": "A" } ], "title": "lmsensors Fans", "transformations": [], "type": "timeseries" }, { "aliasColors": { "192.168.200.241:9100_Total": "dark-red", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 15 }, "hiddenSeries": false, "id": 191, "legend": { "alignAsTable": false, "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2312", "alias": "Overall avg used%", "yaxis": 2 }, { "$$hashKey": "object:2313", "alias": "CPU Cores", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "count(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\", mode='system'})", "format": "time_series", "hide": false, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "CPU Cores", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(node_load5{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Total 5m load", "range": true, "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg(1 - avg(rate(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode=\"idle\"}[$interval])) by (instance)) * 100", "format": "time_series", "hide": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Overall avg used%", "range": true, "refId": "F", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "$job:Overall total 5m load & average CPU used%", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8791", "format": "short", "label": "Total 5m load", "logBase": 1, "show": true }, { "$$hashKey": "object:8792", "decimals": 0, "format": "percent", "label": "Overall average used%", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_总内存": "dark-red", "内存_Avaliable": "#6ED0E0", "内存_Cached": "#EF843C", "内存_Free": "#629E51", "内存_Total": "#6d1f62", "内存_Used": "#eab839", "可用": "#9ac48a", "总内存": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 1, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 15 }, "height": "300", "hiddenSeries": false, "id": 195, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2494", "alias": "Total", "color": "#C4162A", "fill": 0 }, { "$$hashKey": "object:2495", "alias": "Overall avg used%", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Total", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Total Used", "range": true, "refId": "B", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}) / sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))*100", "format": "time_series", "hide": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Overall avg used%", "range": true, "refId": "H" } ], "thresholds": [], "timeRegions": [], "title": "$job:Overall total memory & average memory used%", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8938", "format": "bytes", "label": "Total", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:8939", "format": "percent", "label": "Overall Average Used%", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 1, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 15 }, "hiddenSeries": false, "id": 197, "legend": { "alignAsTable": false, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2617", "alias": "Overall avg used%", "yaxis": 2 }, { "$$hashKey": "object:2618", "alias": "Total", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Total", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Total Used", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance))) *100/(sum(avg(node_filesystem_avail_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance))+(sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*|fuseblk|ntfs\"})by(device,instance))))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Overall avg used%", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "$job:Overall total disk & average disk used%", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8990", "decimals": 1, "format": "bytes", "label": "Total", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:8991", "format": "percent", "label": "Overall Average Used%", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "LAz8JjR4k" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 189, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "LAz8JjR4k" }, "refId": "A" } ], "title": "Resource Details:【$show_hostname】", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1 }, { "color": "rgba(50, 172, 45, 0.97)", "value": 3 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 0, "y": 23 }, "hideTimeOverride": true, "id": 15, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(time() - node_boot_time_seconds{instance=~\"$node\"})", "format": "time_series", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 40 } ], "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "0": { "text": "N/A" } }, "type": "value" } ], "max": 100, "min": 0.1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 70 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 2, "y": 23 }, "id": 177, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "100 - (avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"idle\"}[$interval])) * 100)", "instant": true, "interval": "", "legendFormat": "CPU Busy", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"iowait\"}[$interval])) * 100", "hide": true, "instant": true, "interval": "", "legendFormat": "IOwait使用率", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - (node_memory_MemAvailable_bytes{instance=~\"$node\"} / (node_memory_MemTotal_bytes{instance=~\"$node\"})))* 100", "instant": true, "interval": "", "legendFormat": "Used RAM Memory", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"})*100 /(node_filesystem_avail_bytes {instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}+(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}))", "hide": false, "instant": true, "interval": "", "legendFormat": "Used Max Mount($maxmount)", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - ((node_memory_SwapFree_bytes{instance=~\"$node\"} + 1)/ (node_memory_SwapTotal_bytes{instance=~\"$node\"} + 1))) * 100", "instant": true, "interval": "", "legendFormat": "Used SWAP", "refId": "F" } ], "transformations": [], "type": "bargauge" }, { "columns": [], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "In this kanban: the total disk, usage, available, and usage rate are consistent with the values of the Size, Used, Avail, and Use% columns of the df command, and the value of Use% will be rounded to one decimal place, which will be more accurate .\n\nNote: The Use% algorithm in df is: (size-free) * 100 / (avail + (size-free)), the result is divisible by this value, non-divisible by this value is +1, and the unit of the result is %.\nRefer to the df command source code:", "fontSize": "80%", "gridPos": { "h": 6, "w": 10, "x": 5, "y": 23 }, "id": 181, "links": [ { "targetBlank": true, "title": "https://github.com/coreutils/coreutils/blob/master/src/df.c", "url": "https://github.com/coreutils/coreutils/blob/master/src/df.c" } ], "scroll": true, "showHeader": true, "sort": { "col": 6, "desc": false }, "styles": [ { "$$hashKey": "object:307", "alias": "Mounted on", "align": "auto", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "mountpoint", "thresholds": [ "" ], "type": "string", "unit": "bytes" }, { "$$hashKey": "object:308", "alias": "Avail", "align": "auto", "colorMode": "value", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "mappingType": 1, "pattern": "Value #A", "thresholds": [ "5000000000", "10000000000" ], "type": "number", "unit": "bytes" }, { "$$hashKey": "object:309", "alias": "Used", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "mappingType": 1, "pattern": "Value #B", "thresholds": [ "85", "90" ], "type": "number", "unit": "percent" }, { "$$hashKey": "object:310", "alias": "Size", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "link": false, "mappingType": 1, "pattern": "Value #C", "thresholds": [], "type": "number", "unit": "bytes" }, { "$$hashKey": "object:311", "alias": "Filesystem", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "fstype", "thresholds": [], "type": "string", "unit": "short" }, { "$$hashKey": "object:312", "alias": "Device", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "mappingType": 1, "pattern": "device", "preserveFormat": false, "sanitize": false, "thresholds": [], "type": "string", "unit": "short" }, { "$$hashKey": "object:313", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "preserveFormat": true, "sanitize": false, "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}-0", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "总量", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "node_filesystem_avail_bytes {instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}-0", "format": "table", "hide": false, "instant": true, "interval": "10s", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}) *100/(node_filesystem_avail_bytes {instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}+(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs|fuseblk\",mountpoint !~\".*pod.*|.*Public.*|.*docker.*|.*containers.*\"}))", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "B" } ], "title": "【$show_hostname】:Disk Space Used Basic(EXT?/XFS)", "transform": "table", "type": "table-old" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 20 }, { "color": "#d44a3a", "value": 50 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 15, "y": 23 }, "id": 20, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"iowait\"}[$interval])) * 100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 20 } ], "title": "CPU iowait", "type": "stat" }, { "aliasColors": { "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_in": "light-red", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_in下载": "green", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_out上传": "yellow", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_in下载": "purple", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_out": "purple", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_out上传": "blue" }, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 6, "w": 7, "x": 17, "y": 23 }, "hiddenSeries": false, "id": 183, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "show": false, "sort": "current", "sortDesc": true, "total": true, "values": true }, "lines": false, "linewidth": 2, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:2970", "alias": "/.*_transmit$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "increase(node_network_receive_bytes_total{instance=~\"$node\",device=~\"$device\"}[5m])", "interval": "5m", "intervalFactor": 1, "legendFormat": "{{device}}_receive", "metric": "", "range": true, "refId": "A", "step": 600, "target": "" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "increase(node_network_transmit_bytes_total{instance=~\"$node\",device=~\"$device\"}[5m])", "hide": false, "interval": "5m", "intervalFactor": 1, "legendFormat": "{{device}}_transmit", "range": true, "refId": "B", "step": 600 } ], "thresholds": [], "timeRegions": [], "title": "Internet traffic per 5m $device", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2977", "format": "bytes", "label": "transmit(-)/receive(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:2978", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1 }, { "color": "rgba(50, 172, 45, 0.97)", "value": 2 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 0, "y": 25 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "count(node_cpu_seconds_total{instance=~\"$node\", mode='system'})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 20 } ], "title": "CPU Cores", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 100000 }, { "color": "rgba(50, 172, 45, 0.97)", "value": 1000000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 15, "y": 25 }, "id": 179, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(node_filesystem_files_free{instance=~\"$node\",mountpoint=\"$maxmount\",fstype=~\"ext.?|xfs\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 20 } ], "title": "Free inodes:$maxmount ", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 2 }, { "color": "rgba(50, 172, 45, 0.97)", "value": 3 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 0, "y": 27 }, "id": 75, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(node_memory_MemTotal_bytes{instance=~\"$node\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "A", "step": 20 } ], "title": "Total RAM", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1024 }, { "color": "rgba(50, 172, 45, 0.97)", "value": 10000 } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 15, "y": 27 }, "id": 178, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(node_filefd_maximum{instance=~\"$node\"})", "format": "time_series", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 20 } ], "title": "Total filefd", "type": "stat" }, { "aliasColors": { "192.168.200.241:9100_Total": "dark-red", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 29 }, "hiddenSeries": false, "id": 7, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3051", "alias": "/.*Total/", "color": "#C4162A", "fill": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"system\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "System", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"user\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "User", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"iowait\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "Iowait", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - avg(rate(node_cpu_seconds_total{instance=~\"$node\",mode=\"idle\"}[$interval])) by (instance))*100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Total", "refId": "F", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU% Basic", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:11294", "decimals": 0, "format": "percent", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:11295", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_总内存": "dark-red", "使用率": "yellow", "内存_Avaliable": "#6ED0E0", "内存_Cached": "#EF843C", "内存_Free": "#629E51", "内存_Total": "#6d1f62", "内存_Used": "#eab839", "可用": "#9ac48a", "总内存": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 29 }, "height": "300", "hiddenSeries": false, "id": 156, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3234", "alias": "Total", "color": "#C4162A", "fill": 0 }, { "$$hashKey": "object:3235", "alias": "Used%", "color": "rgb(0, 209, 255)", "lines": false, "pointradius": 1, "points": true, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytes{instance=~\"$node\"}", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "Total", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytes{instance=~\"$node\"} - node_memory_MemAvailable_bytes{instance=~\"$node\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Used", "refId": "B", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemAvailable_bytes{instance=~\"$node\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Avaliable", "refId": "F", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Buffers_bytes{instance=~\"$node\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "内存_Buffers", "refId": "D", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemFree_bytes{instance=~\"$node\"}", "format": "time_series", "hide": true, "intervalFactor": 1, "legendFormat": "内存_Free", "refId": "C", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Cached_bytes{instance=~\"$node\"}", "format": "time_series", "hide": true, "intervalFactor": 1, "legendFormat": "内存_Cached", "refId": "E", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytes{instance=~\"$node\"} - (node_memory_Cached_bytes{instance=~\"$node\"} + node_memory_Buffers_bytes{instance=~\"$node\"} + node_memory_MemFree_bytes{instance=~\"$node\"})", "format": "time_series", "hide": true, "intervalFactor": 1, "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - (node_memory_MemAvailable_bytes{instance=~\"$node\"} / (node_memory_MemTotal_bytes{instance=~\"$node\"})))* 100", "format": "time_series", "hide": false, "interval": "30m", "intervalFactor": 10, "legendFormat": "Used%", "refId": "H" } ], "thresholds": [], "timeRegions": [], "title": "Memory Basic", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3130", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:3131", "format": "percent", "label": "Utilization%", "logBase": 1, "max": "100", "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.10.227:9100_em1_in下载": "super-light-green", "192.168.10.227:9100_em1_out上传": "dark-blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 29 }, "height": "300", "hiddenSeries": false, "id": 157, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3308", "alias": "/.*_transmit$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_network_receive_bytes_total{instance=~'$node',device=~\"$device\"}[$interval])*8", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_receive", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_network_transmit_bytes_total{instance=~'$node',device=~\"$device\"}[$interval])*8", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_transmit", "refId": "B", "step": 4 } ], "thresholds": [], "timeRegions": [], "title": "Network bandwidth usage per second $device", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3315", "format": "bps", "label": "transmit(-)/receive(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:3316", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "15分钟": "#6ED0E0", "1分钟": "#BF1B00", "5分钟": "#CCA300" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 37 }, "height": "300", "hiddenSeries": false, "id": 13, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3389", "alias": "/.*CPU cores/", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load1{instance=~\"$node\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "1m", "metric": "", "refId": "A", "step": 20, "target": "" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load5{instance=~\"$node\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "5m", "refId": "B", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load15{instance=~\"$node\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "15m", "refId": "C", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": " sum(count(node_cpu_seconds_total{instance=~\"$node\", mode='system'}) by (cpu,instance)) by(instance)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "CPU cores", "refId": "D", "step": 20 } ], "thresholds": [], "timeRegions": [], "title": "System Load", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3396", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:3397", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "vda_write": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Per second read / write bytes ", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 37 }, "height": "300", "hiddenSeries": false, "id": 168, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3474", "alias": "/.*_Read bytes$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_read_bytes_total{instance=~\"$node\"}[$interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Read bytes", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_written_bytes_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Written bytes", "refId": "B", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "Disk R/W Data", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3481", "format": "Bps", "label": "Bytes read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:3482", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 1, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 37 }, "hiddenSeries": false, "id": 174, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3554", "alias": "/Inodes.*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}) *100/(node_filesystem_avail_bytes {instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}+(node_filesystem_size_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}-node_filesystem_free_bytes{instance=~'$node',fstype=~\"ext.*|xfs\",mountpoint !~\".*pod.*\"}))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{mountpoint}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_filesystem_files_free{instance=~'$node',fstype=~\"ext.?|xfs\"} / node_filesystem_files{instance=~'$node',fstype=~\"ext.?|xfs\"}", "hide": true, "interval": "", "legendFormat": "Inodes:{{instance}}:{{mountpoint}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Disk Space Used% Basic", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3561", "format": "percent", "label": "", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:3562", "decimals": 2, "format": "percentunit", "logBase": 1, "max": "1", "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "vda_write": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Read/write completions per second\n\nWrites completed: 每个磁盘分区每秒写完成次数\n\nIO now 每个磁盘分区每秒正在处理的输入/输出请求数", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 45 }, "height": "300", "hiddenSeries": false, "id": 161, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:3711", "alias": "/.*_Reads completed$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_reads_completed_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Reads completed", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_writes_completed_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Writes completed", "refId": "B", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_disk_io_now{instance=~\"$node\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Disk IOps Completed(IOPS)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3718", "format": "iops", "label": "IO read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:3719", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "The time spent on I/O in the natural time of each second.(wall-clock time)", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 45 }, "hiddenSeries": false, "id": 175, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_io_time_seconds_total{instance=~\"$node\"}[$interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_ IO time", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Time Spent Doing I/Os", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:3796", "format": "percentunit", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:3797", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "vda": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Time spent on each read/write operation", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 45 }, "height": "300", "hiddenSeries": false, "id": 160, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4023", "alias": "/,*_Read time$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_read_time_seconds_total{instance=~\"$node\"}[$interval]) / rate(node_disk_reads_completed_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Read time", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_write_time_seconds_total{instance=~\"$node\"}[$interval]) / rate(node_disk_writes_completed_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_Write time", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_io_time_seconds_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_io_time_weighted_seconds_total{instance=~\"$node\"}[$interval])", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_加权", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Disk R/W Time(Reference: less than 100ms)(beta)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4030", "format": "s", "label": "Time read (-) / write (+)", "logBase": 1, "show": true }, { "$$hashKey": "object:4031", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_TCP_alloc": "semi-dark-blue", "TCP": "#6ED0E0", "TCP_alloc": "blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Sockets_used - Sockets currently in use\n\nCurrEstab - TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT\n\nTCP_alloc - Allocated sockets\n\nTCP_tw - Sockets wating close\n\nUDP_inuse - Udp sockets currently in use\n\nRetransSegs - TCP retransmission packets\n\nOutSegs - Number of packets sent by TCP\n\nInSegs - Number of packets received by TCP", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 16, "x": 0, "y": 54 }, "height": "300", "hiddenSeries": false, "id": 158, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4103", "alias": "/.*Sockets_used/", "color": "#E02F44", "lines": false, "pointradius": 1, "points": true, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_netstat_Tcp_CurrEstab{instance=~'$node'}", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "CurrEstab", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_TCP_tw{instance=~'$node'}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_tw", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_sockets_used{instance=~'$node'}", "hide": false, "interval": "30m", "intervalFactor": 1, "legendFormat": "Sockets_used", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_UDP_inuse{instance=~'$node'}", "interval": "", "legendFormat": "UDP_inuse", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_TCP_alloc{instance=~'$node'}", "interval": "", "legendFormat": "TCP_alloc", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_PassiveOpens{instance=~'$node'}[$interval])", "hide": true, "interval": "", "legendFormat": "{{instance}}_Tcp_PassiveOpens", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_ActiveOpens{instance=~'$node'}[$interval])", "hide": true, "interval": "", "legendFormat": "{{instance}}_Tcp_ActiveOpens", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_InSegs{instance=~'$node'}[$interval])", "interval": "", "legendFormat": "Tcp_InSegs", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_OutSegs{instance=~'$node'}[$interval])", "interval": "", "legendFormat": "Tcp_OutSegs", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_RetransSegs{instance=~'$node'}[$interval])", "hide": false, "interval": "", "legendFormat": "Tcp_RetransSegs", "refId": "J" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_TcpExt_ListenDrops{instance=~'$node'}[$interval])", "hide": true, "interval": "", "legendFormat": "", "refId": "K" } ], "thresholds": [], "timeRegions": [], "title": "Network Sockstat", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4118", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:4119", "format": "short", "label": "Total_Sockets_used", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "filefd_192.168.200.241:9100": "super-light-green", "switches_192.168.200.241:9100": "semi-dark-red", "使用的文件描述符_10.118.72.128:9100": "red", "每秒上下文切换次数_10.118.71.245:9100": "yellow", "每秒上下文切换次数_10.118.72.128:9100": "yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 54 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 16, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4197", "alias": "switches", "color": "#FADE2A", "lines": false, "pointradius": 1, "points": true, "yaxis": 2 }, { "$$hashKey": "object:4198", "alias": "used filefd", "color": "#F2495C" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_filefd_allocated{instance=~\"$node\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 5, "legendFormat": "used filefd", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_context_switches_total{instance=~\"$node\"}[$interval])", "interval": "", "intervalFactor": 5, "legendFormat": "switches", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": " (node_filefd_allocated{instance=~\"$node\"}/node_filefd_maximum{instance=~\"$node\"}) *100", "format": "time_series", "hide": true, "instant": false, "interval": "", "intervalFactor": 5, "legendFormat": "使用的文件描述符占比_{{instance}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Open File Descriptor(left)/Context switches(right)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4219", "format": "short", "label": "used filefd", "logBase": 1, "show": true }, { "$$hashKey": "object:4220", "format": "short", "label": "context_switches", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "15s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [ "Prometheus", "node_exporter", "StarsL.cn" ], "templating": { "list": [ { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(origin_prometheus)", "hide": 0, "includeAll": false, "label": "Origin_prom", "multi": false, "name": "origin_prometheus", "options": [], "query": { "query": "label_values(origin_prometheus)", "refId": "Prometheus-origin_prometheus-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "hide": 0, "includeAll": false, "label": "JOB", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "refId": "Prometheus-job-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}, nodename)", "hide": 0, "includeAll": true, "label": "Host", "multi": false, "name": "hostname", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}, nodename)", "refId": "Prometheus-hostname-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",nodename=~\"$hostname\"},instance)", "hide": 0, "includeAll": false, "label": "Instance", "multi": true, "multiFormat": "regex values", "name": "node", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",nodename=~\"$hostname\"},instance)", "refId": "Prometheus-node-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_network_info{origin_prometheus=~\"$origin_prometheus\",device!~'tap.*|veth.*|br.*|docker.*|virbr.*|lo.*|cni.*'},device)", "hide": 0, "includeAll": true, "label": "NIC", "multi": true, "multiFormat": "regex values", "name": "device", "options": [], "query": { "query": "label_values(node_network_info{origin_prometheus=~\"$origin_prometheus\",device!~'tap.*|veth.*|br.*|docker.*|virbr.*|lo.*|cni.*'},device)", "refId": "Prometheus-device-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": false, "auto_count": 100, "auto_min": "10s", "current": { "selected": false, "text": "2m", "value": "2m" }, "hide": 0, "label": "Interval", "name": "interval", "options": [ { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "2m", "value": "2m" }, { "selected": false, "text": "3m", "value": "3m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" } ], "query": "30s,1m,2m,3m,5m,10m,30m", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "query_result(topk(1,sort_desc (max(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",instance=~'$node',fstype=~\"ext.?|xfs\",mountpoint!~\".*pods.*\"}) by (mountpoint))))", "hide": 2, "includeAll": false, "label": "maxmount", "multi": false, "name": "maxmount", "options": [], "query": { "query": "query_result(topk(1,sort_desc (max(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",instance=~'$node',fstype=~\"ext.?|xfs\",mountpoint!~\".*pods.*\"}) by (mountpoint))))", "refId": "Prometheus-maxmount-Variable-Query" }, "refresh": 2, "regex": "/.*\\\"(.*)\\\".*/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$node\"}, nodename)", "hide": 2, "includeAll": false, "label": "show_hostname", "multi": false, "name": "show_hostname", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$node\"}, nodename)", "refId": "Prometheus-show_hostname-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "hide": 2, "includeAll": false, "label": "total_servers", "multi": false, "name": "total", "options": [], "query": { "query": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "refId": "Prometheus-total-Variable-Query" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "hidden": false, "now": true, "refresh_intervals": [ "15s", "30s", "1m", "5m", "15m", "30m" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Prometheus Server with Sensors", "uid": "xfpJB9FGz", "version": 29, "weekStart": "" }
2023-03-13 07:42:50 UTC
2023-03-13 15:40:09 UTC
0
0
17,059
1
663,530
26,188
0
freq-counter-dashboard
FREQ COUNTER DASHBOARD
Freq Counter
2022-09-27 13:41:29 UTC
2022-09-27 13:42:00 UTC
0
null
0
0
null
null
0
0
26,188
1
17,059
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.4" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "green", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "B" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byFrameRefID", "options": "C" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 16, "w": 12, "x": 0, "y": 0 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "192.168.56.182", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM \"jitter\" WHERE (\"host\" = '192.168.56.182') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.182" } ] }, { "alias": "192.168.56.183", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.183" } ] }, { "alias": "192.168.56.184", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.184" } ] } ], "title": "All", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 16, "w": 12, "x": 12, "y": 0 }, "id": 10, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 2, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Time" } ] }, "pluginVersion": "9.1.4", "targets": [ { "alias": "data_192.168.56.182", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "jitter", "orderByTime": "DESC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.182" } ] }, { "alias": "data_192.168.56.183", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.183" } ] }, { "alias": "data_192.168.56.184", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.184" } ] } ], "title": "Raw Data", "type": "table" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 16 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Delta", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.184" } ] } ], "title": "192.168.56.184", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "Delta" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Delta", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "jitter", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=", "value": "192.168.56.183" } ] } ], "title": "192.168.56.183", "type": "timeseries" } ], "refresh": "10s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "FREQ COUNTER DASHBOARD", "uid": "nlolAhM4k", "version": 15, "weekStart": "", "gnetId": 17059, "description": "Freq Counter" }
2022-09-27 13:41:29 UTC
2022-09-27 13:42:00 UTC
0
0
17,309
1
107,459
26,612
0
zdashboard-elei-es-2022-br
Dashboard Eleições 2022 - BR
Projeto de Monitoramento das eleições 2022 para presidente do brasil.
2022-10-30 23:07:23 UTC
2022-10-30 23:58:07 UTC
0
Projeto de Monitoramento das eleições 2022 para presidente do brasil. Idealizador: Sansão Simonton: Telegram: @sansaoipb Comunidade: https://t.me/ZabbixBrasil Github: https://github.com/sansaoipb https://zabbixexpert.com.br/
78,169
78,170
null
null
0
0
26,612
1
17,309
1
0
null
{ "__inputs": [ { "name": "DS_ZABBIX", "label": "Zabbix", "description": "", "type": "datasource", "pluginId": "alexanderzobnin-zabbix-datasource", "pluginName": "Zabbix" } ], "__elements": {}, "__requires": [ { "type": "datasource", "id": "alexanderzobnin-zabbix-datasource", "name": "Zabbix", "version": "1.0.0" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.2" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Projeto de Monitoramento das eleições 2022 para presidente do brasil.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17309, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 2, "w": 6, "x": 0, "y": 0 }, "id": 30, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Última Atualização de Votos$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Última Atualização de Votos" }, "itemTag": { "filter": "" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "2", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Última Atualização de Votos", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 5, "x": 6, "y": 0 }, "id": 21, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Urnas no Brasil \\- Totalizadas$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Urnas no Brasil - Totalizadas" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "slaProperty": { "name": "SLA", "property": "sla" }, "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Urnas totalizadas no Brasil", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 5, "x": 11, "y": 0 }, "id": 24, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Aptos para Votação$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Aptos para Votação" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Aptos para Votação", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 16, "y": 0 }, "id": 25, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Abstenção$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Abstenção" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Abstenção", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "gridPos": { "h": 4, "w": 4, "x": 0, "y": 2 }, "id": 20, "links": [], "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "<center><img src=\"https://img.estadao.com.br/resources/jpg/0/3/1603403042430.jpg\"\r\nstyle=\"width:280px;height:125px;\"></center>\r\n\r\n\r\n", "mode": "html" }, "pluginVersion": "9.2.2", "targets": [ { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 4, "y": 2 }, "id": 86, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Urnas no Brasil$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Urnas no Brasil" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "slaProperty": { "name": "SLA", "property": "sla" }, "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Total de Urnas", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "light-red", "value": 20 }, { "color": "dark-yellow", "value": 50 }, { "color": "dark-green", "value": 98 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 6, "y": 2 }, "id": 23, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Urnas no Brasil - Totalizadas (%)" }, "itemTag": { "filter": "" }, "mode": 0, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Urnas totalizadas no Brasil (%)", "type": "gauge" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 5, "x": 11, "y": 2 }, "id": 26, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Comparecimento$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Comparecimento" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Comparecimento", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 16, "y": 2 }, "id": 27, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Votos Brancos$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Votos Brancos" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Votos Brancos", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 5, "x": 11, "y": 4 }, "id": 28, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Votos Válidos$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Votos Válidos" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Votos Válidos", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "string" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 16, "y": 4 }, "id": 29, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Total de Eleitores \\- Votos Nulos$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Total de Eleitores - Votos Nulos" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Votos Nulos", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "gridPos": { "h": 8, "w": 3, "x": 0, "y": 6 }, "id": 56, "links": [], "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "<center><img src=\"https://resultados.tse.jus.br/oficial/ele2022/544/fotos/br/280001618036.jpeg\" \r\nstyle=\"width:200px;height:270px;\"></center>\r\n", "mode": "html" }, "pluginVersion": "9.2.2", "targets": [ { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 3, "y": 6 }, "id": 64, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Last value$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/\\(BR\\) Total de Votos .*JAIR BOLSONARO/" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 2, "refId": "A", "resultFormat": "table", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Total de Votos JAIR BOLSONARO - BR", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Metric" }, "properties": [ { "id": "displayName", "value": "Estado" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": "center" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "fixedColor": "grey", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Current" }, "properties": [ { "id": "displayName", "value": "Votos %" }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 2 }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(244, 30, 9)", "value": null }, { "color": "rgb(224, 145, 6)", "value": 49 }, { "color": "#56A64B", "value": 50 } ] } } ] } ] }, "gridPos": { "h": 16, "w": 5, "x": 7, "y": 6 }, "hideTimeOverride": false, "id": 88, "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "Processes" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [ { "$$hashKey": "object:32", "def": { "category": "Alias", "defaultParams": [ "/(.*)/", "$1" ], "name": "replaceAlias", "params": [ { "name": "regexp", "type": "string" }, { "name": "newAlias", "type": "string" } ] }, "params": [ "/.*2022: \\((.*)\\) Total de Votos .*/", "$1" ], "text": "replaceAlias(/.*2022: \\((.*)\\) Total de Votos .*/, $1)" } ], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/.*Total de Votos .* JAIR BOLSONARO \\(/" }, "itemTag": { "filter": "Candidato: JAIR BOLSONARO" }, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "transformations": [ { "id": "reduce", "options": { "reducers": [ "lastNotNull" ] } }, { "id": "organize", "options": { "excludeByName": { "Field": false }, "indexByName": {}, "renameByName": { "Field": "Metric", "Last (not null)": "Current", "Last *": "Current" } } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "equal", "options": { "value": 0 } }, "fieldName": "Current" } ], "match": "all", "type": "exclude" } } ], "type": "table" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "gridPos": { "h": 8, "w": 3, "x": 12, "y": 6 }, "id": 72, "links": [], "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "<center><img src=\"https://resultados.tse.jus.br/oficial/ele2022/544/fotos/br/280001607829.jpeg\" \r\nstyle=\"width:200px;height:270px;\"></center>\r\n", "mode": "html" }, "pluginVersion": "9.2.2", "targets": [ { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 15, "y": 6 }, "id": 73, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Last value$/", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/\\(BR\\) Total de Votos .*LULA/" }, "itemTag": { "filter": "" }, "mode": 2, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "2", "refId": "A", "resultFormat": "table", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Total de Votos LULA - BR", "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Metric" }, "properties": [ { "id": "displayName", "value": "Estado" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": "center" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "fixedColor": "grey", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Current" }, "properties": [ { "id": "displayName", "value": "Votos %" }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 2 }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(244, 30, 9)", "value": null }, { "color": "rgb(224, 145, 6)", "value": 49 }, { "color": "#56A64B", "value": 50 } ] } } ] } ] }, "gridPos": { "h": 16, "w": 5, "x": 19, "y": 6 }, "hideTimeOverride": false, "id": 89, "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "Processes" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [ { "$$hashKey": "object:59", "def": { "category": "Alias", "defaultParams": [ "/(.*)/", "$1" ], "name": "replaceAlias", "params": [ { "name": "regexp", "type": "string" }, { "name": "newAlias", "type": "string" } ] }, "params": [ "/.*2022: \\((.*)\\) Total de Votos .*/", "$1" ], "text": "replaceAlias(/.*2022: \\((.*)\\) Total de Votos .*/, $1)" } ], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/.*Total de Votos .* LULA \\(/" }, "itemTag": { "filter": "Candidato: LULA" }, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "transformations": [ { "id": "reduce", "options": { "reducers": [ "lastNotNull" ] } }, { "id": "organize", "options": { "excludeByName": { "Field": false }, "indexByName": {}, "renameByName": { "Field": "Metric", "Last (not null)": "Current", "Last *": "Current" } } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "equal", "options": { "value": 0 } }, "fieldName": "Current" } ], "match": "all", "type": "exclude" } } ], "type": "table" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 3, "y": 11 }, "id": 81, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Ganhou UFs: JAIR BOLSONARO" }, "itemTag": { "filter": "" }, "mode": 0, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Nº de Estados que GANHOU", "transformations": [], "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 15, "y": 11 }, "id": 82, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "Ganhou UFs: LULA" }, "mode": 0, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 0, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Nº de Estados que GANHOU", "transformations": [], "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-red", "value": null }, { "color": "dark-green", "value": 50.01 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 0, "y": 14 }, "id": 65, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/\\(BR\\) Total de Votos .*JAIR BOLSONARO/" }, "itemTag": { "filter": "" }, "mode": 0, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Total de Votos JAIR BOLSONARO % - BR", "type": "gauge" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-red", "value": null }, { "color": "dark-green", "value": 50.01 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 12, "y": 14 }, "id": 76, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.2", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/\\(BR\\) Total de Votos .*LULA/" }, "mode": 0, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": 0, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Total de Votos LULA % - BR", "type": "gauge" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [ { "matcher": { "id": "byName", "options": "LULA" }, "properties": [ { "id": "color", "value": { "mode": "thresholds", "seriesBy": "last" } }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "BOLSONARO" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 22 }, "hideTimeOverride": false, "id": 91, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "functions": [], "group": { "filter": "/.*/" }, "host": { "filter": "NOC.ELE2022" }, "item": { "filter": "/\\(BR\\) Total de Votos .* %/" }, "itemTag": { "filter": "" }, "options": { "disableDataAlignment": false, "showDisabledItems": false, "skipEmptyValues": false, "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "0", "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Evolução % dos candidatos", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "NOC.ELE2022: (BR) Total de Votos (Nº 13) LULA %": "LULA", "NOC.ELE2022: (BR) Total de Votos (Nº 22) JAIR BOLSONARO %": "BOLSONARO" } } } ], "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "definition": "Zabbix - item", "hide": 2, "includeAll": false, "multi": false, "name": "Image", "options": [], "query": { "application": "/.*/", "group": "/.*/", "host": "NOC.ELE2022", "item": "/.* $Cand - .* - .*/", "queryType": "item" }, "refresh": 1, "regex": "/.* - (.*) - .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "definition": "Zabbix - item", "hide": 2, "includeAll": false, "multi": false, "name": "Status", "options": [], "query": { "application": "/.*/", "group": "/.*/", "host": "NOC.ELE2022", "item": "/.* $Cand - .* - .*/", "queryType": "item" }, "refresh": 1, "regex": "/.* - .* - (.*)/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "definition": "Zabbix - item", "hide": 2, "includeAll": false, "multi": false, "name": "Cand", "options": [], "query": { "application": "/.*/", "group": "/.*/", "host": "NOC.ELE2022", "item": "/.* - .* - .*/", "queryType": "item" }, "refresh": 1, "regex": "/.*Total de Votos .*\\) (.*) - .* - .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX}" }, "definition": "Zabbix - item", "hide": 2, "includeAll": false, "multi": false, "name": "UFs", "options": [], "query": { "application": "/.*/", "group": "/.*/", "host": "NOC.ELE2022", "item": "/.* Votos Válidos/", "queryType": "item" }, "refresh": 1, "regex": "/\\((.*)\\) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "hidden": false }, "timezone": "", "title": "Dashboard Eleições 2022 - BR", "uid": "NUHeYYsnz", "version": 11, "weekStart": "" }
2022-10-30 23:07:23 UTC
2022-10-30 23:13:53 UTC
0
0
17,529
1
677,967
26,918
0
lustre
lustre-monitoring
lustre node health, lustre file system capacity, inode number
2022-12-03 05:10:16 UTC
2022-12-03 05:48:30 UTC
0
lustre exporter for Prometheus: https://github.com/GSI-HPC/lustre_exporter
79,329
79,330
Other
null
0
0
26,918
1
17,529
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "lustre_exporter", "description": "lustre capacity and inode monitoring", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.6" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "status-history", "name": "Status history", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "fillOpacity": 70, "lineWidth": 1 }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-green", "value": 1 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 22, "x": 0, "y": 0 }, "id": 8, "options": { "colWidth": 0.9, "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true }, "rowHeight": 0.9, "showValue": "auto", "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "exemplar": false, "expr": "lustre_health_check{target=\"lustre\"}", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Health", "type": "status-history" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "kbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 0, "y": 5 }, "id": 13, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "lustre_capacity_kilobytes{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "Capacity Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 200000 } ] }, "unit": "kbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 5 }, "id": 17, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "lustre_available_kilobytes{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "Capacity Available", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "kbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 6, "y": 5 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "lustre_available_kilobytes{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "Capacity Available", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "kbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 14, "y": 5 }, "id": 19, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "lustre_capacity_kilobytes{component=\"ost\"} - lustre_available_kilobytes{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "Capacity Used", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "kbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 9 }, "id": 15, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "lustre_capacity_kilobytes{component=\"ost\"} - lustre_available_kilobytes{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "Capacity Used", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 0, "y": 13 }, "id": 14, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "lustre_inodes_maximum{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "inode Maximum", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 60000 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 13 }, "id": 10, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "lustre_inodes_free{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "inode Available", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 6, "y": 13 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "lustre_inodes_free{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "inode Available", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 14, "y": 13 }, "id": 20, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "lustre_inodes_maximum{component=\"ost\"} - lustre_inodes_free{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "inode Used", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 60000 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 17 }, "id": 16, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "lustre_inodes_maximum{component=\"ost\"} - lustre_inodes_free{component=\"ost\"}", "legendFormat": "{{target}}", "range": true, "refId": "A" } ], "title": "inode Used", "type": "stat" } ], "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "lustre-monitoring", "uid": "CO35lpFVk", "version": 10, "weekStart": "", "gnetId": 17529, "description": "lustre node health, lustre file system capacity, inode number" }
2022-12-03 05:10:16 UTC
2022-12-03 05:25:46 UTC
0
0
17,582
1
728,578
26,984
0
jmx-overview-opentelemetry
JVM Overview (OpenTelemetry)
Dashboard for JVM metrics with Prometheus / OpenTelemetry instrumentation
2022-12-12 13:53:40 UTC
2022-12-13 07:26:48 UTC
0
Dashboard for JVM metrics exposed by OpenTelemetry: CPU, memory, threads, garbage collector, classes.
0
0
Other
null
0
0
26,984
1
17,582
1
0
Dashboard for JVM metrics with Prometheus / OpenTelemetry instrumentation
{ "__inputs": [ { "name": "DS_THANOS", "label": "Thanos", "description": "Prometheus data", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Dashboard for JVM metrics with Prometheus / OpenTelemetry instrumentation", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17582, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 35, "panels": [], "title": "CPU", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 1 }, "id": 38, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_system_cpu_utilization{instance=\"$instance\"}", "legendFormat": "CPU utilization (whole system)", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_cpu_utilization{instance=\"$instance\"}", "hide": false, "legendFormat": "JVM CPU utilization", "range": true, "refId": "B" } ], "title": "CPU utilization", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 1 }, "id": 37, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_system_cpu_load_1m{instance=\"$instance\"}", "legendFormat": "Average CPU load", "range": true, "refId": "A" } ], "title": "Average CPU load of the whole system for the last minute", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 25, "panels": [], "title": "Memory pools", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 8, "w": 24, "x": 0, "y": 10 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(process_runtime_jvm_memory_usage{instance=\"$instance\",type=\"heap\"})", "legendFormat": "Heap used", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(process_runtime_jvm_memory_committed{instance=\"$instance\",type=\"heap\"})", "hide": false, "legendFormat": "Heap committed", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(process_runtime_jvm_memory_limit{instance=\"$instance\",type=\"heap\"})", "hide": false, "legendFormat": "Heap max obtainable", "range": true, "refId": "B" } ], "title": "Heap memory used / commited / max", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 8, "w": 8, "x": 0, "y": 18 }, "id": 27, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_memory_usage{instance=\"$instance\"}", "legendFormat": "{{ type }} - {{ pool }}", "range": true, "refId": "A" } ], "title": "Memory used", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 8, "w": 8, "x": 8, "y": 18 }, "id": 28, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_memory_committed{instance=\"$instance\"}", "legendFormat": "{{ type }} - {{ pool }}", "range": true, "refId": "A" } ], "title": "Memory committed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 8, "w": 8, "x": 16, "y": 18 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_memory_limit{instance=\"$instance\"}", "legendFormat": "{{ type }} - {{ pool }}", "range": true, "refId": "A" } ], "title": "Max obtainable memory", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 40, "panels": [], "title": "Threads", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 27 }, "id": 42, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_threads_count{instance=\"$instance\"}", "legendFormat": "Daemon: {{daemon}}", "range": true, "refId": "A" } ], "title": "Number of executing threads", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 35 }, "id": 44, "panels": [], "title": "Garbage collector", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 36 }, "id": 45, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 1, "color": { "exponent": 0.5, "fill": "dark-orange", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "Oranges", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "dtdurationms" } }, "pluginVersion": "9.2.4", "repeat": "gc_action", "repeatDirection": "h", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(round(rate(process_runtime_jvm_gc_duration_bucket{instance=\"$instance\", action=\"$gc_action\"}[$__interval]) * $__interval_ms / 1000)) by (le)", "format": "heatmap", "interval": "5m", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "JVM garbage collection duration - $gc_action", "type": "heatmap" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 60 }, "id": 32, "panels": [], "title": "Classes", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 61 }, "id": 33, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_classes_current_loaded{instance=\"$instance\"}", "legendFormat": "Currently loaded", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_classes_loaded_total{instance=\"$instance\"}", "hide": false, "legendFormat": "Loaded since JVM start", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "process_runtime_jvm_classes_unloaded_total{instance=\"$instance\"}", "hide": false, "legendFormat": "Unloaded since JVM start", "range": true, "refId": "C" } ], "title": "Number of classes", "type": "timeseries" } ], "refresh": "", "schemaVersion": 37, "style": "dark", "tags": [ "JVM", "open-telemetry" ], "templating": { "list": [ { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "definition": "label_values(process_runtime_jvm_memory_usage, instance)", "hide": 0, "includeAll": false, "label": "Instance", "multi": false, "name": "instance", "options": [], "query": { "query": "label_values(process_runtime_jvm_memory_usage, instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "definition": "label_values(process_runtime_jvm_gc_duration_bucket{instance=\"$instance\"}, action)", "hide": 2, "includeAll": false, "multi": false, "name": "gc_action", "options": [], "query": { "query": "label_values(process_runtime_jvm_gc_duration_bucket{instance=\"$instance\"}, action)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "JVM Overview (OpenTelemetry)", "uid": "8Z6ACMK4k", "version": 14, "weekStart": "" }
2022-12-12 13:53:40 UTC
2022-12-12 13:56:29 UTC
0
0
18,132
1
474,105
27,838
0
kafka-topic-metrics
Kafka Topic Metrics
Kafka Topic Metrics for Redpanda
2023-02-17 23:59:30 UTC
2023-03-06 14:27:35 UTC
0
A dashboard focused on topic metrics, with the following charts: - topic summary - records received per topic - write throughput per topic - read throughput per topic
82,228
82,229
null
null
0
0
27,838
1
18,132
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "Skew (%)" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "mappings", "value": [ { "options": { "NaN": { "index": 0, "text": "-" } }, "type": "value" } ] }, { "id": "custom.width", "value": 185 }, { "id": "color", "value": { "mode": "thresholds" } }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0.1 } ] } } ] }, { "matcher": { "id": "byName", "options": "Partitions" }, "properties": [ { "id": "custom.width", "value": 139 } ] }, { "matcher": { "id": "byName", "options": "Max Offset" }, "properties": [ { "id": "custom.width", "value": 149 } ] }, { "matcher": { "id": "byRegexp", "options": ".*Throughput" }, "properties": [ { "id": "unit", "value": "Bps" } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 0 }, "id": 8, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "(sum(redpanda_kafka_max_offset{topic!=\"__consumer_offsets\", redpanda_namespace=\"kafka\",redpanda_cloud_data_cluster_name=~\"[[data_cluster]]\", redpanda_topic=~\"[[redpanda_topic]]\"}) by ([[aggr_criteria]])) ", "format": "table", "hide": false, "instant": true, "interval": "", "key": "Q-2f2af91b-9266-4c03-8a75-09b37685e65d-0", "range": false, "refId": "MaxOffset" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "100 * abs((stddev by (redpanda_topic) (sum(redpanda_kafka_max_offset{redpanda_namespace=\"kafka\",redpanda_cloud_data_cluster_name=~\"\", redpanda_topic=~\"[[redpanda_topic]]\"}) by (redpanda_topic,redpanda_partition))) / (avg by (redpanda_topic) ((sum(redpanda_kafka_max_offset{redpanda_namespace=\"kafka\",redpanda_cloud_data_cluster_name=~\"\", redpanda_topic=~\"[[redpanda_topic]]\"}) by (redpanda_topic,redpanda_partition)))))", "format": "table", "hide": false, "instant": true, "range": false, "refId": "Skew" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "max by(redpanda_topic)(redpanda_kafka_partitions{redpanda_namespace=\"kafka\",redpanda_cloud_data_cluster_name=~\"\", redpanda_topic=~\"[[redpanda_topic]]\"})", "format": "table", "hide": false, "instant": true, "range": false, "refId": "Partitions" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "max by(redpanda_topic)(redpanda_kafka_replicas{redpanda_namespace=\"kafka\",redpanda_cloud_data_cluster_name=~\"\", redpanda_topic=~\"[[redpanda_topic]]\"})", "format": "table", "hide": false, "instant": true, "range": false, "refId": "Replicas" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(rate(redpanda_kafka_request_bytes_total{redpanda_topic=~\"[[redpanda_topic]]\",redpanda_cloud_data_cluster_name=~\"[[data_cluster]]\",redpanda_request=\"produce\"}[1m])) by (redpanda_topic)", "format": "table", "hide": false, "instant": true, "range": false, "refId": "ProduceThroughput" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(rate(redpanda_kafka_request_bytes_total{redpanda_topic=~\"[[redpanda_topic]]\",redpanda_cloud_data_cluster_name=~\"[[data_cluster]]\",redpanda_request=\"consume\"}[1m])) by (redpanda_topic)", "format": "table", "hide": false, "instant": true, "range": false, "refId": "ConsumeThroughput" } ], "title": "Topic Summary", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "redpanda_topic" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Time 1": true, "Time 2": true, "Time 3": false, "Time 4": false, "redpanda_request": false }, "indexByName": { "Time 1": 1, "Time 2": 2, "Time 3": 7, "Time 4": 8, "Value #MaxOffset": 5, "Value #Partitions": 4, "Value #Replicas": 3, "Value #Skew": 6, "redpanda_topic": 0 }, "renameByName": { "Time 1": "", "Value #A": "Topic Size", "Value #B": "Topic Skew (%age)", "Value #ConsumeThroughput": "Consume Throughput", "Value #MaxOffset": "Max Offset", "Value #Partitions": "Partitions", "Value #ProduceThroughput": "Produce Throughput", "Value #Replicas": "Replicas", "Value #Skew": "Skew (%)", "Value #Throughput": "Thoughput", "redpanda_partition": "Partition", "redpanda_topic": "Topic" } } } ], "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 7 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by([[aggr_criteria]]) (rate(redpanda_kafka_max_offset{redpanda_topic=~\"[[redpanda_topic]]\", redpanda_cloud_data_cluster_name=~\"[[data_cluster]]\"}[1m]))", "interval": "", "legendFormat": "{{redpanda_topic}}:{{redpanda_partition}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Records Received per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:24", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:25", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 14 }, "hiddenSeries": false, "id": 7, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(irate(redpanda_kafka_request_bytes_total{redpanda_topic=~\"[[redpanda_topic]]\", redpanda_request=\"produce\",redpanda_cloud_data_cluster_name=~\"[[data_cluster]]\"}[1m])) by ([[aggr_criteria]])", "interval": "", "legendFormat": "{{redpanda_topic}}:{{redpanda_partition}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Write Throughput per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:225", "format": "Bps", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:226", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 14 }, "hiddenSeries": false, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(irate(redpanda_kafka_request_bytes_total{redpanda_topic=~\"[[redpanda_topic]]\",redpanda_request=\"consume\",vectorized_cloud_data_cluster_name=~\"[[data_cluster]]\"}[1m])) by ([[aggr_criteria]])", "interval": "", "legendFormat": "{{redpanda_topic}}:{{redpanda_partition}}", "range": true, "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Read Throughput per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:225", "format": "Bps", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:226", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "hide": 0, "includeAll": false, "label": "Data Source", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(vectorized_cloud_data_cluster_name)", "hide": 0, "includeAll": false, "label": "Data cluster", "multi": false, "name": "data_cluster", "options": [], "query": { "query": "label_values(vectorized_cloud_data_cluster_name)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(redpanda_kafka_request_bytes_total{redpanda_namespace='kafka', redpanda_topic !~ 'controller|group'}, redpanda_topic)", "hide": 0, "includeAll": true, "label": "Topic", "multi": true, "name": "redpanda_topic", "options": [], "query": { "query": "label_values(redpanda_kafka_request_bytes_total{redpanda_namespace='kafka', redpanda_topic !~ 'controller|group'}, redpanda_topic)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": true, "text": "Topic", "value": "redpanda_topic" }, "hide": 0, "includeAll": false, "label": "Aggregate by", "multi": false, "name": "aggr_criteria", "options": [ { "selected": true, "text": "Topic", "value": "redpanda_topic" }, { "selected": false, "text": "Topic,Partition", "value": "redpanda_topic,redpanda_partition" } ], "query": "Topic : redpanda_topic,Topic\\,Partition : redpanda_topic\\,redpanda_partition", "queryValue": "", "skipUrlSync": false, "type": "custom" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "filters": [], "hide": 0, "name": "Filters", "skipUrlSync": false, "type": "adhoc" } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Kafka Topic Metrics", "uid": "Nxwln29Mz", "version": 1, "weekStart": "", "gnetId": 18132, "description": "Kafka Topic Metrics for Redpanda" }
2023-02-17 23:59:30 UTC
2023-02-18 00:11:26 UTC
0
0
18,283
1
333,437
28,065
0
kubernetes-dashboard
Kubernetes Dashboard
to monitor pod cpu, memory, I/O, RX/TX and cluster cpu, memory request/limit/real usage, RX/TX, Disk I/O
2023-03-15 06:59:56 UTC
2023-03-15 07:05:43 UTC
0
hello
0
0
nodeExporter
https://anaisurl.com/full-tutorial-monitoring/
0
0
28,065
1
18,283
1
0
to monitor pod cpu, memory, I/O, RX/TX and cluster cpu, memory request/limit/real usage, RX/TX, Disk I/O
{ "__inputs": [ { "name": "DS_SERVICEMONITOR", "label": "cadvisor", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.0" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "to monitor pod cpu, memory, I/O, RX/TX and cluster cpu, memory request/limit/real usage, RX/TX, Disk I/O ", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 0 }, "id": 35, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "exemplar": true, "expr": "avg(1-rate(node_cpu_seconds_total{mode=\"idle\", job=\"node-exporter\"}[$__rate_interval]))", "interval": "", "legendFormat": "Real", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_requests{unit=\"core\"}) / sum(machine_cpu_cores)", "hide": false, "legendFormat": "Requests", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_limits{unit=\"core\"}) / sum(machine_cpu_cores)", "hide": false, "legendFormat": "Limits", "range": true, "refId": "C" } ], "title": "Global CPU Usage", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "decimals": 2, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 0 }, "id": 37, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "exemplar": true, "expr": "sum(node_memory_MemTotal_bytes{job=\"node-exporter\"} - node_memory_MemAvailable_bytes{job=\"node-exporter\"}) / sum(node_memory_MemTotal_bytes{job=\"node-exporter\"})", "interval": "", "legendFormat": "Real", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_requests{unit=\"byte\"}) / sum(machine_memory_bytes)", "hide": false, "legendFormat": "Requests", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_limits{unit=\"byte\"}) / sum(machine_memory_bytes)", "hide": false, "legendFormat": "Limits", "range": true, "refId": "C" } ], "title": "Global RAM Usage", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 12, "y": 0 }, "id": 39, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "value" }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "exemplar": true, "expr": "count(up{job=\"node-exporter\"})", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Nodes", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 10, "x": 14, "y": 0 }, "id": 24, "options": { "displayLabels": [ "value" ], "legend": { "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "count by(namespace) (rate(kube_pod_container_status_running{namespace=~\"$namespace\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Running Pods", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 12, "y": 4 }, "id": 41, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "value" }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "expr": "count(kube_namespace_created)", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Namespaces", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(255, 255, 255)", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 0, "y": 8 }, "id": 10, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "exemplar": true, "expr": "sum(1-rate(node_cpu_seconds_total{mode=\"idle\", job=\"node-exporter\"}[$__rate_interval]))", "interval": "", "legendFormat": "Real", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_requests{unit=\"core\"})", "hide": false, "legendFormat": "Requests", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_limits{unit=\"core\"})", "hide": false, "legendFormat": "Limits", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(machine_cpu_cores)", "hide": false, "legendFormat": "Total", "range": true, "refId": "D" } ], "title": "CPU Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(255, 255, 255)", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 6, "y": 8 }, "id": 12, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "exemplar": true, "expr": "sum(node_memory_MemTotal_bytes{job=\"node-exporter\"} - node_memory_MemAvailable_bytes{job=\"node-exporter\"})", "interval": "", "legendFormat": "Real", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_requests{unit=\"byte\"})", "hide": false, "legendFormat": "Requests", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(kube_pod_container_resource_limits{unit=\"byte\"})", "hide": false, "legendFormat": "Limits", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(machine_memory_bytes)", "hide": false, "legendFormat": "Total", "range": true, "refId": "D" } ], "title": "RAM Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 12, "y": 8 }, "id": 43, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "value" }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "expr": "sum(kube_pod_status_phase{phase='Running'})", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Running Pods", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 14, "y": 8 }, "id": 2, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "avg(1-rate(node_cpu_seconds_total{mode=\"idle\", job=\"node-exporter\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Cluster CPU Utilization", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 0.7 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 19, "y": 8 }, "id": 4, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(node_memory_MemTotal_bytes{job=\"node-exporter\"} - node_memory_MemAvailable_bytes{job=\"node-exporter\"}) / sum(node_memory_MemTotal_bytes{job=\"node-exporter\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Cluster Memory Utilization", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "BANDWIDTH", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 12 }, "id": 18, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(id) (rate(container_network_receive_bytes_total{instance=~\".+\", id=\"/\", interface=~\".+\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(id) (rate(container_network_transmit_bytes_total{instance=~\".+\", id=\"/\", interface=~\".+\"}[$__rate_interval]))", "hide": false, "legendFormat": "__auto", "range": true, "refId": "B" } ], "title": "Total Network Traffic", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic", "seriesBy": "max" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes per second", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 12 }, "id": 20, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(device) (rate(node_disk_read_bytes_total{device=\"sda\", instance=~\".+\"}[$__rate_interval]))", "hide": false, "legendFormat": "__auto", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum by(device) (rate(node_disk_written_bytes_total{device=\"sda\", instance=~\".+\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "B" } ], "title": "Disk I/O", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 21 }, "id": 6, "panels": [], "title": "Row title", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "CPU Cores", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 22 }, "id": 16, "options": { "legend": { "calcs": [ "min", "max", "mean", "sum" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(namespace) (rate(container_cpu_usage_seconds_total{namespace=~\"$namespace\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "CPU Utilization by namespace", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 22 }, "id": 22, "options": { "legend": { "calcs": [ "min", "max", "mean", "sum" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(namespace) (rate(container_memory_working_set_bytes{namespace=~\"$namespace\"}[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Memory Utilization by namespace", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 30 }, "id": 45, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "code", "expr": "sum(rate(coredns_forward_requests_total[$__rate_interval]))", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "CoreDNS - Total Forward Requests", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 30 }, "id": 48, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "exemplar": true, "expr": "sum(coredns_cache_entries) by (type)", "interval": "", "legendFormat": "{{ type }}", "refId": "A" } ], "title": "CoreDNS - Cache Size", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 38 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "sum by(interface) (rate(container_network_receive_bytes_total{id=\"/\", interface=~\"$netface\"}[$__rate_interval]))", "hide": false, "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod Network Utilization", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 11, "w": 24, "x": 0, "y": 48 }, "id": 27, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "avg by(pod) (rate(container_fs_writes_total{id=~\".+\", device=~\".+\", pod=~\"$pod\"}[$__rate_interval]))", "hide": false, "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod Read/Write Iops", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Cores", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 59 }, "id": 29, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "max by(pod) (kube_pod_container_resource_limits{pod=~\".+\", resource=\"cpu\", unit=\"core\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod CPU Limits", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 67 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "max by(pod) (kube_pod_container_resource_limits{pod=~\".+\", resource=\"memory\", unit=\"byte\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod Memory Limits", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "CPU %", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 76 }, "id": 32, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "max by(pod) (kube_pod_container_resource_requests{pod=~\".+\", resource=\"cpu\", unit=\"core\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod CPU Request", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "semi-dark-yellow", "mode": "palette-classic", "seriesBy": "last" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "mytbedge-757d7fb6c7-n95sm" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 84 }, "id": 33, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "editorMode": "builder", "expr": "max by(pod) (kube_pod_container_resource_requests{pod=~\".+\", resource=\"memory\", unit=\"byte\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Pod Memory Requests", "type": "timeseries" } ], "refresh": "5m", "schemaVersion": 37, "style": "dark", "tags": [ "kubernetes", "prometheus", "cadvisor" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_SERVICEMONITOR}" }, "definition": "label_values(kube_pod_info, namespace)", "hide": 0, "includeAll": true, "multi": true, "name": "namespace", "options": [], "query": { "query": "label_values(kube_pod_info, namespace)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(kube_pod_info, pod)", "hide": 0, "includeAll": true, "multi": true, "name": "pod", "options": [], "query": { "query": "label_values(kube_pod_info, pod)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": { "selected": false, "text": "servicemonitor", "value": "servicemonitor" }, "hide": 0, "includeAll": false, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "container_network_transmit_bytes_total{kubernetes_io_os=\"linux\"}", "hide": 0, "includeAll": true, "multi": true, "name": "netface", "options": [], "query": { "query": "container_network_transmit_bytes_total{kubernetes_io_os=\"linux\"}", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/.*interface=\"([^\"]*).*/", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "Asia/Yangon", "title": "Kubernetes Dashboard", "uid": "e1RXnCbVz", "version": 74, "weekStart": "", "gnetId": 18283 }
2023-03-15 06:59:56 UTC
2023-03-15 07:05:39 UTC
0
0
18,351
1
468,610
28,170
0
docker-host-container-overview
Docker Host & Container Overview
A simple overview of the most important Docker host and container metrics. (cAdvisor/Prometheus)
2023-03-23 20:15:20 UTC
2023-03-23 20:17:51 UTC
0
The dashboard is created using Grafana 9.4.7 on Rocky Linux. The Panel shows xfs filesystem specific metrics along with other stats.
82,741
82,742
null
null
0
0
28,170
1
18,351
1
0
A simple overview of the most important Docker host and container metrics. (cAdvisor/Prometheus)
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.7" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "A simple overview of the most important Docker host and container metrics. (cAdvisor/Prometheus)", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18351, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Network Traffic Received on Node", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "from": 100, "result": { "color": "green", "index": 0, "text": "Good" }, "to": 200 }, "type": "range" }, { "options": { "from": 201, "result": { "color": "yellow", "index": 1, "text": "Higher" }, "to": 300 }, "type": "range" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 0, "y": 0 }, "id": 19, "links": [ { "targetBlank": true, "title": "Credit", "url": "https://www.rnsangwan.com" } ], "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(container_network_receive_bytes_total{id=\"/\"}[$interval])) by (id)", "format": "time_series", "intervalFactor": 2, "legendFormat": "RECEIVED", "range": true, "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_network_transmit_bytes_total{id=\"/\"}[$interval])) by (id)", "hide": false, "intervalFactor": 2, "legendFormat": "SENT", "refId": "B", "step": 4 } ], "title": "Network Traffic on Node", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 5, "x": 7, "y": 0 }, "id": 5, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_system_seconds_total[1m]))", "hide": true, "intervalFactor": 2, "legendFormat": "a", "refId": "B", "step": 120 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_system_seconds_total{name=~\".+\"}[1m]))", "hide": true, "interval": "", "intervalFactor": 2, "legendFormat": "nur container", "refId": "F", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_system_seconds_total{id=\"/\"}[1m]))", "hide": true, "interval": "", "intervalFactor": 2, "legendFormat": "nur docker host", "metric": "", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(process_cpu_seconds_total[$interval])) * 100", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "host", "metric": "", "refId": "C", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_system_seconds_total{name=~\".+\"}[1m])) + sum(rate(container_cpu_system_seconds_total{id=\"/\"}[1m])) + sum(rate(process_cpu_seconds_total[1m]))", "hide": true, "intervalFactor": 2, "legendFormat": "", "refId": "D", "step": 120 } ], "title": "CPU Usage on Node", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 5, "x": 12, "y": 0 }, "id": 7, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "count(rate(container_last_seen{name=~\".+\",container_group=\"\"}[$interval]))", "intervalFactor": 2, "legendFormat": "Monitoring", "metric": "container_last_seen", "refId": "A", "step": 4 } ], "title": "Running Containers (by Container Group)", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "links": [], "mappings": [] }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 17, "y": 0 }, "id": 13, "links": [], "options": { "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "max(node_filesystem_free_bytes{fstype=\"xfs\"})", "hide": false, "intervalFactor": 2, "legendFormat": "Free Disk Space", "range": true, "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "max(node_filesystem_size_bytes{fstype=\"xfs\"} - node_filesystem_free_bytes{fstype=\"xfs\"})", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "Used Disk Space", "range": true, "refId": "B", "step": 4 } ], "title": "Disk Usage on Node", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 5 }, "id": 1, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{name=~\".+\"}[$interval])) by (name) * 100", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{name}}", "metric": "container_cp", "refId": "F", "step": 2 } ], "title": "CPU Usage per Container (Stacked)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 40, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "max": 4200000000, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "Available Memory" }, "properties": [ { "id": "color", "value": { "fixedColor": "#7EB26D", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Unavailable Memory" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] }, { "matcher": { "id": "byType", "options": "time" }, "properties": [ { "id": "custom.axisPlacement", "value": "hidden" } ] } ] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 5 }, "id": 20, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_rss{name=~\".+\"}", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "D", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(container_memory_rss{name=~\".+\"})", "hide": false, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_usage_bytes{name=~\".+\"}", "hide": false, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "B", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_rss{id=\"/\"}", "hide": false, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "C", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(container_memory_rss)", "hide": false, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "E", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Buffers", "hide": true, "intervalFactor": 2, "legendFormat": "node_memory_Dirty", "refId": "N", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemFree", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "F", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemAvailable", "hide": true, "intervalFactor": 2, "legendFormat": "Available Memory", "refId": "H", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytese", "hide": true, "intervalFactor": 2, "legendFormat": "Unavailable Memory", "refId": "G", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Inactive", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "I", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_KernelStack", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "J", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Active", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "K", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal - (node_memory_Active + node_memory_MemFree + node_memory_Inactive)", "hide": true, "intervalFactor": 2, "legendFormat": "Unknown", "refId": "L", "step": 40 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemFree + node_memory_Inactive ", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "M", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_rss{name=~\".+\"}", "hide": true, "intervalFactor": 2, "legendFormat": "{{__name__}}", "refId": "O", "step": 30 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_Inactive + node_memory_MemFree + node_memory_MemAvailable", "hide": true, "intervalFactor": 2, "legendFormat": "", "refId": "P", "step": 40 } ], "title": "Available Memory on Node", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 12 }, "id": 4, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "{__name__=~\"^node_load.*\"}", "intervalFactor": 2, "legendFormat": "{{__name__}}", "metric": "node", "refId": "A", "step": 2 } ], "title": "System Load on Node", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 13 }, "id": 9, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_network_transmit_bytes_total{name=~\".+\"}[$interval])) by (name)", "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(container_network_transmit_bytes_total{id=\"/\"}[$interval])", "hide": true, "intervalFactor": 2, "legendFormat": "", "refId": "B", "step": 10 } ], "title": "Sent Network Traffic per Container", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 19 }, "id": 8, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_network_receive_bytes_total{name=~\".+\"}[$interval])) by (name)", "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "- rate(container_network_transmit_bytes_total{name=~\".+\"}[$interval])", "hide": true, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "B", "step": 10 } ], "title": "Received Network Traffic per Container", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 19 }, "id": 10, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(container_memory_rss{name=~\".+\"}) by (name)", "hide": false, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_usage_bytes{name=~\".+\"}", "hide": true, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "B", "step": 240 } ], "title": "Memory Usage per Container (Stacked)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "cellOptions": { "type": "auto" }, "inspect": false }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "unit", "value": "time: YYYY-MM-DD HH:mm:ss" }, { "id": "custom.align" } ] } ] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 25 }, "hideTimeOverride": false, "id": 18, "links": [], "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "cadvisor_version_info", "intervalFactor": 2, "legendFormat": "cAdvisor Version: {{cadvisorVersion}}", "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "prometheus_build_info", "intervalFactor": 2, "legendFormat": "Prometheus Version: {{version}}", "refId": "B", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_exporter_build_info", "intervalFactor": 2, "legendFormat": "Node-Exporter Version: {{version}}", "refId": "C", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "cadvisor_version_info", "intervalFactor": 2, "legendFormat": "Docker Version: {{dockerVersion}}", "refId": "D", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "cadvisor_version_info", "intervalFactor": 2, "legendFormat": "Host OS Version: {{osVersion}}", "refId": "E", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "cadvisor_version_info", "intervalFactor": 2, "legendFormat": "Host Kernel Version: {{kernelVersion}}", "refId": "F", "step": 2 } ], "transformations": [ { "id": "reduce", "options": { "includeTimeField": false, "reducers": [ "mean" ] } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 25 }, "id": 11, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_rss{name=~\".+\"}", "hide": true, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "container_memory_usage_bytes{name=~\".+\"}", "hide": true, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "B", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(container_memory_cache{name=~\".+\"}) by (name)", "hide": false, "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "C", "step": 2 } ], "title": "Cached Memory per Container (Stacked)", "type": "timeseries" } ], "refresh": false, "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": ".+", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": true, "label": "Container Group", "multi": true, "name": "containergroup", "options": [], "query": { "query": "label_values(container_group)", "refId": "Prometheus-containergroup-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": true, "auto_count": 50, "auto_min": "50s", "current": { "selected": false, "text": "2m", "value": "2m" }, "hide": 0, "includeAll": false, "label": "Interval", "multi": false, "name": "interval", "options": [ { "selected": false, "text": "auto", "value": "$__auto_interval_interval" }, { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "2m", "value": "2m" }, { "selected": false, "text": "3m", "value": "3m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "7m", "value": "7m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "30s,1m,2m,3m,5m,7m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "2023-03-23T19:55:31.212Z", "to": "2023-03-23T19:58:40.356Z" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Docker Host & Container Overview", "uid": "tsp-zRWYxZ", "version": 2, "weekStart": "" }
2023-03-23 20:15:20 UTC
null
0
0
18,386
1
825,086
28,212
0
kelvis-vtex
Kelvis - Vtex
teste iportação
2023-03-29 18:49:09 UTC
2023-03-29 18:49:34 UTC
0
null
0
0
null
null
0
0
28,212
1
18,386
1
0
null
{ "__inputs": [ { "name": "DS_PR-S083", "label": "PR-S083", "description": "", "type": "datasource", "pluginId": "mssql", "pluginName": "Microsoft SQL Server" } ], "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.1.6" }, { "type": "panel", "id": "grafana-clock-panel", "name": "Clock", "version": "1.0.3" }, { "type": "datasource", "id": "mssql", "name": "Microsoft SQL Server", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 18386, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#E0B400", "#d44a3a" ], "datasource": "${DS_PR-S083}", "decimals": null, "format": "currencyBRL", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 8, "x": 0, "y": 0 }, "id": 30, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "ultimaExecucaoFeed", "targets": [ { "alias": "", "format": "table", "rawSql": "/****** Script do comando SelectTopNRows de SSMS ******/\r\nSELECT ultimaExecucaoFeed\r\n FROM MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Última Execução Feed", "transparent": true, "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "bgColor": "#E0B400", "clockType": "24 hour", "countdownSettings": { "customFormat": null, "endCountdownTime": "2020-05-30T17:50:00.000Z", "endText": "00:00:00" }, "dateSettings": { "dateFormat": "YYYY-MM-DD", "fontSize": "20px", "fontWeight": "normal", "showDate": false }, "gridPos": { "h": 2, "w": 8, "x": 8, "y": 0 }, "id": 28, "links": [], "mode": "time", "refreshSettings": { "syncWithDashboard": false }, "targets": [ { "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(<time_column>) as time_sec,\n <value column> as value\nFROM <table name>\nWHERE $__timeFilter(time_column)\nORDER BY <time_column> ASC\n", "refId": "A", "select": [ [ { "params": [ "cd_evento" ], "type": "column" } ], [ { "params": [ "flag_dia_todo" ], "type": "column" } ] ], "table": "sd_agenda_atendente", "timeColumn": "dt_inicio_evento", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "timeFrom": null, "timeSettings": { "customFormat": "HH:mm:ss", "fontSize": "40px", "fontWeight": "normal" }, "timeShift": null, "timezone": "America/Bahia", "timezoneSettings": { "fontSize": "12px", "fontWeight": "bold", "showTimezone": false, "zoneFormat": "offsetAbbv" }, "title": "Hora Certa!", "type": "grafana-clock-panel" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#E0B400", "#d44a3a" ], "datasource": "${DS_PR-S083}", "decimals": null, "format": "currencyBRL", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 8, "x": 16, "y": 0 }, "id": 29, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "proximaExecucaoMonitor", "targets": [ { "alias": "", "format": "table", "rawSql": "/****** Script do comando SelectTopNRows de SSMS ******/\r\nSELECT proximaExecucaoMonitor\r\n FROM MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Próxima Execução Monitor", "transparent": true, "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 2 }, "id": 62, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "intervaloMedia", "targets": [ { "alias": "", "format": "table", "rawSql": "select intervaloMedia from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Intervalo Média", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Erros e Par", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 2 }, "id": 72, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie15", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie15 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 15 (B2W)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "datasource": "${DS_PR-S083}", "description": "", "gridPos": { "h": 6, "w": 3, "x": 5, "y": 2 }, "id": 24, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1200 }, { "color": "red", "index": 2, "value": 2500 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT erroPd4000\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila Implantação PD4000", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 6, "w": 3, "x": 8, "y": 2 }, "id": 34, "links": [], "options": { "maxValue": "2000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 500 }, { "color": "red", "index": 2, "value": 1000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT qtdPedidosParados as 'Pedidos Parados'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Pedidos Parados na Trava", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 6, "w": 3, "x": 11, "y": 2 }, "id": 74, "links": [], "options": { "maxValue": "300", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 100 }, { "color": "red", "index": 2, "value": 200 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT qtdLiberadosTrava as 'Pedidos Parados'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Aprov. Trava Pend. Integr.", "type": "gauge" }, { "cacheTimeout": null, "datasource": "${DS_PR-S083}", "description": "", "gridPos": { "h": 6, "w": 3, "x": 14, "y": 2 }, "id": 6, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "repeat": null, "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT faturamentoVtex as 'Faturamento Pendente'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila de Faturamento", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 6, "w": 3, "x": 17, "y": 2 }, "id": 42, "links": [], "options": { "maxValue": "1500", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 750 }, { "color": "red", "index": 2, "value": 1400 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "select erroImplantacao from MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Erro Implantação", "type": "gauge" }, { "cacheTimeout": null, "datasource": "${DS_PR-S083}", "gridPos": { "h": 6, "w": 4, "x": 20, "y": 2 }, "id": 46, "links": [], "options": { "maxValue": "2000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 1800 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "select erroFaturamento from MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Erros Faturamento", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 3, "w": 3, "x": 0, "y": 4 }, "id": 50, "links": [], "options": { "maxValue": "15000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": false, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "blue", "index": 1, "value": 80 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "select pedidosVtex from MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Pedidos Vtex (do dia)", "type": "gauge" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Impar", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 4 }, "id": 73, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie81", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie81 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 81 (B2W)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Erros e Par", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 6 }, "id": 64, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie14", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie14 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 14 (MagaLu)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "decimals": 2, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 7 }, "id": 60, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "/Minuto", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "mediaPedidosVtex", "targets": [ { "alias": "", "format": "table", "rawSql": "select mediaPedidosVtex from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Leitura Vtex", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": " Impar", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 8 }, "id": 67, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie64", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie64 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 64 (MagaLu)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 5, "y": 8 }, "id": 36, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "lastErroPd4000", "targets": [ { "alias": "", "format": "table", "hide": false, "rawSql": "SELECT lastErroPd4000\r\n FROM MonitorVtex ", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Last Exec PD4000", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 6, "x": 8, "y": 8 }, "id": 40, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "lastqtdPedidosParados", "targets": [ { "alias": "", "format": "table", "rawSql": "select lastqtdPedidosParados from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Last Exec Trava", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 14, "y": 8 }, "id": 38, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "lastFaturamentoVtex", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT lastFaturamentoVtex\n FROM MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Last Exec Faturamento", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 17, "y": 8 }, "id": 44, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "lastErroImplantacao", "targets": [ { "alias": "", "format": "table", "rawSql": "select lastErroImplantacao from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Last Exec Erros Imp", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 8 }, "id": 48, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "lastErrosFaturamento", "targets": [ { "alias": "", "format": "table", "rawSql": "select lastErrosFaturamento from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Last Exec Erros Fat", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 3, "w": 3, "x": 0, "y": 9 }, "id": 52, "links": [], "options": { "maxValue": "15000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": false, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "purple", "index": 1, "value": 80 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "select pedidosImplantadosDia from MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Implant. dia", "type": "gauge" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 10 }, "id": 70, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie19", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie19 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 19 (Outlet)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 3, "x": 5, "y": 10 }, "id": 8, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT trackingVtex as 'Tracking Pendente'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "File Tracking", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 8, "y": 10 }, "id": 12, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT notasNaoImpressas as 'Nao Impressas'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila de Impressão de NF", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 12, "y": 10 }, "id": 26, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 500 }, { "color": "red", "index": 2, "value": 1500 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT notasGeradas as 'Notas Não Geradas'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Notas Pendentes Autorização", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 16, "y": 10 }, "id": 10, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT iniciarManuseio as 'Iniciar Manuseio'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila Iniciar Manuseio", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 20, "y": 10 }, "id": 16, "links": [], "options": { "maxValue": "300", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 100 }, { "color": "red", "index": 2, "value": 200 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT precoVtex as 'Preço Pendente' \r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila Preço", "type": "gauge" }, { "cacheTimeout": null, "colorBackground": false, "colorPostfix": false, "colorPrefix": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "decimals": 2, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 12 }, "id": 58, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "/Minuto", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "mediaPedidosTotvs", "targets": [ { "alias": "", "format": "table", "rawSql": "select mediaPedidosTotvs from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Pedidos Implantados", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": " Par", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 12 }, "id": 71, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie16", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie16 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 16 (Geral)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 3, "w": 3, "x": 0, "y": 14 }, "id": 54, "links": [], "options": { "maxValue": "15000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": false, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "orange", "index": 1, "value": 80 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasFaturadasDia from MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Faturados Dia", "type": "gauge" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Impar", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 14 }, "id": 69, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie24", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie24 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 24 (Geral)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 3, "x": 5, "y": 15 }, "id": 31, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "yellow", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT notasSemRomaneio as 'Sem Romaneio'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Notas Sem Romaneio", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 8, "y": 15 }, "id": 32, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "yellow", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT etiquetasB2wDisp as 'B2w'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Etiquetas Disponíveis", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 12, "y": 15 }, "id": 33, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "yellow", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT etiquetasB2wIndisp as 'B2w'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Notas sem Etiquetas", "type": "gauge" }, { "cacheTimeout": null, "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 16, "y": 15 }, "id": 2, "links": [], "options": { "maxValue": "3000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "#EAB839", "index": 1, "value": 1000 }, { "color": "red", "index": 2, "value": 2000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "hide": false, "rawSql": "SELECT invoiceVtex as 'Invoice Pendente'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila Invoice", "type": "gauge" }, { "datasource": "${DS_PR-S083}", "gridPos": { "h": 5, "w": 4, "x": 20, "y": 15 }, "id": 14, "links": [], "options": { "maxValue": "20000", "minValue": 0, "orientation": "auto", "showThresholdLabels": false, "showThresholdMarkers": true, "thresholds": [ { "color": "green", "index": 0, "value": null }, { "color": "yellow", "index": 1, "value": 5000 }, { "color": "red", "index": 2, "value": 10000 } ], "valueMappings": [], "valueOptions": { "decimals": null, "prefix": "", "stat": "mean", "suffix": "", "unit": "none" } }, "pluginVersion": "6.1.6", "targets": [ { "alias": "", "format": "table", "rawSql": "SELECT estoqueVtex as 'Estoque Pendente'\r\n FROM MonitorVtex", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Fila Estoque", "type": "gauge" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Erros Par", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 16 }, "id": 65, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie90", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie90 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 90 (Geral)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "decimals": 2, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 17 }, "id": 56, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "/Minuto", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "mediaFaturamento", "targets": [ { "alias": "", "format": "table", "rawSql": "select mediaFaturamento from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Faturamento", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Erros Impar", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 2, "x": 3, "y": 18 }, "id": 66, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasSerie91", "targets": [ { "alias": "", "format": "table", "rawSql": "select notasSerie91 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "S. 91 (Geral)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PR-S083}", "description": "Erros Impar", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 20 }, "id": 75, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "notasStatus456", "targets": [ { "alias": "", "format": "table", "rawSql": "Sselect notasStatus456 from MonitorVtex", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Notas Status 4,5,6", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" } ], "refresh": "1m", "schemaVersion": 18, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "1m" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Kelvis - Vtex", "uid": "RCmCXvpnk", "version": 34, "description": "teste iportação" }
2023-03-29 18:49:09 UTC
2023-03-29 18:49:34 UTC
0
0
18,424
1
827,055
28,255
0
yorkie-dashboard
Yorkie Dashboard
yorkie dashboard
2023-04-03 07:28:40 UTC
2023-04-03 07:29:19 UTC
0
null
0
0
Other
null
0
0
28,255
1
18,424
1
0
null
{ "title": "Yorkie Dashboard", "uid": "WR-wNqB4kd", "version": "0.0.0", "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.7" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 6, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 12, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "PushPull", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "description": "", "fieldConfig": { "defaults": { "unit": "none" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 1 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "max_over_time(increase(yorkie_pushpull_sent_changes_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval])[$__interval:10s])", "interval": "", "legendFormat": "sent changes", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "max_over_time(increase(yorkie_pushpull_received_changes_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval])[$__interval:10s])", "hide": false, "interval": "", "legendFormat": "received changes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "PushPull: total changes per interval", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:67", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:68", "format": "none", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "description": "", "fieldConfig": { "defaults": { "unit": "none" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 1 }, "hiddenSeries": false, "id": 19, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "max_over_time(increase(yorkie_pushpull_sent_operations_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval])[$__interval:10s])", "interval": "", "legendFormat": "sent operations", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "max_over_time(increase(yorkie_pushpull_received_operations_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval])[$__interval:10s])", "hide": false, "interval": "", "legendFormat": "received operations", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "PushPull: total operations per interval", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:67", "format": "none", "logBase": 2, "show": true }, { "$$hashKey": "object:68", "format": "none", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "description": "", "fieldConfig": { "defaults": { "unit": "bytes" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 1 }, "hiddenSeries": false, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "max_over_time(increase(yorkie_pushpull_snapshot_bytes_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval])[$__interval:10s])", "interval": "", "legendFormat": "snapshot bytes in response packs", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "PushPull: snapshots bytes per interval", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:324", "format": "bytes", "logBase": 1, "show": true }, { "$$hashKey": "object:325", "format": "none", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 10 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "histogram_quantile(0.95, sum(rate(yorkie_pushpull_response_seconds_bucket{app_kubernetes_io_instance=\"yorkie\"}[5m])) by (le))", "interval": "", "legendFormat": "response time: 0.95", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "histogram_quantile(0.90, sum(rate(yorkie_pushpull_response_seconds_bucket{app_kubernetes_io_instance=\"yorkie\"}[5m])) by (le))", "hide": false, "interval": "", "legendFormat": "response time: 0.90", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "PushPull: response seconds quantile", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:490", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:491", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 10 }, "hiddenSeries": false, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "histogram_quantile(0.95, sum(rate(yorkie_pushpull_snapshot_duration_seconds_bucket{app_kubernetes_io_instance=\"yorkie\"}[5m])) by (le))", "interval": "", "legendFormat": "snapshot duration: 0.95", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "histogram_quantile(0.90, sum(rate(yorkie_pushpull_snapshot_duration_seconds_bucket{app_kubernetes_io_instance=\"yorkie\"}[5m])) by (le))", "hide": false, "interval": "", "legendFormat": "snapshot duration: 0.90", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "PushPull: snapshot duration quantile", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:804", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:805", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 14, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "gRPC", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 19 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "sum(ceil(increase(grpc_server_handled_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval]))) by (grpc_method)", "instant": false, "interval": "", "legendFormat": "{{grpc_method}}", "refId": "A" } ], "title": "gRPC handled method total per interval", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 19 }, "id": 16, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "sum(ceil(increase(grpc_server_handled_total{app_kubernetes_io_instance=\"yorkie\"}[$__interval]))) by (grpc_code)", "interval": "", "legendFormat": "{{grpc_code}}", "refId": "A" } ], "title": "gRPC handled status total per interval", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 28 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "editorMode": "code", "exemplar": false, "expr": "sum by (sdk_type, sdk_version, grpc_method) (increase (yorkie_user_agent_total[$__interval]))", "instant": false, "interval": "", "legendFormat": "{{sdk_type}}/{{sdk_version}}{{grpc_method}}", "range": true, "refId": "A" } ], "title": "(TEST) User Agent & gRPC request total per interval", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 28 }, "id": 25, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "editorMode": "code", "exemplar": false, "expr": "sum by (project_id, project_name, hostname) (increase (yorkie_user_agent_total[$__interval]))", "instant": false, "interval": "", "legendFormat": "{{project_id}}/{{project_name}}/{{hostname}}", "range": true, "refId": "A" } ], "title": "(TEST) User Agent & gRPC request total per interval", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 37 }, "id": 26, "options": { "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "editorMode": "code", "exemplar": false, "expr": "sum by (sdk_type, sdk_version, grpc_method) (increase (yorkie_user_agent_total[$__interval]))", "instant": false, "interval": "", "legendFormat": "{{sdk_type}}/{{sdk_version}}{{grpc_method}}", "range": true, "refId": "A" } ], "title": "(TEST) User Agent & gRPC request rate in realtime", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 37 }, "id": 27, "options": { "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "editorMode": "code", "exemplar": false, "expr": "sum by (project_id, project_name, hostname) (increase (yorkie_user_agent_total[$__interval]))", "instant": false, "interval": "", "legendFormat": "{{project_id}}/{{project_name}}/{{hostname}}", "range": true, "refId": "A" } ], "title": "(TEST) User Agent & gRPC request rate in realtime", "type": "piechart" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 46 }, "id": 23, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "Common", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 24, "x": 0, "y": 47 }, "id": 21, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "exemplar": true, "expr": "yorkie_server_version{app_kubernetes_io_instance=\"yorkie\"}", "interval": "", "legendFormat": "{{agent_version}}", "refId": "A" } ], "title": "Agent Version", "type": "timeseries" } ], "refresh": "5s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "10s", "value": "10s" }, "description": "", "hide": 0, "label": "", "name": "interval", "options": [ { "selected": true, "text": "10s", "value": "10s" }, { "selected": false, "text": "20s", "value": "20s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" } ], "query": "10s,20s,1m,10m,30m,1h", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "weekStart": "", "gnetId": 18424, "description": "yorkie dashboard" }
2023-04-03 07:28:40 UTC
2023-04-03 07:29:19 UTC
0
0
17,338
1
737,623
26,647
0
ems-esp-buderus-logamax-gb172-210sr-dashboard
EMS-ESP Buderus Logamax GB172 210sr Dashboard
EMS-ESP
2022-11-03 18:35:32 UTC
2022-11-03 18:37:49 UTC
0
null
0
0
Other
null
0
0
26,647
1
17,338
1
0
null
{ "__inputs": [ { "name": "DS___EXPR__", "label": "__expr__", "description": "InfluxDB", "type": "datasource", "pluginId": "__expr__" } ], "__requires": [ { "type": "datasource", "id": "__expr__", "version": "1.0.0" }, { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.2.1" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17338, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 24, "panels": [], "title": "Buderus Logamax EMS-ESP Zählerstände", "type": "row" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Brennerstarts gesamt" }, "properties": [ { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Brennerstarts WW" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Brennerstarts HZ" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 1 }, "id": 22, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Brennerstarts gesamt", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "burnstarts" } ] }, { "alias": "Brennerstarts WW", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwstarts" } ] }, { "datasource": "${DS___EXPR__}", "expression": "$A\n\n", "hide": false, "refId": "Brennerstarts gesamt", "type": "math" }, { "datasource": "${DS___EXPR__}", "expression": "$B\n", "hide": false, "refId": "Brennerstarts WW", "type": "math" }, { "datasource": "${DS___EXPR__}", "expression": "$A-$B\n", "hide": false, "refId": "Brennerstarts HZ", "type": "math" } ], "title": "Brennerstarts", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Brennerlaufzeit gesamt" }, "properties": [ { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "WWBrennlaufzeit gesamt" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "HZBrennlaufzeit gesamt" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 3 }, "id": 25, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Brennerlaufzeit gesamt", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "burnworkmin" } ] }, { "datasource": "${DS___EXPR__}", "expression": "$A/60", "hide": false, "refId": "Brennerlaufzeit gesamt", "type": "math" }, { "alias": "WWBrennlaufzeit gesamt", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwworkm" } ] }, { "datasource": "${DS___EXPR__}", "expression": "($A-$B)/60", "hide": false, "refId": "WWBrennlaufzeit gesamt", "type": "math" }, { "alias": "HZBrennlaufzeit gesamt", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatworkmin" } ] }, { "datasource": "${DS___EXPR__}", "expression": "$B/60\n", "hide": false, "refId": "HZBrennlaufzeit gesamt", "type": "math" } ], "title": "Brennerlaufzeit", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Anlagenlaufzeit gesamt" }, "properties": [ { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 5 }, "id": 26, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Anlagenlaufzeit gesamt", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "ubauptime" } ] }, { "datasource": "${DS___EXPR__}", "expression": "$A/60", "hide": false, "refId": "Anlagenlaufzeit gesamt", "type": "math" } ], "title": "Anlagenlaufzeit", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "fixedColor": "#faef33", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "h" }, "overrides": [ { "matcher": { "id": "byName", "options": "Laufzeit Solarpumpe" }, "properties": [ { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } }, { "id": "unit" } ] }, { "matcher": { "id": "byName", "options": "Solarertrag Stunde" }, "properties": [ { "id": "color", "value": { "fixedColor": "super-light-orange", "mode": "fixed" } }, { "id": "unit", "value": "watth" } ] }, { "matcher": { "id": "byName", "options": "Solarertrag Tag" }, "properties": [ { "id": "unit", "value": "watth" }, { "id": "color", "value": { "fixedColor": "light-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Solarertrag Gesamt" }, "properties": [ { "id": "unit", "value": "kwatth" }, { "id": "decimals", "value": 1 }, { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 7 }, "id": 40, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Solar Pumpe Laufzeit", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "pumpworktime" } ] }, { "datasource": "${DS___EXPR__}", "expression": "$A/60\n", "hide": false, "refId": "Laufzeit Solarpumpe", "type": "math" }, { "alias": "Solarertrag Stunde", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "energylasthour" } ] }, { "alias": "Solarertrag Tag", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "energytoday" } ] }, { "alias": "Solarertrag Gesamt", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM \"ems-esp\" WHERE (\"sensor\" = 'burnworkmin') AND $timeFilter", "rawQuery": false, "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "energytotal" } ] } ], "title": "Solar Zählerstände", "transparent": true, "type": "stat" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 12, "panels": [], "title": "Buderus Logamax EMS-ESP Heizung", "type": "row" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Heizen aktiviert" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Heizen aktiv" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Raumtemp Heizen" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Aussentemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "semi-dark-green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Raumtemp Absenk" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "light-blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 10 }, "id": 17, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Heizen aktiviert", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactivated" } ] }, { "alias": "Heizen aktiv", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactive" } ] }, { "alias": "Raumtemp Heizen", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "seltemp" } ] }, { "alias": "Raumtemp Absenk", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "ecotemp" } ] }, { "alias": "Aussentemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "outdoortemp" } ] } ], "title": "Heizung Statusanzeige und einstellbare Raumtemperaturen", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Sommer/Winter" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" }, { "id": "unit", "value": "celsius" } ] }, { "matcher": { "id": "byName", "options": "Sollwert VL Temp" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "continuous-GrYlRd" } }, { "id": "unit", "value": "celsius" } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 12 }, "id": 43, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Sommer/Winter", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "summertemp" } ] }, { "alias": "Sollwert VL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "selflowtemp" } ] } ], "title": "Heizung Statusanzeige Sommer/Winter", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Fusspunkt Offset" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Auslegungstemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Heizungstemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "text", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Froschutztemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Durchheizen ab" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 14 }, "id": 41, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Fusspunkt Offset", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "offsettemp" } ] }, { "alias": "Auslegungstemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "designtemp" } ] }, { "alias": "Heizungstemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingtemp" } ] }, { "alias": "Froschutztemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "nofrosttemp" } ] }, { "alias": "Durchheizen ab", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "noreducetemp" } ] } ], "title": "Heizung Temperatureinstellungen", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "HZ Pumpleistung" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Brennerleistung" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Flammstrom" }, "properties": [ { "id": "unit", "value": "mamph" }, { "id": "color", "value": { "fixedColor": "super-light-purple", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] } ] }, "gridPos": { "h": 3, "w": 12, "x": 0, "y": 16 }, "id": 33, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Heizen aktiviert", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactivated" } ] }, { "alias": "Heizen aktiv", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactive" } ] }, { "alias": "Gasventil", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "burngas" } ] }, { "alias": "HZ Pumpleistung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingpumpmod" } ] }, { "alias": "Brennerleistung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "curburnpow" } ] }, { "alias": "Flammstrom", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "flamecurr" } ] }, { "alias": "Gebläse", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "fanwork" } ] } ], "title": "Heizbetrieb Ein/Aus", "transparent": true, "type": "bargauge" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Outdoor Temp" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-green", "mode": "fixed" } }, { "id": "unit", "value": "celsius" } ] }, { "matcher": { "id": "byName", "options": "Sollwert VL Temp" }, "properties": [ { "id": "color", "value": { "mode": "continuous-YlRd" } }, { "id": "unit", "value": "celsius" }, { "id": "min", "value": 0 }, { "id": "max", "value": 50 } ] }, { "matcher": { "id": "byName", "options": "akt. VL Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "continuous-YlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "akt. RL Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "continuous-GrYlRd" } } ] } ] }, "gridPos": { "h": 3, "w": 12, "x": 12, "y": 16 }, "id": 32, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Outdoor Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "outdoortemp" } ] }, { "alias": "Sollwert VL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "selflowtemp" } ] }, { "alias": "akt. VL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "curflowtemp" } ] }, { "alias": "akt. RL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "SensorRL" } ] } ], "title": "Heizung Temperaturen", "transparent": true, "type": "bargauge" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [ { "matcher": { "id": "byName", "options": "Heizt momentan" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-orange", "mode": "fixed" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "akt. VL Temp" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } }, { "id": "unit", "value": "celsius" }, { "id": "custom.axisPlacement", "value": "right" } ] }, { "matcher": { "id": "byName", "options": "HZ Pumpmod" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "HZ Pumpe" }, "properties": [ { "id": "color", "value": { "fixedColor": "super-light-purple", "mode": "fixed" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Flammstrom" }, "properties": [ { "id": "unit", "value": "mamp" }, { "id": "color", "value": { "fixedColor": "super-light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Brennerleistung" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Outdoor Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Sollwert VL Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Gebläse" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 1" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 2" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "semi-dark-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp Boden" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "light-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "akt. RL Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] }, { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "akt. VL Temp", "akt. RL Temp", "HZ Pumpmod", "Flammstrom", "Brennerleistung" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 16, "w": 24, "x": 0, "y": 19 }, "id": 14, "options": { "legend": { "calcs": [ "lastNotNull", "min", "max", "mean" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "Heizt momentan", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactive" } ] }, { "alias": "akt. VL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "curflowtemp" } ] }, { "alias": "akt. RL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "M", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "SensorRL" } ] }, { "alias": "HZ Pumpmod", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingpumpmod" } ] }, { "alias": "HZ Pumpe", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingpump" } ] }, { "alias": "Flammstrom", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "flamecurr" } ] }, { "alias": "Brennerleistung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "curburnpow" } ] }, { "alias": "Outdoor Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "outdoortemp" } ] }, { "alias": "Sollwert VL Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "selflowtemp" } ] }, { "alias": "Gebläse", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "fanwork" } ] }, { "alias": "Speichertemp 1", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp" } ] }, { "alias": "Speichertemp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "K", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp2" } ] }, { "alias": "Speichertemp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "L", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] } ], "title": "Heizung Datenlogging", "transparent": true, "type": "timeseries" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 35 }, "id": 20, "panels": [], "title": "Buderus Logamax EMS-ESP Warmwasser", "type": "row" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] }, "unit": "bool_on_off" }, "overrides": [ { "matcher": { "id": "byName", "options": "WWBetrieb Ein/Aus" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Speicherladung" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "WW Flow" }, "properties": [ { "id": "unit", "value": "flowlpm" }, { "id": "min", "value": 0 }, { "id": "max", "value": 30 }, { "id": "color", "value": { "mode": "continuous-blues" } } ] }, { "matcher": { "id": "byName", "options": "WW Soll Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "WW Set Temp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 36 }, "id": 18, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "WWBetrieb Ein/Aus", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "heatingactivated" } ] }, { "alias": "Speicherladung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcharging" } ] }, { "alias": "WW Flow", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurflow" } ] }, { "alias": "WW Soll Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwseltemp" } ] }, { "alias": "WW Set Temp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwsettemp" } ] } ], "title": "Warmwasserspeicher Statusanzeige", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlYlRd" }, "decimals": 1, "mappings": [], "max": 60, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 38 }, "id": 28, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Speicher Temp 1", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp" } ] }, { "alias": "Speicher Temp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp2" } ] }, { "alias": "Speicher Temp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] } ], "title": "Warmwasser Temperaturen", "transparent": true, "type": "bargauge" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Warmwasseraufbereitung momentan" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } }, { "id": "unit", "value": "bool_on_off" }, { "id": "custom.drawStyle", "value": "line" } ] }, { "matcher": { "id": "byName", "options": "WW Flow" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } }, { "id": "unit", "value": "flowlpm" }, { "id": "min", "value": 0 }, { "id": "max", "value": 31 } ] }, { "matcher": { "id": "byName", "options": "Speicher Temp 1" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "min", "value": 0 }, { "id": "max", "value": 60 }, { "id": "color", "value": { "fixedColor": "dark-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speicher Temp 2" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "min", "value": 0 }, { "id": "max", "value": 60 }, { "id": "color", "value": { "fixedColor": "semi-dark-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speicher Temp Boden" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "interne Speicher Temp 1" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "externe Speicher Temp 2" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "externe Speicher Temp 2", "Speicher Temp 2", "Speicher Temp 1", "Speicher Temp Boden", "interne Speicher Temp 1" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 41 }, "id": 15, "options": { "legend": { "calcs": [ "lastNotNull", "min", "max" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "Warmwasseraufbereitung momentan", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "tapwateractive" } ] }, { "alias": "WW Flow", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurflow" } ] }, { "alias": "Speicher Temp 1", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp" } ] }, { "alias": "Speicher Temp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp2" } ] }, { "alias": "Speicher Temp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] }, { "alias": "interne Speicher Temp 1", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwstoragetemp1" } ] }, { "alias": "externe Speicher Temp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwstoragetemp2" } ] } ], "title": "Warmwasser Datenlogging", "transparent": true, "type": "timeseries" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 49 }, "id": 35, "panels": [], "title": "Buderus Logamax EMS-ESP Solar", "type": "row" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Solarpumpe" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Speichertemp erreicht" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-green", "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "Kollektorabschaltung" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "thresholds" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 50 }, "id": 36, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Solarpumpe", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "solarpump" } ] }, { "alias": "Speichertemp erreicht", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylheated" } ] }, { "alias": "Kollektorabschaltung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectorshutdown" } ] } ], "title": "Solarbetrieb Statusanzeige", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Speichertemp erreicht" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-green", "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp Boden" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "continuous-YlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 65 } ] }, { "matcher": { "id": "byName", "options": "Kollektortemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-purple", "mode": "continuous-BlYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 152 } ] }, { "matcher": { "id": "byName", "options": "Maximale Speichertemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Maximale Kollektortemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Minimale Kollektortemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 52 }, "id": 42, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Maximale Speichertemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylmaxtemp" } ] }, { "alias": "Speichertemp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] }, { "alias": "Maximale Kollektortemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectormaxtemp" } ] }, { "alias": "Minimale Kollektortemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectormintemp" } ] }, { "alias": "Kollektortemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectortemp" } ] } ], "title": "Solartemperatureinstellungen", "transparent": true, "type": "stat" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Solarpumpe" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Solarpumpe Leistung" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } }, { "id": "unit", "value": "percent" } ] }, { "matcher": { "id": "byName", "options": "Speichertemp erreicht" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-green", "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp Boden" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "continuous-BlYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 65 } ] }, { "matcher": { "id": "byName", "options": "Kollektorabschaltung" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "Kollektortemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-purple", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Maximale Speichertemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Maximale Kollektortemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 1" }, "properties": [ { "id": "color", "value": { "mode": "continuous-BlYlRd" } }, { "id": "unit", "value": "celsius" } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 2" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "mode": "continuous-BlYlRd" } } ] } ] }, "gridPos": { "h": 4, "w": 24, "x": 0, "y": 54 }, "id": 37, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Solarpumpe", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "solarpump" } ] }, { "alias": "Solarpumpe Leistung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "solarpumpmod" } ] }, { "alias": "Kollektortemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectortemp" } ] }, { "alias": "Speichertemp erreicht", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylheated" } ] }, { "alias": "Speichertemp 1", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp" } ] }, { "alias": "Speichertemp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp2" } ] }, { "alias": "Speichertemp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] }, { "alias": "Maximale Speichertemp", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylmaxtemp" } ] }, { "alias": "Kollektorabschaltung", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectorshutdown" } ] }, { "alias": "Maximale Kollektortemp", "groupBy": [], "hide": true, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectormaxtemp" } ] } ], "title": "Solar Messung Temp und Leistung", "transparent": true, "type": "bargauge" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Solarpumpe" }, "properties": [ { "id": "color", "value": { "mode": "thresholds" } }, { "id": "unit", "value": "bool_on_off" } ] }, { "matcher": { "id": "byName", "options": "Solarpumpe Leistung" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } }, { "id": "unit", "value": "percent" }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Speichertemp erreicht" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp Boden" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 65 } ] }, { "matcher": { "id": "byName", "options": "Kollektorabschaltung" }, "properties": [ { "id": "unit", "value": "bool_on_off" }, { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "thresholds" } } ] }, { "matcher": { "id": "byName", "options": "Kollektortemperatur" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-purple", "mode": "continuous-GrYlRd" } }, { "id": "min", "value": 0 }, { "id": "max", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Maximale Speichertemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Maximale Kollektortemp" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 1" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "super-light-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Speichertemp 2" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "color", "value": { "fixedColor": "semi-dark-orange", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 58 }, "id": 38, "options": { "legend": { "calcs": [ "lastNotNull", "min", "max", "mean" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.1", "targets": [ { "alias": "Solarpumpe", "groupBy": [], "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "solarpump" } ] }, { "alias": "Solarpumpe Leistung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "solarpumpmod" } ] }, { "alias": "Speichertemp erreicht", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylheated" } ] }, { "alias": "Speichertemp Boden", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylbottomtemp" } ] }, { "alias": "Maximale Speichertemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "cylmaxtemp" } ] }, { "alias": "Kollektorabschaltung", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectorshutdown" } ] }, { "alias": "Kollektortemperatur", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectortemp" } ] }, { "alias": "Maximale Kollektortemp", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "collectormaxtemp" } ] }, { "alias": "Speichertemp 1", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp" } ] }, { "alias": "Speichertemp 2", "groupBy": [], "hide": false, "measurement": "ems-esp", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "wwcurtemp2" } ] } ], "title": "Solarbetrieb Datenlogging", "transparent": true, "type": "timeseries" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 71 }, "id": 10, "panels": [], "title": "HWR", "type": "row" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [ { "matcher": { "id": "byName", "options": "HWR Raumtemperatur" }, "properties": [ { "id": "color", "value": { "fixedColor": "yellow", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S1HZVL" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S2HZRL" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3SOVL" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S4SORL" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S5SPIN" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S6SPOUT" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "HWR RT" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 72 }, "id": 2, "options": { "legend": { "calcs": [ "min", "max", "last" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "HWR RT", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "HWRTemp" } ] }, { "alias": "S1HZVL", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S1HZVL" } ] }, { "alias": "S2HZRL", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S2HZRL" } ] }, { "alias": "S3SOVL", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S3SOVL" } ] }, { "alias": "S4SORL", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S4SORL" } ] }, { "alias": "S5SPIN", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S5SPIN" } ] }, { "alias": "S6SPOUT", "groupBy": [], "hide": false, "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "S6SPOUT" } ] } ], "title": "HWR Temperatursensoren", "transparent": true, "type": "timeseries" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "humidity" }, "overrides": [ { "matcher": { "id": "byName", "options": "HWR.mean" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "HWR LF" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 80 }, "id": 4, "options": { "legend": { "calcs": [ "min", "max", "last" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "HWR LF", "groupBy": [], "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "HWRHum" } ] } ], "title": "HWR Luftfeuchte", "transparent": true, "type": "timeseries" }, { "datasource": null, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "pressurembar" }, "overrides": [ { "matcher": { "id": "byName", "options": "HWR" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "HWR Pres" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 85 }, "id": 8, "options": { "legend": { "calcs": [ "min", "max", "last" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "HWR Pres", "groupBy": [], "measurement": "HWR", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" } ] ], "tags": [ { "key": "sensor", "operator": "=", "value": "HWRPres" } ] } ], "title": "HWR Luftdruck", "transparent": true, "type": "timeseries" } ], "refresh": "1m", "schemaVersion": 31, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "1m" ] }, "timezone": "", "title": "EMS-ESP Buderus Logamax GB172 210sr Dashboard", "uid": "1GkKimzRk", "version": 2, "description": "EMS-ESP" }
2022-11-03 18:35:32 UTC
2022-11-03 18:37:49 UTC
0
0
17,376
1
740,471
26,698
0
nginx-logs-geo-map
NGINX LOGS & GEO MAP
Nginx Logs and GEO map
2022-11-08 23:15:25 UTC
2022-11-08 23:15:43 UTC
0
null
0
0
null
null
0
0
26,698
1
17,376
1
0
Nginx Logs and GEO map
{ "__inputs": [ { "name": "DS_TELEGRAF", "label": "Telegraf", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.3.6" }, { "type": "panel", "id": "grafana-worldmap-panel", "name": "Worldmap Panel", "version": "0.3.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "table-old", "name": "Table (old)", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:712", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Nginx Logs and GEO map", "editable": true, "gnetId": 17376, "graphTooltip": 0, "id": null, "iteration": 1611407563785, "links": [ { "$$hashKey": "object:17709", "icon": "external link", "tags": [], "targetBlank": true, "title": "Geoip2Influx", "type": "link", "url": "https://github.com/gilbN/lsio-docker-mods/tree/master/letsencrypt/geoip2-nginx-stats" } ], "panels": [ { "collapsed": false, "datasource": "${DS_TELEGRAF}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 8, "panels": [], "title": "GEO MAP", "type": "row" }, { "circleMaxSize": "20", "circleMinSize": 2, "colors": [ "#56A64B", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "$datasource", "decimals": 0, "esMetric": "Count", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 14, "w": 11, "x": 0, "y": 1 }, "hideEmpty": false, "hideTimeOverride": true, "hideZero": false, "id": 2, "initialZoom": "2", "interval": "", "links": [], "locationData": "table", "mapCenter": "custom", "mapCenterLatitude": 46, "mapCenterLongitude": 14, "maxDataPoints": 1, "mouseWheelZoom": true, "showLegend": true, "stickyLabels": true, "tableQueryOptions": { "geohashField": "geohash", "labelField": "city", "latitudeField": "latitude", "longitudeField": "longitude", "metricField": "metric", "queryType": "geohash" }, "targets": [ { "alias": "", "groupBy": [ { "params": [ "geohash" ], "type": "tag" }, { "params": [ "city" ], "type": "tag" } ], "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "metric" ], "type": "alias" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" } ] } ], "thresholds": "100,500", "timeFrom": "$geo_interval", "title": "GEOMAP", "type": "grafana-worldmap-panel", "unitPlural": "", "unitSingle": "", "unitSingular": "", "valueName": "total" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 5000 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 10000 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "mode": "thresholds" } }, { "id": "custom.width", "value": 84 } ] }, { "matcher": { "id": "byName", "options": "Domain" }, "properties": [ { "id": "custom.width", "value": 286 } ] } ] }, "gridPos": { "h": 14, "w": 5, "x": 11, "y": 1 }, "hideTimeOverride": true, "id": 14, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Count" } ] }, "pluginVersion": "7.3.6", "targets": [ { "groupBy": [ { "params": [ "host" ], "type": "tag" } ], "limit": "15", "measurement": "nginx_access_logs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Top visited domains", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "host": "Domain", "sum": "Count" } } } ], "type": "table" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "displayName": "", "mappings": [], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "#EAB839", "value": 524300000 }, { "color": "red", "value": 1049000000 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 5, "x": 16, "y": 1 }, "hideTimeOverride": true, "id": 19, "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.6", "targets": [ { "alias": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "nginx_access_logs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$domain$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Data Transmitted", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "displayName": "", "mappings": [], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "#EAB839", "value": 5000 }, { "color": "red", "value": 10000 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 1 }, "hideTimeOverride": true, "id": 25, "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.6", "targets": [ { "alias": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Total Requests", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 500 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 1000 } ] } }, { "id": "custom.width", "value": 74 } ] }, { "matcher": { "id": "byName", "options": "IP" }, "properties": [ { "id": "custom.width", "value": 123 } ] } ] }, "gridPos": { "h": 11, "w": 5, "x": 16, "y": 4 }, "hideTimeOverride": true, "id": 21, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Count" } ] }, "pluginVersion": "7.3.6", "targets": [ { "groupBy": [ { "params": [ "ip" ], "type": "tag" }, { "params": [ "country_name" ], "type": "tag" } ], "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Top IP/Country", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "country_name": "Country", "ip": "IP", "sum": "Count" } } } ], "type": "table" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 5000 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 10000 } ] } }, { "id": "custom.width", "value": 92 } ] }, { "matcher": { "id": "byName", "options": "Country Code" }, "properties": [ { "id": "custom.width", "value": 127 } ] } ] }, "gridPos": { "h": 11, "w": 3, "x": 21, "y": 4 }, "hideTimeOverride": true, "id": 26, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Count" } ] }, "pluginVersion": "7.3.6", "targets": [ { "groupBy": [ { "params": [ "country_code" ], "type": "tag" } ], "limit": "15", "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Top 15 countries", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "country_code": "Country Code", "sum": "Count" } } } ], "type": "table" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Latitude" }, "properties": [ { "id": "custom.width", "value": 70 } ] }, { "matcher": { "id": "byName", "options": "Longitude" }, "properties": [ { "id": "custom.width", "value": 94 } ] }, { "matcher": { "id": "byName", "options": "Postal Code" }, "properties": [ { "id": "custom.width", "value": 97 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 15 }, "hideTimeOverride": true, "id": 4, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Count" } ] }, "pluginVersion": "7.3.6", "targets": [ { "groupBy": [ { "params": [ "city" ], "type": "tag" }, { "params": [ "country_name" ], "type": "tag" }, { "params": [ "country_code" ], "type": "tag" }, { "params": [ "state" ], "type": "tag" }, { "params": [ "postal_code" ], "type": "tag" }, { "params": [ "state_code" ], "type": "tag" }, { "params": [ "latitude" ], "type": "tag" }, { "params": [ "longitude" ], "type": "tag" }, { "params": [ "ip" ], "type": "tag" } ], "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" } ] } ], "timeFrom": "$geo_interval", "timeShift": null, "title": "Detailed location data", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "Time": "", "city": "City", "country_code": "Country Code", "country_name": "Country", "ip": "IP", "latitude": "Latitude", "longitude": "Longitude", "postal_code": "Postal Code", "state": "State", "state_code": "State (ANSI)", "sum": "Count" } } } ], "type": "table" }, { "aliasColors": { "Requests": "red", "geoip2influx.sum": "red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 7, "fillGradient": 0, "gridPos": { "h": 8, "w": 13, "x": 0, "y": 23 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 23, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": false, "max": false, "min": false, "rightSide": false, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$tag_country_name", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "country_name" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "geoip2influx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [], "type": "cumulative_sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" } ] } ], "thresholds": [], "timeFrom": "$geo_interval", "timeRegions": [], "timeShift": null, "title": "Request count cumulative ", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:874", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:875", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Requests": "red", "geoip2influx.sum": "red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 7, "fillGradient": 0, "gridPos": { "h": 8, "w": 11, "x": 13, "y": 23 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 24, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "max": false, "min": false, "rightSide": true, "show": false, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$tag_country_code", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "country_code" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "nginx_access_logs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [], "type": "cumulative_sum" } ] ], "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$domain$/" } ] } ], "thresholds": [], "timeFrom": "$log_interval", "timeRegions": [], "timeShift": null, "title": "Bytes sum cumulative ", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:874", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:875", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "${DS_TELEGRAF}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 31 }, "id": 10, "panels": [], "title": "NGINX LOGs", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "datetime" }, "properties": [ { "id": "custom.width", "value": 211 } ] }, { "matcher": { "id": "byName", "options": "Connect Time" }, "properties": [ { "id": "custom.width", "value": 110 } ] }, { "matcher": { "id": "byName", "options": "Country Code" }, "properties": [ { "id": "custom.width", "value": 102 } ] }, { "matcher": { "id": "byName", "options": "City" }, "properties": [ { "id": "custom.width", "value": 84 } ] }, { "matcher": { "id": "byName", "options": "Bytes Sent" }, "properties": [ { "id": "custom.width", "value": 84 } ] }, { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "custom.width", "value": 53 } ] }, { "matcher": { "id": "byName", "options": "Method" }, "properties": [ { "id": "custom.width", "value": 68 } ] }, { "matcher": { "id": "byName", "options": "IP" }, "properties": [ { "id": "custom.width", "value": 121 } ] }, { "matcher": { "id": "byName", "options": "HTTP Version" }, "properties": [ { "id": "custom.width", "value": 108 } ] }, { "matcher": { "id": "byName", "options": "Country" }, "properties": [ { "id": "custom.width", "value": 86 } ] }, { "matcher": { "id": "byName", "options": "URL" }, "properties": [ { "id": "custom.width", "value": 415 } ] }, { "matcher": { "id": "byName", "options": "Status Code" }, "properties": [ { "id": "custom.width", "value": 94 } ] }, { "matcher": { "id": "byName", "options": "Date" }, "properties": [ { "id": "custom.width", "value": 193 } ] }, { "matcher": { "id": "byName", "options": "Domain" }, "properties": [ { "id": "custom.width", "value": 171 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 32 }, "hideTimeOverride": true, "id": 17, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Date" } ] }, "pluginVersion": "7.3.6", "targets": [ { "groupBy": [ { "params": [ "url" ], "type": "tag" }, { "params": [ "ip" ], "type": "tag" }, { "params": [ "city" ], "type": "tag" }, { "params": [ "country_code" ], "type": "tag" }, { "params": [ "datetime" ], "type": "tag" }, { "params": [ "http_version" ], "type": "tag" }, { "params": [ "method" ], "type": "tag" }, { "params": [ "referrer" ], "type": "tag" }, { "params": [ "remote_user" ], "type": "tag" }, { "params": [ "status_code" ], "type": "tag" }, { "params": [ "connect_time" ], "type": "tag" }, { "params": [ "bytes_sent" ], "type": "tag" }, { "params": [ "country_name" ], "type": "tag" }, { "params": [ "host" ], "type": "tag" } ], "hide": false, "limit": "", "measurement": "nginx_access_logs", "orderByTime": "ASC", "policy": "default", "query": "SELECT count(\"count\") FROM \"nginx_access_logs\" WHERE $timeFilter GROUP BY \"url\", \"ip\", \"city\", \"country_code\", \"datetime\", \"http_version\", \"method\", \"referrer\", \"remote_user\", \"status_code\", \"connect_time\", \"bytes_sent\" LIMIT 50", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "distinct" } ] ], "slimit": "", "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$domain$/" } ] } ], "timeFrom": "$log_interval", "timeShift": null, "title": "Nginx Logs", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Time": 0, "bytes_sent": 12, "city": 2, "connect_time": 13, "country_code": 4, "country_name": 5, "datetime": 1, "distinct": 15, "host": 6, "http_version": 9, "ip": 3, "method": 7, "referrer": 11, "remote_user": 14, "status_code": 8, "url": 10 }, "renameByName": { "bytes_sent": "Bytes Sent", "city": "City", "connect_time": "Connect Time", "country_code": "Country Code", "country_name": "Country", "datetime": "Date", "distinct": "Count", "host": "Domain", "http_version": "HTTP Version", "ip": "IP", "method": "Method", "referrer": "Referrer", "remote_user": "Remote User", "status_code": "Status Code", "url": "URL" } } } ], "type": "table" }, { "columns": [], "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "100%", "gridPos": { "h": 13, "w": 24, "x": 0, "y": 42 }, "hideTimeOverride": true, "id": 16, "pageSize": null, "showHeader": true, "sort": { "col": 3, "desc": true }, "styles": [ { "$$hashKey": "object:4905", "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "$$hashKey": "object:4906", "alias": "URL", "align": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "link": true, "pattern": "url", "preserveFormat": false, "thresholds": [], "type": "string", "unit": "short" }, { "$$hashKey": "object:5035", "alias": "Count", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "mappingType": 1, "pattern": "sum", "thresholds": [ "500", "1000" ], "type": "number", "unit": "none" }, { "$$hashKey": "object:1519", "alias": "Referrer", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "referrer", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "groupBy": [ { "params": [ "url" ], "type": "tag" }, { "params": [ "referrer" ], "type": "tag" } ], "hide": false, "limit": "", "measurement": "nginx_access_logs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "slimit": "", "tags": [ { "key": "ip", "operator": "!~", "value": "/^$excluded_ip$/" }, { "condition": "AND", "key": "country_code", "operator": "=~", "value": "/^$country_code$/" }, { "condition": "AND", "key": "city", "operator": "=~", "value": "/^$city$/" }, { "condition": "AND", "key": "country_name", "operator": "=~", "value": "/^$country$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$domain$/" } ] } ], "timeFrom": "$log_interval", "timeShift": null, "title": "Top Visited URL's", "transform": "table", "type": "table-old" } ], "refresh": "10s", "schemaVersion": 26, "style": "dark", "tags": [ "nginx", "geoip2", "python", "influxdb" ], "templating": { "list": [ { "current": { "selected": false, "text": "InfluxDB GEOIP_NGINX_LOGS", "value": "InfluxDB GEOIP_NGINX_LOGS" }, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "influxdb", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": { "$$hashKey": "object:12337", "selected": true, "text": "1h", "value": "1h" }, "error": null, "hide": 0, "includeAll": false, "label": "Nginx Log Interval", "multi": false, "name": "log_interval", "options": [ { "$$hashKey": "object:12334", "selected": false, "text": "1m", "value": "1m" }, { "$$hashKey": "object:12335", "selected": false, "text": "10m", "value": "10m" }, { "$$hashKey": "object:12336", "selected": false, "text": "30m", "value": "30m" }, { "$$hashKey": "object:12337", "selected": true, "text": "1h", "value": "1h" }, { "$$hashKey": "object:12338", "selected": false, "text": "6h", "value": "6h" }, { "$$hashKey": "object:12339", "selected": false, "text": "12h", "value": "12h" }, { "$$hashKey": "object:12340", "selected": false, "text": "1d", "value": "1d" }, { "$$hashKey": "object:12341", "selected": false, "text": "7d", "value": "7d" }, { "$$hashKey": "object:12342", "selected": false, "text": "14d", "value": "14d" }, { "$$hashKey": "object:12343", "selected": false, "text": "30d", "value": "30d" }, { "$$hashKey": "object:12344", "selected": false, "text": "now/d", "value": "now/d" }, { "$$hashKey": "object:12345", "selected": false, "text": "now-1d/d", "value": "now-1d/d" } ], "query": "1m,10m,30m,1h,6h,12h,1d,7d,14d,30d,now/d,now-1d/d", "queryValue": "", "skipUrlSync": false, "type": "custom" }, { "allValue": null, "current": { "selected": false, "text": "now/d", "value": "now/d" }, "error": null, "hide": 0, "includeAll": false, "label": "Geo Data Interval", "multi": false, "name": "geo_interval", "options": [ { "$$hashKey": "object:11661", "selected": false, "text": "1m", "value": "1m" }, { "$$hashKey": "object:11662", "selected": false, "text": "10m", "value": "10m" }, { "$$hashKey": "object:11663", "selected": false, "text": "30m", "value": "30m" }, { "$$hashKey": "object:11664", "selected": false, "text": "1h", "value": "1h" }, { "$$hashKey": "object:11665", "selected": false, "text": "6h", "value": "6h" }, { "$$hashKey": "object:11666", "selected": false, "text": "12h", "value": "12h" }, { "$$hashKey": "object:11667", "selected": false, "text": "1d", "value": "1d" }, { "$$hashKey": "object:11668", "selected": false, "text": "7d", "value": "7d" }, { "$$hashKey": "object:11669", "selected": false, "text": "14d", "value": "14d" }, { "$$hashKey": "object:11670", "selected": false, "text": "30d", "value": "30d" }, { "$$hashKey": "object:11671", "selected": true, "text": "now/d", "value": "now/d" }, { "$$hashKey": "object:11672", "selected": false, "text": "now-1d/d", "value": "now-1d/d" } ], "query": "1m,10m,30m,1h,6h,12h,1d,7d,14d,30d,now/d,now-1d/d", "skipUrlSync": false, "type": "custom" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"country_name\"", "error": null, "hide": 0, "includeAll": true, "label": "Country", "multi": true, "name": "country", "options": [], "query": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"country_name\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": true }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"country_code\"", "error": null, "hide": 0, "includeAll": true, "label": "Country Code", "multi": true, "name": "country_code", "options": [], "query": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"country_code\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": "", "current": {}, "datasource": "$datasource", "definition": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"city\"", "error": null, "hide": 0, "includeAll": true, "label": "City", "multi": true, "name": "city", "options": [], "query": "SHOW TAG VALUES FROM \"geoip2influx\" WITH KEY = \"city\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "SHOW TAG VALUES FROM \"nginx_access_logs\" WITH KEY = \"host\"", "error": null, "hide": 0, "includeAll": true, "label": "Domains", "multi": false, "name": "domain", "options": [], "query": "SHOW TAG VALUES FROM \"nginx_access_logs\" WITH KEY = \"host\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "", "value": "" }, "error": null, "hide": 0, "label": "Exclude IP", "name": "excluded_ip", "options": [ { "selected": true, "text": "", "value": "" } ], "query": "", "skipUrlSync": false, "type": "textbox" } ] }, "time": { "from": "now/d", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "NGINX LOGS & GEO MAP", "uid": "1lcjN0bik3", "version": 26 }
2022-11-08 23:15:25 UTC
null
0
0
17,563
1
754,982
26,960
0
smartmon-disk-monitoring-serial-number
Smartmon Disk Monitoring Serial number
Smartmon node_exporter Dashboard with serial nubmers-p
2022-12-07 14:16:48 UTC
2022-12-07 14:17:15 UTC
0
null
0
0
null
null
0
0
26,960
1
17,563
1
0
Smartmon node_exporter Dashboard with serial nubmers
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.6.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Smartmon node_exporter Dashboard with serial nubmers-p", "editable": true, "gnetId": 17563, "graphTooltip": 0, "id": null, "iteration": 1670421686943, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#C4162A", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "count(smartmon_device_smart_healthy{instance=~\"$instance\"})-sum(smartmon_device_smart_healthy{instance=~\"$instance\"})", "format": "table", "instant": true, "intervalFactor": 2, "refId": "A" } ], "thresholds": "1", "timeFrom": null, "timeShift": null, "title": "Unhealthy Disks", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "null", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 7, "w": 24, "x": 0, "y": 3 }, "height": "170px", "id": 4, "links": [], "options": {}, "pageSize": null, "pluginVersion": "6.6.2", "scroll": true, "showHeader": true, "sort": { "col": 3, "desc": false }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Healthy", "align": "auto", "colorMode": "row", "colors": [ "#FF9830", "#73BF69", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value", "thresholds": [ "1" ], "type": "string", "unit": "short", "valueMaps": [ { "text": "Yes", "value": "1" }, { "text": "No", "value": "0" } ] }, { "alias": "Size", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": null, "mappingType": 1, "pattern": "Value", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": " max(smartmon_device_smart_healthy{instance=~\"$instance\",serial_number=~\"$serial_number\"}) by (serial_number,instance) ", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Disk Info", "transform": "table", "type": "table" }, { "aliasColors": {}, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 5, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 10 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 10, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 2, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pluginVersion": "6.6.2", "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "aggregation": "Last", "decimals": 2, "displayAliasType": "Warning / Critical", "displayType": "Regular", "displayValueWithAlias": "Never", "expr": "smartmon_read_errors{instance=~\"$instance\"}", "instant": false, "legendFormat": "{{instance}} - Disk:{{serial_number}}", "refId": "A", "units": "none", "valueHandler": "Number Threshold" } ], "thresholds": [], "timeFrom": "480h", "timeRegions": [], "timeShift": null, "title": "Read Error Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "locale", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": 2 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 5, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 10 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 6, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "smartmon_write_errors{instance=~\"$instance\",serial_number=~\"$serial_number\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": " {{instance}} - Disk:{{serial_number}}", "refId": "A" } ], "thresholds": [], "timeFrom": "480h", "timeRegions": [], "timeShift": null, "title": "Write Error Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "locale", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 1, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 22 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 1, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sideWidth": null, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pluginVersion": "6.6.2", "pointradius": 0.5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "aggregation": "Last", "decimals": 2, "displayAliasType": "Warning / Critical", "displayType": "Regular", "displayValueWithAlias": "Never", "expr": "avg(smartmon_temperature_celsius{instance=~\"$instance\",serial_number=~\"$serial_number\"}) by (instance, serial_number)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{ instance }}- Disk: {{serial_number}}", "refId": "A", "units": "none", "valueHandler": "Number Threshold" } ], "thresholds": [], "timeFrom": "480h", "timeRegions": [], "timeShift": null, "title": "Disk Temperature", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "short", "label": "Temperature Celsius (C)", "logBase": 1, "max": "80", "min": "10", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 15, "w": 24, "x": 0, "y": 29 }, "id": 19, "links": [], "options": {}, "pageSize": 10, "repeat": null, "repeatDirection": "h", "showHeader": true, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "link": false, "pattern": "Time", "type": "hidden" }, { "alias": "", "align": "", "colorMode": "row", "colors": [ "rgba(50, 172, 45, 0.97)", "#E02F44", "#E02F44" ], "decimals": 2, "link": false, "mappingType": 2, "pattern": "Value", "rangeMaps": [ { "from": "0", "text": "Healthy", "to": "1" }, { "from": "1", "text": "Unhealthy", "to": "10000" } ], "thresholds": [ "1" ], "type": "number", "unit": "short", "valueMaps": [ { "text": "", "value": "" } ] }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": true, "linkTargetBlank": true, "linkTooltip": "", "linkUrl": "d/H4eQ2T4Vk/instance-disk-grown-defect-list-detail?orgId=1&var-instance=${__cell}&var-serial_number=All", "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "number", "unit": "short", "valueMaps": [] } ], "targets": [ { "expr": "max (smartmon_scsi_grown_defect_list{instance=~\"$instance\",serial_number=~\"$serial_number\"}) by (instance) ", "format": "table", "instant": true, "legendFormat": "{{ instance}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Instance total disk grown defect list ", "transform": "table", "type": "table" } ], "refresh": false, "schemaVersion": 22, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(smartmon_device_smart_enabled, instance)", "hide": 0, "includeAll": true, "label": "instance", "multi": true, "name": "instance", "options": [], "query": "label_values(smartmon_device_smart_enabled, instance)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": true }, { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(smartmon_device_smart_enabled{instance=~\"$instance\"},serial_number)", "hide": 0, "includeAll": true, "label": "Disk", "multi": true, "name": "serial_number", "options": [], "query": "label_values(smartmon_device_smart_enabled{instance=~\"$instance\"},serial_number)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Smartmon Disk Monitoring Serial number", "uid": "0aRrCHX7k", "version": 4 }
2022-12-07 14:16:48 UTC
2022-12-07 14:17:07 UTC
0
0
18,105
1
794,060
27,803
0
k6-load-testing-infra-room
k6 Load Testing infra room
A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter.
2023-02-15 05:33:59 UTC
2023-02-15 06:02:34 UTC
0
This is K6 load tesing dashboard. Fixed Error Per Second issue from popular one and add feature of grouping by tags. you should add 'tags' to your http method, ex) http.get(url, {tags: {page_name: "get_path"}}) to see results correctly.
0
0
Other
null
0
0
27,803
1
18,105
1
0
A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter
{ "__inputs": [ { "name": "DS_MYK6DB", "label": "myk6db", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18105, "graphTooltip": 2, "id": null, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [ "sgo8308" ], "targetBlank": false, "title": "k6 + grafana + influxDB", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 18, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "refId": "A" } ], "title": "Dashboard Row", "type": "row" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 1 }, "hiddenSeries": false, "id": 1, "interval": ">1s", "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Active VUs", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "vus", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": [], "timeRegions": [], "title": "Virtual Users", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 6, "y": 1 }, "hiddenSeries": false, "id": 17, "interval": "1s", "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": false, "rightSide": false, "show": true, "total": true, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Requests per Second", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "http_reqs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [] } ], "thresholds": [], "timeRegions": [], "title": "Requests per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:155", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:156", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Num Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 7, "w": 6, "x": 12, "y": 1 }, "id": 7, "interval": "1s", "links": [], "options": { "legend": { "calcs": [ "mean", "sum" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.6", "targets": [ { "alias": "Num Errors", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "http_reqs", "orderByTime": "ASC", "policy": "default", "query": "SELECT count(\"value\") FROM \"http_reqs\" WHERE (\"status\" = '500' OR \"status\" = '502' OR \"error\" = 'EOF') AND $timeFilter GROUP BY time($__interval) fill(none)", "rawQuery": false, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [ { "condition": "AND", "key": "expected_response", "operator": "=", "value": "false" } ] } ], "title": "Errors Per Second", "type": "timeseries" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 18, "y": 1 }, "hiddenSeries": false, "id": 10, "interval": ">1s", "legend": { "alignAsTable": true, "avg": true, "current": false, "max": false, "min": false, "show": true, "total": true, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:54", "alias": "Num Errors", "color": "#BF1B00" } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$tag_check", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "check" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "checks", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"value\") FROM \"checks\" WHERE $timeFilter GROUP BY time($__interval), \"check\" fill(none)", "rawQuery": true, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [] } ], "thresholds": [], "timeRegions": [], "title": "Checks Per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:67", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:68", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 0, "y": 8 }, "id": 11, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "alias": "$m $tag_page_name", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "page_name" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM $Measurement WHERE \"page_name\" = 'get_path' and $timeFilter ", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "$Measurement (mean)", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 6, "y": 8 }, "id": 13, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "alias": "$m $tag_page_name", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "page_name" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 95), \"page_name\" FROM /^$Measurement$/ WHERE (\"page_name\" = 'get_path')", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [ 95 ], "type": "percentile" } ] ], "tags": [] } ], "title": "$Measurement (p95)", "type": "stat" }, { "cards": {}, "color": { "cardColor": "rgb(0, 234, 255)", "colorScale": "sqrt", "colorScheme": "interpolateRdYlGn", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "timeseries", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 8 }, "heatmap": {}, "height": "250px", "highlightCards": true, "id": 8, "interval": ">1s", "links": [], "options": { "calculate": true, "calculation": { "yBuckets": { "mode": "count", "scale": { "log": 2, "type": "log" } } }, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "rgb(0, 234, 255)", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdYlGn", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": false }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "ms" } }, "pluginVersion": "9.3.6", "targets": [ { "alias": "", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "http_req_duration", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM \"http_req_duration\" WHERE $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "distinct" } ] ], "tags": [ { "key": "page_name", "operator": "=", "value": "get_path" } ] } ], "title": "$Measurement (over time) get_path", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "yAxis": { "format": "ms", "logBase": 2, "show": true } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "description": "Grouped by 1 sec intervals", "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 12 }, "height": "250px", "hiddenSeries": false, "id": 22, "interval": ">1s", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$m p95 $tag_page_name", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "page_name" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 95) FROM /^$Measurement$/ WHERE \"page_name\"= 'get_path' and $timeFilter and value > 0 GROUP BY time($__interval) fill(none)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [ 95 ], "type": "percentile" } ] ], "tags": [] } ], "thresholds": [ { "$$hashKey": "object:344", "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 138, "yaxis": "left" } ], "timeRegions": [], "title": "$Measurement (over time)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:309", "format": "ms", "logBase": 2, "show": true }, { "$$hashKey": "object:310", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "cards": {}, "color": { "cardColor": "rgb(0, 234, 255)", "colorScale": "sqrt", "colorScheme": "interpolateRdYlGn", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "timeseries", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 15 }, "heatmap": {}, "height": "250px", "highlightCards": true, "id": 21, "interval": ">1s", "links": [], "options": { "calculate": true, "calculation": { "yBuckets": { "mode": "count", "scale": { "log": 2, "type": "log" } } }, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "rgb(0, 234, 255)", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdYlGn", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": false }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "ms" } }, "pluginVersion": "9.3.6", "targets": [ { "alias": "", "datasource": { "type": "influxdb", "uid": "${DS_MYK6DB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "http_req_duration", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM $Measurement WHERE \"page_name\" = 'get_path_results' and $timeFilter and value > 0", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "distinct" } ] ], "tags": [ { "key": "page_name", "operator": "=", "value": "get_path_results" } ] } ], "title": "$Measurement (over time) get_path_results", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "yAxis": { "format": "ms", "logBase": 2, "show": true } }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 19, "panels": [], "repeat": "Measurement", "targets": [ { "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "refId": "A" } ], "title": "$Measurement", "type": "row" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 20, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "8XbiKm1Vk" }, "refId": "A" } ], "title": "Dashboard Row", "type": "row" } ], "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": true, "tags": [], "text": "http_req_duration + http_req_blocked", "value": [ "http_req_duration", "http_req_blocked" ] }, "hide": 0, "includeAll": true, "multi": true, "name": "Measurement", "options": [ { "selected": false, "text": "All", "value": "$__all" }, { "selected": true, "text": "http_req_duration", "value": "http_req_duration" }, { "selected": true, "text": "http_req_blocked", "value": "http_req_blocked" }, { "selected": false, "text": "http_req_connecting", "value": "http_req_connecting" }, { "selected": false, "text": "http_req_looking_up", "value": "http_req_looking_up" }, { "selected": false, "text": "http_req_receiving", "value": "http_req_receiving" }, { "selected": false, "text": "http_req_sending", "value": "http_req_sending" }, { "selected": false, "text": "http_req_waiting", "value": "http_req_waiting" } ], "query": "http_req_duration,http_req_blocked,http_req_connecting,http_req_looking_up,http_req_receiving,http_req_sending,http_req_waiting", "queryValue": "", "skipUrlSync": false, "type": "custom" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "k6 Load Testing infra room", "uid": "gy2ttm14z", "version": 12, "weekStart": "" }
2023-02-15 05:33:59 UTC
2023-02-15 06:02:34 UTC
0
0
18,127
1
798,316
27,833
0
proxmox-flux
Proxmox [Flux] Cluster
Proxmox Dashboard complete written in Flux with multiple server option for Cluster use Dashboard taken from @mephisto
2023-02-17 13:09:33 UTC
2023-02-17 13:42:33 UTC
0
All Credits to mephisto! ( https://grafana.com/orgs/mephisto / ID: 15356) Check out the original Dash for single Server environments. Just added the Multi-Server selection and adjusted the FLUX-Queries for the Graphs and Panels. From the original ReadMe: Since Proxmox VE now has a native exporter for writing host/cluster metrics to InfluxDB 2.0 oss or cloud, i have written this grafana dashboard - completely in fluxlang. It’s easy to use: create a bucket + token in influxdb2 enable metric export in Proxmox VE. verify that data is stored in the bucket create a flux datasource in Grafana with a token that as read access to the bucket import this dashboard template
81,712
81,713
Other
null
0
0
27,833
1
18,127
1
0
Proxmox Dashboard complete written in Flux
{ "__inputs": [ { "name": "DS_NK-DATACENTER", "label": "-- your DataSource --", "description": "Select the Datasource with your Proxmox Metrics", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Proxmox Dashboard complete written in Flux with multiple server option for Cluster use\r\nDashboard taken from @mephisto", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18127, "graphTooltip": 0, "id": null, "links": [], "liveNow": true, "panels": [ { "collapsed": false, "datasource": { "type": "tribe-29-checkmk-datasource", "uid": "ZwCYqT1Vz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 18, "panels": [], "targets": [ { "datasource": { "type": "tribe-29-checkmk-datasource", "uid": "ZwCYqT1Vz" }, "refId": "A" } ], "title": "Summary", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.75 }, { "color": "red", "value": 0.8 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 1 }, "id": 2, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"cpu\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean)", "refId": "A" } ], "title": "Server CPU", "transformations": [ { "id": "labelsToFields", "options": { "mode": "columns", "valueLabel": "host" } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 1 }, "id": 4, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"cpus\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> limit(n:1)\n |> drop(columns: [\"host\"])\n |> sum()", "refId": "A" } ], "title": "Logical Cores", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 1 }, "id": 8, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"proxmox\")\n |> range(start: -20s)\n |> filter(fn: (r) => r[\"_measurement\"] == \"memory\")\n |> filter(fn: (r) => r[\"_field\"] == \"memtotal\")\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> group(columns: [\"host\"])\n |> mean()\n |> drop(columns: [\"host\"])\n |> sum()\n", "refId": "A" } ], "title": "Total Memory", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 1 }, "id": 9, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"memory\" and\n r._field == \"swaptotal\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> limit(n:1)\n |> drop(columns: [\"host\"])\n |> sum()", "refId": "A" } ], "title": "Swap Total", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "displayName": "${__field.labels.host} (${__field.labels.type})", "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 1 }, "id": 14, "options": { "displayMode": "gradient", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) => r._measurement == \"system\")\n |> filter(fn: (r) => r._field == \"avail\" or r._field == \"used\")\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> last()\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> map(fn: (r) => ({ r with \n _time: r._time,\n _measurement: r.measurement,\n _field: \"used_perc\",\n _value: float(v: 100) / (float(v: r.avail) + float(v: r.used)) * float(v:r.used),\n host: r.host\n }))\n |> drop(columns: [\"avail\",\"used\",\"nodename\"])\n", "refId": "A" } ], "title": "Storage Pools", "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 4 }, "id": 6, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"avg1\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> drop(columns: [\"host\"])\n |> mean()", "refId": "A" } ], "title": "Load Avg (1m)", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "description": "Memory in use by Host OS, VM's and Containers", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "max": 64, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 60 }, { "color": "red", "value": 80 } ] }, "unit": "gbytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 4 }, "id": 10, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"memory\" and\n r._field == \"memused\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n \n |> map(fn: (r) => ({\n r with\n _value: float(v: r._value) / 1073741824.0\n })\n )\n |> last()\n |> drop(columns: [\"host\"])\n |> sum()", "refId": "A" } ], "title": "Memory in Use", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 4 }, "id": 12, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"wait\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn:mean, createEmpty: false)\n ", "refId": "A" } ], "title": "I/O Wait", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "host" ], "valueLabel": "host" } } ], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 7 }, "id": 16, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "orientation": "horizontal", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xField": "VM", "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: -10m)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"uptime\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> filter(fn: (r) => r._value > 0)\n |> last()\n |> limit(n:1)\n |> group(columns: [\"_measurement\"])\n |> keep(columns: [\"_time\",\"host\",\"_value\"])\n \n", "refId": "A" } ], "title": "Running VMs", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "_time": 0, "_value": 2, "host": 1 }, "renameByName": { "_time": "Time", "_value": "Uptime", "host": "VM" } } } ], "type": "barchart" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 7 }, "id": 19, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "orientation": "horizontal", "showValue": "never", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: -10m)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"uptime\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> filter(fn: (r) => r._value > 0)\n |> last()\n |> limit(n:1)\n |> group(columns: [\"_measurement\"])\n |> keep(columns: [\"_time\",\"host\",\"_value\"])\n \n", "refId": "A" } ], "title": "Running LXCs", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "_time": 0, "_value": 2, "host": 1 }, "renameByName": { "_time": "Time", "_value": "Uptime", "host": "VM" } } } ], "type": "barchart" }, { "collapsed": false, "datasource": { "type": "tribe-29-checkmk-datasource", "uid": "ZwCYqT1Vz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 13 }, "id": 23, "panels": [], "targets": [ { "datasource": { "type": "tribe-29-checkmk-datasource", "uid": "ZwCYqT1Vz" }, "refId": "A" } ], "title": "Memory and CPU usage", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Percent", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [ { "matcher": { "id": "byName", "options": "avg1" }, "properties": [ { "id": "custom.axisPlacement", "value": "right" }, { "id": "custom.axisLabel", "value": "Loadavg" }, { "id": "unit", "value": "short" } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 14 }, "id": 21, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"cpu\"\n )\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> map(fn: (r) => ({\n r with\n _time: r._time,\n _value: float(v: r._value) * float(v: 100)\n })\n )\n", "refId": "A" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "hide": false, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"wait\"\n )\n |> filter(fn: (r) => r[\"host\"] == \"${server}\")\n |> map(fn: (r) => ({\n r with\n _time: r._time,\n _value: float(v: r._value) * float(v: 100)\n })\n )\n |> aggregateWindow(every: 1m, fn: mean, createEmpty: false)", "refId": "B" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "hide": false, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\n |> filter(fn: (r) =>\n r._measurement == \"cpustat\" and\n r._field == \"avg1\"\n )\n |> filter(fn: (r) => r[\"host\"] == \"${server}\")\n |> aggregateWindow(every: 1m, fn: mean, createEmpty: false)", "refId": "C" } ], "title": "Host CPU usage", "transformations": [ { "id": "organize", "options": {} } ], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Memory", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 14 }, "id": 24, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"memory\")\n |> filter(fn: (r) => r[\"_field\"] == \"memtotal\" or r[\"_field\"] == \"memused\")\n |> filter(fn: (r) => contains(value: r[\"host\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> yield(name: \"mean\")", "refId": "A" } ], "title": "Host Memory", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 23 }, "id": 26, "options": { "legend": { "calcs": [ "last" ], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"cpu\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "VM CPU usage", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 23 }, "id": 27, "options": { "legend": { "calcs": [ "last" ], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "none", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "mem = from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"mem\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n\nmaxmem = from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"maxmem\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n\njoin(\n tables: {mem:mem, maxmem:maxmem},\n on: [\"_time\",\"_stop\",\"_start\",\"host\"]\n\n)\n\n|> map(fn: (r) => ({\n _time: r._time,\n _value: float(v:r._value_mem) / float(v:r._value_maxmem) * float(v:100),\n host: r.host\n })\n )\n\n|> group(columns: [\"host\"])", "refId": "A" } ], "title": "VM memory usage", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "series", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 31 }, "id": 28, "options": { "legend": { "calcs": [ "last" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"cpu\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "LXC CPU usage", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 31 }, "id": 29, "options": { "legend": { "calcs": [ "last" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "mem = from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"mem\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n\nmaxmem = from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"maxmem\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n\njoin(\n tables: {mem:mem, maxmem:maxmem},\n on: [\"_time\",\"_stop\",\"_start\",\"host\"]\n\n)\n\n|> map(fn: (r) => ({\n _time: r._time,\n _value: float(v:r._value_mem) / float(v:r._value_maxmem) * float(v:100),\n host: r.host\n })\n )\n\n|> group(columns: [\"host\"])", "refId": "A" } ], "title": "LXC memory usage", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 39 }, "id": 30, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"diskread\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "VM I/O Read", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 39 }, "id": 31, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"diskwrite\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "VMs I/O Write", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 47 }, "id": 32, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"diskread\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "LXC I/O Read", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 47 }, "id": 33, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"diskwrite\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "LXC I/O Write", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 55 }, "id": 34, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"netin\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s, nonNegative: true)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "VM traffic In", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 55 }, "id": 35, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"netout\")\n |> filter(fn: (r) => r[\"object\"] == \"qemu\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s, nonNegative: true)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "VM traffic out", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 63 }, "id": 36, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"netin\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s, nonNegative: true)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "LXC traffic In", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.host}", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 63 }, "id": 37, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"system\")\n |> filter(fn: (r) => r[\"_field\"] == \"netout\")\n |> filter(fn: (r) => r[\"object\"] == \"lxc\")\n |> filter(fn: (r) => r[\"_value\"] > 0)\n |> filter(fn: (r) => contains(value: r[\"nodename\"], set: ${server:json}))\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\n |> derivative(unit: 1s, nonNegative: true)\n// |> yield(name: \"mean\")\n", "refId": "A" } ], "title": "LXC traffic out", "transformations": [], "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "NK-Datacenter", "value": "NK-Datacenter" }, "description": "Fluxlang Capable Datasouce", "hide": 0, "includeAll": false, "label": "Datasource", "multi": false, "name": "dsProxmox", "options": [], "query": "influxdb", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "definition": "buckets()", "hide": 0, "includeAll": false, "multi": false, "name": "Bucket", "options": [], "query": "buckets()", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_NK-DATACENTER}" }, "definition": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => \n r._measurement == \"system\" and\n r.object == \"nodes\"\n )\n |> keyValues(keyColumns: [\"host\"])\n |> group()\n |> keep(columns: [\"host\"])\n |> distinct(column: \"host\")\n\n", "hide": 0, "includeAll": false, "label": "Server", "multi": true, "name": "server", "options": [], "query": "from(bucket: \"${Bucket}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => \n r._measurement == \"system\" and\n r.object == \"nodes\"\n )\n |> keyValues(keyColumns: [\"host\"])\n |> group()\n |> keep(columns: [\"host\"])\n |> distinct(column: \"host\")\n\n", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Proxmox [Flux] Cluster", "uid": "IfgdXjtnk", "version": 4, "weekStart": "" }
2023-02-17 13:09:33 UTC
2023-02-17 13:35:37 UTC
0
0
18,534
1
780,841
28,419
0
logs-app
Logs / App
Log Viewer Dashboard for Loki
2023-04-16 07:47:22 UTC
2023-04-16 07:48:09 UTC
0
null
0
0
Other
null
0
0
28,419
1
18,534
1
0
Log Viewer Dashboard for Loki
{ "__inputs": [ { "name": "DS_LOKI", "label": "Loki", "description": "", "type": "datasource", "pluginId": "loki", "pluginName": "Loki" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.1.0" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "panel", "id": "logs", "name": "Logs", "version": "" }, { "type": "datasource", "id": "loki", "name": "Loki", "version": "1.0.0" } ], "annotations": { "list": [ { "$$hashKey": "object:75", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Log Viewer Dashboard for Loki", "editable": false, "gnetId": 18534, "graphTooltip": 0, "id": null, "iteration": 1608932746420, "links": [ { "$$hashKey": "object:59", "icon": "bolt", "includeVars": true, "keepTime": true, "tags": [], "targetBlank": true, "title": "View In Explore", "type": "link", "url": "/explore?orgId=1&left=[\"now-1h\",\"now\",\"Loki\",{\"expr\":\"{job=\\\"$app\\\"}\"},{\"ui\":[true,true,true,\"none\"]}]" }, { "$$hashKey": "object:61", "icon": "external link", "tags": [], "targetBlank": true, "title": "Learn LogQL", "type": "link", "url": "https://grafana.com/docs/loki/latest/logql/" } ], "panels": [ { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_LOKI}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": false, "linewidth": 1, "nullPointMode": "null", "percentage": false, "pluginVersion": "7.1.0", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(count_over_time({job=\"$app\"} |= \"$search\" [$__interval]))", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:168", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false }, { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_LOKI}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 25, "w": 24, "x": 0, "y": 3 }, "id": 2, "maxDataPoints": "", "options": { "showLabels": false, "showTime": true, "sortOrder": "Descending", "wrapLogMessage": false }, "targets": [ { "expr": "{job=\"$app\"} |= \"$search\" | logfmt", "hide": false, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "", "transparent": true, "type": "logs" } ], "refresh": false, "schemaVersion": 26, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_LOKI}", "definition": "label_values(job)", "hide": 0, "includeAll": false, "label": "App", "multi": false, "name": "app", "options": [], "query": "label_values(job)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "", "value": "" }, "hide": 0, "label": "String Match", "name": "search", "options": [ { "selected": true, "text": "", "value": "" } ], "query": "", "skipUrlSync": false, "type": "textbox" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "hidden": false, "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Logs / App", "uid": "sadlil-loki-apps-dashboard", "version": 13 }
2023-04-16 07:47:22 UTC
null
0
0
18,657
1
59,972
28,596
0
production-servers-status
Linux Servers Status Summary
Linux Node server summary using ELK
2023-05-03 09:50:56 UTC
2023-05-03 10:13:42 UTC
0
This dashboard to bring summary of Linux Nodes using ELK Stack. Grafana 9.5.1
83,990
83,991
null
null
0
0
28,596
1
18,657
1
0
null
{ "__inputs": [ { "name": "DS_METRICBEAT", "label": "Metricbeat", "description": "", "type": "datasource", "pluginId": "elasticsearch", "pluginName": "Elasticsearch" }, { "name": "DS_HEARTBEAT", "label": "Heartbeat", "description": "", "type": "datasource", "pluginId": "elasticsearch", "pluginName": "Elasticsearch" } ], "__elements": {}, "__requires": [ { "type": "datasource", "id": "elasticsearch", "name": "Elasticsearch", "version": "1.0.0" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.5.1" }, { "type": "panel", "id": "mxswat-separator-panel", "name": "Separator", "version": "1.0.1" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "table-old", "name": "Table (old)", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "displayName": "Total Machines", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 7, "x": 0, "y": 0 }, "hideTimeOverride": true, "id": 30, "interval": "10m", "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "max" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.5.1", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:59", "field": "@timestamp", "id": "2", "settings": { "interval": "auto", "min_doc_count": "1", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:57", "field": "host.hostname", "id": "1", "meta": {}, "settings": { "precision_threshold": "10" }, "type": "cardinality" } ], "query": "host.hostname: * AND NOT host.hostname: monitoring* AND NOT url.domain: sby-apibackup", "refId": "A", "timeField": "@timestamp" } ], "type": "stat" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 3 }, "id": 38, "pluginVersion": "7.3.2", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:8084", "field": "@timestamp", "id": "2", "settings": { "interval": "auto", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:8082", "field": "select field", "id": "1", "type": "count" } ], "refId": "A", "timeField": "@timestamp" } ], "type": "mxswat-separator-panel" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "down" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E02F44", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 4 }, "hideTimeOverride": false, "id": 14, "interval": "1h", "links": [], "maxDataPoints": 1, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "6.7.1", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:113", "fake": true, "field": "monitor.status", "id": "7", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "_count", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:114", "fake": true, "field": "@timestamp", "id": "6", "settings": { "interval": "1h", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "metrics": [ { "$$hashKey": "object:111", "field": "url.domain", "id": "3", "meta": {}, "settings": { "precision_threshold": "50" }, "type": "cardinality" } ], "query": "monitor.type:icmp AND monitor.name: neucentrix AND NOT url.domain: \"www.ferizy.com\" AND NOT url.domain: elastic* AND NOT url.domain: sby-apibackup", "refId": "A", "timeField": "@timestamp" } ], "timeFrom": "10m", "title": "Summary Status", "type": "piechart" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Critical" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E02F44", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 4 }, "hideTimeOverride": false, "id": 18, "interval": "5m", "links": [], "maxDataPoints": 1, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "6.7.1", "targets": [ { "alias": "Normal", "bucketAggs": [ { "$$hashKey": "object:528", "field": "@timestamp", "id": "2", "settings": { "interval": "5m", "min_doc_count": "0", "trimEdges": "0" }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:526", "field": "agent.name", "id": "1", "meta": {}, "settings": { "missing": 0, "precision_threshold": "15" }, "type": "cardinality" } ], "query": "system.cpu.total.norm.pct:[0 TO 0.70] AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" }, { "alias": "Warning", "bucketAggs": [ { "$$hashKey": "object:532", "field": "@timestamp", "id": "2", "settings": { "interval": "5m", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:530", "field": "agent.name", "id": "1", "meta": {}, "settings": { "precision_threshold": "15" }, "type": "cardinality" } ], "query": "system.cpu.total.norm.pct:[0.70 TO 0.90] AND NOT host.hostname: monitoring*", "refId": "B", "timeField": "@timestamp" }, { "alias": "Critical", "bucketAggs": [ { "$$hashKey": "object:536", "field": "@timestamp", "id": "2", "settings": { "interval": "5m", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:534", "field": "agent.name", "id": "1", "meta": {}, "settings": { "precision_threshold": "15" }, "type": "cardinality" } ], "query": "system.cpu.total.norm.pct:[0.90 TO 1] AND NOT host.hostname: monitoring*", "refId": "C", "timeField": "@timestamp" } ], "timeFrom": "10m", "title": "Summary CPU Load", "type": "piechart" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Critical" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E02F44", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 4 }, "hideTimeOverride": false, "id": 19, "interval": "1m", "links": [], "maxDataPoints": 1, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "6.7.1", "targets": [ { "alias": "Normal", "bucketAggs": [ { "$$hashKey": "object:171", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:169", "field": "agent.name", "id": "1", "meta": {}, "settings": { "missing": 0, "precision_threshold": 0 }, "type": "cardinality" } ], "query": "system.memory.actual.used.pct:[0 TO 0.701] AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" }, { "alias": "Warning", "bucketAggs": [ { "$$hashKey": "object:175", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:173", "field": "host.hostname", "id": "1", "meta": {}, "settings": { "missing": 0, "precision_threshold": 0 }, "type": "cardinality" } ], "query": "system.memory.actual.used.pct:[0.701 TO 0.901] AND NOT host.hostname: monitoring*", "refId": "B", "timeField": "@timestamp" }, { "alias": "Critical", "bucketAggs": [ { "$$hashKey": "object:179", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:177", "field": "agent.name", "id": "1", "meta": {}, "settings": { "missing": 0, "precision_threshold": 0 }, "type": "cardinality" } ], "query": "system.memory.actual.used.pct:[0.901 TO 1] AND NOT host.hostname: monitoring*", "refId": "C", "timeField": "@timestamp" } ], "timeFrom": "10m", "title": "Summary RAM Usage", "type": "piechart" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Critical" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E02F44", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 4 }, "hideTimeOverride": false, "id": 26, "interval": "30m", "links": [], "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Normal", "bucketAggs": [ { "$$hashKey": "object:694", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:692", "field": "host.hostname", "id": "1", "meta": {}, "settings": { "precision_threshold": "20" }, "type": "cardinality" } ], "query": "metricset.name:\"filesystem\" AND system.filesystem.used.pct: [0 TO 0.7] AND NOT host.hostname: monitoring* AND NOT system.filesystem.mount_point: \"/boot\"", "refId": "A", "timeField": "@timestamp" }, { "alias": "Warning", "bucketAggs": [ { "$$hashKey": "object:698", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:696", "field": "host.hostname", "id": "1", "meta": {}, "settings": { "precision_threshold": "20" }, "type": "cardinality" } ], "query": "metricset.name:\"filesystem\" AND system.filesystem.used.pct: [0.701 TO 0.900] AND NOT host.hostname: monitoring* AND NOT system.filesystem.mount_point: \"/boot\"", "refId": "B", "timeField": "@timestamp" }, { "alias": "Critical", "bucketAggs": [ { "$$hashKey": "object:702", "field": "@timestamp", "id": "2", "settings": { "interval": "1h", "min_doc_count": "0", "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:700", "field": "host.hostname", "id": "1", "meta": {}, "settings": { "precision_threshold": "20" }, "type": "cardinality" } ], "query": "metricset.name:\"filesystem\" AND system.filesystem.used.pct: [0.901 TO 1] AND NOT host.hostname: monitoring* AND NOT system.filesystem.mount_point: \"/boot\"", "refId": "C", "timeField": "@timestamp" } ], "timeFrom": "10m", "title": "Summary File System Disk Usage", "type": "piechart" }, { "columns": [], "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "fontSize": "100%", "gridPos": { "h": 15, "w": 12, "x": 0, "y": 9 }, "id": 4, "interval": "", "pageSize": 20, "showHeader": true, "sort": { "col": 0, "desc": false }, "styles": [ { "$$hashKey": "object:125", "alias": "Hostname", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "mappingType": 1, "pattern": "url.domain", "type": "string", "valueMaps": [] }, { "$$hashKey": "object:126", "alias": "State", "align": "right", "colorMode": "cell", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "mappingType": 2, "pattern": "Average summary.up", "rangeMaps": [ { "$$hashKey": "object:187", "from": "0.99", "text": "UP", "to": "1" }, { "$$hashKey": "object:188", "from": "0.75", "text": "Recovery", "to": "0.9899" }, { "$$hashKey": "object:406", "from": "0.0", "text": "DOWN", "to": "0.75" } ], "thresholds": [ "0.75", "0.99" ], "type": "string", "unit": "short", "valueMaps": [ { "text": "Up", "value": "1" }, { "text": "", "value": "" } ] }, { "$$hashKey": "object:127", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Time", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:128", "alias": "Down Percentage", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average summary.down", "thresholds": [ "0.10", "0.90" ], "type": "number", "unit": "percentunit" }, { "$$hashKey": "object:129", "alias": "IP Address", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "resolve.ip", "thresholds": [], "type": "string", "unit": "short" } ], "targets": [ { "bucketAggs": [ { "$$hashKey": "object:251", "fake": true, "field": "url.domain", "id": "6", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "_term", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:252", "fake": true, "field": "resolve.ip", "id": "3", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "_term", "size": "1" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "metrics": [ { "$$hashKey": "object:247", "field": "summary.up", "id": "1", "meta": {}, "pipelineAgg": "select metric", "settings": { "missing": 0 }, "type": "avg" }, { "$$hashKey": "object:248", "field": "summary.down", "id": "5", "meta": {}, "settings": { "missing": 0 }, "type": "avg" } ], "query": "monitor.type:icmp AND NOT monitor.name: pelabuhan AND NOT url.domain: elastic* AND NOT url.domain: sby-apibackup", "refId": "A", "timeField": "@timestamp" } ], "title": "Server State", "transform": "table", "type": "table-old" }, { "Aggregate": "last", "BarPadding": 10, "BaseLineColor": "#ff0000", "BaseLineValue": 0, "CurveType": "Monotone", "DateFormat": "YYYY-MM-DD HH:mm:ss", "DateTimeColName": "date", "DotColor": "white", "DotSize": 10, "EvenRowColor": "rgba(61, 61, 64, 0.78)", "FlashHighLimitBar": false, "FlashLowLimitBar": false, "GroupCols": 0, "GroupGap": 5, "GroupLabelColor": "#ffffff", "GroupLabelFontSize": "200%", "GroupNameFilter": "", "GroupSortString": "", "HighAxisColor": "#ffffff", "HighBarColor": "rgb(120, 128, 0)", "HighLimitBarColor": "#ff0000", "HighLimitBarFlashColor": "#ffa500", "HighLimitBarFlashTimeout": 1000, "HighLimitLineColor": "#ff0000", "HighLimitValue": 0.33, "HighSideMargin": 22, "Horizontal": false, "LabelColName": "sensor", "LabelColor": "#ffffff", "LabelFontSize": "100%", "LabelNameFilter": "", "LableAngle": 0, "LineColor": "blue", "LineWidth": 5, "LowAxisColor": "#ffffff", "LowBarColor": "teal", "LowLimitBarColor": "#ff0000", "LowLimitBarFlashColor": "#ffa500", "LowLimitBarFlashTimeout": 200, "LowLimitLineColor": "#ff0000", "LowSideMargin": 22, "MaxLineColor": "rgb(74, 232, 12)", "MaxLineValue": 1, "MinLineValue": 0, "OddRowColor": "rgba(33, 33, 34, 0.92)", "OutOfRangeLabelColor": "#ffffff", "RecolorHighLimitBar": true, "RecolorLowLimitBar": false, "ScaleFactor": 1, "ShowBars": true, "ShowBaseLine": true, "ShowDate": false, "ShowGroupLabels": true, "ShowHighLimitLine": true, "ShowLabels": true, "ShowLeftAxis": true, "ShowLines": false, "ShowLowLimitLine": false, "ShowMaxLine": false, "ShowMinLine": true, "ShowRightAxis": true, "ShowTooltips": true, "ShowValues": true, "SortColName": "value", "SortDirection": "ascending", "TZOffsetHours": 0, "TooltipDateFormat": "YYYY-MM-DD HH:mm:ss", "ValueColName": "value", "ValueColor": "#ffffff", "ValueDecimals": 2, "ValueFontSize": "100%", "ValuePosition": "top", "columns": [], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "description": "Server Capacity for all machines.", "fontSize": "100%", "gridPos": { "h": 15, "w": 12, "x": 12, "y": 9 }, "id": 2, "interval": "30s", "links": [], "pageSize": 25, "showHeader": true, "sort": { "col": 2, "desc": true }, "styles": [ { "$$hashKey": "object:2347", "alias": "Host", "align": "left", "dateFormat": "YYYY-MM-DD HH:mm:ss", "link": false, "linkTooltip": "Details", "linkUrl": "d/kYSESzWmk/production-servers-performance-detail?orgId=1&var-host=$__cell", "pattern": "host.hostname", "preserveFormat": false, "sanitize": false, "type": "string" }, { "$$hashKey": "object:2348", "alias": "CPU Core", "align": "center", "colorMode": "cell", "colors": [ "rgba(245, 54, 54, 0.9)", "#1F60C4", "#1F60C4" ], "decimals": 0, "pattern": "Average system.cpu.cores", "thresholds": [ "1" ], "type": "number", "unit": "short" }, { "$$hashKey": "object:2349", "alias": "RAM", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.memory.actual.used.pct", "thresholds": [ "0.7", "0.9" ], "type": "number", "unit": "percentunit" }, { "$$hashKey": "object:2350", "alias": "Disk Used", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Bucket Script", "thresholds": [ "0.7", "0.9" ], "type": "number", "unit": "percentunit" }, { "$$hashKey": "object:2351", "alias": "CPU Load", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.cpu.total.norm.pct", "thresholds": [ "0.7", "0.9" ], "type": "number", "unit": "percentunit" }, { "$$hashKey": "object:2352", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.fsstat.total_size.used", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:2353", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.fsstat.total_size.total", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:2354", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.cpu.system.norm.pct", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:2355", "alias": "", "align": "auto", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.cpu.user.norm.pct", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:2356", "alias": "File System", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.filesystem.used.pct", "thresholds": [ "0.7", "0.9" ], "type": "number", "unit": "percentunit" } ], "targets": [ { "aggregation": "Last", "alias": "", "bucketAggs": [ { "$$hashKey": "object:862", "fake": true, "field": "host.hostname", "id": "3", "settings": { "min_doc_count": 1, "order": "asc", "orderBy": "_count", "size": "0" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "decimals": 2, "displayAliasType": "Warning / Critical", "displayType": "Regular", "displayValueWithAlias": "Never", "group": { "alias": "", "name": "Status Checks", "url": "" }, "hide": false, "metrics": [ { "$$hashKey": "object:850", "field": "system.cpu.cores", "id": "1", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:851", "field": "system.cpu.total.norm.pct", "id": "4", "meta": {}, "pipelineVariables": [ { "name": "user", "pipelineAgg": "10" }, { "name": "system", "pipelineAgg": "9" } ], "settings": {}, "type": "avg" }, { "$$hashKey": "object:852", "field": "system.memory.actual.used.pct", "id": "5", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:853", "field": "system.fsstat.total_size.used", "hide": true, "id": "6", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:854", "field": "system.fsstat.total_size.total", "hide": true, "id": "7", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:855", "field": "select field", "id": "8", "meta": {}, "pipelineVariables": [ { "name": "disk_used", "pipelineAgg": "6" }, { "name": "disk_cap", "pipelineAgg": "7" } ], "settings": { "script": "params.disk_used/params.disk_cap" }, "type": "bucket_script" } ], "query": "NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp", "units": "none", "valueHandler": "Number Threshold" } ], "title": "Server Capacity", "transform": "table", "type": "table-old" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [ { "options": { "0": { "index": 1, "text": "DOWN" }, "1": { "index": 0, "text": "UP" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "id": 8, "interval": "30s", "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:976", "fake": true, "field": "url.domain", "id": "3", "settings": { "min_doc_count": 1, "order": "asc", "orderBy": "1", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:977", "field": "@timestamp", "id": "2", "settings": { "interval": "1m", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_HEARTBEAT}" }, "metrics": [ { "$$hashKey": "object:974", "field": "summary.up", "id": "1", "meta": {}, "settings": {}, "type": "avg" } ], "query": "monitor.type:icmp AND NOT url.domain: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Server State History", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 24 }, "id": 6, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1103", "fake": true, "field": "agent.name", "id": "3", "settings": { "min_doc_count": 1, "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1104", "field": "@timestamp", "id": "2", "settings": { "interval": "10s", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1097", "field": "system.cpu.system.norm.pct", "hide": true, "id": "1", "inlineScript": "_value*100", "meta": {}, "settings": { "script": { "inline": "_value*100" } }, "type": "avg" }, { "$$hashKey": "object:1098", "field": "system.cpu.user.norm.pct", "hide": true, "id": "4", "inlineScript": "_value*100", "meta": {}, "settings": { "script": { "inline": "_value*100" } }, "type": "avg" }, { "$$hashKey": "object:1099", "field": "select field", "id": "5", "meta": {}, "pipelineVariables": [ { "name": "system", "pipelineAgg": "1" }, { "name": "user", "pipelineAgg": "4" } ], "settings": { "script": "params.system+params.user" }, "type": "bucket_script" } ], "query": "metricset.name:cpu AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "CPU Load History", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 32 }, "id": 10, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1242", "fake": true, "field": "agent.name", "id": "3", "settings": { "min_doc_count": 1, "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1243", "field": "@timestamp", "id": "2", "settings": { "interval": "1m", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1240", "field": "system.memory.actual.used.pct", "id": "1", "inlineScript": "_value*100", "meta": {}, "settings": { "script": { "inline": "_value*100" } }, "type": "avg" } ], "query": "metricset.name:memory AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "RAM Usage History", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 32 }, "id": 12, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1369", "fake": true, "field": "agent.name", "id": "5", "settings": { "min_doc_count": 1, "order": "desc", "orderBy": "_term", "size": "10" }, "type": "terms" }, { "$$hashKey": "object:1370", "field": "@timestamp", "id": "2", "settings": { "interval": "1m", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1363", "field": "system.fsstat.total_size.used", "hide": true, "id": "1", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:1364", "field": "system.fsstat.total_size.total", "hide": true, "id": "3", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:1365", "field": "select field", "id": "4", "meta": {}, "pipelineVariables": [ { "name": "used", "pipelineAgg": "1" }, { "name": "total", "pipelineAgg": "3" } ], "settings": { "script": "(params.used/params.total)*100" }, "type": "bucket_script" } ], "query": "metricset.name:fsstat AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Disk Usage History", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 40 }, "id": 28, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Last *", "sortDesc": true, "width": 320 }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1508", "fake": true, "field": "agent.name", "id": "4", "settings": { "min_doc_count": 1, "missing": "-", "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1509", "fake": true, "field": "system.filesystem.mount_point", "id": "3", "settings": { "min_doc_count": 1, "missing": "-", "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1510", "field": "@timestamp", "id": "2", "settings": { "interval": "5m", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1506", "field": "system.filesystem.used.pct", "id": "1", "inlineScript": "_value*100", "meta": {}, "settings": { "script": { "inline": "_value*100" } }, "type": "avg" } ], "query": "metricset.name:\"filesystem\" AND NOT system.filesystem.mount_point:\"*snap*\" AND NOT system.filesystem.type:\"squashfs\" AND NOT system.filesystem.device_name: gvfsd-fuse AND NOT host.hostname: monitoring* AND NOT system.filesystem.mount_point: \"/boot\"", "refId": "A", "timeField": "@timestamp" } ], "title": "Disk Usage History Based on Mount Point", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 40 }, "id": 33, "options": { "legend": { "calcs": [ "mean", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Last *", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1638", "fake": true, "field": "agent.name", "id": "5", "settings": { "min_doc_count": 1, "missing": "0", "order": "desc", "orderBy": "6", "size": "10" }, "type": "terms" }, { "$$hashKey": "object:1639", "field": "@timestamp", "id": "2", "settings": { "interval": "1m", "min_doc_count": 0, "trimEdges": 0 }, "type": "date_histogram" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1636", "field": "system.diskio.iostat.await", "id": "6", "meta": {}, "settings": {}, "type": "avg" } ], "query": "NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Disk I/O Await Time", "type": "timeseries" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "links": [], "mappings": [], "max": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 0.8 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "agent.name" }, "properties": [ { "id": "displayName", "value": "Host" } ] }, { "matcher": { "id": "byName", "options": "system.filesystem.mount_point" }, "properties": [ { "id": "displayName", "value": "Mount Point" } ] }, { "matcher": { "id": "byName", "options": "system.filesystem.type" }, "properties": [ { "id": "displayName", "value": "Type" } ] }, { "matcher": { "id": "byName", "options": "Average system.filesystem.total" }, "properties": [ { "id": "displayName", "value": "Size" }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Average system.filesystem.used.bytes" }, "properties": [ { "id": "displayName", "value": "Used" }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Average system.filesystem.free" }, "properties": [ { "id": "displayName", "value": "Free" }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Average system.filesystem.used.pct" }, "properties": [ { "id": "displayName", "value": "Used %" }, { "id": "unit", "value": "percentunit" }, { "id": "decimals", "value": 2 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 0.7 }, { "color": "red", "value": 0.9 } ] } }, { "id": "custom.cellOptions", "value": { "mode": "basic", "type": "gauge" } } ] }, { "matcher": { "id": "byName", "options": "Mount Point" }, "properties": [ { "id": "custom.width", "value": 104 } ] }, { "matcher": { "id": "byName", "options": "system.filesystem.device_name" }, "properties": [ { "id": "displayName", "value": "Device" } ] }, { "matcher": { "id": "byName", "options": "Device" }, "properties": [ { "id": "custom.width", "value": 108 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "custom.width", "value": 102 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "custom.width", "value": 206 } ] }, { "matcher": { "id": "byName", "options": "Type" }, "properties": [ { "id": "custom.width", "value": 79 } ] }, { "matcher": { "id": "byName", "options": "Size" }, "properties": [ { "id": "custom.width", "value": 94 } ] }, { "matcher": { "id": "byName", "options": "Host" }, "properties": [ { "id": "custom.width", "value": 119 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "custom.width", "value": 102 } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 48 }, "id": 36, "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Used %" } ] }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1769", "fake": true, "field": "agent.name", "id": "4", "settings": { "min_doc_count": "1", "missing": "-", "order": "desc", "orderBy": "_term", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1770", "fake": true, "field": "system.filesystem.mount_point", "id": "5", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "10", "size": "0" }, "type": "terms" }, { "$$hashKey": "object:1771", "fake": true, "field": "system.filesystem.device_name", "id": "11", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "10", "size": "10" }, "type": "terms" }, { "$$hashKey": "object:1772", "fake": true, "field": "system.filesystem.type", "id": "6", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "10", "size": "10" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1761", "field": "system.filesystem.total", "id": "7", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:1762", "field": "system.filesystem.used.bytes", "id": "8", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:1763", "field": "system.filesystem.free", "id": "9", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:1764", "field": "system.filesystem.used.pct", "id": "10", "meta": {}, "settings": {}, "type": "avg" } ], "query": "metricset.name:\"filesystem\" AND NOT system.filesystem.mount_point:\"*snap*\" AND NOT system.filesystem.type:\"squashfs\" AND NOT system.filesystem.total:0 AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Disk Mount Point Utilization", "type": "table" }, { "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fieldConfig": { "defaults": { "custom": { "align": "center", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 2 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "agent.name" }, "properties": [ { "id": "displayName", "value": "Host" }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "Average system.diskio.iostat.await" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "gauge" } }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 3 }, { "id": "displayName", "value": "I/O Await (ms)" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 2 } ] } } ] }, { "matcher": { "id": "byName", "options": "Average system.diskio.iostat.service_time" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "gauge" } }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 3 }, { "id": "displayName", "value": "I/O Service Time (ms)" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 2 } ] } } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 48 }, "id": 32, "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.4.7", "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1907", "fake": true, "field": "agent.name", "id": "3", "settings": { "min_doc_count": "1", "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1903", "field": "system.diskio.iostat.await", "id": "1", "meta": {}, "settings": { "missing": 0 }, "type": "avg" }, { "$$hashKey": "object:1904", "field": "system.diskio.iostat.service_time", "id": "4", "meta": {}, "settings": { "missing": 0 }, "type": "avg" } ], "query": "NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Top Disk I/O Time", "type": "table" }, { "columns": [], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fontSize": "100%", "gridPos": { "h": 11, "w": 6, "x": 0, "y": 60 }, "id": 16, "pageSize": 15, "pluginVersion": "6.7.1", "showHeader": true, "sort": { "col": 1, "desc": false }, "styles": [ { "$$hashKey": "object:6547", "alias": "Host", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "agent.name", "type": "string" }, { "$$hashKey": "object:6548", "alias": "Uptime", "align": "right", "colorMode": "cell", "colors": [ "rgba(245, 54, 54, 0.9)", "#FF780A", "#1F60C4" ], "decimals": 2, "pattern": "Average", "thresholds": [ "0", "10" ], "type": "number", "unit": "ms" } ], "targets": [ { "bucketAggs": [ { "$$hashKey": "object:1975", "fake": true, "field": "agent.name", "id": "3", "settings": { "min_doc_count": 1, "order": "desc", "orderBy": "_term", "size": "0" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "metrics": [ { "$$hashKey": "object:1973", "field": "system.uptime.duration.ms", "id": "1", "meta": {}, "settings": {}, "type": "avg" } ], "query": "metricset.name:uptime AND NOT host.hostname: monitoring*", "refId": "A", "timeField": "@timestamp" } ], "title": "Server Uptime", "transform": "table", "type": "table-old" }, { "columns": [], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "fontSize": "100%", "gridPos": { "h": 11, "w": 6, "x": 6, "y": 60 }, "id": 20, "links": [], "pageSize": 20, "pluginVersion": "6.7.1", "showHeader": true, "sort": { "col": 3, "desc": true }, "styles": [ { "$$hashKey": "object:1599", "alias": "Host", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "agent.name", "type": "string" }, { "$$hashKey": "object:1600", "alias": "", "align": "right", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "Average system.fsstat.total_size.used", "thresholds": [], "type": "hidden", "unit": "short" }, { "$$hashKey": "object:1601", "alias": "Total Disk", "align": "auto", "colorMode": "cell", "colors": [ "#1F60C4", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Average system.fsstat.total_size.total", "thresholds": [ "100000000000000" ], "type": "number", "unit": "decbytes" }, { "$$hashKey": "object:1602", "alias": "Disk Used", "align": "auto", "colorMode": "cell", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Bucket Script", "thresholds": [ "0.7", "0.9" ], "type": "number", "unit": "percentunit" } ], "targets": [ { "alias": "Used", "bucketAggs": [ { "$$hashKey": "object:361", "field": "agent.name", "id": "2", "settings": { "min_doc_count": 1, "order": "desc", "orderBy": "1", "size": "0" }, "type": "terms" } ], "datasource": { "type": "elasticsearch", "uid": "${DS_METRICBEAT}" }, "hide": false, "metrics": [ { "$$hashKey": "object:355", "field": "system.fsstat.total_size.used", "hide": true, "id": "1", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:356", "field": "system.fsstat.total_size.total", "hide": true, "id": "3", "meta": {}, "settings": {}, "type": "avg" }, { "$$hashKey": "object:357", "field": "host.hostname", "id": "4", "meta": {}, "pipelineVariables": [ { "name": "used", "pipelineAgg": "1" }, { "name": "total", "pipelineAgg": "3" } ], "settings": { "script": "params.used/params.total" }, "type": "bucket_script" } ], "query": "metricset.name:fsstat AND NOT host.hostname: monitoring*", "refId": "D", "timeField": "@timestamp" } ], "title": "Top Disk Usage", "transform": "table", "type": "table-old" } ], "refresh": "30s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Linux Servers Status Summary", "uid": "ravmV6rZk", "version": 54, "weekStart": "", "gnetId": 18657, "description": "Linux Node server summary using ELK" }
2023-05-03 09:50:56 UTC
2023-05-03 10:06:41 UTC
0
0
17,570
1
363,584
26,967
0
uyuni-client-systems
SUSE Manager Client Systems
Overview of monitored client systems
2022-12-08 15:03:59 UTC
2022-12-08 15:21:08 UTC
0
null
79,495
79,496
null
null
0
0
26,967
1
17,570
1
0
Uyuni Client Systems
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "alertlist", "name": "Alert list", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.5.15" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Overview of monitored client systems", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17570, "graphTooltip": 0, "id": null, "iteration": 1670503863088, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "gridPos": { "h": 4, "w": 24, "x": 0, "y": 0 }, "id": 125, "links": [], "options": { "alertInstanceLabelFilter": "", "alertName": "", "dashboardAlerts": false, "groupBy": [], "groupMode": "default", "maxItems": 20, "sortOrder": 3, "stateFilter": { "error": true, "firing": true, "inactive": false, "noData": false, "normal": false, "pending": true } }, "pluginVersion": "8.5.15", "targets": [ { "annotations": false, "expr": "ALERTS", "format": "table", "hide": false, "instant": true, "intervalFactor": 1, "labelSelector": "alertname, description", "legendFormat": "", "refId": "A", "target": "Query", "type": "table", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Active Alerts", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "alertlist" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "RZkbiBF4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 98, "panels": [], "repeat": "hostname", "title": "$hostname", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 0, "y": 5 }, "id": 12, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.15", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "count(node_cpu_seconds_total{hostname=~\"$hostname\", exporter=\"node_exporter\", mode=\"system\"})", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 14400 } ], "title": "Cores", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "0": { "text": "Down" }, "1": { "text": "Up" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "#299c46", "value": 1 }, { "color": "#000000" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 2, "y": 5 }, "id": 112, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.15", "targets": [ { "expr": "min(up{hostname=~\"$hostname\", exporter=\"node_exporter\"})", "format": "time_series", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Status", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Requires blackbox exporter", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "0": { "text": "Down" }, "1": { "text": "Up" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "#299c46", "value": 1 }, { "color": "#000000" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 4, "y": 5 }, "id": 126, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.15", "targets": [ { "exemplar": true, "expr": "min(probe_success{hostname=~\"$hostname\", job=\"blackbox\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "SSH", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 6, "y": 5 }, "id": 9, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.5.15", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "irate(node_cpu_seconds_total{hostname=~\"$hostname\", exporter=\"node_exporter\", mode !=\"idle\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "{{mode}}", "refId": "A", "step": 2400, "target": "" } ], "title": "CPU usage", "transformations": [], "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "red", "value": 1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 5 }, "id": 94, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.15", "targets": [ { "expr": "node_load1{hostname=~\"$hostname\", exporter=\"node_exporter\"}", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "load1", "refId": "A", "step": 600, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } }, { "expr": "node_load5{hostname=~\"$hostname\", exporter=\"node_exporter\"}", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "load5", "refId": "B", "step": 600, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } }, { "expr": "node_load15{hostname=~\"$hostname\", exporter=\"node_exporter\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "load15", "refId": "C", "step": 600, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "System Load", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 7 }, "id": 13, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.15", "targets": [ { "expr": "avg(node_memory_MemTotal_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 7200, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Ram", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.8 }, { "color": "#d44a3a", "value": 1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 7 }, "id": 108, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false, "text": {} }, "pluginVersion": "8.5.15", "targets": [ { "expr": "avg(node_load1{hostname=~\"$hostname\", exporter=\"node_exporter\"})", "format": "time_series", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "transparent": true, "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 9 }, "id": 97, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.15", "targets": [ { "expr": "sum(node_filesystem_size_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 7200, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Storage", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "links": [], "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "red", "value": 0.85 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 11 }, "id": 95, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.15", "targets": [ { "expr": "1 - (node_memory_MemAvailable_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"} / node_memory_MemTotal_bytes)", "format": "time_series", "intervalFactor": 2, "legendFormat": "RAM", "refId": "A", "step": 2400, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Memory usage", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "links": [], "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "orange", "value": 0.85 }, { "color": "red", "value": 0.95 } ] }, "unit": "percentunit" }, "overrides": [ { "matcher": { "id": "byName", "options": "/dev/vda2" }, "properties": [ { "id": "color", "value": { "fixedColor": "#629E51", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "/dev/vdb1" }, "properties": [ { "id": "color", "value": { "fixedColor": "#629E51", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "/dev/vdb2" }, "properties": [ { "id": "color", "value": { "fixedColor": "#629E51", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 6, "x": 6, "y": 11 }, "id": 23, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.15", "targets": [ { "expr": "1 - node_filesystem_avail_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"} / node_filesystem_size_bytes", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{device}}", "refId": "A", "step": 2400, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Disk space usage", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "decimals": 2, "displayName": "", "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "mountpoint" }, "properties": [ { "id": "displayName", "value": "mount" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "Value #A" }, "properties": [ { "id": "displayName", "value": "free" }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "Value #B" }, "properties": [ { "id": "displayName", "value": "total" }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "device" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] } ] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 11 }, "id": 110, "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "8.5.15", "targets": [ { "expr": "node_filesystem_avail_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"}+0", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } }, { "expr": "node_filesystem_size_bytes{hostname=~\"$hostname\", exporter=\"node_exporter\"}", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "B", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "mount points", "transformations": [ { "id": "merge", "options": { "reducers": [] } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "exporter": true, "fstype": true, "groups": true, "hostname": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": {} } } ], "transparent": true, "type": "table" } ], "refresh": "5s", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "default", "value": "default" }, "hide": 2, "includeAll": false, "label": "datasource", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allFormat": "glob", "allValue": ".{0}", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "query_result(label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \"([^,]*).*\") or label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \".*,([^,]*),.*\") or label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \".*,([^,]*)\"))", "hide": 0, "includeAll": false, "label": "Group", "multi": true, "name": "group", "options": [], "query": { "query": "query_result(label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \"([^,]*).*\") or label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \".*,([^,]*),.*\") or label_replace(up{job=\"mgr-clients\"}, \"grp\", \"$1\", \"groups\", \".*,([^,]*)\"))", "refId": "Prometheus-group-Variable-Query" }, "refresh": 1, "regex": "/.*grp=\\\"([^,]*)\\\".*/", "skipUrlSync": false, "sort": 0, "type": "query", "useTags": false }, { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(up{job='mgr-clients', groups=~'(.*,)?$group(,.*)?'} , hostname)", "hide": 0, "includeAll": true, "label": "Host", "multi": false, "name": "hostname", "options": [], "query": { "query": "label_values(up{job='mgr-clients', groups=~'(.*,)?$group(,.*)?'} , hostname)", "refId": "Prometheus-hostname-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 2, "type": "query", "useTags": false } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "SUSE Manager Client Systems", "uid": "KIko76Nik", "version": 6, "weekStart": "" }
2022-12-08 15:03:59 UTC
2022-12-08 15:21:08 UTC
0
0
18,111
1
796,890
27,815
0
rt-traefik-kubernetes-dashboard
Router Traefik Kubernetes Dashboard
Router dashboard for Traefik on Kubernetes
2023-02-15 16:28:38 UTC
2023-02-15 16:30:21 UTC
0
traefik dashboard utilizing router metrics. This is needed in kubernetes environment when IngressRoute CRD is being used targeting native k8s services (and without TraefikService CRD)
81,644
81,645
null
null
1
5
27,815
1
18,111
1
0
RT dashboard for Traefik on Kubernetes
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Router dashboard for Traefik on Kubernetes", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18111, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 9, "panels": [], "title": "General", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 5, "x": 0, "y": 1 }, "id": 13, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "count(traefik_config_reloads_total)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Traefik Instances", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": true, "axisLabel": "", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Reqs" }, "overrides": [] }, "gridPos": { "h": 8, "w": 18, "x": 5, "y": 1 }, "id": 5, "interval": "1m", "options": { "legend": { "calcs": [ "max", "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(15,\n label_replace(\n sum by (code, router)\n (increase(traefik_router_requests_total{router=~\"$router.*\",protocol=\"http\"}[1m:1m]))>0,\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\"\n )\n)", "interval": "", "legendFormat": "[{{code}}] on {{router}}", "range": true, "refId": "A" } ], "title": "Top15 requested routers per minute", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Mean Distribution", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 5, "x": 0, "y": 3 }, "id": 14, "options": { "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [ "percent" ] }, "pieType": "pie", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum by (method, code)\n(rate(traefik_router_requests_total{router=~\"$router.*\",protocol=\"http\"}[1m])) ", "instant": false, "legendFormat": "{{code}} [{{method}}]", "range": true, "refId": "A" } ], "title": "Http Code ", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "https://medium.com/@tristan_96324/prometheus-apdex-alerting-d17a065e39d0", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 7, "x": 0, "y": 9 }, "id": 6, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"0.3\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method) + \n sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"1.2\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)) / 2 / \n sum(rate(traefik_entrypoint_request_duration_seconds_count{code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)\n", "legendFormat": "{{method}}", "range": true, "refId": "A" } ], "title": "Apdex score", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 9, "w": 8, "x": 7, "y": 9 }, "id": 23, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "asc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(5,\n label_replace(\n traefik_router_request_duration_seconds_sum{router=~\"$router.*\",protocol=\"http\"} / \n traefik_router_request_duration_seconds_count{router=~\"$router.*\",protocol=\"http\"},\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\")\n)\n\n", "legendFormat": "{{code}} [{{method}}] on {{router}}", "range": true, "refId": "A" } ], "title": "Top slow services", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 9, "x": 15, "y": 9 }, "id": 7, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(traefik_entrypoint_requests_total{entrypoint=~\"$entrypoint\"}[1m])) by (entrypoint)", "legendFormat": "{{entrypoint}}", "range": true, "refId": "A" } ], "title": "Requests per Entrypoint", "transparent": true, "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 11, "panels": [], "title": "SLO", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 19 }, "id": 3, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "label_replace(\n 1 - (sum by (router)\n (rate(traefik_router_request_duration_seconds_bucket{le=\"1.2\",router=~\"$router.*\"}[5m])) / sum by (router) \n (rate(traefik_router_request_duration_seconds_count{router=~\"$router.*\"}[5m]))\n ) > 0,\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\"\n)", "legendFormat": "{{router}}", "range": true, "refId": "A" } ], "title": "Services failing SLO of 1200ms", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 19 }, "id": 4, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "label_replace(\n 1 - (sum by (router)\n (rate(traefik_router_request_duration_seconds_bucket{le=\"0.3\",router=~\"$router.*\"}[5m])) / sum by (router) \n (rate(traefik_router_request_duration_seconds_count{router=~\"$router.*\"}[5m]))\n ) > 0,\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\"\n)", "legendFormat": "{{service}}", "range": true, "refId": "A" } ], "title": "Services failing SLO of 300ms", "transparent": true, "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 27 }, "id": 16, "panels": [], "title": "HTTP Details", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Reqs" }, "overrides": [] }, "gridPos": { "h": 12, "w": 8, "x": 0, "y": 28 }, "id": 17, "interval": "1m", "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(15,\n label_replace(\n sum by (router,method,code) \n (increase(traefik_router_requests_total{router=~\"$router.*\",code=~\"2..\",protocol=\"http\"}[1m:1m])),\n \"service\", \"$1\", \"router\", \"([^-]+-[^-]+).*\")\n)", "legendFormat": "{{code}} [{{method}}] on {{service}}", "range": true, "refId": "A" } ], "title": "2xx", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-YlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Reqs" }, "overrides": [] }, "gridPos": { "h": 12, "w": 8, "x": 8, "y": 28 }, "id": 18, "interval": "1m", "options": { "legend": { "calcs": [ "max" ], "displayMode": "list", "placement": "bottom", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": " label_replace(\n sum by (router,method,code) \n (increase(traefik_router_requests_total{router=~\"$router.*\",code=~\"5..\",protocol=\"http\"}[1m:1m])),\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\"\n )\n", "legendFormat": "{{code}} [{{method}}] on {{router}}", "range": true, "refId": "A" } ], "title": "5xx", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Reqs" }, "overrides": [] }, "gridPos": { "h": 12, "w": 8, "x": 16, "y": 28 }, "id": 19, "interval": "1m", "options": { "legend": { "calcs": [ "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(15,\n label_replace(\n sum by (router,method,code) \n (increase(traefik_router_requests_total{router=~\"$router.*\",code!~\"2..|5..\",protocol=\"http\"}[1m:1m])),\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\"\n )\n)", "legendFormat": "{{code}} [{{method}}] on {{router}}", "range": true, "refId": "A" } ], "title": "Other codes ", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 40 }, "id": 20, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(15,\n label_replace(\n sum by (router,method) \n (rate(traefik_router_requests_bytes_total{router=~\"$router.*\",protocol=\"http\"}[1m])) > 0,\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\")\n)", "legendFormat": "{{method}} on {{router}}", "range": true, "refId": "A" } ], "title": "Requests Size", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 40 }, "id": 24, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Mean", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "topk(15,\n label_replace(\n sum by (router,method) \n (rate(traefik_router_responses_bytes_total{router=~\"$router.*\",protocol=\"http\"}[1m])) > 0,\n \"router\", \"$1\", \"router\", \"([^-]+-[^-]+).*\")\n)", "legendFormat": "{{method}} on {{router}}", "range": true, "refId": "A" } ], "title": "Responses Size", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 48 }, "id": 2, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "label_replace(\n sum(traefik_router_open_connections{router=~\"$router.*\"}) by (router),\n \"service\", \"$1\", \"router\", \"([^-]+-[^-]+).*\")", "legendFormat": "{{service}}", "range": true, "refId": "A" } ], "title": "Connections per Service", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 12, "y": 48 }, "id": 21, "options": { "legend": { "calcs": [ "mean", "max" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(traefik_entrypoint_open_connections{entrypoint=~\"$entrypoint\"}) by (entrypoint)\n", "legendFormat": "{{entrypoint}}", "range": true, "refId": "A" } ], "title": "Connections per Entrypoint", "transparent": true, "type": "timeseries" } ], "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "hide": 0, "includeAll": false, "label": "datasource", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(traefik_entrypoint_open_connections, entrypoint)", "hide": 0, "includeAll": true, "multi": false, "name": "entrypoint", "options": [], "query": { "query": "label_values(traefik_entrypoint_open_connections, entrypoint)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(traefik_router_open_connections, router)", "hide": 0, "includeAll": true, "multi": false, "name": "router", "options": [], "query": { "query": "label_values(traefik_router_open_connections, router)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "/([^-]+-[^-]+).*/", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Router Traefik Kubernetes Dashboard", "uid": "rt1337trdb", "version": 18, "weekStart": "" }
2023-02-15 16:28:38 UTC
2023-02-15 16:30:18 UTC
1
5
17,397
1
742,828
26,729
0
2mysql-simple-dashboard
2MySQL Simple Dashboard
My MySQL simple dashboard
2022-11-12 18:37:59 UTC
2022-11-12 18:41:09 UTC
0
null
0
0
Other
null
0
0
26,729
1
17,397
1
0
My MySQL simple dashboard
{ "__inputs": [ { "name": "DS_MYMYSQL", "label": "MyMySQL", "description": "Oma mysql", "type": "datasource", "pluginId": "mysql", "pluginName": "MySQL" } ], "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.1.2" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "mysql", "name": "MySQL", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:1657", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "limit": 100, "name": "Annotations & Alerts", "showIn": 0, "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "My MySQL simple dashboard", "editable": true, "gnetId": 17397, "graphTooltip": 1, "id": null, "iteration": 1630308714917, "links": [ { "$$hashKey": "object:109", "asDropdown": true, "icon": "external link", "includeVars": true, "tags": [ "MyMySQL" ], "title": "My Tools", "type": "dashboards" }, { "$$hashKey": "object:110", "icon": "external link", "includeVars": false, "tags": [], "targetBlank": true, "title": "Meo's Site", "type": "link", "url": "https://www.xenialab.it/meo/web/index5.htm#my" } ], "panels": [ { "datasource": "${DS_MYMYSQL}", "gridPos": { "h": 2, "w": 20, "x": 0, "y": 0 }, "id": 32, "links": [], "options": { "content": "<div style=\"text-align: center;\">$MyInstance -- <b>$MyVar</b></div>", "mode": "html" }, "pluginVersion": "8.1.2", "targets": [ { "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": false, "rawSql": "SELECT\n c1 AS \"time\",\n v1\nFROM mylog\nWHERE\n $__timeFilter(c1)\nORDER BY c1", "refId": "A", "select": [ [ { "params": [ "v1" ], "type": "column" } ] ], "table": "mylog", "timeColumn": "c1", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Connection Info", "transparent": true, "type": "text" }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 0 }, "id": 20, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time_sec,\n variable_value/600 as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n AND variable_name='CONNECTIONS-d'\n AND variable_value>=0\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Connections/sec", "transparent": true, "type": "stat" }, { "aliasColors": { "ABORTED_CLIENTS": "#bf1b00", "ABORTED_CLIENTS-d": "#890f02", "ABORTED_CONNECTS": "#f29191", "Aborted_clients-d": "#c15c17", "Aborted_connects-d": "#cca300", "SLOW_QUERIES": "#e24d42", "SLOW_QUERIES-d": "#cca300", "Slow_queries": "#99440a", "Slow_queries-d": "#890f02", "THREADS_CONNECTED": "#3f6833", "THREADS_RUNNING": "#cca300", "Threads_connected": "#64b0c8" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 5, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 0, "y": 2 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "8.1.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:730", "alias": "SLOW_QUERIES", "fill": 0, "yaxis": 2 }, { "$$hashKey": "object:731", "alias": "ABORTED_CLIENTS", "fill": 0, "yaxis": 2 }, { "$$hashKey": "object:732", "alias": "ABORTED_CONNECTS", "fill": 0, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(timest, '10m') AS time,\n variable_name as metric,\n avg(variable_value+0) as value\n FROM my2.status\n WHERE $__timeFilter(timest)\n AND variable_name in ('THREADS_CONNECTED', 'THREADS_RUNNING')\n GROUP BY 1,2\n ORDER BY 1 ASC", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n $__timeGroup(timest, '10m') as time,\n substr(variable_name,1,length(variable_name)-2) as metric,\n avg(variable_value+0) as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('SLOW_QUERIES-d', 'ABORTED_CONNECTS-d','ABORTED_CLIENTS-d')\n and variable_value>=0\nGROUP BY 1,2\nORDER BY 1 ASC\n", "refId": "B", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [ { "$$hashKey": "object:791", "colorMode": "gray", "fill": true, "fromDayOfWeek": 6, "line": false, "op": "time", "toDayOfWeek": 7 } ], "timeShift": null, "title": "Threads & Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:763", "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "$$hashKey": "object:764", "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 10, "y": 2 }, "hiddenSeries": false, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 3, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "8.1.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1850", "alias": "SIZEDB.TOTAL", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n $__timeGroup(timest,'24h') as time,\n variable_name as metric,\n avg(variable_value+0) as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ('SIZEDB.TOTAL')\nGROUP BY 1,2\nORDER BY 1 ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "thresholds": [], "timeFrom": "180d", "timeRegions": [ { "$$hashKey": "object:1888", "colorMode": "gray", "fill": true, "fromDayOfWeek": 6, "line": false, "op": "time", "toDayOfWeek": 7 } ], "timeShift": null, "title": "Space usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1863", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false }, { "$$hashKey": "object:1864", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": "0", "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 95 }, { "color": "#299c46", "value": 98 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 2 }, "id": 41, "interval": null, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(s1.timest,'30m') as time_sec,\n avg(1-s1.variable_value/s2.variable_value)*100 as value\nFROM my2.status s1, my2.status s2\nWHERE $__timeFilter(s1.timest)\n AND s1.timest=s2.timest\n AND s1.variable_name='INNODB_BUFFER_POOL_READS-d'\n AND s2.variable_name='INNODB_BUFFER_POOL_READ_REQUESTS-d'\n AND s2.variable_value>0\nGROUP BY 1\nORDER BY 1 ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "InnoDB Cache Hit", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 95 }, { "color": "#299c46", "value": 98 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 6 }, "id": 42, "interval": null, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(s1.timest,'30m') as time_sec,\n avg(1-s1.variable_value/s2.variable_value)*100 as value\nFROM my2.status s1, my2.status s2\nWHERE $__timeFilter(s1.timest)\n AND s1.timest=s2.timest\n AND s1.variable_name='KEY_READS-d'\n AND s2.variable_name='KEY_READ_REQUESTS-d'\n AND s2.variable_value>0\nGROUP BY 1\nORDER BY 1 ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "MyISAM Cache Hit", "type": "gauge" }, { "aliasColors": { "DELETE": "#bf1b00", "DELETE_MULTI": "#bf1b00", "INSERT": "#629e51", "INSERT_SELECT": "#3f6833", "SELECT": "#5195ce", "UPDATE": "#cca300", "UPDATE_MULTI": "#f2c96d" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 5, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "8.1.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "SELECT", "yaxis": 1 } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(timest, '10m') AS time,\n substr(variable_name,5,length(variable_name)-6) as metric,\n avg(variable_value/600) as value\n FROM my2.status\n WHERE $__timeFilter(timest)\n and variable_name in ('COM_SELECT-d', 'COM_INSERT-d', 'COM_UPDATE-d', 'COM_DELETE-d')\n and variable_value >=0\n GROUP BY 1,2\n ORDER BY 1 ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [ { "colorMode": "gray", "fill": true, "fromDayOfWeek": 6, "line": false, "op": "time", "toDayOfWeek": 7 } ], "timeShift": null, "title": "SQL Commands /sec", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:118", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:119", "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 10, "y": 8 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "8.1.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "BYTES_SENT-d", "yaxis": 2 }, { "alias": "BYTES_RECEIVED-d", "transform": "negative-Y", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(timest, '10m') AS time,\n variable_name as metric,\n avg(variable_value+0)/600 as value\n FROM my2.status\n WHERE $__timeFilter(timest)\n and variable_name in ('Bytes_received-d', 'Bytes_sent-d')\n GROUP BY 1,2\n ORDER BY 1 ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [ { "colorMode": "gray", "fill": true, "fromDayOfWeek": 6, "line": false, "op": "time", "toDayOfWeek": 7 } ], "timeShift": null, "title": "Network", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 30 }, { "color": "#299c46", "value": 50 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 9 }, "id": 43, "interval": null, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT $__timeGroup(s1.timest,'30m') as time_sec,\n avg((s1.variable_value/(s1.variable_value+s2.variable_value))*100) as value\nFROM my2.status s1, my2.status s2\nWHERE $__timeFilter(s1.timest)\n AND s1.timest=s2.timest\n AND s1.variable_name='QCACHE_HITS-d'\n AND s2.variable_name='COM_SELECT-d'\n AND s2.variable_value>0\nGROUP BY 1\nORDER BY 1 ASC\n\n\n\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Query Cache Hit", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.5 }, { "color": "#299c46", "value": 0.6 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 12 }, "id": 36, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time_sec,\n sum(variable_value+0) as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n AND variable_name like 'PROCESSES_COMMAND.Binlog Dump%'\nGROUP BY timest\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Master - Connected Slaves", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 0, "y": 14 }, "hiddenSeries": false, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "8.1.2", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/_sec/", "color": "#3f6833", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time,\n variable_value+0 as value, variable_value/600 as value_sec,\n variable_name as metric\nFROM my2.status\nWHERE $__timeFilter(timest)\n and variable_name in ($MyStatistics)\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [ { "colorMode": "gray", "fill": true, "fromDayOfWeek": 6, "line": false, "op": "time", "toDayOfWeek": 7 } ], "timeShift": null, "title": "Custom Statistic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": "", "logBase": 1, "max": null, "min": "0", "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateRdYlGn", "exponent": 0.5, "max": null, "min": null, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": "$MyInstance", "gridPos": { "h": 6, "w": 10, "x": 10, "y": 14 }, "heatmap": {}, "hideTimeOverride": false, "hideZeroBuckets": false, "highlightCards": true, "id": 18, "legend": { "show": true }, "links": [], "reverseYBuckets": false, "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n $__timeGroup(timest, '24h') as time,\n concat(' ',max(date_format(timest,'%H'))) as metric,\n sum(variable_value)/3600 as value\nFROM my2.status\nWHERE variable_name='QUERIES-d'\n and variable_value>0\n and $__timeFilter(timest)\nGROUP BY $__timeGroup(timest, '1h'),$__timeGroup(timest, '24h')\nORDER BY $__timeGroup(timest, '1h'),$__timeGroup(timest, '24h')\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "timeFrom": "14d", "timeShift": null, "title": "Heatmap (Queries /sec)", "tooltip": { "show": true, "showHistogram": false }, "tooltipDecimals": null, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": null, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketBound": "lower", "yBucketNumber": null, "yBucketSize": null }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.5 }, { "color": "#299c46", "value": 0.6 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 14 }, "id": 37, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time_sec,\n variable_value+0 as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n AND variable_name ='replication_connection_status'\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Slave - IO Thread", "type": "stat" }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.5 }, { "color": "#299c46", "value": 0.6 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 16 }, "id": 45, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time_sec,\n variable_value+0 as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n AND variable_name ='replication_applier_status'\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Slave - SQL Thread", "type": "stat" }, { "cacheTimeout": null, "datasource": "$MyInstance", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.1 }, { "color": "#d44a3a", "value": 1 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 20, "y": 18 }, "id": 38, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.2", "targets": [ { "alias": "", "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n UNIX_TIMESTAMP(timest) as time_sec,\n variable_value+0 as value\nFROM my2.status\nWHERE $__timeFilter(timest)\n AND (variable_name ='replication_worker_time' OR variable_name ='replication_max_worker_time')\nORDER BY timest ASC\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Slave - sec. behind Master", "type": "stat" }, { "datasource": "$MyInstance", "gridPos": { "h": 1, "w": 10, "x": 0, "y": 20 }, "id": 44, "links": [], "options": { "content": "", "mode": "html" }, "pluginVersion": "8.1.2", "targets": [ { "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n c1 AS \"time\",\n v1\nFROM mylog\nWHERE\n $__timeFilter(c1)\nORDER BY c1", "refId": "A", "select": [ [ { "params": [ "v1" ], "type": "column" } ] ], "table": "mylog", "timeColumn": "c1", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "$MyVar2", "transparent": true, "type": "text" }, { "datasource": "${DS_MYMYSQL}", "gridPos": { "h": 1, "w": 10, "x": 10, "y": 20 }, "id": 46, "links": [], "options": { "content": "<a href=\"https://github.com/meob/my2Collector\">Github</a>", "mode": "html" }, "pluginVersion": "8.1.2", "targets": [ { "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": false, "rawSql": "SELECT\n c1 AS \"time\",\n v1\nFROM mylog\nWHERE\n $__timeFilter(c1)\nORDER BY c1", "refId": "A", "select": [ [ { "params": [ "v1" ], "type": "column" } ] ], "table": "mylog", "timeColumn": "c1", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "This dashboard uses my2 collector (https://github.com/meob/my2Collector)", "transparent": true, "type": "text" }, { "datasource": "${DS_MYMYSQL}", "gridPos": { "h": 1, "w": 4, "x": 20, "y": 20 }, "id": 40, "links": [], "options": { "content": "<a href=\"https://www.xenialab.it\">XeniaLAB</a>", "mode": "html" }, "pluginVersion": "8.1.2", "targets": [ { "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": false, "rawSql": "SELECT\n c1 AS \"time\",\n v1\nFROM mylog\nWHERE\n $__timeFilter(c1)\nORDER BY c1", "refId": "A", "select": [ [ { "params": [ "v1" ], "type": "column" } ] ], "table": "mylog", "timeColumn": "c1", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "by XeniaLAB", "transparent": true, "type": "text" } ], "refresh": false, "schemaVersion": 30, "style": "dark", "tags": [ "MyMySQL" ], "templating": { "list": [ { "current": { "selected": false, "text": "MyMySQL", "value": "MyMySQL" }, "description": null, "error": null, "hide": 1, "includeAll": false, "label": null, "multi": false, "name": "MyInstance", "options": [], "query": "mysql", "queryValue": "", "refresh": 1, "regex": "/.*/", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$MyInstance", "definition": "", "description": null, "error": null, "hide": 0, "includeAll": false, "label": "Custom Statistic", "multi": true, "name": "MyStatistics", "options": [], "query": "select distinct variable_name from my2.status where variable_name is not null and variable_name <>'' order by 1", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$MyInstance", "definition": "select concat( @@hostname,':', @@port)", "description": null, "error": null, "hide": 2, "includeAll": false, "label": null, "multi": false, "name": "MyVar", "options": [], "query": "select concat( @@hostname,':', @@port)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$MyInstance", "definition": "select concat('MySQL version: ',version(), ' Created at: ', date_format(min(create_time),'%Y-%m-%d %T') ,\n ' Started at: ', date_format(date_sub(now(), INTERVAL variable_value second),'%Y-%m-%d %T')) info\n from information_schema.tables,performance_schema.global_status\n where variable_name='UPTIME'\n group by variable_value\n", "description": null, "error": null, "hide": 2, "includeAll": false, "label": null, "multi": false, "name": "MyVar2", "options": [], "query": "select concat('MySQL version: ',version(), ' Created at: ', date_format(min(create_time),'%Y-%m-%d %T') ,\n ' Started at: ', date_format(date_sub(now(), INTERVAL variable_value second),'%Y-%m-%d %T')) info\n from information_schema.tables,performance_schema.global_status\n where variable_name='UPTIME'\n group by variable_value\n", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": { "refresh_intervals": [ "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "2MySQL Simple Dashboard", "uid": "4Z1opp5mk", "version": 174 }
2022-11-12 18:37:59 UTC
2022-11-12 18:41:09 UTC
0
0
18,491
1
834,224
28,367
0
http-response-monitoring
HTTP Response Monitoring
A very simple and visual Dashboard to monitor HTTP Responses using the native http_response from Telegraf. It just works automatically once the sources are added to telegraf.
2023-04-11 16:08:16 UTC
2023-04-11 16:08:49 UTC
0
null
0
0
null
null
0
0
28,367
1
18,491
1
0
A very simple and visual Dashboard to monitor HTTP Responses using the native http_response from Telegraf. It just works automatically once the sources are added to telegraf.
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.0" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "limit": 100, "name": "Annotations & Alerts", "showIn": 0, "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "A very simple and visual Dashboard to monitor HTTP Responses using the native http_response from Telegraf. It just works automatically once the sources are added to telegraf.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18491, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 21, "title": "Valid URLs", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "Monitoring of the HTTP Response. On the Title of the widget you can find the Website name, and on the value the current response of the HTTP or HTTPS.\n\nThresholds are:\n* Results with 20x , Green\n* Results with 30x , Orange\n* Results with 40x , Red\n* Results with 50x , Blue", "fieldConfig": { "defaults": { "decimals": 0, "displayName": "${__field.labels.server}", "mappings": [ { "options": { "from": 200, "result": { "index": 0, "text": "OK" }, "to": 299 }, "type": "range" }, { "options": { "from": 300, "result": { "index": 1, "text": "Redirected" }, "to": 399 }, "type": "range" }, { "options": { "from": 400, "result": { "index": 2, "text": "Client Error" }, "to": 499 }, "type": "range" }, { "options": { "from": 500, "result": { "index": 3, "text": "Server Error" }, "to": 599 }, "type": "range" } ], "max": 0, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "dark-green", "value": 200 }, { "color": "semi-dark-orange", "value": 300 }, { "color": "semi-dark-red", "value": 400 }, { "color": "semi-dark-blue", "value": 500 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 1 }, "id": 2, "interval": "15s", "links": [], "maxPerRow": 12, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "9.2.0", "repeat": "url_name", "repeatDirection": "h", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "http_response", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"server\"] =~ /${url_name:regex}/)\r\n |> filter(fn: (r) => r[\"_field\"] == \"http_response_code\")\r\n |> group()\r\n |> last()", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "http_response_code" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "server", "operator": "=~", "value": "/^$url_name$/" } ] } ], "title": "$url_name", "transformations": [ { "id": "reduce", "options": { "labelsToFields": false, "reducers": [ "lastNotNull" ] } } ], "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 23, "panels": [], "title": "URLs with errors", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "Monitoring of the HTTP Response. On the Title of the widget you can find the Website name, and on the value the current response of the HTTP or HTTPS.\n\nThresholds are:\n* Results with 20x , Green\n* Results with 30x , Orange\n* Results with 40x , Red\n* Results with 50x , Blue", "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-red", "mode": "fixed" }, "decimals": 0, "displayName": "${__field.labels.server}", "mappings": [], "max": 0, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 5 }, "id": 19, "interval": "15s", "links": [], "maxPerRow": 12, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/.*/", "values": false }, "text": { "titleSize": 25, "valueSize": 25 }, "textMode": "value" }, "pluginVersion": "9.2.0", "repeat": "error_url", "repeatDirection": "h", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "http_response", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"server\"] =~ /${error_url:regex}/)\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] == \"connection_failed\")\r\n |> last()", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "http_response_code" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "server", "operator": "=~", "value": "/^$url_name$/" } ] } ], "title": "$error_url", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": {} } } ], "type": "stat" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 8 }, "id": 25, "panels": [], "title": "Table, and advanced HTTP statistics", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "SSL Certificate Monitoring Table. On the first column you can find the SSL x509 Certificate name, and on the second column the TTL/Expirty Date in days.\n\nThresholds are:\n* From 0 days to 14, Red\n* From 15 days to 30, Orange\n* From 31 days onward, Green", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": true, "inspect": false }, "mappings": [], "noValue": "Error", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "HTTP Response" }, "properties": [ { "id": "displayName", "value": "HTTP Response" }, { "id": "unit", "value": "none" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-green", "value": 200 }, { "color": "#FF780A", "value": 300 }, { "color": "#E02F44", "value": 400 }, { "color": "dark-blue", "value": 500 } ] } } ] }, { "matcher": { "id": "byName", "options": "result" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "mode": "fixed" } }, { "id": "mappings", "value": [ { "options": { "connection_failed": { "color": "dark-red", "index": 0 }, "success": { "color": "dark-green", "index": 1 } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 9 }, "id": 9, "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.2.0", "targets": [ { "alias": "$tag_server", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"server\"] =~ /${url_name:regex}/)\r\n |> filter(fn: (r) => r[\"_field\"] == \"http_response_code\")\r\n |> last()", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] == \"connection_failed\")\r\n |> last()", "refId": "B" } ], "transformations": [ { "id": "reduce", "options": { "labelsToFields": true, "reducers": [ "lastNotNull" ] } }, { "id": "organize", "options": { "excludeByName": { "Field": true, "host": true, "method": true, "result": false, "status_code": true }, "indexByName": { "Field": 0, "Last *": 5, "host": 1, "method": 2, "result": 6, "server": 4, "status_code": 3 }, "renameByName": { "Last *": "HTTP Response", "result": "Connection", "server": "URL", "status_code": "" } } } ], "transparent": true, "type": "table" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "displayName": "${__field.labels.server}", "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 16 }, "id": 13, "options": { "legend": { "calcs": [ "lastNotNull", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.0", "targets": [ { "alias": "$tag_server", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "server" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "http_response", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"server\"] =~ /${url_name:regex}/)\r\n |> filter(fn: (r) => r[\"_field\"] == \"response_time\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "response_time" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "server", "operator": "=~", "value": "/^$url_name$/" } ] } ], "title": "HTTP Response in ms", "type": "timeseries" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "http", "http_response" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] == \"success\")\r\n |> keep(columns: [\"server\"])\r\n |> distinct(column: \"server\")\r\n |> group()", "hide": 0, "includeAll": true, "label": "URL", "multi": true, "name": "url_name", "options": [], "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] == \"success\")\r\n |> keep(columns: [\"server\"])\r\n |> distinct(column: \"server\")\r\n |> group()", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] != \"success\")\r\n |> keep(columns: [\"server\"])\r\n |> distinct(column: \"server\")\r\n |> group()", "hide": 0, "includeAll": true, "label": "URL with errors", "multi": true, "name": "error_url", "options": [], "query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"http_response\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"result_type\")\r\n |> filter(fn: (r) => r[\"_value\"] != \"success\")\r\n |> keep(columns: [\"server\"])\r\n |> distinct(column: \"server\")\r\n |> group()", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "HTTP Response Monitoring", "uid": "Os3hdxQZk", "version": 6, "weekStart": "" }
2023-04-11 16:08:16 UTC
null
0
0
18,627
1
614,500
28,556
0
ms-copy-mlt-mythical
Golden Signals (Error, Throughput, Latency)
Golden signals (error, throughput, latency)
2023-04-28 03:52:39 UTC
2023-05-01 22:36:14 UTC
0
ms-demo-52
83,928
83,929
null
null
0
0
28,556
1
18,627
1
0
null
{ "__inputs": [ { "name": "DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM", "label": "grafanacloud-grafanaopsdemo-prom", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "DS_GRAFANACLOUD-GRAFANAOPSDEMO-LOGS", "label": "grafanacloud-grafanaopsdemo-logs", "description": "", "type": "datasource", "pluginId": "loki", "pluginName": "Loki" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.5.0-cloud.5.a016665c" }, { "type": "panel", "id": "logs", "name": "Logs", "version": "" }, { "type": "datasource", "id": "loki", "name": "Loki", "version": "1.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Golden signals (error, throughput, latency)", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 57, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 7, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 11, "w": 16, "x": 0, "y": 0 }, "id": 11, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum by (http_target)(increase(traces_spanmetrics_calls_total{http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[1m]))*40", "interval": "", "legendFormat": "{{http_target}}", "range": true, "refId": "A" } ], "title": "Request Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 5 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 8, "x": 16, "y": 0 }, "id": 13, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.5.0-cloud.5.a016665c", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "(sum(increase(traces_spanmetrics_calls_total{status_code=\"STATUS_CODE_ERROR\"}[1m]))/sum(increase(traces_spanmetrics_calls_total[1m]))) * 100", "interval": "", "legendFormat": "", "range": true, "refId": "A" } ], "title": "Overall Error %age", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [ { "targetBlank": true, "title": "Error traces for ${__field.labels.http_target}", "url": "explore?orgId=1&left={\"datasource\":\"grafanacloud-grafanaopsdemo-traces\",\"queries\":[{\"refId\":\"A\",\"queryType\":\"traceql\",\"search\":\"\",\"limit\":20,\"query\":\"{.http.target=\\\"${__field.labels.http_target}\\\" %26%26 status=error}\"}],\"range\":{\"from\":\"now-1h\",\"to\":\"now\"}}" } ], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 4 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 4 }, "id": 10, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.5.0-cloud.5.a016665c", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": true, "expr": "(sum by (http_target)(increase(traces_spanmetrics_calls_total{status_code=\"STATUS_CODE_ERROR\",http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[1m])))/(sum by (http_target)(increase(traces_spanmetrics_calls_total{status_code!=\"\",http_target!=\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[1m]))) * 100", "interval": "", "legendFormat": "{{http_target}}", "range": true, "refId": "A" } ], "title": "Error Percentages by Target", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "links": [ { "targetBlank": true, "title": "${__data.fields[\"HTTP Method\"]} ${__data.fields.Endpoint} traces", "url": "/explore?orgId=1&left={\"datasource\":\"grafanacloud-grafanaopsdemo-traces\",\"queries\":[{\"refId\":\"A\",\"queryType\":\"nativeSearch\",\"search\":\"http.method=${__data.fields[\"HTTP Method\"]}%20http.target=${__data.fields.Endpoint}\",\"minDuration\":\"50ms\"}],\"range\":{\"from\":\"now-1h\",\"to\":\"now\"}}" } ], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 65 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Value #A" }, "properties": [ { "id": "custom.cellOptions", "value": { "mode": "lcd", "type": "gauge" } } ] } ] }, "gridPos": { "h": 12, "w": 11, "x": 0, "y": 11 }, "id": 2, "links": [], "options": { "cellHeight": "sm", "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Average Latency" } ] }, "pluginVersion": "9.5.0-cloud.5.a016665c", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "topk(10, sum by (http_method,http_target)(increase(traces_spanmetrics_latency_sum{http_method=~\".+\", http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[1m]) / increase(traces_spanmetrics_latency_count{http_method=~\".+\", http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[1m])))*1000", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Top 10 Highest Endpoint Latencies Over Last Minute", "transformations": [ { "id": "filterFieldsByName", "options": { "include": { "names": [ "http_method", "http_target", "Value" ] } } }, { "id": "organize", "options": { "excludeByName": { "Value": false }, "indexByName": {}, "renameByName": { "Value": "Latency (ms)", "Value #A": "Average Latency", "http_method": "HTTP Method", "http_target": "Endpoint" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 23, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 7, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 12, "w": 13, "x": 11, "y": 11 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum by (http_method,http_target)(increase(traces_spanmetrics_latency_sum{http_method=~\".+\", http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[10m]) / increase(traces_spanmetrics_latency_count{http_method=~\".+\", http_target=~\"\\\\/account|\\\\/health|\\\\/cart|\\\\/fastcache|\\\\/login|\\\\/payment\"}[10m]))*1000", "interval": "", "legendFormat": "{{http_target}} - {{http_method}}", "range": true, "refId": "A" } ], "title": "All Endpoint Latencies in ms (Last 10 mins)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 35, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 23 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-PROM}" }, "editorMode": "code", "exemplar": true, "expr": "histogram_quantile(0.95, sum(rate(mythical_request_times_bucket{job=\"eStore-server\",namespace=\"production\"}[$__rate_interval])) by (le, endpoint))", "interval": "", "legendFormat": "{{le}}", "range": true, "refId": "A" } ], "title": "95th Percentile Response Latencies (ms)", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-LOGS}" }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 33 }, "id": 6, "options": { "dedupStrategy": "none", "enableLogDetails": true, "prettifyLogMessage": false, "showCommonLabels": false, "showLabels": false, "showTime": false, "sortOrder": "Descending", "wrapLogMessage": false }, "targets": [ { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GRAFANAOPSDEMO-LOGS}" }, "editorMode": "code", "expr": "{job=\"agent\"} | logfmt | status=\"STATUS_CODE_ERROR\"", "queryType": "range", "refId": "A" } ], "title": "Autologged Errors", "type": "logs" } ], "refresh": "5s", "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "utc", "title": "Golden Signals (Error, Throughput, Latency)", "uid": "b1da2f8f-7560-49b1-b1e9-60d4ade3536a", "version": 1, "weekStart": "", "gnetId": 18627 }
2023-04-28 03:52:39 UTC
2023-05-01 22:36:14 UTC
0
0
17,616
1
299,646
27,064
0
django-requests-overview
Django / Requests / Overview
A dashboard that monitors Django which focuses on giving a overview for requests. It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
2022-12-15 00:49:13 UTC
2022-12-15 00:56:02 UTC
0
A dashboard that monitors Django which focuses on giving a overview for requests. It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
79,590
79,591
null
null
3
5
27,064
1
17,616
1
0
A dashboard that monitors Django which focuses on giving a overview for requests. It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).
{ "__inputs": [], "__requires": [], "annotations": { "list": [] }, "description": "A dashboard that monitors Django which focuses on giving a overview for requests. It is created using the [Django-mixin](https://github.com/adinhodovic/django-mixin).", "editable": true, "gnetId": 17616, "graphTooltip": 0, "hideControls": false, "id": null, "links": [], "panels": [ { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 2, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Summary", "titleSize": "h6", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": 0 }, { "color": "green", "value": 0.001 } ] }, "unit": "reqps" } }, "gridPos": { "h": 4, "w": 6, "x": 0, "y": 1 }, "id": 3, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "round(\n sum(\n irate(\n django_http_requests_total_by_view_transport_method_total{namespace=~\"$namespace\", job=~\"$job\", view=~\"$view\", view!~\"health_check:health_check_home|prometheus-django-metrics\", method=~\"$method\"}[2m]\n )\n ), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Request Volume", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": 0.9 }, { "color": "yellow", "value": 0.95 }, { "color": "green", "value": 0.99 } ] }, "unit": "percentunit" } }, "gridPos": { "h": 4, "w": 6, "x": 6, "y": 1 }, "id": 4, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "sum(\n rate(\n django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\", job=~\"$job\", view=~\"$view\", view!~\"health_check:health_check_home|prometheus-django-metrics\", method=~\"$method\", status!~\"[4-5].*\"}[$__rate_interval]\n )\n) /\nsum(\n rate(\n django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\", job=~\"$job\", view=~\"$view\", view!~\"health_check:health_check_home|prometheus-django-metrics\", method=~\"$method\"}[$__rate_interval]\n )\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Success Rate (non 4-5xx responses)", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": 0 }, { "color": "yellow", "value": 2500 }, { "color": "red", "value": 5000 } ] }, "unit": "s" } }, "gridPos": { "h": 4, "w": 6, "x": 12, "y": 1 }, "id": 5, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "histogram_quantile(0.95,\n sum (\n rate (\n django_http_requests_latency_seconds_by_view_method_bucket {\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n }[$__rate_interval]\n )\n ) by (job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Request Latency (P95)", "transparent": false, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": 0.1 }, { "color": "yellow", "value": 0.2 }, { "color": "green", "value": 0.3 } ] }, "unit": "decbytes" } }, "gridPos": { "h": 4, "w": 6, "x": 18, "y": 1 }, "id": 6, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7", "targets": [ { "expr": "histogram_quantile(0.95,\n sum (\n rate (\n django_http_requests_body_total_bytes_bucket {\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[$__rate_interval]\n )\n ) by (job, le)\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "title": "Request Body Size (P95)", "transparent": false, "type": "stat" }, { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 7, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "API Views & Other", "titleSize": "h6", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 10, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 6 }, "id": 8, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"2.*\",\n view!~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 2xx", "refId": "A" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"4.*\",\n view!~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 4xx", "refId": "B" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"5.*\",\n view!~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 5xx", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "API & Other Views Response Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 10, "w": 12, "x": 12, "y": 6 }, "id": 9, "links": [], "pageSize": 6, "sort": { "col": 3, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Namespace", "pattern": "namespace" }, { "alias": "Job", "pattern": "Job" }, { "alias": "P50 Latency", "pattern": "Value #A", "type": "number", "unit": "dtdurations" }, { "alias": "P90 Latency", "pattern": "Value #B", "type": "number", "unit": "dtdurations" }, { "alias": "P99 Latency", "pattern": "Value #C", "type": "number", "unit": "dtdurations" } ], "targets": [ { "expr": "histogram_quantile(0.50,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view!~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" }, { "expr": "histogram_quantile(0.95,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view!~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "B" }, { "expr": "histogram_quantile(0.99,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view!~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "API & Other Views Request Latency", "type": "table" }, { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 10, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Admin Views", "titleSize": "h6", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fill": 10, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 17 }, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"2.*\",\n view=~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 2xx", "refId": "A" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"4.*\",\n view=~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 4xx", "refId": "B" }, { "expr": "round(\n sum(\n irate(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\",\n status=~\"5.*\",\n view=~\"admin.*\",\n }[$__rate_interval]\n ) > 0\n ) by (namespace, job, view), 0.001\n)\n", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ view }} / 5xx", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Admin Views Response Status", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 10, "w": 12, "x": 12, "y": 17 }, "id": 12, "links": [], "pageSize": 6, "sort": { "col": 3, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Namespace", "pattern": "namespace" }, { "alias": "Job", "pattern": "Job" }, { "alias": "P50 Latency", "pattern": "Value #A", "type": "number", "unit": "dtdurations" }, { "alias": "P90 Latency", "pattern": "Value #B", "type": "number", "unit": "dtdurations" }, { "alias": "P99 Latency", "pattern": "Value #C", "type": "number", "unit": "dtdurations" } ], "targets": [ { "expr": "histogram_quantile(0.50,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view=~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" }, { "expr": "histogram_quantile(0.95,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view=~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "B" }, { "expr": "histogram_quantile(0.99,\n sum(\n rate(\n django_http_requests_latency_seconds_by_view_method_bucket{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view=~\"$view\",\n view!~\"health_check:health_check_home|prometheus-django-metrics|\",\n view=~\"admin.*\",\n method=~\"$method\"\n }[$__range]\n ) > 0\n ) by (view, job, le)\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "Admin Request Latency", "type": "table" }, { "collapse": false, "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 13, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "Weekly Breakdown", "titleSize": "h6", "type": "row" }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 8, "w": 12, "x": 0, "y": 27 }, "id": 14, "links": [], "pageSize": 6, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "View", "pattern": "view" }, { "alias": "Value", "pattern": "Value", "type": "number" } ], "targets": [ { "expr": "round(\n topk(10,\n sum by (view) (\n increase(\n django_http_exceptions_total_by_view_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n }[1w]\n ) > 0\n )\n )\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top Exceptions by View (1w)", "type": "table" }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 27 }, "id": 15, "links": [], "pageSize": 6, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Type", "pattern": "type" }, { "alias": "Value", "pattern": "Value", "type": "number" } ], "targets": [ { "expr": "round(\n topk(10,\n sum by (type) (\n increase(\n django_http_exceptions_total_by_type_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n }[1w]\n ) > 0\n )\n )\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top Exceptions by Type (1w)", "type": "table" }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 8, "w": 12, "x": 0, "y": 35 }, "id": 16, "links": [], "pageSize": 6, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "View", "pattern": "view" } ], "targets": [ { "expr": "round(\n topk(10,\n sum by (view) (\n increase(\n django_http_responses_total_by_status_view_method_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n view!~\"health_check:health_check_home|prometheus-django-metrics\",\n method=~\"$method\"\n }[1w]\n ) > 0\n )\n )\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top Responses By View (1w)", "type": "table" }, { "columns": [], "datasource": "$datasource", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 35 }, "id": 17, "links": [], "pageSize": 6, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Template Name", "pattern": "templatename" } ], "targets": [ { "expr": "topk(10,\n round(\n sum by (templatename) (\n increase(\n django_http_responses_total_by_templatename_total{\n namespace=~\"$namespace\",\n job=~\"$job\",\n templatename!~\"\\\\['health_check/index.html'\\\\]|None\"\n }[1w]\n ) > 0\n )\n )\n)\n", "format": "table", "instant": true, "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top Templates (1w)", "type": "table" } ], "refresh": "", "rows": [], "schemaVersion": 14, "style": "dark", "tags": [ "django", "django-mixin" ], "templating": { "list": [ { "current": { "text": "Prometheus", "value": "Prometheus" }, "hide": 0, "label": null, "name": "datasource", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "type": "datasource" }, { "allValue": null, "current": { "text": "", "value": "" }, "datasource": "$datasource", "hide": 0, "includeAll": false, "label": "Namespace", "multi": false, "name": "namespace", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{}, namespace)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "job", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\"}, job)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "hide": 0, "includeAll": true, "label": "View", "multi": true, "name": "view", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\", job=~\"$job\", view!~\"health_check:health_check_home|prometheus-django-metrics\"}, view)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "hide": 0, "includeAll": true, "label": "Method", "multi": true, "name": "method", "options": [], "query": "label_values(django_http_responses_total_by_status_view_method_total{namespace=~\"$namespace\", job=~\"$job\", view=~\"$view\"}, method)", "refresh": 1, "regex": "", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "utc", "title": "Django / Requests / Overview", "uid": "django-requests-jkwq", "version": 0 }
2022-12-15 00:49:13 UTC
null
3
5
18,235
1
810,708
28,003
0
blackbox-exporter-http-prober
Blackbox Exporter
Blackbox Exporter Dashboard based on 13659
2023-03-08 06:38:00 UTC
2023-03-08 06:40:14 UTC
0
null
0
0
null
null
0
0
28,003
1
18,235
1
0
Blackbox exporter HTTP prober dashboard
{ "__inputs": [ { "name": "DS_APOCALYPSE", "label": "", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Blackbox Exporter Dashboard based on 13659", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18235, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "left", "displayMode": "auto", "filterable": true, "inspect": false }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "SSL Cert Expiry (days)" }, "properties": [ { "id": "decimals", "value": 0 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(0, 0, 0, 0)", "value": null }, { "color": "red", "value": 0 }, { "color": "orange", "value": 1 }, { "color": "yellow", "value": 7 }, { "color": "green", "value": 24 } ] } }, { "id": "custom.displayMode", "value": "basic" }, { "id": "min", "value": 0 }, { "id": "max", "value": 365 }, { "id": "custom.filterable", "value": false } ] }, { "matcher": { "id": "byName", "options": "Status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "DOWN" }, "1": { "text": "UP" } }, "type": "value" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 76 } ] }, { "matcher": { "id": "byName", "options": "Code" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(0, 0, 0, 0)", "value": null }, { "color": "green", "value": 200 }, { "color": "yellow", "value": 300 }, { "color": "red", "value": 500 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "mappings", "value": [ { "options": { "0": { "text": "" } }, "type": "value" } ] }, { "id": "custom.width", "value": 78 } ] }, { "matcher": { "id": "byName", "options": "SSL" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "NO" }, "1": { "text": "OK" } }, "type": "value" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(3, 3, 3, 0)", "value": null }, { "color": "red", "value": 0 }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 77 } ] }, { "matcher": { "id": "byName", "options": "Probe Duration (s)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 0.8 }, { "color": "red", "value": 2 } ] } }, { "id": "custom.displayMode", "value": "basic" }, { "id": "custom.filterable", "value": false }, { "id": "decimals", "value": 2 }, { "id": "max", "value": 3 } ] }, { "matcher": { "id": "byName", "options": "DNS Lookup Duration (s)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 0.1 }, { "color": "red", "value": 0.2 } ] } }, { "id": "max", "value": 0.3 }, { "id": "custom.displayMode", "value": "basic" }, { "id": "custom.filterable", "value": false }, { "id": "decimals", "value": 3 } ] }, { "matcher": { "id": "byName", "options": "Instance" }, "properties": [ { "id": "links", "value": [ { "targetBlank": true, "title": "${__data.fields.Instance}", "url": "${__data.fields.Instance}" } ] }, { "id": "custom.width", "value": 276 } ] }, { "matcher": { "id": "byName", "options": "TLS Version" }, "properties": [ { "id": "custom.width", "value": 117 } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 0 }, "id": 2, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "SSL Cert Expiry (days)" } ] }, "pluginVersion": "9.3.1", "repeatDirection": "h", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "probe_success{job=~\"$job\", instance=~\"$instance\"}", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "probe_http_ssl{job=~\"$job\", instance=~\"$instance\"} > 0", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "(probe_ssl_earliest_cert_expiry{job=~\"$job\", instance=~\"$instance\"} - time()) / 3600 / 24", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "probe_http_status_code{job=~\"$job\", instance=~\"$instance\"} > 0", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "expr": "avg_over_time(probe_duration_seconds{job=~\"$job\", instance=~\"$instance\"}[1m])", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "probe_tls_version_info{job=~\"$job\", instance=~\"$instance\"}", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "exemplar": false, "expr": "avg_over_time(probe_dns_lookup_time_seconds{job=~\"$job\", instance=~\"$instance\"}[1m])", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "G" } ], "title": "HTTP Probe Overview", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "instance" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Time 1": true, "Time 2": true, "Time 3": true, "Time 4": true, "Time 5": true, "Time 6": true, "Time 7": true, "Time 8": true, "Value": false, "Value #A": false, "Value #B": false, "Value #F": true, "__name__": true, "__name__ 1": true, "__name__ 2": true, "__name__ 3": true, "__name__ 4": true, "__name__ 5": true, "__name__ 6": true, "__name__ 7": true, "cluster 2": true, "cluster 3": true, "job": true, "job 1": true, "job 2": true, "job 3": true, "job 4": true, "job 5": true, "job 6": true, "job 7": true, "job 8": true, "location 2": true, "location 3": true, "namespace 2": true, "namespace 3": true, "phase": true, "project_id 2": true, "project_id 3": true, "prometheus 2": true, "prometheus 3": true, "prometheus_replica 2": true, "prometheus_replica 3": true, "type": true, "type 1": true, "type 2": true, "type 3": true, "type 4": true, "type 5": true, "type 6": true, "type 7": true, "type 8": true, "version": false }, "indexByName": { "Time 1": 9, "Time 2": 13, "Time 3": 17, "Time 4": 20, "Time 5": 24, "Time 6": 28, "Time 7": 32, "Value #A": 1, "Value #B": 3, "Value #C": 5, "Value #D": 2, "Value #E": 6, "Value #F": 8, "Value #G": 7, "__name__ 1": 10, "__name__ 2": 14, "__name__ 3": 21, "__name__ 4": 25, "__name__ 5": 29, "instance": 0, "job 1": 11, "job 2": 15, "job 3": 18, "job 4": 22, "job 5": 26, "job 6": 30, "type 1": 12, "type 2": 16, "type 3": 19, "type 4": 23, "type 5": 27, "type 6": 31, "version": 4 }, "renameByName": { "Value": "Up", "Value #A": "Status", "Value #B": "SSL", "Value #C": "SSL Cert Expiry (days)", "Value #D": "Code", "Value #E": "Probe Duration (s)", "Value #F": "", "Value #G": "DNS Lookup Duration (s)", "Value #H": "Probe IP", "instance": "Instance", "type 6": "", "version": "TLS Version" } } } ], "transparent": true, "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "description": "Returns how long the probe took to complete in seconds", "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 9 }, "hiddenSeries": false, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "expr": "sum(probe_http_duration_seconds{job=~\"$job\", instance=~\"$instance\"}) by (instance)", "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{ instance }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "HTTP Probe Duration", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false, "alignLevel": 0 } }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "TqYK9I5Vz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 8, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "description": "Duration of http request by phase, summed over all redirects", "fill": 10, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 19 }, "hiddenSeries": false, "id": 6, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 0, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "expr": "probe_http_duration_seconds{job=~\"$job\", instance=~\"$instance\"}", "interval": "", "intervalFactor": 2, "legendFormat": "{{ phase }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "HTTP Probe Phases Duration", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "repeat": "instance", "repeatDirection": "h", "targets": [ { "datasource": { "type": "prometheus", "uid": "TqYK9I5Vz" }, "refId": "A" } ], "title": "$instance", "type": "row" } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [ "blackbox", "prometheus" ], "templating": { "list": [ { "current": { "selected": false, "text": "APOCALYPSE", "value": "APOCALYPSE" }, "hide": 0, "includeAll": false, "label": "Data Source", "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": ".+", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "definition": "label_values(probe_success, job)", "hide": 0, "includeAll": true, "label": "Job", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(probe_success, job)", "refId": "CTJIAN-job-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 2, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".+", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_APOCALYPSE}" }, "definition": "label_values(probe_success{job=~\"$job\"}, instance)", "hide": 0, "includeAll": true, "label": "Instance", "multi": false, "name": "instance", "options": [], "query": { "query": "label_values(probe_success{job=~\"$job\"}, instance)", "refId": "CTJIAN-instance-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 2, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Blackbox Exporter", "uid": "NEzutrbMk", "version": 6, "weekStart": "" }
2023-03-08 06:38:00 UTC
2023-03-08 06:40:14 UTC
0
0
18,299
1
817,668
28,108
0
pm2-dashboard
PM2 Dashboard
pm2 metrics dashboard
2023-03-17 17:06:31 UTC
2023-03-17 17:12:48 UTC
0
Requirement - PM2 Metrics (https://github.com/saikatharryc/pm2-prometheus-exporter)
82,557
82,558
null
null
0
0
28,108
1
18,299
1
0
pm2 metrics dashboard
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.3.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "pm2 metrics dashboard", "editable": false, "fiscalYearStartMonth": 0, "gnetId": 18299, "graphTooltip": 0, "id": null, "iteration": 1642439660945, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "custom": { "align": "center", "displayMode": "color-background" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "custom.width", "value": 50 } ] }, { "matcher": { "id": "byName", "options": "Status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 1, "text": "Stopped" }, "1": { "index": 0, "text": "Online" } }, "type": "value" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "red", "value": 0 }, { "color": "green", "value": 1 } ] } }, { "id": "custom.width", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Name" }, "properties": [ { "id": "custom.width", "value": 171 }, { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byName", "options": "Uptime" }, "properties": [ { "id": "decimals", "value": 1 }, { "id": "unit", "value": "h" }, { "id": "custom.width", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Instance" }, "properties": [ { "id": "custom.width", "value": 200 } ] }, { "matcher": { "id": "byName", "options": "Interpreter" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "custom.width", "value": 138 } ] }, { "matcher": { "id": "byName", "options": "Restarts" }, "properties": [ { "id": "custom.width", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "Memory" }, "properties": [ { "id": "unit", "value": "decbytes" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "red", "value": 3435973837 } ] } }, { "id": "custom.width", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "CPU" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null }, { "color": "red", "value": 80 } ] } }, { "id": "custom.width", "value": 100 } ] } ] }, "gridPos": { "h": 12, "w": 14, "x": 0, "y": 0 }, "id": 7, "links": [], "maxDataPoints": 100, "maxPerRow": 3, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true, "sortBy": [] }, "pluginVersion": "8.3.3", "repeatDirection": "h", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(pm2_up{instance=~\"$host\"}) without(__name__,Time,exported_instance,job)", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 1800 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(pm2_restarts{instance=~\"$host\"}) without(__name__,Time,exported_instance,job,id,instance,interpreter,node_version)", "format": "table", "hide": false, "interval": "", "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(pm2_uptime{instance=~\"$host\"}/60/60) without(__name__,Time,exported_instance,job,id,instance,interpreter,node_version)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(pm2_cpu{instance=~\"$host\"}) without(__name__,Time,exported_instance,job,id,instance,interpreter,node_version)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(pm2_memory{instance=~\"$host\"}) without(__name__,Time,exported_instance,job,id,instance,interpreter,node_version)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "E" } ], "title": "Module", "transformations": [ { "id": "filterFieldsByName", "options": { "include": { "names": [ "id", "instance", "interpreter", "name", "Value #A", "Value #B", "Value #C", "Value #D", "Value #E" ] } } }, { "id": "seriesToColumns", "options": { "byField": "name" } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Value #A": 2, "Value #B": 5, "Value #C": 6, "Value #D": 3, "Value #E": 4, "id": 0, "instance": 8, "interpreter": 7, "name": 1 }, "renameByName": { "Value #A": "Status", "Value #B": "Restarts", "Value #C": "Uptime", "Value #D": "CPU", "Value #E": "Memory", "id": "ID", "instance": "Instance", "interpreter": "Interpreter", "name": "Name", "node_version": "version" } } } ], "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 0, "fill": 7, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 0 }, "hiddenSeries": false, "id": 15, "legend": { "alignAsTable": false, "avg": true, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 3, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Apache Down", "color": "#BF1B00" }, { "alias": "Apache Down", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "pm2_up{instance=~\"$host\"}", "interval": "", "legendFormat": "pm2 up", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Uptime", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "max": "1", "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 0, "fill": 7, "fillGradient": 0, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 6 }, "hiddenSeries": false, "id": 17, "legend": { "alignAsTable": false, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 3, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Apache Down", "color": "#BF1B00" }, { "alias": "Apache Down", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "pm2_instances{instance=~\"$host\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "instances", "refId": "A", "step": 120 } ], "thresholds": [], "timeRegions": [], "title": "Instances", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pm2_cpu{instance=~\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:119", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:120", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 12 }, "hiddenSeries": false, "id": 5, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pm2_memory{instance=~\"$host\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Memory", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:199", "format": "decbytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:200", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 22 }, "hiddenSeries": false, "id": 10, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "increase(pm2_restarts{instance=~\"$host\"}[1m])", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Restarts per minute", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:279", "decimals": 0, "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:280", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 0, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 11, "w": 12, "x": 12, "y": 22 }, "hiddenSeries": false, "id": 13, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:361", "alias": "Apache Down", "color": "#BF1B00" }, { "$$hashKey": "object:362", "alias": "Apache Down", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pm2_active_handles{instance=~\"$host\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 120 } ], "thresholds": [], "timeRegions": [], "title": "Active handles", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:375", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:376", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 33 }, "hiddenSeries": false, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pm2_http_mean_latency{}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "mean", "refId": "A", "step": 240 }, { "expr": "pm2_http_p95_latency{}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "p95", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "HTTP Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "ms", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 33 }, "hiddenSeries": false, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pm2_event_loop_latency{}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{name}} - mean", "refId": "A", "step": 240 }, { "expr": "pm2_event_loop_latency_p95{}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{name}} - p95", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Event Loop Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "ms", "logBase": 1, "min": "0", "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "refresh": "", "schemaVersion": 34, "style": "dark", "tags": [ "pm2" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(job)", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(job)", "refId": "Prometheus-job-Variable-Query" }, "refresh": 1, "regex": "/.*pm2/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values({job=~\"$job\"},instance) ", "hide": 0, "includeAll": false, "label": "Hostname", "multi": true, "name": "host", "options": [], "query": { "query": "label_values({job=~\"$job\"},instance) ", "refId": "Prometheus-host-Variable-Query" }, "refresh": 1, "regex": "/([^]+)/", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "PM2 Dashboard", "uid": "l66htQGWz22", "version": 13, "weekStart": "" }
2023-03-17 17:06:31 UTC
null
0
0
18,787
1
582,119
28,810
0
kubernetes-resources
Kubernetes resources
Custom - Grafana dashboard to monitoring nodes grouped by AWS EKS nodegroup. Bear in mind you need a kubernetes label called "nodegroup" in each compute < Node Groups
2023-05-19 14:04:33 UTC
2023-05-19 14:05:51 UTC
0
null
0
0
null
null
0
0
28,810
1
18,787
1
0
Custom - Grafana dashboard to monitoring nodes grouped by AWS EKS nodegroup. Bear in mind you need a kubernetes label called "nodegroup" in each compute < Node Groups
{ "__inputs": [ { "name": "DS_PRODUCTION", "label": "production", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.4.7" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Custom - Grafana dashboard to monitoring nodes grouped by AWS EKS nodegroup. Bear in mind you need a kubernetes label called \"nodegroup\" in each compute < Node Groups", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18787, "graphTooltip": 0, "id": null, "iteration": 1684505050172, "links": [], "liveNow": false, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 26, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(kube_node_status_condition{condition=\"Ready\", status=\"true\"})", "interval": "", "legendFormat": "{{ node }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Total Nodes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 12, "y": 0 }, "id": 20, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(kube_pod_status_phase{phase=\"Running\"})", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Pod Count - Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 0 }, "id": 14, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.4.7", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum (kube_pod_status_phase{}) by (phase) ", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{ phase }}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "kubelet_running_pod_count{kubernetes_io_role =~ \".*node.*\"}", "interval": "", "intervalFactor": 2, "legendFormat": "{{ instance }}", "refId": "A" } ], "title": "Pod Count - State", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "(1 - (sum(rate(node_cpu_seconds_total{node=~\"$node\", mode=\"idle\"}[$interval])) by (node) / sum(rate(node_cpu_seconds_total{node=~\"$node\"}[$interval])) by (node))) * 100", "interval": "", "legendFormat": "{{node}}-cpu-utilization", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "CPU Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:168", "format": "percent", "logBase": 1, "show": true }, { "$$hashKey": "object:169", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 6 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "(node_memory_MemTotal_bytes{node=~\"$node\"} - node_memory_MemAvailable_bytes{node=~\"$node\"}) / node_memory_MemTotal_bytes{node=~\"$node\"} * 100", "interval": "", "legendFormat": "{{instance}}-memory-utilization", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Memory Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:336", "format": "percent", "logBase": 1, "show": true }, { "$$hashKey": "object:337", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 15 }, "hiddenSeries": false, "id": 6, "interval": "", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "(sum (node_filesystem_size_bytes{node=~\"$node\"}) by (node) - sum (node_filesystem_free_bytes{node=~\"$node\"}) by (node)) / sum (node_filesystem_size_bytes{node=~\"$node\"}) by (node) * 100", "interval": "", "legendFormat": "{{kubernetes_node}}-disk-utilization", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Disk Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:421", "format": "percent", "logBase": 1, "show": true }, { "$$hashKey": "object:422", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 15 }, "hiddenSeries": false, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(rate(node_disk_read_bytes_total{node=~\"$node\"}[$interval])) by (node)", "interval": "", "legendFormat": "read-{{node}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(rate(node_disk_written_bytes_total{node=~\"$node\"}[$interval])) by (node)", "interval": "", "legendFormat": "read-{{node}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Disk I/O", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:506", "format": "bytes", "logBase": 1, "show": true }, { "$$hashKey": "object:507", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 15 }, "hiddenSeries": false, "id": 12, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(irate(node_network_receive_bytes_total{node=~\"$node\"}[$interval])) by (node)", "hide": false, "interval": "", "legendFormat": "recievedata-$node", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "sum(irate(node_network_transmit_bytes_total{node=~\"$node\"}[$interval])) by (node)", "hide": false, "interval": "", "legendFormat": "sentdata-$node", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Network I/O", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:591", "format": "bytes", "logBase": 1, "show": true }, { "$$hashKey": "object:592", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "unit": "percentunit" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 23, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "avg(node_load1{node=~\"$node\"}) by (node) / count(node_cpu_seconds_total{mode=\"system\", node=~\"$node\"}) by (node)", "interval": "", "legendFormat": "{{node}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Load Avg (1m)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "unit": "percentunit" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 24 }, "hiddenSeries": false, "id": 22, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "avg(node_load5{node=~\"$node\"}) by (node) / count(node_cpu_seconds_total{mode=\"system\", node=~\"$node\"}) by (node)", "interval": "", "legendFormat": "{{node}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Load Avg (5m)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "fieldConfig": { "defaults": { "unit": "percentunit" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 24 }, "hiddenSeries": false, "id": 24, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "exemplar": true, "expr": "avg(node_load15{node=~\"$node\"}) by (node) / count(node_cpu_seconds_total{mode=\"system\", node=~\"$node\"}) by (node)", "interval": "", "legendFormat": "{{node}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Load Avg (15m)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": false, "schemaVersion": 35, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "definition": "label_values(alpha_eksctl_io_nodegroup_name)", "hide": 0, "includeAll": true, "label": "", "multi": true, "name": "nodegroup", "options": [], "query": { "query": "label_values(alpha_eksctl_io_nodegroup_name)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "definition": "label_values(kubelet_node_name{alpha_eksctl_io_nodegroup_name =~ \"$nodegroup\"}, instance)", "hide": 0, "includeAll": true, "multi": false, "name": "node", "options": [], "query": { "query": "label_values(kubelet_node_name{alpha_eksctl_io_nodegroup_name =~ \"$nodegroup\"}, instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PRODUCTION}" }, "definition": "label_values(kube_pod_info{node =~ \"$node\"}, host_ip)", "hide": 2, "includeAll": true, "multi": true, "name": "instance", "options": [], "query": { "query": "label_values(kube_pod_info{node =~ \"$node\"}, host_ip)", "refId": "Prometheus-instance-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "2m", "value": "2m" }, "description": "Time range interval", "hide": 0, "label": "Interval", "name": "interval", "options": [ { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "2m", "value": "2m" }, { "selected": false, "text": "3m", "value": "3m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" } ], "query": "1m,2m,3m,5m,10m,30m", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Kubernetes resources", "uid": "6Jw9jSS7k", "version": 6, "weekStart": "" }
2023-05-19 14:04:34 UTC
null
0
0
17,042
1
369,613
26,155
0
udm-pro-overview-dashboard
UDM Pro - Overview Dashboard
UDM (Ubiquiti Dream Machine) Pro - Overview Dashboard
2022-09-23 17:04:55 UTC
2022-09-23 17:05:51 UTC
0
null
0
0
null
null
0
0
26,155
1
17,042
1
0
UDM (Ubiquiti Dream Machine) Pro - Overview Dashboard
{ "__inputs": [ { "name": "DS_UNPOLLER_INFLUXDB", "label": "InfluxDB", "description": "Via UN Poller", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.2.4" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17042, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 20, "panels": [], "title": "Overview Information", "type": "row" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "name" }, "properties": [ { "id": "displayName", "value": "Name" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "model" }, "properties": [ { "id": "displayName", "value": "Model" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "mac" }, "properties": [ { "id": "displayName", "value": "Device MAC" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "serial" }, "properties": [ { "id": "displayName", "value": "Unifi Serial #" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Version" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Uptime" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "decimals", "value": 2 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "text", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "site_name" }, "properties": [ { "id": "displayName", "value": "Site" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "version" }, "properties": [ { "id": "displayName", "value": "Version" }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 80 } ] } } ] }, { "matcher": { "id": "byName", "options": "source" }, "properties": [ { "id": "displayName", "value": "Controller" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Data" }, "properties": [ { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 1 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "type" }, "properties": [ { "id": "displayName", "value": "Type" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] } ] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 1 }, "id": 2, "links": [], "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "8.2.4", "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "name" ], "type": "tag" }, { "params": [ "version" ], "type": "tag" } ], "hide": false, "measurement": "usg", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Uptime" ], "type": "alias" } ], [ { "params": [ "ip" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Address" ], "type": "alias" } ], [ { "params": [ "bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Data" ], "type": "alias" } ] ], "tags": [] } ], "timeFrom": "1h", "title": "Routers", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "table" }, { "cacheTimeout": null, "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 9, "y": 4 }, "hideTimeOverride": false, "id": 10, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.4", "targets": [ { "groupBy": [ { "params": [ "name" ], "type": "tag" } ], "measurement": "usg", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" } ] ] } ], "timeFrom": null, "timeShift": null, "title": "CPU Load", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 11, "y": 4 }, "hideTimeOverride": false, "id": 12, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.4", "targets": [ { "groupBy": [ { "params": [ "name" ], "type": "tag" } ], "measurement": "usg", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "mem" ], "type": "field" } ] ] } ], "timeFrom": null, "title": "Memory", "transparent": true, "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 2, "w": 2, "x": 13, "y": 4 }, "hideTimeOverride": false, "id": 16, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.4", "targets": [ { "groupBy": [ { "params": [ "name" ], "type": "tag" } ], "measurement": "usg", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp_CPU" ], "type": "field" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "CPU Temp", "transparent": true, "type": "stat" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "name" }, "properties": [ { "id": "displayName", "value": "Name" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "model" }, "properties": [ { "id": "displayName", "value": "Model" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "mac" }, "properties": [ { "id": "displayName", "value": "Device MAC" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "serial" }, "properties": [ { "id": "displayName", "value": "Unifi Serial #" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Version" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Uptime" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "decimals", "value": 2 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "text", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "site_name" }, "properties": [ { "id": "displayName", "value": "Site" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "version" }, "properties": [ { "id": "displayName", "value": "Version" }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 80 } ] } } ] }, { "matcher": { "id": "byName", "options": "source" }, "properties": [ { "id": "displayName", "value": "Controller" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Data" }, "properties": [ { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 1 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "type" }, "properties": [ { "id": "displayName", "value": "Type" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] } ] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 6 }, "id": 23, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Address" } ] }, "pluginVersion": "8.2.4", "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "name" ], "type": "tag" }, { "params": [ "version" ], "type": "tag" } ], "hide": false, "measurement": "usw", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Uptime" ], "type": "alias" } ], [ { "params": [ "ip" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Address" ], "type": "alias" } ], [ { "params": [ "bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Data" ], "type": "alias" } ] ], "tags": [ { "key": "type", "operator": "!=", "value": "udm" } ] } ], "timeFrom": "1h", "title": "Switches", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "table" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "name" }, "properties": [ { "id": "displayName", "value": "Name" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "model" }, "properties": [ { "id": "displayName", "value": "Model" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "mac" }, "properties": [ { "id": "displayName", "value": "Device MAC" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "serial" }, "properties": [ { "id": "displayName", "value": "Unifi Serial #" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Version" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Uptime" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "decimals", "value": 2 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "text", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "site_name" }, "properties": [ { "id": "displayName", "value": "Site" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "version" }, "properties": [ { "id": "displayName", "value": "Version" }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.align", "value": null }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 80 } ] } } ] }, { "matcher": { "id": "byName", "options": "source" }, "properties": [ { "id": "displayName", "value": "Controller" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "Data" }, "properties": [ { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 1 }, { "id": "custom.align", "value": null } ] }, { "matcher": { "id": "byName", "options": "type" }, "properties": [ { "id": "displayName", "value": "Type" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align", "value": null } ] } ] }, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 11 }, "id": 24, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Address" } ] }, "pluginVersion": "8.2.4", "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "name" ], "type": "tag" }, { "params": [ "version" ], "type": "tag" } ], "hide": false, "measurement": "uap", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Uptime" ], "type": "alias" } ], [ { "params": [ "ip" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Address" ], "type": "alias" } ], [ { "params": [ "bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Data" ], "type": "alias" } ] ], "tags": [] } ], "timeFrom": "1h", "title": "Access Points", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "table" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 18, "panels": [], "title": "WAN Information", "type": "row" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Bytes / Second", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "eth9 Rx" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "eth9 Tx" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 18 }, "id": 14, "links": [], "options": { "legend": { "calcs": [ "lastNotNull", "max" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.1", "targets": [ { "alias": "$tag_purpose $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "purpose" ], "type": "tag" } ], "hide": false, "measurement": "usg_wan_ports", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "non_negative_derivative" }, { "params": [ "*8" ], "type": "math" }, { "params": [ "Rx" ], "type": "alias" } ], [ { "params": [ "tx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "non_negative_derivative" }, { "params": [ "Tx" ], "type": "alias" } ] ], "tags": [ { "key": "purpose", "operator": "=", "value": "eth9" } ] }, { "alias": "$tag_purpose n $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "purpose" ], "type": "tag" } ], "hide": true, "measurement": "usg_wan_ports", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes-r" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "Rx" ], "type": "alias" } ], [ { "params": [ "tx_bytes-r" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "Tx" ], "type": "alias" } ] ], "tags": [ { "key": "device_name", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "site_name", "operator": "=~", "value": "/^$Site$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "WAN 1 - Orcon", "transparent": true, "type": "timeseries" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Bytes / Second", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "eth8 Rx" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "eth8 Tx" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 18 }, "id": 15, "links": [], "options": { "legend": { "calcs": [ "lastNotNull", "max" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.1", "targets": [ { "alias": "$tag_purpose $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "purpose" ], "type": "tag" } ], "hide": false, "measurement": "usg_wan_ports", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "non_negative_derivative" }, { "params": [ " / 100" ], "type": "math" }, { "params": [ "Rx" ], "type": "alias" } ], [ { "params": [ "tx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "non_negative_derivative" }, { "params": [ "*100" ], "type": "math" }, { "params": [ "Tx" ], "type": "alias" } ] ], "tags": [ { "key": "purpose", "operator": "=", "value": "eth8" } ] }, { "alias": "$tag_purpose n $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "purpose" ], "type": "tag" } ], "hide": true, "measurement": "usg_wan_ports", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes-r" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "Rx" ], "type": "alias" } ], [ { "params": [ "tx_bytes-r" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "Tx" ], "type": "alias" } ] ], "tags": [ { "key": "device_name", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "site_name", "operator": "=~", "value": "/^$Site$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "WAN 2 - Spark", "transparent": true, "type": "timeseries" }, { "datasource": "${DS_UNPOLLER_INFLUXDB}", "description": "Spikes on this graph that do not appear on the WAN graph indicate inter-VLAN-routing. Rx is on the negative axis.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Bytes / Second", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "UDM-P Rx" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "UDM-P Tx" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 12, "w": 24, "x": 0, "y": 32 }, "id": 22, "links": [], "options": { "legend": { "calcs": [ "lastNotNull", "max" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.1", "targets": [ { "alias": "$tag_name $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "usg_networks", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "derivative" }, { "params": [ "*8" ], "type": "math" }, { "params": [ "Rx" ], "type": "alias" } ], [ { "params": [ "tx_bytes" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "4s" ], "type": "derivative" }, { "params": [ "*8" ], "type": "math" }, { "params": [ "Tx" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "LAN 1" } ] } ], "timeFrom": null, "timeShift": null, "title": "LAN - Internal", "transparent": true, "type": "timeseries" } ], "refresh": "5s", "schemaVersion": 32, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "hidden": false, "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ], "type": "timepicker" }, "timezone": "browser", "title": "UDM Pro - Overview Dashboard", "uid": "VbTdvviRz", "version": 46, "description": "UDM (Ubiquiti Dream Machine) Pro - Overview Dashboard" }
2022-09-23 17:04:55 UTC
null
0
0
17,238
1
153,747
26,476
0
catalyst-poe-dashboard
Cisco Catalyst POE
Cisco Catalyst Model Driven Telemetry (MDT) Power Over Ethernet (POE) dashboard
2022-10-21 02:14:07 UTC
2022-10-21 02:16:27 UTC
0
See details at https://github.com/jeremycohoe/cisco-mdt-poe/
0
0
Telegraf
``` [agent] hostname = "jcohoe-ubuntu" flush_interval = "15s" interval = "15s" [[inputs.cisco_telemetry_mdt]] transport = "grpc" service_address = ":57500" [[outputs.influxdb]] database = "mdt_grpc" urls = [ "http://127.0.0.1:8086" ] ```
0
0
26,476
1
17,238
1
0
null
{ "__inputs": [ { "name": "DS_MDT_GRPC_C9800", "label": "mdt_grpc", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.2.5" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17238, "graphTooltip": 0, "id": null, "iteration": 1666318388775, "links": [], "liveNow": false, "panels": [ { "datasource": null, "gridPos": { "h": 8, "w": 21, "x": 0, "y": 0 }, "id": 28, "options": { "content": "# PowerRangers \n\n![Image](https://variety.com/wp-content/uploads/2017/03/mighty-morphin-power-rangers.jpg)\t\n\n ", "mode": "markdown" }, "pluginVersion": "8.2.5", "title": "We are the", "type": "text" }, { "datasource": "${DS_MDT_GRPC_C9800}", "description": "Power saved due to Power save mode", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 9, "w": 6, "x": 0, "y": 8 }, "id": 39, "interval": "10s", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "groupBy": [], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" }, { "params": [], "type": "spread" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Average power saved due to Power Save Mode", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": {} } } ], "type": "stat" }, { "datasource": "${DS_MDT_GRPC_C9800}", "description": "Power saved due to Power save mode", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-orange", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 9, "w": 6, "x": 6, "y": 8 }, "id": 41, "interval": "10s", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "alias": "lala", "groupBy": [], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" }, { "params": [], "type": "spread" }, { "params": [ "* $__interval_ms/1000/1000/2" ], "type": "math" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Device Power SPREAD", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": {} } } ], "type": "stat" }, { "datasource": "${DS_MDT_GRPC_C9800}", "description": "Power saved due to Power save mode", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "currencyUSD" }, "overrides": [] }, "gridPos": { "h": 9, "w": 5, "x": 12, "y": 8 }, "id": 44, "interval": "10s", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "groupBy": [], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" }, { "params": [], "type": "spread" }, { "params": [ "* $__interval_ms/1000/1000/2*1.05" ], "type": "math" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Dollars Saved for this Switch", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": {} } } ], "type": "stat" }, { "datasource": "${DS_MDT_GRPC_C9800}", "description": "Power saved due to Power save mode", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [], "max": 0, "noValue": "CO2 kg", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "masskg" }, "overrides": [] }, "gridPos": { "h": 9, "w": 5, "x": 17, "y": 8 }, "id": 45, "interval": "10s", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "groupBy": [], "hide": true, "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" }, { "params": [], "type": "spread" }, { "params": [ "* $__interval_ms/1000/1000/2*1.05" ], "type": "math" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "CO2 Saved", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": {} } } ], "type": "stat" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 36, "panels": [], "title": "Switch Total", "type": "row" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 10, "w": 22, "x": 0, "y": 18 }, "id": 37, "interval": "10s", "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.5", "targets": [ { "alias": "Consumed Power", "groupBy": [ { "params": [ "10m" ], "type": "time" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Total Power Consumed - grouped in 10 min intervals", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": false }, "indexByName": {}, "renameByName": {} } } ], "type": "timeseries" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisGridShow": true, "axisLabel": "", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 12, "w": 22, "x": 0, "y": 28 }, "id": 43, "options": { "legend": { "calcs": [ "mean" ], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "targets": [ { "alias": "$tag_intf_name", "groupBy": [ { "params": [ "30m" ], "type": "time" }, { "params": [ "intf_name" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power_consumption" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "intf_name", "operator": "=~", "value": "/^$Interface$/" }, { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "title": "Per port consumption", "type": "timeseries" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisGridShow": true, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 15, "w": 12, "x": 0, "y": 40 }, "id": 38, "options": { "legend": { "calcs": [ "lastNotNull", "max", "min", "mean" ], "displayMode": "table", "placement": "right" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "$col", "groupBy": [ { "params": [ "15m" ], "type": "time" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power_consumption" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" }, { "condition": "AND", "key": "intf_name", "operator": "=~", "value": "/^$Interface$/" } ] } ], "title": "Port Power Consumption - NS edit", "type": "timeseries" }, { "aliasColors": { "Processor free": "yellow", "Processor used": "yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 15, "w": 11, "x": 12, "y": 40 }, "hiddenSeries": false, "id": 18, "interval": "10s", "legend": { "alignAsTable": true, "avg": true, "current": true, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.2.5", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "[[tag_name]] $col", "groupBy": [ { "params": [ "name" ], "type": "tag" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "available_power" ], "type": "field" } ], [ { "params": [ "consumed_system_power" ], "type": "field" } ], [ { "params": [ "power_budget" ], "type": "field" } ], [ { "params": [ "power_allocated" ], "type": "field" } ], [ { "params": [ "consumed_poe_power" ], "type": "field" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Device Power", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:99", "format": "watt", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:100", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 55 }, "id": 34, "panels": [], "title": "Details", "type": "row" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": true }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "intf_name 1" }, "properties": [ { "id": "custom.width", "value": 226 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 56 }, "id": 22, "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Device Name" } ] }, "pluginVersion": "8.2.5", "targets": [ { "hide": false, "query": "SELECT local_intf_name as intf_name, device_name, source FROM \"Cisco-IOS-XE-cdp-oper:cdp-neighbor-details/cdp-neighbor-detail\" WHERE (\"source\" =~ /^$switch$/) group by *", "rawQuery": true, "refId": "B", "resultFormat": "table" }, { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "query": "select power_consumption,max_power_drawn, last(\"device_name\") AS \"intf_name\" from \"Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail\" WHERE (\"source\" =~ /^$switch$/) group by *", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Map CDP and PoE", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "intf_name" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "admin_police": true, "admin_state": true, "chassis_num": true, "conn_type": true, "cutoff_power_police": true, "device_detected": true, "device_id": true, "device_name 1": false, "device_name 2": false, "discovery": true, "fast_poe_enabled": true, "four_pair_pd_arch": true, "four_pair_poe_enabled": true, "four_pair_poe_supported": true, "host": true, "host 2": true, "intf_name 1": false, "intf_name 2": false, "lldp_mdi_rx/auto_class_comp": true, "lldp_mdi_rx/auto_class_req": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_rx/length": true, "lldp_mdi_rx/pd_4pid": true, "lldp_mdi_rx/pd_pwred_status": true, "lldp_mdi_rx/pd_req_pwr_mode_a": true, "lldp_mdi_rx/pd_req_pwr_mode_b": true, "lldp_mdi_rx/power_allocated": true, "lldp_mdi_rx/power_down_time": true, "lldp_mdi_rx/power_priority": true, "lldp_mdi_rx/power_requested": true, "lldp_mdi_rx/power_source": true, "lldp_mdi_rx/power_type": true, "lldp_mdi_rx/pse_alloc_pwr_mode_a": true, "lldp_mdi_rx/pse_alloc_pwr_mode_b": true, "lldp_mdi_rx/pse_auto_class_support": true, "lldp_mdi_rx/pse_max_available_power": true, "lldp_mdi_rx/pse_pwr_pair_ext": true, "lldp_mdi_rx/pse_pwring_status": true, "lldp_mdi_rx/pwr_down_req": true, "lldp_mdi_rx/pwr_ss_class_ext": true, "lldp_mdi_rx/pwr_type_ext": true, "lldp_mdi_tx/auto_class_comp": true, "lldp_mdi_tx/auto_class_req": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_tx/length": true, "lldp_mdi_tx/pd_4pid": true, "lldp_mdi_tx/pd_pwred_status": true, "lldp_mdi_tx/pd_req_pwr_mode_a": true, "lldp_mdi_tx/pd_req_pwr_mode_b": true, "lldp_mdi_tx/power_allocated": true, "lldp_mdi_tx/power_down_time": true, "lldp_mdi_tx/power_priority": true, "lldp_mdi_tx/power_requested": true, "lldp_mdi_tx/power_source": true, "lldp_mdi_tx/power_type": true, "lldp_mdi_tx/pse_alloc_pwr_mode_a": true, "lldp_mdi_tx/pse_alloc_pwr_mode_b": true, "lldp_mdi_tx/pse_auto_class_support": true, "lldp_mdi_tx/pse_max_available_power": true, "lldp_mdi_tx/pse_pwr_pair_ext": true, "lldp_mdi_tx/pse_pwring_status": true, "lldp_mdi_tx/pwr_down_req": true, "lldp_mdi_tx/pwr_ss_class_ext": true, "lldp_mdi_tx/pwr_type_ext": true, "lldp_med_mdi_rx/power_priority": true, "lldp_med_mdi_rx/power_source": true, "lldp_med_mdi_rx/power_type": true, "lldp_med_mdi_tx/power_priority": true, "lldp_med_mdi_tx/power_source": true, "lldp_med_mdi_tx/power_type": true, "meter_start_time": true, "metered_energy_value": true, "module_id": true, "oper_police": true, "oper_power": true, "oper_priority": true, "oper_state": true, "over_current_counter": true, "path": true, "pd_class": true, "perpetual_poe_enabled": true, "poe_intf_enabled": true, "police": true, "post_done": true, "power_denied_counter": true, "power_from_pse": true, "power_negotiation_used": true, "power_used": true, "prot_pd_highest_req_pwr": true, "prot_req_state": true, "pwr_state": true, "short_current_counter": true, "signal_pair_data/assigned_pd_class": true, "signal_pair_data/oper_power": true, "signal_pair_data/oper_state": true, "signal_pair_data/pd_class": true, "signal_pair_data/power_from_pse": true, "signal_pair_data/power_to_pd": true, "source": true, "spare_pair_data/assigned_pd_class": true, "spare_pair_data/oper_power": true, "spare_pair_data/oper_state": true, "spare_pair_data/pd_class": true, "spare_pair_data/power_from_pse": true, "spare_pair_data/power_to_pd": true, "subscription": true, "upoe_plus_enabled": true }, "indexByName": { "Time": 10, "device_id": 11, "device_name": 0, "host": 2, "intf_name 1": 9, "intf_name 2": 6, "max_power_drawn": 3, "path": 4, "power_consumption": 1, "source": 12, "source 1": 7, "source 2": 8, "subscription": 5 }, "renameByName": { "device_name": "Device Name", "device_name 1": "Device name", "device_name 2": "Device Type", "intf_name 1": "Switch interface", "intf_name 2": "Device Type", "power_consumption": "Current Power consumption" } } } ], "type": "table" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 64 }, "id": 32, "panels": [], "title": "Ignore beow", "type": "row" }, { "collapsed": true, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 65 }, "id": 26, "panels": [ { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": true }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "intf_name 1" }, "properties": [ { "id": "custom.width", "value": 226 } ] }, { "matcher": { "id": "byName", "options": "interface" }, "properties": [ { "id": "custom.width", "value": 219 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 88 }, "id": 20, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "interface" } ] }, "pluginVersion": "8.2.5", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "query": "select *, last(\"device_name\") AS \"intf_name\" from \"Cisco-IOS-XE-cdp-oper:cdp-neighbor-details/cdp-neighbor-detail\" WHERE (\"source\" =~ /^$switch$/) group by *", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "CDP", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "admin_police": true, "admin_state": true, "adv_version": true, "chassis_num": true, "conn_type": true, "cutoff_power_police": true, "device_detected": true, "device_id": true, "discovery": true, "duplex": true, "fast_poe_enabled": true, "four_pair_pd_arch": true, "four_pair_poe_enabled": true, "four_pair_poe_supported": true, "hello_message/payload_len": true, "host": true, "intf_name": true, "intf_name 2": true, "lldp_mdi_rx/auto_class_comp": true, "lldp_mdi_rx/auto_class_req": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_rx/length": true, "lldp_mdi_rx/pd_4pid": true, "lldp_mdi_rx/pd_pwred_status": true, "lldp_mdi_rx/pd_req_pwr_mode_a": true, "lldp_mdi_rx/pd_req_pwr_mode_b": true, "lldp_mdi_rx/power_allocated": true, "lldp_mdi_rx/power_down_time": true, "lldp_mdi_rx/power_priority": true, "lldp_mdi_rx/power_requested": true, "lldp_mdi_rx/power_source": true, "lldp_mdi_rx/power_type": true, "lldp_mdi_rx/pse_alloc_pwr_mode_a": true, "lldp_mdi_rx/pse_alloc_pwr_mode_b": true, "lldp_mdi_rx/pse_auto_class_support": true, "lldp_mdi_rx/pse_max_available_power": true, "lldp_mdi_rx/pse_pwr_pair_ext": true, "lldp_mdi_rx/pse_pwring_status": true, "lldp_mdi_rx/pwr_down_req": true, "lldp_mdi_rx/pwr_ss_class_ext": true, "lldp_mdi_rx/pwr_type_ext": true, "lldp_mdi_tx/auto_class_comp": true, "lldp_mdi_tx/auto_class_req": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_tx/length": true, "lldp_mdi_tx/pd_4pid": true, "lldp_mdi_tx/pd_pwred_status": true, "lldp_mdi_tx/pd_req_pwr_mode_a": true, "lldp_mdi_tx/pd_req_pwr_mode_b": true, "lldp_mdi_tx/power_allocated": true, "lldp_mdi_tx/power_down_time": true, "lldp_mdi_tx/power_priority": true, "lldp_mdi_tx/power_requested": true, "lldp_mdi_tx/power_source": true, "lldp_mdi_tx/power_type": true, "lldp_mdi_tx/pse_alloc_pwr_mode_a": true, "lldp_mdi_tx/pse_alloc_pwr_mode_b": true, "lldp_mdi_tx/pse_auto_class_support": true, "lldp_mdi_tx/pse_max_available_power": true, "lldp_mdi_tx/pse_pwr_pair_ext": true, "lldp_mdi_tx/pse_pwring_status": true, "lldp_mdi_tx/pwr_down_req": true, "lldp_mdi_tx/pwr_ss_class_ext": true, "lldp_mdi_tx/pwr_type_ext": true, "lldp_med_mdi_rx/power_priority": true, "lldp_med_mdi_rx/power_source": true, "lldp_med_mdi_rx/power_type": true, "lldp_med_mdi_tx/power_priority": true, "lldp_med_mdi_tx/power_source": true, "lldp_med_mdi_tx/power_type": true, "meter_start_time": true, "metered_energy_value": true, "module_id": true, "native_vlan": true, "oper_police": true, "oper_power": true, "oper_priority": true, "oper_state": true, "over_current_counter": true, "path": true, "pd_class": true, "perpetual_poe_enabled": true, "poe_intf_enabled": true, "police": true, "port_id": true, "post_done": true, "power": true, "power_available/power_available": true, "power_available/power_man_id": true, "power_available/power_man_level": true, "power_available/power_request_id": true, "power_denied_counter": true, "power_from_pse": true, "power_negotiation_used": true, "power_request/power_request_level": true, "power_used": true, "prot_pd_highest_req_pwr": true, "prot_req_state": true, "pwr_state": true, "short_current_counter": true, "signal_pair_data/assigned_pd_class": true, "signal_pair_data/oper_power": true, "signal_pair_data/oper_state": true, "signal_pair_data/pd_class": true, "signal_pair_data/power_from_pse": true, "signal_pair_data/power_to_pd": true, "source": true, "spare_pair/spare_pair_detection_required": true, "spare_pair/spare_pair_pd_config": true, "spare_pair/spare_pair_poe": true, "spare_pair/spare_pair_pse_operational": true, "spare_pair_data/assigned_pd_class": true, "spare_pair_data/oper_power": true, "spare_pair_data/oper_state": true, "spare_pair_data/pd_class": true, "spare_pair_data/power_from_pse": true, "spare_pair_data/power_to_pd": true, "subscription": true, "table_id": true, "unidirectional_mode": true, "upoe_plus_enabled": true, "vvid": true, "vvid_tag": true }, "indexByName": { "Time": 1, "adv_version": 8, "capability": 9, "device_id": 7, "device_name": 3, "duplex": 10, "hello_message/payload_len": 11, "host": 2, "intf_name": 37, "ip_address": 12, "ipv6_address": 13, "local_intf_name": 0, "mgmt_address": 14, "native_vlan": 15, "neighbor_identifier": 16, "neighbor_port_mac": 17, "path": 4, "platform_name": 18, "port_id": 19, "power": 20, "power_available/power_available": 21, "power_available/power_man_id": 22, "power_available/power_man_level": 23, "power_available/power_request_id": 24, "power_request/power_man_id": 25, "power_request/power_request_id": 26, "power_request/power_request_level": 27, "source": 5, "spare_pair/spare_pair_detection_required": 28, "spare_pair/spare_pair_pd_config": 29, "spare_pair/spare_pair_poe": 30, "spare_pair/spare_pair_pse_operational": 31, "subscription": 6, "table_id": 32, "unidirectional_mode": 33, "version": 34, "vvid": 35, "vvid_tag": 36 }, "renameByName": { "device_name": "device", "intf_name 1": "interface", "local_intf_name": "interface" } } } ], "type": "table" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": true }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "intf_name 1" }, "properties": [ { "id": "custom.width", "value": 226 } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 96 }, "id": 13, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "interface" } ] }, "pluginVersion": "8.2.5", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "query": "select *, last(\"device_name\") AS \"intf_name\" from \"Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail\" WHERE (\"source\" =~ /^$switch$/) group by *", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "POE Interface", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "admin_police": true, "admin_state": true, "chassis_num": true, "conn_type": true, "cutoff_power_police": true, "device_detected": true, "discovery": true, "fast_poe_enabled": true, "four_pair_pd_arch": true, "four_pair_poe_enabled": true, "four_pair_poe_supported": true, "host": true, "intf_name 2": true, "lldp_mdi_rx/auto_class_comp": true, "lldp_mdi_rx/auto_class_req": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_rx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_rx/length": true, "lldp_mdi_rx/pd_4pid": true, "lldp_mdi_rx/pd_pwred_status": true, "lldp_mdi_rx/pd_req_pwr_mode_a": true, "lldp_mdi_rx/pd_req_pwr_mode_b": true, "lldp_mdi_rx/power_allocated": true, "lldp_mdi_rx/power_down_time": true, "lldp_mdi_rx/power_priority": true, "lldp_mdi_rx/power_requested": true, "lldp_mdi_rx/power_source": true, "lldp_mdi_rx/power_type": true, "lldp_mdi_rx/pse_alloc_pwr_mode_a": true, "lldp_mdi_rx/pse_alloc_pwr_mode_b": true, "lldp_mdi_rx/pse_auto_class_support": true, "lldp_mdi_rx/pse_max_available_power": true, "lldp_mdi_rx/pse_pwr_pair_ext": true, "lldp_mdi_rx/pse_pwring_status": true, "lldp_mdi_rx/pwr_down_req": true, "lldp_mdi_rx/pwr_ss_class_ext": true, "lldp_mdi_rx/pwr_type_ext": true, "lldp_mdi_tx/auto_class_comp": true, "lldp_mdi_tx/auto_class_req": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_a": true, "lldp_mdi_tx/dual_sig_pwr_class_mode_b": true, "lldp_mdi_tx/length": true, "lldp_mdi_tx/pd_4pid": true, "lldp_mdi_tx/pd_pwred_status": true, "lldp_mdi_tx/pd_req_pwr_mode_a": true, "lldp_mdi_tx/pd_req_pwr_mode_b": true, "lldp_mdi_tx/power_allocated": true, "lldp_mdi_tx/power_down_time": true, "lldp_mdi_tx/power_priority": true, "lldp_mdi_tx/power_requested": true, "lldp_mdi_tx/power_source": true, "lldp_mdi_tx/power_type": true, "lldp_mdi_tx/pse_alloc_pwr_mode_a": true, "lldp_mdi_tx/pse_alloc_pwr_mode_b": true, "lldp_mdi_tx/pse_auto_class_support": true, "lldp_mdi_tx/pse_max_available_power": true, "lldp_mdi_tx/pse_pwr_pair_ext": true, "lldp_mdi_tx/pse_pwring_status": true, "lldp_mdi_tx/pwr_down_req": true, "lldp_mdi_tx/pwr_ss_class_ext": true, "lldp_mdi_tx/pwr_type_ext": true, "lldp_med_mdi_rx/power_priority": true, "lldp_med_mdi_rx/power_source": true, "lldp_med_mdi_rx/power_type": true, "lldp_med_mdi_tx/power_priority": true, "lldp_med_mdi_tx/power_source": true, "lldp_med_mdi_tx/power_type": true, "meter_start_time": true, "metered_energy_value": true, "module_id": true, "oper_police": true, "oper_power": true, "oper_priority": true, "oper_state": true, "over_current_counter": true, "path": true, "pd_class": true, "perpetual_poe_enabled": true, "poe_intf_enabled": true, "police": true, "post_done": true, "power_denied_counter": true, "power_from_pse": true, "power_negotiation_used": true, "power_used": true, "prot_pd_highest_req_pwr": true, "prot_req_state": true, "pwr_state": true, "short_current_counter": true, "signal_pair_data/assigned_pd_class": true, "signal_pair_data/oper_power": true, "signal_pair_data/oper_state": true, "signal_pair_data/pd_class": true, "signal_pair_data/power_from_pse": true, "signal_pair_data/power_to_pd": true, "source": true, "spare_pair_data/assigned_pd_class": true, "spare_pair_data/oper_power": true, "spare_pair_data/oper_state": true, "spare_pair_data/pd_class": true, "spare_pair_data/power_from_pse": true, "spare_pair_data/power_to_pd": true, "subscription": true, "upoe_plus_enabled": true }, "indexByName": { "Time": 1, "admin_police": 10, "admin_state": 11, "chassis_num": 12, "conn_type": 13, "cutoff_power_police": 14, "device_detected": 15, "device_name": 3, "discovery": 16, "fast_poe_enabled": 17, "four_pair_pd_arch": 18, "four_pair_poe_enabled": 19, "four_pair_poe_supported": 20, "host": 2, "intf_name 1": 0, "intf_name 2": 110, "lldp_mdi_rx/auto_class_comp": 21, "lldp_mdi_rx/auto_class_req": 22, "lldp_mdi_rx/dual_sig_pwr_class_mode_a": 23, "lldp_mdi_rx/dual_sig_pwr_class_mode_b": 24, "lldp_mdi_rx/length": 25, "lldp_mdi_rx/pd_4pid": 26, "lldp_mdi_rx/pd_pwred_status": 27, "lldp_mdi_rx/pd_req_pwr_mode_a": 28, "lldp_mdi_rx/pd_req_pwr_mode_b": 29, "lldp_mdi_rx/power_allocated": 30, "lldp_mdi_rx/power_down_time": 31, "lldp_mdi_rx/power_priority": 32, "lldp_mdi_rx/power_requested": 33, "lldp_mdi_rx/power_source": 34, "lldp_mdi_rx/power_type": 35, "lldp_mdi_rx/pse_alloc_pwr_mode_a": 36, "lldp_mdi_rx/pse_alloc_pwr_mode_b": 37, "lldp_mdi_rx/pse_auto_class_support": 38, "lldp_mdi_rx/pse_max_available_power": 39, "lldp_mdi_rx/pse_pwr_pair_ext": 40, "lldp_mdi_rx/pse_pwring_status": 41, "lldp_mdi_rx/pwr_down_req": 42, "lldp_mdi_rx/pwr_ss_class_ext": 43, "lldp_mdi_rx/pwr_type_ext": 44, "lldp_mdi_tx/auto_class_comp": 45, "lldp_mdi_tx/auto_class_req": 46, "lldp_mdi_tx/dual_sig_pwr_class_mode_a": 47, "lldp_mdi_tx/dual_sig_pwr_class_mode_b": 48, "lldp_mdi_tx/length": 49, "lldp_mdi_tx/pd_4pid": 50, "lldp_mdi_tx/pd_pwred_status": 51, "lldp_mdi_tx/pd_req_pwr_mode_a": 52, "lldp_mdi_tx/pd_req_pwr_mode_b": 53, "lldp_mdi_tx/power_allocated": 54, "lldp_mdi_tx/power_down_time": 55, "lldp_mdi_tx/power_priority": 56, "lldp_mdi_tx/power_requested": 57, "lldp_mdi_tx/power_source": 58, "lldp_mdi_tx/power_type": 59, "lldp_mdi_tx/pse_alloc_pwr_mode_a": 60, "lldp_mdi_tx/pse_alloc_pwr_mode_b": 61, "lldp_mdi_tx/pse_auto_class_support": 62, "lldp_mdi_tx/pse_max_available_power": 63, "lldp_mdi_tx/pse_pwr_pair_ext": 64, "lldp_mdi_tx/pse_pwring_status": 65, "lldp_mdi_tx/pwr_down_req": 66, "lldp_mdi_tx/pwr_ss_class_ext": 67, "lldp_mdi_tx/pwr_type_ext": 68, "lldp_med_mdi_rx/power_priority": 69, "lldp_med_mdi_rx/power_source": 70, "lldp_med_mdi_rx/power_type": 71, "lldp_med_mdi_tx/power_priority": 72, "lldp_med_mdi_tx/power_source": 73, "lldp_med_mdi_tx/power_type": 74, "max_power_drawn": 5, "meter_start_time": 75, "metered_energy_value": 76, "module_id": 77, "oper_police": 78, "oper_power": 79, "oper_priority": 80, "oper_state": 81, "over_current_counter": 82, "path": 7, "pd_class": 83, "perpetual_poe_enabled": 84, "poe_intf_enabled": 85, "police": 86, "post_done": 87, "power_admin_max": 4, "power_consumption": 6, "power_denied_counter": 88, "power_from_pse": 89, "power_negotiation_used": 90, "power_to_pd": 91, "power_used": 92, "prot_pd_highest_req_pwr": 93, "prot_req_state": 94, "pwr_state": 95, "short_current_counter": 96, "signal_pair_data/assigned_pd_class": 97, "signal_pair_data/oper_power": 98, "signal_pair_data/oper_state": 99, "signal_pair_data/pd_class": 100, "signal_pair_data/power_from_pse": 101, "signal_pair_data/power_to_pd": 102, "source": 8, "spare_pair_data/assigned_pd_class": 103, "spare_pair_data/oper_power": 104, "spare_pair_data/oper_state": 105, "spare_pair_data/pd_class": 106, "spare_pair_data/power_from_pse": 107, "spare_pair_data/power_to_pd": 108, "subscription": 9, "upoe_plus_enabled": 109 }, "renameByName": { "device_name": "device", "intf_name 1": "interface" } } } ], "type": "table" }, { "cacheTimeout": null, "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 104 }, "id": 4, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "alias": "Inlet Temp", "groupBy": [], "measurement": "Cisco-IOS-XE-environment-oper:environment-sensors/environment-sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "current_reading" ], "type": "field" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Inlet Temp Sensor" }, { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Inlet Temp", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 104 }, "id": 19, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "alias": "HotSpot Temp", "groupBy": [], "measurement": "Cisco-IOS-XE-environment-oper:environment-sensors/environment-sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "current_reading" ], "type": "field" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Outlet Temp Sensor" }, { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Outlet Temp", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 104 }, "id": 10, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.5", "targets": [ { "alias": "HotSpot Temp", "groupBy": [], "measurement": "Cisco-IOS-XE-environment-oper:environment-sensors/environment-sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "current_reading" ], "type": "field" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "HotSpot Temp Sensor" }, { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "HotSpot Temp", "type": "stat" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "power_consumption" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 15, "w": 11, "x": 0, "y": 107 }, "id": 16, "options": { "legend": { "calcs": [ "lastNotNull", "max", "min", "mean" ], "displayMode": "table", "placement": "right" }, "tooltip": { "mode": "single" } }, "targets": [ { "alias": "$col", "groupBy": [], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-port-detail", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "power_consumption" ], "type": "field" } ], [ { "params": [ "max_power_drawn" ], "type": "field" } ], [ { "params": [ "power_used" ], "type": "field" } ] ], "tags": [ { "key": "intf_name", "operator": "=~", "value": "/^$Interface$/" }, { "condition": "AND", "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "title": "Port Power Consumption", "type": "timeseries" }, { "datasource": "${DS_MDT_GRPC_C9800}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 15, "w": 11, "x": 1, "y": 122 }, "id": 24, "interval": "10s", "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.2.5", "targets": [ { "alias": "[[tag_name]] $col", "groupBy": [ { "params": [ "name" ], "type": "tag" } ], "measurement": "Cisco-IOS-XE-poe-oper:poe-oper-data/poe-switch", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "consumed_poe_power" ], "type": "field" } ] ], "tags": [ { "key": "source", "operator": "=~", "value": "/^$switch$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Device Power", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": false }, "indexByName": {}, "renameByName": {} } } ], "type": "timeseries" } ], "title": "Ignore", "type": "row" } ], "refresh": "", "schemaVersion": 32, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_MDT_GRPC_C9800}", "definition": "show tag values with key = \"intf_name\" WHERE (\"source\" =~ /^$switch$/)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Interface", "options": [], "query": "show tag values with key = \"intf_name\" WHERE (\"source\" =~ /^$switch$/)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 3, "type": "query" }, { "allValue": null, "current": {}, "datasource": "${DS_MDT_GRPC_C9800}", "definition": "show tag values with key = \"source\"", "description": null, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "switch", "options": [], "query": "show tag values with key = \"source\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Cisco Catalyst POE", "uid": "UIMfad44k", "version": 68, "description": "Cisco Catalyst Model Driven Telemetry (MDT) Power Over Ethernet (POE) dashboard" }
2022-10-21 02:14:07 UTC
2022-10-21 02:15:00 UTC
0
0
17,765
1
651,544
27,247
0
ceph-cluster
Ceph Cluster
Ceph Cluster monitoring.
2023-01-02 13:28:08 UTC
2023-01-02 13:29:05 UTC
0
null
0
0
nodeExporter
null
0
0
27,247
1
17,765
1
0
Ceph Cluster monitoring.
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.6.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Ceph Cluster monitoring.\r\n", "editable": true, "gnetId": 17765, "graphTooltip": 0, "id": null, "iteration": 1672665447858, "links": [], "panels": [ { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 37, "panels": [], "repeat": null, "title": "CLUSTER STATE", "type": "row" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#9ac48a", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 1 }, "id": 21, "interval": "1m", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "ceph_health_status{cluster=\"$cluster\"}", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A", "step": 300 } ], "thresholds": "1,2", "title": "", "transparent": true, "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "WARNING", "value": "1" }, { "op": "=", "text": "HEALTHY", "value": "0" }, { "op": "=", "text": "ERROR", "value": "2" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#f4d598", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "Bps", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 1 }, "id": 92, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "#7eb26d", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(irate(ceph_osd_op_w_in_bytes{cluster=\"$cluster\"}[5m]))", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Write Throughput", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#9ac48a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "Bps", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 1 }, "id": 93, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(229, 172, 14, 0.22)", "full": false, "lineColor": "#e5ac0e", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(irate(ceph_osd_op_r_out_bytes{cluster=\"$cluster\"}[5m]))", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "0,0", "title": "Read Throughput", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 1 }, "id": 33, "interval": "1m", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "ceph_cluster_total_bytes{cluster=\"$cluster\"}", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "0.025,0.1", "title": "Cluster Capacity", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "percentunit", "gauge": { "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 6, "w": 3, "x": 12, "y": 1 }, "id": 23, "interval": "1m", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "(ceph_cluster_total_bytes{cluster=\"$cluster\"}-ceph_cluster_total_used_bytes{cluster=\"$cluster\"})/ceph_cluster_total_bytes{cluster=\"$cluster\"}", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "0.10,0.3", "title": "Available Capacity", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#e5a8e2", "#052b51", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 15, "y": 1 }, "id": 48, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum ((ceph_pool_objects{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'}))", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Number of Objects", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#82b5d8", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 18, "y": 1 }, "id": 99, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "#7eb26d", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ceph_osd_op_w_in_bytes{cluster=\"$cluster\"})", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Bytes Written", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "delta" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#aea2e0", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 1 }, "id": 100, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "#7eb26d", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ceph_osd_op_r_out_bytes{cluster=\"$cluster\"})", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Bytes Read", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "delta" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#9ac48a", "rgba(237, 129, 40, 0.89)", "#e24d42" ], "datasource": "${DS_PROMETHEUS}", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 4 }, "id": 75, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "70%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(ALERTS{cluster='$cluster', alertstate='firing'}) OR vector(0)", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A" } ], "thresholds": "1,1", "title": "Alerts", "transparent": true, "type": "singlestat", "valueFontSize": "70%", "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#f4d598", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "ops", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 4 }, "id": 97, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "#629e51", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(irate(ceph_osd_op_w{cluster=\"$cluster\"}[5m]))", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Write IOPS", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#9ac48a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "ops", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 4 }, "id": 96, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(229, 172, 14, 0.14)", "full": false, "lineColor": "#e5ac0e", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(irate(ceph_osd_op_r{cluster=\"$cluster\"}[5m]))", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "0,0", "title": "Read IOPS", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 4 }, "id": 34, "interval": "1m", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "ceph_cluster_total_used_bytes{cluster=\"$cluster\"}", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "0.025,0.1", "title": "Used Capacity", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#ea6460", "#052b51", "#508642" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 15, "y": 4 }, "id": 98, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum ((ceph_pool_objects{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'}))", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "thresholds": "0,0", "title": "Difference", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "diff" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#299c46", "#e0752d", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 18, "y": 4 }, "id": 102, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ceph_mon_num_sessions{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "Mon Session Num", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 4 }, "id": 14, "interval": "1m", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(ceph_mon_quorum_status{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "2,3", "title": "Monitors In Quorum", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 7 }, "id": 38, "panels": [], "repeat": null, "title": "OSD STATE", "type": "row" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "#9ac48a", "rgba(237, 40, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 0, "y": 8 }, "id": 27, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(ceph_osd_up{cluster=\"$cluster\"}) - count(ceph_osd_in{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "1,1", "title": "OSDs OUT", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "#eab839", "#ea6460" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 2, "y": 8 }, "id": 29, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(ceph_osd_up{cluster=\"$cluster\"} == 0.0) OR vector(0)", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "1,1", "title": "OSDs DOWN", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 4, "y": 8 }, "id": 28, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ceph_osd_up{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "", "title": "OSDs UP", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 6, "y": 8 }, "id": 26, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(ceph_osd_in{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "", "title": "OSDs IN", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 8, "y": 8 }, "id": 30, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(ceph_osd_numpg{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "250,300", "title": "Avg PGs", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 10, "y": 8 }, "id": 31, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(ceph_osd_apply_latency_ms{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "10,50", "title": "Avg Apply Latency", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 13, "y": 8 }, "id": 32, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(ceph_osd_commit_latency_ms{cluster=\"$cluster\"})", "format": "time_series", "instant": true, "interval": "$interval", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "thresholds": "10,50", "title": "Avg Commit Latency", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": null, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 16, "y": 8 }, "id": 51, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(rate(ceph_osd_op_w_latency_sum{cluster=\"$cluster\"}[5m]) / rate(ceph_osd_op_w_latency_count{cluster=\"$cluster\"}[5m]) >= 0)", "format": "time_series", "instant": false, "intervalFactor": 1, "refId": "A" } ], "thresholds": "1,2", "title": "Avg Op Write Latency", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": null, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 19, "y": 8 }, "id": 50, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "options": {}, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(rate(ceph_osd_op_r_latency_sum{cluster=\"$cluster\"}[5m])/rate(ceph_osd_op_r_latency_count{cluster=\"$cluster\"}[5m]) >= 0)", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A" } ], "thresholds": "1,2", "title": "Avg Op Read Latency", "type": "singlestat", "valueFontSize": "70%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "collapsed": true, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 11 }, "id": 53, "panels": [ { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 6, "w": 8, "x": 0, "y": 13 }, "id": 70, "links": [], "pageSize": null, "scroll": true, "showHeader": true, "sort": { "col": 0, "desc": true }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "date" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": "ALERTS{cluster='$cluster', alertstate='firing'}", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Alerts from CephThanos", "transform": "table", "type": "table" }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 6, "w": 8, "x": 8, "y": 13 }, "id": 105, "links": [], "pageSize": null, "scroll": true, "showHeader": true, "sort": { "col": 5, "desc": true }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "date" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": "topk(5,sort_desc(ceph_osd_apply_latency_ms{cluster='$cluster'} + ceph_osd_commit_latency_ms{cluster='$cluster'}))", "format": "table", "instant": true, "intervalFactor": 1, "refId": "A", "target": "" } ], "title": "Top Sluggish OSD's", "transform": "table", "type": "table" }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 6, "w": 8, "x": 16, "y": 13 }, "id": 103, "links": [], "pageSize": null, "scroll": true, "showHeader": true, "sort": { "col": 0, "desc": true }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "date" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": "ceph_osd_up{cluster=\"$cluster\"} == 0", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Down OSD's", "transform": "table", "type": "table" } ], "title": "Alerts", "type": "row" }, { "collapsed": true, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 12 }, "id": 108, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 6, "x": 0, "y": 12 }, "id": 110, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "count by (ceph_version)(ceph_osd_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "refId": "A", "target": "" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ceph OSD Versions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 6, "x": 6, "y": 12 }, "id": 111, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "count by (ceph_version)(ceph_mon_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "refId": "A", "target": "" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ceph Mon Versions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 6, "x": 12, "y": 12 }, "id": 112, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "count by (ceph_version)(ceph_mds_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "refId": "A", "target": "" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ceph MDS Versions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 6, "x": 18, "y": 12 }, "id": 113, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "count by (ceph_version)(ceph_rgw_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "refId": "A", "target": "" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ceph RGW Versions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "", "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 } } ], "title": "Ceph Versions", "type": "row" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 13 }, "id": 39, "panels": [], "repeat": null, "title": "CLUSTER", "type": "row" }, { "aliasColors": { "Available": "#EAB839", "Total Capacity": "#447EBC", "Used": "#BF1B00", "total_avail": "#6ED0E0", "total_space": "#7EB26D", "total_used": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 4, "fillGradient": 0, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 14 }, "height": "300", "hiddenSeries": false, "id": 1, "interval": "$interval", "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 0, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Total Capacity", "fill": 0, "linewidth": 3, "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "ceph_cluster_total_bytes{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Total Capacity", "refId": "C", "step": 300 }, { "expr": "ceph_cluster_total_bytes{cluster=\"$cluster\"}-ceph_cluster_total_used_bytes{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Available", "refId": "A", "step": 300 }, { "expr": "ceph_cluster_total_used_bytes{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Used", "refId": "B", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Capacity", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "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 } }, { "aliasColors": { "Total Capacity": "#7EB26D", "Used": "#BF1B00", "total_avail": "#6ED0E0", "total_space": "#7EB26D", "total_used": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 0, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 14 }, "height": "300", "hiddenSeries": false, "id": 3, "interval": "$interval", "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum(irate(ceph_osd_op_w{cluster=\"$cluster\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Write", "refId": "A", "step": 300 }, { "expr": "sum(irate(ceph_osd_op_r{cluster=\"$cluster\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Read", "refId": "B", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "IOPS", "tooltip": { "msResolution": true, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": "", "logBase": 1, "max": null, "min": 0, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": 0, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 14 }, "height": "300", "hiddenSeries": false, "id": 7, "interval": "$interval", "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum(irate(ceph_osd_op_w_in_bytes{cluster=\"$cluster\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Write", "refId": "A", "step": 300 }, { "expr": "sum(irate(ceph_osd_op_r_out_bytes{cluster=\"$cluster\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Read", "refId": "B", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Throughput", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": 0, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": 0, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 22 }, "hiddenSeries": false, "id": 77, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "(ceph_pool_stored{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Pool Used Bytes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "bytes", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 22 }, "hiddenSeries": false, "id": 78, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "(ceph_pool_stored_raw{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Pool RAW Used Bytes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 22 }, "hiddenSeries": false, "id": 79, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "(ceph_pool_objects{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Objects Per Pool", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 80, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "(ceph_pool_quota_bytes{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Pool Quota Bytes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 30 }, "hiddenSeries": false, "id": 81, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "(ceph_pool_quota_objects{cluster='$cluster'}) *on (pool_id) group_left(name)(ceph_pool_metadata{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{name}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Pool Objects Quota", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 30 }, "hiddenSeries": false, "id": 106, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "count(ceph_bluestore_commit_lat_count{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "BlueStore", "refId": "A" }, { "expr": "count(ceph_filestore_journal_latency_count{cluster='$cluster'})", "format": "time_series", "intervalFactor": 1, "legendFormat": "FileStore", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "OSD Type Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 37 }, "id": 41, "panels": [], "repeat": null, "title": "OBJECTS", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 12, "w": 6, "x": 0, "y": 38 }, "hiddenSeries": false, "id": 18, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/^Total.*$/", "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum (ceph_pool_objects{cluster='$cluster'}) by (pool_id)", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Total", "refId": "A", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Objects in the Cluster", "tooltip": { "msResolution": false, "shared": true, "sort": 1, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 12, "w": 8, "x": 6, "y": 38 }, "hiddenSeries": false, "id": 19, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/^Total.*$/", "stack": false } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "ceph_pg_active{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Active", "refId": "M" }, { "expr": "ceph_pg_clean{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Clean", "refId": "U" }, { "expr": "ceph_pg_peering{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Peering", "refId": "I" }, { "expr": "ceph_pg_degraded{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Degraded", "refId": "B", "step": 300 }, { "expr": "ceph_pg_stale{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Stale", "refId": "C", "step": 300 }, { "expr": "ceph_unclean_pgs{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Unclean", "refId": "D", "step": 300 }, { "expr": "ceph_pg_undersized{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Undersized", "refId": "E", "step": 300 }, { "expr": "ceph_pg_incomplete{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Incomplete", "refId": "G" }, { "expr": "ceph_pg_forced_backfill{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Forced Backfill", "refId": "H" }, { "expr": "ceph_pg_inconsistent{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Inconsistent", "refId": "F" }, { "expr": "ceph_pg_forced_recovery{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Forced Recovery", "refId": "J" }, { "expr": "ceph_pg_creating{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Creating", "refId": "K" }, { "expr": "ceph_pg_wait_backfill{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Wait Backfill", "refId": "L" }, { "expr": "ceph_pg_deep{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Deep", "refId": "N" }, { "expr": "ceph_pg_scrubbing{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Scrubbing", "refId": "O" }, { "expr": "ceph_pg_recovering{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Recovering", "refId": "P" }, { "expr": "ceph_pg_repair{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Repair", "refId": "Q" }, { "expr": "ceph_pg_down{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Down", "refId": "R" }, { "expr": "ceph_pg_peered{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Peered", "refId": "S" }, { "expr": "ceph_pg_backfill{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Backfill", "refId": "T" }, { "expr": "ceph_pg_remapped{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Remapped", "refId": "V" }, { "expr": "ceph_pg_backfill_toofull{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Backfill Toofull", "refId": "W" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "PGs State", "tooltip": { "msResolution": false, "shared": true, "sort": 1, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 2, "max": null, "min": 0, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 38 }, "hiddenSeries": false, "id": 20, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/^Total.*$/", "stack": false } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "ceph_pg_degraded{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Degraded", "refId": "F", "step": 300 }, { "expr": "ceph_pg_stale{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Stale", "refId": "A", "step": 300 }, { "expr": "ceph_pg_undersized{cluster=\"$cluster\"}", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Undersized", "refId": "B", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Stuck PGs", "tooltip": { "msResolution": false, "shared": true, "sort": 1, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": 0, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 44 }, "hiddenSeries": false, "id": 15, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(irate(ceph_osd_recovery_ops{cluster=\"$cluster\"}[$interval]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "OPS", "refId": "A", "step": 300 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Recovery Operations", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": 0, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 50 }, "id": 40, "panels": [], "repeat": null, "title": "LATENCY", "type": "row" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "opacity" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 8, "w": 12, "x": 0, "y": 51 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 83, "legend": { "show": true }, "links": [], "options": {}, "reverseYBuckets": false, "targets": [ { "expr": "ceph_osd_apply_latency_ms{cluster='$cluster'}", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "title": "OSD Apply Latency Distribution", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": "", "yAxis": { "decimals": null, "format": "ms", "logBase": 2, "max": null, "min": "0", "show": true, "splitFactor": 1 }, "yBucketBound": "auto", "yBucketNumber": null, "yBucketSize": 10 }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#65c5db", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "opacity" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 51 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 84, "legend": { "show": true }, "links": [], "options": {}, "reverseYBuckets": false, "targets": [ { "expr": "ceph_osd_commit_latency_ms{cluster='$cluster'}", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "title": "OSD Commit Latency Distribution", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": "", "yAxis": { "decimals": null, "format": "ms", "logBase": 2, "max": null, "min": "0", "show": true, "splitFactor": null }, "yBucketBound": "auto", "yBucketNumber": null, "yBucketSize": null }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#806eb7", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "opacity" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 8, "w": 12, "x": 0, "y": 59 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 85, "legend": { "show": true }, "links": [], "options": {}, "reverseYBuckets": false, "targets": [ { "expr": "rate(ceph_osd_op_r_latency_sum{cluster=\"$cluster\"}[5m]) / rate(ceph_osd_op_r_latency_count{cluster=\"$cluster\"}[5m]) >= 0", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "title": "OSD Read Op Latency Distribution", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": "", "yAxis": { "decimals": 2, "format": "ms", "logBase": 2, "max": null, "min": "0", "show": true, "splitFactor": null }, "yBucketBound": "auto", "yBucketNumber": null, "yBucketSize": null }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#f9934e", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "opacity" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 59 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 86, "legend": { "show": true }, "links": [], "options": {}, "reverseYBuckets": false, "targets": [ { "expr": "rate(ceph_osd_op_w_latency_sum{cluster=\"$cluster\"}[5m]) / rate(ceph_osd_op_w_latency_count{cluster=\"$cluster\"}[5m]) >= 0", "format": "time_series", "instant": false, "interval": "$interval", "intervalFactor": 1, "refId": "A" } ], "title": "OSD Write Op Latency Distribution", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": "", "yAxis": { "decimals": 2, "format": "ms", "logBase": 2, "max": null, "min": "0", "show": true, "splitFactor": null }, "yBucketBound": "auto", "yBucketNumber": null, "yBucketSize": null }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 67 }, "hiddenSeries": false, "id": 44, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "avg(rate(ceph_osd_op_r_latency_sum{cluster=\"$cluster\"}[5m]) / rate(ceph_osd_op_r_latency_count{cluster=\"$cluster\"}[5m]) >= 0)", "format": "time_series", "intervalFactor": 1, "legendFormat": "read", "refId": "A" }, { "expr": "avg(rate(ceph_osd_op_w_latency_sum{cluster=\"$cluster\"}[5m]) / rate(ceph_osd_op_w_latency_count{cluster=\"$cluster\"}[5m]) >= 0)", "format": "time_series", "intervalFactor": 1, "legendFormat": "write", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Avg OSD Op Latency", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": null, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 67 }, "hiddenSeries": false, "id": 35, "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "avg(ceph_osd_apply_latency_ms{cluster=\"$cluster\"})", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "apply", "metric": "ceph_osd_perf_apply_latency_seconds", "refId": "A", "step": 4 }, { "expr": "avg(ceph_osd_commit_latency_ms{cluster=\"$cluster\"})", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "commit", "metric": "ceph_osd_perf_commit_latency_seconds", "refId": "B", "step": 4 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "AVG OSD Apply + Commit Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "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 } } ], "refresh": "1m", "schemaVersion": 22, "style": "dark", "tags": [], "templating": { "list": [ { "auto": true, "auto_count": 10, "auto_min": "1m", "current": { "selected": false, "text": "auto", "value": "$__auto_interval_interval" }, "datasource": null, "hide": 0, "includeAll": false, "label": "Interval", "multi": false, "name": "interval", "options": [ { "selected": true, "text": "auto", "value": "$__auto_interval_interval" }, { "selected": false, "text": "5s", "value": "5s" }, { "selected": false, "text": "10s", "value": "10s" }, { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "5s,10s,30s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "allValue": "cephpolbo|cepherin|cephkelly", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "", "hide": 0, "includeAll": false, "label": "cluster", "multi": false, "name": "cluster", "options": [], "query": "label_values(cluster)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Ceph Cluster", "uid": "r6lloPJmza", "version": 2 }
2023-01-02 13:28:08 UTC
null
0
0
18,021
1
762,844
27,642
0
jira-sprint-summary
Jira Sprint Summary
The `Jira Sprint Summary Dashboard` dashboard presents sprint summary from Jira.
2023-02-01 08:52:10 UTC
2023-02-01 08:56:44 UTC
0
## Quick start with `docker` Run command below (edit env): ``` docker run -d \ -eJIRA_URL = 'http://jira_server:8080' \ -eJIRA_USER = 'jira_user' \ -eJIRA_PASSWORD = 'jira_password' \ -eINFLUX_TOKEN="KlXfBqa0uSGs0icfE-3g8FsQAoC9..." \ -eINFLUX_DB="http://192.168.3.101:8086" \ -eINFLUX_ORG="org" \ -eBUCKET_NAME="jenkins_test" \ return200/jira-influx-collector:0.1 ```
81,232
81,233
null
null
0
0
27,642
1
18,021
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.0.1" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "iteration": 1675235365486, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 0 }, "id": 2, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> group()\n |> count(column: \"_value\")", "refId": "A" } ], "title": "Total Task on Sprint", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 0 }, "id": 12, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "\nq1 = from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> group(columns: [\"sprint_id\"], mode:\"by\")\n |> count()\n\nq2 = from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"42\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"27\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> filter(fn: (r) => r[\"_value\"] == \"Done\")\n |> group(columns: [\"sprint_id\"], mode:\"by\")\n |> count()\njoin(tables: {q1: q1, q2: q2}, on: [\"sprint_id\"])\n |> map(fn: (r) => ({_value: (float(v: r._value_q2) / float(v: r._value_q1) * 100.0)}))", "refId": "A" } ], "title": "Work progress", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] }, "unit": "h" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 0 }, "id": 5, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"worklog\")\n |> group()\n |> sum(column: \"_value\")", "refId": "A" } ], "title": "Total Worklog", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 5 }, "id": 13, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> filter(fn: (r) => r[\"_value\"] == \"To Do\")\n |> group()\n |> count()", "refId": "A" } ], "title": "To Do Tasks", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 5 }, "id": 6, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> filter(fn: (r) => r[\"_value\"] == \"In Progress\")\n |> group()\n |> count()", "refId": "A" } ], "title": "In Progress Tasks", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 5 }, "id": 4, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> filter(fn: (r) => r[\"_value\"] == \"Done\")\n |> group()\n |> count()", "refId": "A" } ], "title": "Done Tasks", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [ { "matcher": { "id": "byName", "options": "_value" }, "properties": [ { "id": "displayName", "value": "Unassigned" } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 10 }, "id": 9, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"timespent\")\n |> group(columns: [\"assignee\"], mode:\"by\")\n |> sum(column: \"_value\")", "refId": "A" } ], "title": "Workload / User", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "assignee" ], "valueLabel": "assignee" } } ], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "_value" }, "properties": [ { "id": "displayName", "value": "Unassigned" } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 10 }, "id": 11, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> group(columns: [\"assignee\"], mode:\"by\")\n |> count(column: \"_value\")", "refId": "A" } ], "title": "Task / User", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "assignee" ], "valueLabel": "assignee" } } ], "type": "piechart" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-green", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "h" }, "overrides": [ { "matcher": { "id": "byName", "options": "_value" }, "properties": [ { "id": "displayName", "value": "Unassigned" } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 10 }, "id": 10, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"_field\"] == \"worklog\")\n |> group(columns: [\"assignee\"], mode:\"by\")\n |> sum(column: \"_value\")", "refId": "A" } ], "title": "Worklog / User", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "assignee" ], "mode": "columns", "valueLabel": "assignee" } } ], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 16 }, "id": 15, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"project_key\"] == \"${project_key}\")\n |> filter(fn: (r) => r[\"_field\"] == \"timespent\")\n |> group(columns: [\"project_key\"], mode:\"by\")\n |> sum(column: \"_value\")", "refId": "A" } ], "title": "Workload / Project", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 16 }, "id": 16, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"project_key\"] == \"${project_key}\")\n |> filter(fn: (r) => r[\"_field\"] == \"status\")\n |> group(columns: [\"project_key\"], mode:\"by\")\n |> count(column: \"_value\")", "refId": "A" } ], "title": "Task / Project", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "assignee" ], "valueLabel": "assignee" } } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "dark-blue", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "h" }, "overrides": [ { "matcher": { "id": "byName", "options": "_value" }, "properties": [ { "id": "displayName", "value": "Unassigned" } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 16 }, "id": 17, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> filter(fn: (r) => r[\"sprint_id\"] == \"${sprint_id}\")\n |> filter(fn: (r) => r[\"project_key\"] == \"${project_key}\")\n |> filter(fn: (r) => r[\"_field\"] == \"worklog\")\n |> group(columns: [\"project_key\"], mode:\"by\")\n |> sum(column: \"_value\")", "refId": "A" } ], "title": "Worklog / Project", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "assignee" ], "mode": "columns", "valueLabel": "assignee" } } ], "type": "stat" } ], "refresh": "", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"board_id\")", "hide": 0, "includeAll": false, "label": "board_id", "multi": false, "name": "board_id", "options": [], "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"board_id\")", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"sprint_id\")", "hide": 0, "includeAll": false, "label": "sprint_id", "multi": false, "name": "sprint_id", "options": [], "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> filter(fn: (r) => r[\"board_id\"] == \"${board_id}\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"sprint_id\")", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"project_key\")", "hide": 0, "includeAll": false, "label": "project_key", "multi": false, "name": "project_key", "options": [], "query": "from(bucket: \"jira\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn:(r) => r._measurement == \"jira\")\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n |> group()\n |> distinct(column: \"project_key\")", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-30d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Jira Sprint Summary", "uid": "2d-Z_704k", "version": 22, "weekStart": "", "gnetId": 18021, "description": "The `Jira Sprint Summary Dashboard` dashboard presents sprint summary from Jira." }
2023-02-01 08:52:10 UTC
2023-02-01 08:56:43 UTC
0
0
18,033
1
788,842
27,689
0
itsm-api
ITSM-NG complete dashboard
A full featured dashboard to perform reporting on ITSM-NG.
2023-02-03 08:50:05 UTC
2023-02-03 09:13:03 UTC
0
![](https://static.wixstatic.com/media/e5b7d4_f67ff8c629844818a6e3e43550cb1e17~mv2.png/v1/fill/w_348,h_122,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Original%20on%20Transparent.png) ITSM-NG is a GLPI fork with the objective of offering a strong community component and relevant technological choices. # Some Links - [Website](https://www.itsm-ng.com) - [Github](https://github.com/itsmng) - [Wiki](https://wiki.itsm-ng.org) # Setup Grafana dashboard To install and configure ITSM-NG Grafana dashboard, please refer to our documentation : [Grafana dashboard](https://wiki.itsm-ng.org/third-party/grafana/). # Report list The default provided dashboard contains three different type of reporting : * Ticketing * Tickets opened per day * Tickets per location / category / user group * Tickets with exceeded resolution time * Tickets with exceeded resolution time last month * Tickets with time to open exceeded last month ![](https://wiki.itsm-ng.org/img/grafana/grafana_dashboard_ticketing.png) * Assets * Computers per location / status / warranty / manufacturer * Network equipment per type / manufacturer * Number of network equipment ![](https://wiki.itsm-ng.org/img/grafana/grafana_dashboard_asset.png) * Financial * Total budget * Budget per type * Expenses per budget * Amortizations duration * Computers per supplier / amortization type * Network equipment per supplier ![](https://wiki.itsm-ng.org/img/grafana/grafana_dashboard_financial.png)
81,306
81,307
null
null
0
0
27,689
1
18,033
1
0
null
{ "__inputs": [ { "name": "DS_ITSM-NG_API", "label": "ITSM-NG API", "description": "Full featured dashboard for ITSM-NG product", "type": "datasource", "pluginId": "marcusolsson-json-datasource", "pluginName": "JSON API" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "datasource", "id": "marcusolsson-json-datasource", "name": "JSON API", "version": "1.3.2" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 7, "panels": [], "title": "Ticketing", "type": "row" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "locations_id" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 1 }, "id": 27, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.locations_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/ticket?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Tickets per location", "transformations": [ { "id": "groupBy", "options": { "fields": { "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "locations_id": { "aggregations": [ "lastNotNull" ], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "itilcategories_id" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 1 }, "id": 28, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.itilcategories_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/ticket?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Tickets per category", "transformations": [ { "id": "groupBy", "options": { "fields": { "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "itilcategories_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 1 }, "id": 45, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "id", "type": "number" }, { "jsonPath": "$.*.groups_id", "language": "jsonpath", "name": "Groupe" } ], "method": "GET", "queryParams": "", "refId": "B", "urlPath": "/Group_Ticket/?expand_dropdowns=true&range=0-99999999999999999999" } ], "title": "Tickets per user group", "transformations": [ { "id": "groupBy", "options": { "fields": { "2": { "aggregations": [ "count" ], "operation": "aggregate" }, "71": { "aggregations": [], "operation": "groupby" }, "Budgets": { "aggregations": [], "operation": "groupby" }, "Depense": { "aggregations": [ "sum" ], "operation": "aggregate" }, "Groupe": { "aggregations": [], "operation": "groupby" }, "id": { "aggregations": [ "count" ], "operation": "aggregate" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 0, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 9 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].2", "name": "nb" }, { "jsonPath": "$.data[*].15", "language": "jsonpath", "name": "date", "type": "time" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/ticket/?expand_dropdown=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Tickets opened per day", "transformations": [ { "id": "calculateField", "options": { "alias": "Number of tickets", "mode": "reduceRow", "reduce": { "include": [ "date" ], "reducer": "count" }, "replaceFields": true } }, { "id": "groupBy", "options": { "fields": { "Nombre de tickets": { "aggregations": [ "sum" ], "operation": "aggregate" }, "Number of tickets": { "aggregations": [ "sum" ], "operation": "aggregate" }, "date": { "aggregations": [], "operation": "groupby" } } } } ], "type": "timeseries" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 30, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 9 }, "id": 46, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].2", "name": "nb" }, { "jsonPath": "$.data[*].15", "language": "jsonpath", "name": "date", "type": "time" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/ticket/?expand_dropdown=true&range=0-99999999999999999999&criteria[0][field]=82&criteria[0][searchtype]=equals&criteria[0][value]=1", "url_options": { "data": "", "method": "GET" } } ], "title": "Tickets with exceeded resolution time", "transformations": [ { "id": "calculateField", "options": { "alias": "Nombre de tickets", "mode": "reduceRow", "reduce": { "include": [ "nb" ], "reducer": "count" }, "replaceFields": true } }, { "id": "groupBy", "options": { "fields": { "Nombre de tickets": { "aggregations": [ "sum" ], "operation": "aggregate" }, "date": { "aggregations": [], "operation": "groupby" } } } } ], "type": "timeseries" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "0": { "color": "green", "index": 0, "text": "None" } }, "type": "value" } ], "thresholds": { "mode": "percentage", "steps": [ { "color": "red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 19 }, "id": 5, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.totalcount" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/ticket/?is_deleted=0&as_map=0&criteria[0][link]=AND&criteria[0][field]=82&criteria[0][searchtype]=equals&criteria[0][value]=1&criteria[1][link]=AND&criteria[1][field]=15&criteria[1][searchtype]=morethan&_select_criteria[1][value]=-1MONTH&criteria[1][value]=-1MONTH", "url_options": { "data": "", "method": "GET" } } ], "title": "Ticket with resolution time exceeding last month", "type": "stat" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 12, "x": 12, "y": 19 }, "id": 4, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.totalcount" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/ticket/?criteria[0][field]=159&criteria[0][searchtype]=equals&criteria[0][value]=1&criteria[1][link]=AND&criteria[1][field]=15&criteria[1][searchtype]=morethan&_select_criteria[1][value]=-1MONTH&criteria[1][value]=-1MONTH", "url_options": { "data": "", "method": "GET" } } ], "title": "Ticket with time to open exceeded last month", "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 9, "panels": [], "title": "Assets", "type": "row" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "locations_id" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 24 }, "id": 29, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.locations_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/computer?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Computers per location", "transformations": [ { "id": "groupBy", "options": { "fields": { "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "locations_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "states_id" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 24 }, "id": 30, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.states_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/computer?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Computers per status", "transformations": [ { "id": "groupBy", "options": { "fields": { "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "locations_id": { "aggregations": [], "operation": "groupby" }, "states_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 24 }, "id": 36, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.manufacturers_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/computer/?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Computers per manufacturer", "transformations": [ { "id": "groupBy", "options": { "fields": { "57": { "aggregations": [], "operation": "groupby" }, "A 57": { "aggregations": [ "sum" ], "operation": "groupby" }, "B ID": { "aggregations": [ "count" ], "operation": "aggregate" }, "B sort": { "aggregations": [ "sum" ], "operation": "aggregate" }, "id": { "aggregations": [ "max" ], "operation": "aggregate" }, "manufacturers_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlPu" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 32 }, "id": 21, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.totalcount", "name": "." } ], "method": "GET", "queryParams": "", "refId": "With warranty", "urlPath": "/search/Computer?range=0-99999999999999999999&criteria[0][field]=120&criteria[0][searchtype]=morethan&_select_criteria[0][value]=NOW&criteria[0][value]=NOW" }, { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "name": "." } ], "hide": false, "method": "GET", "queryParams": "", "refId": "Without warranty", "urlPath": "/Computer?range=0-99999999999999999999" } ], "title": "Computers per warranty", "transformations": [], "type": "bargauge" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "red" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 35 }, "id": 16, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.totalcount" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [ [ "App-Token", "hZQVHhDM19pA33dx4ydrOb68nZIEYG6WHjCQgsId" ], [ "Session-Token", "qaai2886l9ls8a4dkdvnvc7t2c" ] ], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/networkequipment", "url_options": { "data": "", "method": "GET" } } ], "title": "Number of network equipment", "type": "stat" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 35 }, "id": 37, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.manufacturers_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/networkequipment/?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Network equipment per manufacturer", "transformations": [ { "id": "groupBy", "options": { "fields": { "57": { "aggregations": [], "operation": "groupby" }, "A 57": { "aggregations": [ "sum" ], "operation": "groupby" }, "B ID": { "aggregations": [ "count" ], "operation": "aggregate" }, "B sort": { "aggregations": [ "sum" ], "operation": "aggregate" }, "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "manufacturers_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 35 }, "id": 32, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.networkequipmenttypes_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/networkequipment?expand_dropdowns=true&range=0-99999999999999999999", "url_options": { "data": "", "method": "GET" } } ], "title": "Network equipment per type", "transformations": [ { "id": "groupBy", "options": { "fields": { "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "locations_id": { "aggregations": [], "operation": "groupby" }, "networkequipmenttypes_id": { "aggregations": [], "operation": "groupby" }, "networks_id": { "aggregations": [], "operation": "groupby" }, "states_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 43 }, "id": 11, "panels": [], "title": "Financial", "type": "row" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "super-light-blue", "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "57" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "color": "super-light-green", "index": 1, "text": "No amortization" }, "1": { "color": "super-light-blue", "index": 2, "text": "Decreasing" }, "2": { "color": "super-light-purple", "index": 3, "text": "Linear" }, "": { "color": "super-light-orange", "index": 0, "text": "Not activated" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 44 }, "id": 41, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].57", "language": "jsonpath", "name": "" }, { "jsonPath": "$.data[*].31", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/computer/?expand_dropdowns=true&range=0-99999999999999999999&criteria[0][field]=57&criteria[0][searchtype]=equals&criteria[0][value]=", "url_options": { "data": "", "method": "GET" } } ], "title": "Computers per amortization type", "transformations": [ { "id": "groupBy", "options": { "fields": { "31": { "aggregations": [ "count" ], "operation": "aggregate" }, "57": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "super-light-blue" } ] }, "unit": "currencyEUR" }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 44 }, "id": 35, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].7", "language": "jsonpath", "name": ".", "type": "number" } ], "method": "GET", "queryParams": "", "refId": "Sous Garantie", "urlPath": "/search/budget/?criteria[0][field]=6&criteria[0][searchtype]=morethan&_select_criteria[0][value]=NOW&criteria[0][value]=NOW&criteria[1][link]=OR&criteria[1][field]=6&criteria[1][searchtype]=equals&_select_criteria[1][value]=NOW&criteria[1][value]=NOW&criteria[2][link]=AND&criteria[2][field]=5&criteria[2][searchtype]=equals&_select_criteria[2][value]=NOW&criteria[2][value]=NOW&criteria[3][link]=AND&criteria[3][field]=7&criteria[3][searchtype]=contains&criteria[3][value]=" } ], "title": "Total budget", "transformations": [], "type": "stat" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "PC (count)" }, "properties": [ { "id": "displayName", "value": "Number of computers" } ] }, { "matcher": { "id": "byName", "options": "x an" }, "properties": [ { "id": "mappings", "value": [ { "options": { "match": "null+nan", "result": { "index": 0, "text": "Undefined" } }, "type": "special" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 44 }, "id": 40, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "orientation": "auto", "showValue": "never", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].1", "language": "jsonpath", "name": "PC" }, { "jsonPath": "$.data[*].56", "language": "jsonpath", "name": "x an" } ], "method": "GET", "queryParams": "", "refId": "Sous Garantie", "urlPath": "/search/computer/?range=0-99999999999999999999&criteria[0][field]=56&criteria[0][searchtype]=equals&criteria[0][value]=" } ], "title": "Amortizations duration", "transformations": [ { "id": "groupBy", "options": { "fields": { "PC": { "aggregations": [ "count" ], "operation": "aggregate" }, "x an": { "aggregations": [], "operation": "groupby" } } } } ], "type": "barchart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "budget_value (sum)" }, "properties": [ { "id": "displayName", "value": "Total" }, { "id": "color", "value": { "fixedColor": "super-light-orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "budget_expenses (sum)" }, "properties": [ { "id": "displayName", "value": "Expenses" }, { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 52 }, "id": 48, "options": { "barRadius": 0, "barWidth": 1, "groupWidth": 0.93, "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "orientation": "vertical", "showValue": "never", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.name", "name": "budget_id" }, { "jsonPath": "$.*.value", "language": "jsonpath", "name": "budget_value", "type": "number" } ], "method": "GET", "queryParams": "", "refId": "Budget", "urlPath": "/Budget/?expand_dropdowns=true&range=0-99999999999999999999" }, { "cacheDurationSeconds": 300, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.value", "name": "budget_expenses", "type": "number" }, { "jsonPath": "$.*.budgets_id", "language": "jsonpath", "name": "budget_id" } ], "hide": false, "method": "GET", "queryParams": "", "refId": "Expenses", "urlPath": "/InfoCom/?expand_dropdowns=true&range=0-99999999999999999999" } ], "title": "Expenses per budget", "transformations": [ { "id": "merge", "options": {} }, { "id": "groupBy", "options": { "fields": { "Expenses": { "aggregations": [ "sum" ], "operation": "aggregate" }, "Total": { "aggregations": [ "sum" ], "operation": "aggregate" }, "budget_expenses": { "aggregations": [ "sum" ], "operation": "aggregate" }, "budget_id": { "aggregations": [], "operation": "groupby" }, "budget_value": { "aggregations": [ "sum" ], "operation": "aggregate" } } } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "equal", "options": { "value": "0" } }, "fieldName": "budget_id" } ], "match": "all", "type": "exclude" } } ], "type": "barchart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "53" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" }, { "options": { "match": "null+nan", "result": { "index": 1, "text": "Undefined" } }, "type": "special" }, { "options": { "match": "empty", "result": { "index": 2, "text": "Undefined" } }, "type": "special" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 62 }, "id": 39, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].53", "language": "jsonpath", "name": "" }, { "jsonPath": "$.data[*].31", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/networkequipment/?range=0-99999999999999999999&criteria[0][link]=AND&criteria[0][field]=53&criteria[0][searchtype]=equals&criteria[0][value]=", "url_options": { "data": "", "method": "GET" } } ], "title": "Network equipment per supplier", "transformations": [ { "id": "groupBy", "options": { "fields": { "1": { "aggregations": [], "operation": "aggregate" }, "3": { "aggregations": [], "operation": "groupby" }, "5": { "aggregations": [], "operation": "groupby" }, "31": { "aggregations": [ "count" ], "operation": "aggregate" }, "53": { "aggregations": [ "count" ], "operation": "groupby" }, "57": { "aggregations": [], "operation": "groupby" }, "A 57": { "aggregations": [ "sum" ], "operation": "groupby" }, "B ID": { "aggregations": [ "count" ], "operation": "aggregate" }, "B sort": { "aggregations": [ "sum" ], "operation": "aggregate" }, "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "manufacturers_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [ { "matcher": { "id": "byName", "options": "53" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Undefined" } }, "type": "value" }, { "options": { "match": "null+nan", "result": { "index": 1, "text": "Undefined" } }, "type": "special" }, { "options": { "match": "empty", "result": { "index": 2, "text": "Undefined" } }, "type": "special" } ] } ] } ] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 62 }, "id": 38, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.data[*].53", "language": "jsonpath", "name": "" }, { "jsonPath": "$.data[*].31", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/search/computer/?range=0-99999999999999999999&criteria[0][link]=AND&criteria[0][field]=53&criteria[0][searchtype]=equals&criteria[0][value]=", "url_options": { "data": "", "method": "GET" } } ], "title": "Computers per supplier", "transformations": [ { "id": "groupBy", "options": { "fields": { "1": { "aggregations": [], "operation": "aggregate" }, "3": { "aggregations": [], "operation": "groupby" }, "5": { "aggregations": [], "operation": "groupby" }, "31": { "aggregations": [ "count" ], "operation": "aggregate" }, "53": { "aggregations": [ "count" ], "operation": "groupby" }, "57": { "aggregations": [], "operation": "groupby" }, "A 57": { "aggregations": [ "sum" ], "operation": "groupby" }, "B ID": { "aggregations": [ "count" ], "operation": "aggregate" }, "B sort": { "aggregations": [ "sum" ], "operation": "aggregate" }, "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "manufacturers_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" }, { "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [ { "options": { "0": { "color": "red", "index": 0, "text": "Sans Type" } }, "type": "value" } ] }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 62 }, "id": 33, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "cacheDurationSeconds": 300, "columns": [], "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "fields": [ { "jsonPath": "$.*.id", "language": "jsonpath", "name": "" }, { "jsonPath": "$.*.budgettypes_id", "language": "jsonpath", "name": "" } ], "filters": [], "format": "table", "global_query_id": "", "headers": [], "method": "GET", "queryParams": "", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "urlPath": "/budget?expand_dropdowns=true", "url_options": { "data": "", "method": "GET" } } ], "title": "Budget per type", "transformations": [ { "id": "groupBy", "options": { "fields": { "autoupdatesystems_id": { "aggregations": [], "operation": "groupby" }, "budgettypes_id": { "aggregations": [], "operation": "groupby" }, "id": { "aggregations": [ "count" ], "operation": "aggregate" }, "locations_id": { "aggregations": [], "operation": "groupby" }, "networks_id": { "aggregations": [], "operation": "groupby" }, "states_id": { "aggregations": [], "operation": "groupby" } } } } ], "type": "piechart" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "marcusolsson-json-datasource", "uid": "${DS_ITSM-NG_API}" }, "definition": "", "hide": 0, "includeAll": false, "multi": false, "name": "query0", "options": [], "query": "", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "2022-01-01T06:31:34.000Z", "to": "2023-01-15T11:00:00.000Z" }, "timepicker": {}, "timezone": "", "title": "ITSM-NG complete dashboard", "uid": "AyODNh2Vk", "version": 73, "weekStart": "", "gnetId": 18033, "description": "A full featured dashboard to perform reporting on ITSM-NG." }
2023-02-03 08:50:05 UTC
2023-02-03 09:13:03 UTC
0
0
18,679
1
837,992
28,655
0
syslog
Syslog
Syslog receiver using Telegraf, InfluxDB 2.x & Grafana
2023-05-05 16:54:06 UTC
2023-05-06 23:03:57 UTC
0
For Docker setup: https://github.com/AAm-kun/Grafana-Influxdb_2.x-Syslog-server Essentially: Network/Compute Devices Syslog -> syslog-ng (UDP port 514) -> telegraf (tcp port 6514) -> influxdb2.x (tcp port 8086) <- Grafana (port 3000)
84,082
84,083
Telegraf
null
0
0
28,655
1
18,679
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.5.1" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "custom.width", "value": 200 } ] }, { "matcher": { "id": "byName", "options": "severity_code" }, "properties": [ { "id": "custom.width", "value": 50 } ] }, { "matcher": { "id": "byName", "options": "version" }, "properties": [ { "id": "custom.width", "value": 50 } ] }, { "matcher": { "id": "byName", "options": "appname" }, "properties": [ { "id": "custom.width", "value": 137 } ] }, { "matcher": { "id": "byName", "options": "source" }, "properties": [ { "id": "custom.width", "value": 86 } ] }, { "matcher": { "id": "byName", "options": "severity" }, "properties": [ { "id": "custom.width", "value": 70 } ] }, { "matcher": { "id": "byName", "options": "hostname" }, "properties": [ { "id": "custom.width", "value": 90 } ] }, { "matcher": { "id": "byName", "options": "message" }, "properties": [ { "id": "custom.width", "value": 667 } ] } ] }, "gridPos": { "h": 22, "w": 21, "x": 3, "y": 0 }, "id": 3, "options": { "cellHeight": "sm", "footer": { "countRows": false, "enablePagination": false, "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 6, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.5.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: \"${Database}\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_field\"] == \"message\")\n |> filter(fn: (r) => if \"${appname}\" == \"All\" then r[\"appname\"] =~ /$/ else r[\"appname\"] =~ /^${appname:regex}$/ )\n |> filter(fn: (r) => if \"${hostname}\" == \"All\" then r[\"hostname\"] =~ /$/ else r[\"hostname\"] =~ /^${hostname:regex}$/ )\n |> filter(fn: (r) => if \"${severity}\" == \"All\" then r[\"severity\"] =~ /$/ else r[\"severity\"] =~ /^${severity:regex}$/ )\n |> top(n: 50)", "refId": "A" } ], "title": "Logs", "transformations": [ { "id": "labelsToFields", "options": { "mode": "columns" } }, { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "facility": true, "facility_code": true, "host": true, "source": true, "timestamp": true, "version": true }, "indexByName": { "Time": 0, "appname": 7, "facility": 8, "facility_code": 4, "host": 3, "hostname": 1, "message": 9, "severity": 5, "severity_code": 6, "source": 2, "timestamp": 10, "version": 11 }, "renameByName": {} } } ], "type": "table" } ], "refresh": "5s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": "All", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "buckets()", "hide": 0, "includeAll": false, "label": "Database", "multi": false, "name": "Database", "options": [], "query": "buckets()", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "allValue": "All", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"hostname\"\n)", "description": "hostname", "hide": 0, "includeAll": true, "multi": true, "name": "hostname", "options": [], "query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"hostname\"\n)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "allValue": "All", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"appname\"\n)", "hide": 0, "includeAll": true, "label": "appname", "multi": true, "name": "appname", "options": [], "query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"appname\"\n)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "allValue": "All", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"severity\"\n)", "hide": 0, "includeAll": true, "label": "severity", "multi": true, "name": "severity", "options": [], "query": "import \"influxdata/influxdb/schema\"\n\nschema.tagValues(\n bucket: \"syslog\",\n tag: \"severity\"\n)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Syslog", "uid": "2M-3HWcVz", "version": 4, "weekStart": "", "gnetId": 18679, "description": "Syslog receiver using Telegraf, InfluxDB 2.x & Grafana" }
2023-05-05 16:54:07 UTC
2023-05-05 17:01:09 UTC
0
0
16,831
1
577,278
25,803
0
tnpsc
Tnpsc
Describe a graphical view of Agnocon
2022-09-02 05:09:14 UTC
2022-09-02 05:11:35 UTC
0
null
0
0
null
null
0
0
25,803
1
16,831
1
0
null
{ "__inputs": [ { "name": "DS_POSTGRESQL", "label": "PostgreSQL", "description": "", "type": "datasource", "pluginId": "postgres", "pluginName": "PostgreSQL" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.0" }, { "type": "datasource", "id": "postgres", "name": "PostgreSQL", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" }, { "type": "panel", "id": "yesoreyeram-boomtheme-panel", "name": "Boom Theme", "version": "0.2.1" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "enable": false, "iconColor": "red", "name": "New annotation", "rawQuery": "SELECT\n extract(epoch from time_column) AS time,\n text_column as text,\n tags_column as tags\nFROM\n metric_table\nWHERE\n $__timeFilter(time_column)\n" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "No of total calls in queue", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "light-red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 0, "y": 0 }, "id": 18, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select count(*) from public.basic_calls", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Total Calls", "type": "gauge" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "Number of other calls", "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 5, "y": 0 }, "id": 12, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select * from public.callsivr()", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Calls in IVR", "type": "gauge" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "Number of calls waiting ", "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlPu" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 10, "y": 0 }, "id": 8, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select count(queue) from public.members where serving_agent is null;", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Calls Waiting in Queue", "type": "gauge" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "Number of ongoing calls.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "#c047c0", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 15, "y": 0 }, "id": 10, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select count(queue) from public.members where serving_agent is not null;\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "On Call", "type": "gauge" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "Number of Idle calls.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "super-light-red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 0 }, "id": 14, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select count(queue) from public.members\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Idle", "type": "gauge" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "List of queues in realtime .", "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "custom": { "align": "center", "displayMode": "auto", "filterable": true, "inspect": true }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Queue Name" }, "properties": [ { "id": "custom.align", "value": "auto" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 4 }, "id": 4, "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Queue Name" } ] }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT * from public.realtime_dashboard_skill()\n\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Queue RealTime Status", "type": "table" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "List of agents in realtime ", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "filterable": true, "inspect": false, "minWidth": 50 }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Agent Id" }, "properties": [ { "id": "custom.align", "value": "auto" }, { "id": "custom.width", "value": 155 } ] }, { "matcher": { "id": "byName", "options": "Queue Name" }, "properties": [ { "id": "custom.displayMode", "value": "auto" }, { "id": "custom.width", "value": 112 } ] }, { "matcher": { "id": "byName", "options": "Agent Name" }, "properties": [ { "id": "custom.width", "value": 134 } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 4 }, "id": 2, "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Agent Id" } ] }, "pluginVersion": "9.1.0", "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select * from public.tnpsc_agent()", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Agent RealTime Status", "type": "table" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "description": "Graphical view of call volume and sla.", "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 25, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 12 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "select distinct date(start_stamp), 1000 As CallValume,50 As Sla from cdr\n", "refId": "A", "select": [ [ { "params": [ "value" ], "type": "column" } ] ], "timeColumn": "time", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "title": "Call Volume SLA", "type": "timeseries" }, { "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "gridPos": { "h": 1, "w": 1, "x": 23, "y": 20 }, "id": 16, "options": { "activeTheme": "Test", "disableThemePicker": true, "themes": [ { "name": "Test", "styles": [ { "props": { "theme": "default" }, "type": "basetheme" }, { "props": { "url": "" }, "type": "bgimage" }, { "props": { "url": "" }, "type": "url" }, { "props": { "text": "\n.css-1ejir9x {\ncolor: white;\n}\n.panel-container[aria-label=\"Calls Waiting panel\"] \n{\n color: white;\n}\n.panel-container[aria-label=\"On Call panel\"] \n{\n color: white;\n}\n.panel-container[aria-label=\"Idle panel\"] \n{\n color: white;\n}\n.panel-container[aria-label=\"Others panel\"] \n{\n color: white;\n}\n\n.panel-container[aria-label=\"Call Volume SLA panel\"] \n{\n color: white;\n}\n\n.panel-title-container[data-testid=\"data-testid Panel header Calls Waiting in Queue\"] \n{\n background-color: #4169E1;\n}\n.panel-title-container[data-testid=\"data-testid Panel header On Call\"] \n{\n background-color: #C71585;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Idle\"] \n{\n background-color: #ff8080 ;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Calls in IVR\"] \n{\n background-color: #008B8B;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Queue RealTime Status\"] \n{\n background-color: #0088cc;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Agent RealTime Status\"] \n{\n background-color: #0088cc;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Call Volume SLA\"] \n{\n background-color: #c4b454;\n}\n.panel-title-container[data-testid=\"data-testid Panel header Total Calls\"] \n{\n background-color: #B22222;\n}\n\n.css-wf08df-Icon {\n display: none;\n \n}\n.panel-menu-container{\n display: none;\n}" }, "type": "style" }, { "props": { "color": "" }, "type": "panel-container-bg-color" } ] } ] }, "pluginVersion": "0.2.1", "transparent": true, "type": "yesoreyeram-boomtheme-panel" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "postgres", "uid": "${DS_POSTGRESQL}" }, "definition": "", "hide": 0, "includeAll": false, "multi": false, "name": "query0", "options": [], "query": "", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Tnpsc", "uid": "MwyPCDWVz", "version": 74, "weekStart": "", "gnetId": 16831, "description": "Describe a graphical view of Agnocon" }
2022-09-02 05:09:14 UTC
2022-09-02 05:11:35 UTC
0
0
17,274
1
438,549
26,545
0
pantheon-overview
Pantheon Overview
Provides an overview of Pantheon nodes
2022-10-26 19:06:45 UTC
2022-10-26 19:07:05 UTC
0
null
0
0
null
null
0
0
26,545
1
17,274
1
0
Provides an overview of Pantheon nodes
{ "__inputs": [ { "name": "DS_LOCALHOST", "label": "localhost", "description": "Prometheus instance with metrics published by Pantheon", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "5.4.3" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "5.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "5.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "5.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Provides an overview of Pantheon nodes", "editable": true, "gnetId": 17274, "graphTooltip": 0, "id": null, "iteration": 1559101899395, "links": [], "panels": [ { "columns": [], "fontSize": "120%", "gridPos": { "h": 9, "w": 24, "x": 0, "y": 0 }, "id": 10, "links": [], "pageSize": null, "scroll": true, "showHeader": true, "sort": { "col": 2, "desc": true }, "styles": [ { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "job", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Chain Height", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #A", "thresholds": [], "type": "number", "unit": "locale" }, { "alias": "Total Difficulty", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "sci" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Time", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "__name__", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Peer Count", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #C", "thresholds": [ "" ], "type": "number", "unit": "locale" }, { "alias": "Block Time (5m avg)", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #D", "thresholds": [], "type": "number", "unit": "s" }, { "alias": "System", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "string", "unit": "short", "valueMaps": [] }, { "alias": "Time Since Last Block", "colorMode": "value", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "mappingType": 1, "pattern": "Value #E", "thresholds": [ "120", "240" ], "type": "number", "unit": "dtdurations" }, { "alias": "Target Chain Height", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #F", "thresholds": [], "type": "number", "unit": "locale" }, { "alias": "Blocks Behind", "colorMode": "value", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #G", "thresholds": [ "1", "10" ], "type": "number", "unit": "locale", "valueMaps": [ { "text": "Yes", "value": "1" }, { "text": "No", "value": "0" } ] }, { "alias": "% Peer Limit Used", "colorMode": "value", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "mappingType": 1, "pattern": "Value #H", "thresholds": [ "0.25", "0.75" ], "type": "number", "unit": "percentunit" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": "sum by (instance) (pantheon_blockchain_height{instance=~\"$system\"})", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "Chain Height", "refId": "A" }, { "expr": "sum by (instance) (pantheon_synchronizer_best_known_block{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "refId": "F" }, { "expr": "sum by (instance) (pantheon_synchronizer_best_known_block{instance=~\"$system\"} - pantheon_blockchain_height{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "refId": "G" }, { "expr": "sum by (instance) (pantheon_blockchain_difficulty_total{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "Total Difficulty", "refId": "B" }, { "expr": "sum by (instance) (1/rate(pantheon_blockchain_height{instance=~\"$system\"}[5m]))", "format": "table", "instant": true, "intervalFactor": 1, "refId": "D" }, { "expr": "sum by (instance) (time() - pantheon_blockchain_chain_head_timestamp{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "refId": "E" }, { "expr": "sum by (instance) (pantheon_peers_peer_count_current{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "Peer Count", "refId": "C" }, { "expr": "sum by (instance) (pantheon_peers_peer_count_current{instance=~\"$system\"} / pantheon_network_peers_limit{instance=~\"$system\"})", "format": "table", "instant": true, "intervalFactor": 1, "refId": "H" } ], "title": "Overview", "transform": "table", "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 9 }, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "1/rate(pantheon_blockchain_height{instance=~\"$system\"}[5m])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "A" }, { "expr": "", "format": "time_series", "intervalFactor": 1, "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Block Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 10, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 9 }, "id": 13, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "pantheon_synchronizer_best_known_block{instance=~\"$system\"} - pantheon_blockchain_height{instance=~\"$system\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Blocks Behind", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "gridPos": { "h": 12, "w": 24, "x": 0, "y": 23 }, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(process_cpu_seconds_total{instance=~\"$system\"}[1m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "CPU Time IRate [{{instance}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_LOCALHOST}", "fill": 1, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 35 }, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(jvm_gc_collection_seconds_sum{instance=~\"$system\"}[1m])", "format": "time_series", "interval": "", "intervalFactor": 5, "legendFormat": "{{gc}} [{{instance}}]", "metric": "jvm_gc_collection_seconds_sum", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "GC time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "percentunit", "label": null, "logBase": 1, "max": "1", "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 35 }, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "jvm_memory_bytes_used{instance=~\"$system\", area=\"heap\"} + ignoring(area) jvm_memory_bytes_used{instance=~\"$system\", area=\"nonheap\"}", "format": "time_series", "intervalFactor": 5, "legendFormat": "{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Memory Used", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "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 } } ], "refresh": "10s", "schemaVersion": 16, "style": "dark", "tags": [ "pantheon", "ethereum" ], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_LOCALHOST}", "definition": "pantheon_blockchain_height", "hide": 0, "includeAll": true, "label": "System", "multi": true, "name": "system", "options": [], "query": "pantheon_blockchain_height", "refresh": 2, "regex": "/instance=\"([^\"]*)\"/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-12h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Pantheon Overview", "uid": "XE4V0WGZz", "version": 22 }
2022-10-26 19:06:45 UTC
null
0
0
17,824
1
417,978
27,337
0
a-custommade-loki-logs
A_CustomMade_Loki_Logs
Custom Mage basic Loki Log dashboard
2023-01-07 22:40:42 UTC
2023-01-07 22:41:08 UTC
0
null
0
0
null
null
0
0
27,337
1
17,824
1
0
null
{ "__inputs": [ { "name": "Loki", "label": "Loki", "description": "", "type": "datasource", "pluginId": "loki", "pluginName": "Loki" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "panel", "id": "logs", "name": "Logs", "version": "" }, { "type": "datasource", "id": "loki", "name": "Loki", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "loki", "uid": "Loki" }, "gridPos": { "h": 16, "w": 23, "x": 0, "y": 0 }, "id": 2, "maxPerRow": 6, "options": { "dedupStrategy": "exact", "enableLogDetails": true, "prettifyLogMessage": true, "showCommonLabels": true, "showLabels": false, "showTime": false, "sortOrder": "Descending", "wrapLogMessage": false }, "pluginVersion": "9.3.1", "repeat": "loki_apps", "repeatDirection": "v", "targets": [ { "datasource": { "type": "loki", "uid": "Loki" }, "editorMode": "code", "expr": "{app=\"$loki_apps\"} |= ``", "queryType": "range", "refId": "A" } ], "title": "Logs - $loki_apps", "type": "logs" } ], "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "loki", "uid": "Loki" }, "definition": "", "hide": 0, "includeAll": false, "multi": true, "name": "loki_apps", "options": [], "query": { "label": "app", "refId": "LokiVariableQueryEditor-VariableQuery", "stream": "", "type": 1 }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "A_CustomMade_Loki_Logs", "uid": "SCfo9D24k", "version": 3, "weekStart": "", "gnetId": 17824, "description": "Custom Mage basic Loki Log dashboard" }
2023-01-07 22:40:42 UTC
2023-01-07 22:41:08 UTC
0
0
18,147
1
799,975
27,858
0
crypto-currency-tracker
Crypto Currency Tracker
This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.
2023-02-20 17:55:22 UTC
2023-02-20 17:56:34 UTC
0
null
0
0
null
null
0
0
27,858
1
18,147
1
0
This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "5.0.0-beta5" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "5.0.0" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "5.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "5.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "5.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.\r\n", "editable": true, "gnetId": 18147, "graphTooltip": 0, "id": null, "iteration": 1519748630357, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 0, "y": 0 }, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_price_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - USD", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#299c46" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 4, "y": 0 }, "id": 9, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "(coin_market_price_usd{name=~\"$name\"} - coin_market_price_usd{name=~\"$name\"} offset 24h) / coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "0,0", "title": "$name - Percent Change in USD", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 8, "y": 0 }, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_price_btc{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Price in Bitcoin", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "#f9e2d2", "#299c46" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 12, "y": 0 }, "id": 11, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "(coin_market_price_btc{name=~\"$name\"} - coin_market_price_btc{name=~\"$name\"} offset 24h) / coin_market_price_btc{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "-0.01,0.01", "title": "$name - Percent Change in BTC", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 16, "y": 0 }, "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_24h_volume_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Volume", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 20, "y": 0 }, "id": 13, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_market_cap_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Market Cap", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateBlues", "exponent": 0.5, "min": null, "mode": "spectrum" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 7, "w": 12, "x": 0, "y": 7 }, "heatmap": {}, "highlightCards": true, "id": 20, "legend": { "show": false }, "links": [], "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "title": "$name Pice Heat Map", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": null, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketNumber": null, "yBucketSize": null }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 7 }, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_btc{name=~\"$name\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" }, { "expr": "", "format": "time_series", "intervalFactor": 1, "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price in Bitcoin", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 14 }, "id": 1, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price in USD", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 14 }, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_btc{name=~\"$name\"} - coin_market_price_btc{name=~\"$name\"} offset 24h", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Difference in BTC price from 24 hours ago", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 21 }, "id": 7, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"} - coin_market_price_usd{name=~\"$name\"} offset 24h", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price Difference in USD from 24 hours ago", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 21 }, "id": 16, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "topk(5, coin_market_percent_change_24h) by (value)", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{symbol}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top 5 biggest % Change in 24 Hours", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 28 }, "id": 15, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "topk(5, coin_market_market_cap_usd)by (value)", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{symbol}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top 5 Market Caps", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "refresh": "15m", "schemaVersion": 16, "style": "dark", "tags": [ "crypto", "dashboard" ], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": false, "label": "name", "multi": false, "name": "name", "options": [], "query": "label_values(name)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": true } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Crypto Currency Tracker", "uid": "oTTZiujkk", "version": 3 }
2023-02-20 17:55:22 UTC
null
0
0
18,223
1
798,407
27,990
0
energy-monitoring
Energy Monitoring
Monitor TP-Link HS110 Smart Energy Monitoring plugs
2023-03-03 23:59:32 UTC
2023-03-03 23:59:47 UTC
0
null
0
0
null
null
0
0
27,990
1
18,223
1
0
Monitor TP-Link HS110 Smart Energy Monitoring plugs
{ "__inputs": [ { "name": "DS_HOMEASSISTANT", "label": "HomeAssistant", "description": "TP-Link Energy Data Collected from Home Assistant", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.7.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:561", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 18223, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_HOMEASSISTANT}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 9, "legend": { "avg": false, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "dataLinks": [] }, "paceLength": 10, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Watts", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Watts", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "W", "orderByTime": "ASC", "policy": "autogen", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_watts_total" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Current Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false }, { "format": "watt", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": null, "editable": true, "error": false, "format": "watt", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 0, "y": 7 }, "id": 2, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "W", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_watts_total" } ] } ], "thresholds": "", "title": "Current Usage", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(51, 174, 46, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": 2, "editable": true, "error": false, "format": "kwatth", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 8, "y": 7 }, "id": 3, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_today_kwh" } ] } ], "thresholds": "", "timeFrom": "1d", "timeShift": null, "title": "Daily Use", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": 3, "editable": true, "error": false, "format": "kwatth", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 16, "y": 7 }, "id": 5, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_total_kwh" } ] } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Total", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": 5, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 0, "y": 10 }, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "$$hashKey": "object:816", "name": "value to text", "value": 1 }, { "$$hashKey": "object:817", "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ " *0.52/ 100" ], "type": "math" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_total_kwh" } ] } ], "thresholds": "", "title": "Current Costs", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "$$hashKey": "object:819", "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(51, 174, 46, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": 2, "editable": true, "error": false, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 8, "y": 10 }, "id": 6, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": null, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "*0.52 / 1" ], "type": "math" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_today_kwh" } ] } ], "thresholds": "", "timeFrom": "1d", "timeShift": null, "title": "Daily Costs", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_HOMEASSISTANT}", "decimals": 2, "editable": true, "error": false, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 16, "y": 10 }, "hideTimeOverride": false, "id": 7, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "$$hashKey": "object:1000", "name": "value to text", "value": 1 }, { "$$hashKey": "object:1001", "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" *0.145/ 1 FROM \"kWh\" WHERE (\"entity_id\" = 'tp_link_total_kwh') AND $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [ " *0.145/ 1" ], "type": "math" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_total_kwh" } ] } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Total Costs", "transparent": true, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [], "valueName": "current" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_HOMEASSISTANT}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 13, "interval": "1d", "legend": { "alignAsTable": false, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": true, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "dataLinks": [] }, "paceLength": 10, "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1215", "alias": "Coûts", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Total Costs", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "count" }, { "params": [ " *0.52/ 100" ], "type": "math" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_today_kwh" } ] }, { "alias": "Total Usage", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "kWh", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "count" }, { "params": [ " / 100" ], "type": "math" } ] ], "tags": [ { "key": "entity_id", "operator": "=", "value": "tp_link_today_kwh" } ] } ], "thresholds": [], "timeFrom": "30d", "timeRegions": [ { "$$hashKey": "object:1256", "colorMode": "background6", "fill": true, "fillColor": "rgba(234, 112, 112, 0.12)", "line": false, "lineColor": "rgba(237, 46, 24, 0.60)", "op": "time" } ], "timeShift": null, "title": "30 Days usage/costs", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1228", "format": "kwatth", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:1229", "format": "currencyUSD", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "refresh": "5s", "schemaVersion": 22, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "now": true, "refresh_intervals": [ "0.1s", "1s", "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Energy Monitoring", "uid": "GGSGtJzgk", "variables": { "list": [] }, "version": 31, "description": "Monitor TP-Link HS110 Smart Energy Monitoring plugs " }
2023-03-03 23:59:32 UTC
null
0
0
17,156
1
724,272
26,365
0
cloudflare-zone-analytics
CloudFlare Zone Analytics
Dashboard for Prometheus cloudflare-exporter https://github.com/lablabs/cloudflare-exporter
2022-10-11 17:28:39 UTC
2022-10-11 17:29:14 UTC
0
null
0
0
null
null
0
0
26,365
1
17,156
1
0
Dashboard for Prometheus cloudflare-exporter https://github.com/lablabs/cloudflare-exporter
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.0.5" }, { "type": "panel", "id": "grafana-piechart-panel", "name": "Pie Chart", "version": "1.5.0" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 17156, "graphTooltip": 0, "id": null, "iteration": 1602250802142, "links": [], "panels": [ { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 6, "panels": [], "repeat": null, "title": "Overview", "type": "row" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 1 }, "id": 19, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "increase(cloudflare_zone_requests_total{zone=~\"$zone\"}[$__range])", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Requests", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 4, "y": 1 }, "id": 24, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "increase(cloudflare_zone_bandwidth_total{zone=~\"$zone\"}[$__range])", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Bandwidth", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 8, "y": 1 }, "id": 22, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "rate(cloudflare_zone_requests_total{zone=~\"$zone\"}[5m])", "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Requests / second", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 12, "y": 1 }, "id": 21, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "rate(cloudflare_zone_bandwidth_total{zone=~\"$zone\"}[5m])", "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Bandwidth / second", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 16, "y": 1 }, "id": 20, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "increase(cloudflare_zone_uniques_total{zone=~\"$zone\"}[$__range])", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Unique Visitors", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 20, "y": 1 }, "id": 23, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false } }, "pluginVersion": "7.0.5", "targets": [ { "expr": "rate(cloudflare_zone_uniques_total{zone=~\"$zone\"}[5m])", "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Uniques / second", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 16, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_uniques_total{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "visitors", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Unique Visitors", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 14 }, "id": 26, "panels": [], "title": "Requests", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 15 }, "hiddenSeries": false, "id": 2, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_requests_total{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "total", "refId": "A" }, { "expr": "rate(cloudflare_zone_requests_cached{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "cached", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests / second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 15 }, "hiddenSeries": false, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_requests_country{zone=~\"$zone\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests per Country / Second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 17, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_requests_status{zone=~\"$zone\", status!~\"5..\"}[5m]) ", "interval": "", "intervalFactor": 10, "legendFormat": "{{status}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests / Second (status codes)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 24 }, "hiddenSeries": false, "id": 27, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "max", "sortDesc": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_requests_status{zone=~\"$zone\", status=~\"5..\"}[5m]) ", "interval": "", "intervalFactor": 10, "legendFormat": "{{status}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Errors / Second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": 0 }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "percentunit", "gridPos": { "h": 11, "w": 6, "x": 0, "y": 33 }, "id": 4, "interval": null, "legend": { "show": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "cloudflare_zone_requests_cached{zone=~\"$zone\"} / cloudflare_zone_requests_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "cached", "refId": "A" }, { "expr": "(cloudflare_zone_requests_total{zone=~\"$zone\"} - cloudflare_zone_requests_cached{zone=~\"$zone\"}) / cloudflare_zone_requests_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "uncached", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Cached Requests", "type": "grafana-piechart-panel", "valueName": "current" }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": 0 }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "percentunit", "gridPos": { "h": 11, "w": 6, "x": 6, "y": 33 }, "id": 13, "interval": null, "legend": { "show": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "cloudflare_zone_requests_ssl_encrypted{zone=~\"$zone\"} / cloudflare_zone_requests_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "encrypted", "refId": "A" }, { "expr": "( cloudflare_zone_requests_total{zone=~\"$zone\"} - cloudflare_zone_requests_ssl_encrypted{zone=~\"$zone\"} ) / cloudflare_zone_requests_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "unencrypted", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Requests SSL", "type": "grafana-piechart-panel", "valueName": "current" }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0.01" }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "short", "gridPos": { "h": 11, "w": 12, "x": 12, "y": 33 }, "id": 12, "interval": null, "legend": { "percentage": true, "show": true, "sort": "current", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\"}[1m])", "interval": "", "legendFormat": "{{country}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Request Country", "type": "grafana-piechart-panel", "valueName": "current" }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0.001" }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "short", "gridPos": { "h": 10, "w": 12, "x": 0, "y": 44 }, "id": 11, "interval": null, "legend": { "percentage": true, "show": true, "sort": "current", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "rate(cloudflare_zone_requests_content_type{zone=~\"$zone\"}[1m])", "interval": "", "legendFormat": "{{content_type}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Request Content Type", "type": "grafana-piechart-panel", "valueName": "current" }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0.00005" }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "short", "gridPos": { "h": 10, "w": 12, "x": 12, "y": 44 }, "id": 28, "interval": null, "legend": { "percentage": true, "show": true, "sort": "current", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "increase(cloudflare_zone_requests_status{zone=~\"$zone\"}[$__range])", "interval": "", "legendFormat": "{{ status }}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Requests Status Codes", "type": "grafana-piechart-panel", "valueName": "current" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 54 }, "id": 30, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 23, "x": 0, "y": 16 }, "hiddenSeries": false, "id": 7, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "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": "rate(cloudflare_zone_bandwidth_total{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "total", "refId": "A" }, { "expr": "rate(cloudflare_zone_bandwidth_cached{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "cached", "refId": "B" }, { "expr": "rate(cloudflare_zone_bandwidth_uncached{zone=~\"$zone\"}[5m])", "interval": "", "intervalFactor": 10, "legendFormat": "uncached", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Bandwidth / second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": 0 }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "percentunit", "gridPos": { "h": 10, "w": 12, "x": 0, "y": 26 }, "id": 9, "interval": null, "legend": { "show": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "cloudflare_zone_bandwidth_cached{zone=~\"$zone\"} / cloudflare_zone_bandwidth_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "cached", "refId": "A" }, { "expr": "(cloudflare_zone_bandwidth_total{zone=~\"$zone\"} - cloudflare_zone_bandwidth_cached{zone=~\"$zone\"}) / cloudflare_zone_bandwidth_total{zone=~\"$zone\"}", "interval": "", "legendFormat": "uncached", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Cached Bandwidth", "type": "grafana-piechart-panel", "valueName": "current" }, { "aliasColors": {}, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": 0 }, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "80%", "format": "decbytes", "gridPos": { "h": 10, "w": 11, "x": 12, "y": 26 }, "id": 15, "interval": null, "legend": { "percentage": true, "show": true, "sort": "current", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 1, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": 1, "targets": [ { "expr": "rate(cloudflare_zone_bandwidth_content_type{zone=~\"$zone\"}[5m])", "interval": "", "legendFormat": "{{content_type}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Bandwidth Content Type", "type": "grafana-piechart-panel", "valueName": "current" } ], "title": "Bandwidth", "type": "row" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 55 }, "id": 38, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 39, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "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": "sum by (region)(rate(cloudflare_zone_requests_country{zone=~\"$zone\"}[5m]))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "{{ region }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests by Region / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 17 }, "hiddenSeries": false, "id": 40, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "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": "sum by (region)(rate(cloudflare_zone_bandwidth_country{zone=~\"$zone\"}[5m]))", "interval": "", "intervalFactor": 10, "legendFormat": "{{ region }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Bandwidth by Region / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 27 }, "hiddenSeries": false, "id": 41, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": "regions", "repeatDirection": "h", "scopedVars": { "regions": { "selected": true, "text": "Asia", "value": "Asia" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 27 }, "hiddenSeries": false, "id": 66, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "repeatIteration": 1602234471496, "repeatPanelId": 41, "scopedVars": { "regions": { "selected": true, "text": "Europe", "value": "Europe" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 27 }, "hiddenSeries": false, "id": 67, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "repeatIteration": 1602234471496, "repeatPanelId": 41, "scopedVars": { "regions": { "selected": true, "text": "South America", "value": "South America" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 34 }, "hiddenSeries": false, "id": 68, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "repeatIteration": 1602234471496, "repeatPanelId": 41, "scopedVars": { "regions": { "selected": true, "text": "Oceania", "value": "Oceania" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 34 }, "hiddenSeries": false, "id": 69, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "repeatIteration": 1602234471496, "repeatPanelId": 41, "scopedVars": { "regions": { "selected": true, "text": "North America", "value": "North America" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 34 }, "hiddenSeries": false, "id": 70, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "maxPerRow": 3, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "repeatIteration": 1602234471496, "repeatPanelId": 41, "scopedVars": { "regions": { "selected": true, "text": "Africa", "value": "Africa" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_requests_country{zone=~\"$zone\", region=~\"$regions\"}[5m]) > 10", "interval": "", "intervalFactor": 10, "legendFormat": "{{ country }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests in $regions / second", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:125", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:126", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "Regions", "type": "row" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 56 }, "id": 32, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 38 }, "hiddenSeries": false, "id": 34, "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": "rate(cloudflare_zone_threats_total{zone=~\"$zone\"}[1m])", "interval": "", "legendFormat": "{{zone}}/threats", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Threats / second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:242", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 38 }, "hiddenSeries": false, "id": 35, "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": "rate(cloudflare_zone_threats_country{zone=~\"$zone\"}[1m])", "interval": "", "legendFormat": "{{country}}/threats", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Threats / country", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:242", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 46 }, "hiddenSeries": false, "id": 36, "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": "rate(cloudflare_zone_threats_type{zone=~\"$zone\"}[1m])", "interval": "", "legendFormat": "{{type}}/threats", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Threats / type", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:242", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "Threats", "type": "row" }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 57 }, "id": 48, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 19 }, "hiddenSeries": false, "id": 50, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": "regions", "scopedVars": { "regions": { "selected": true, "text": "Asia", "value": "Asia" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests by Colocations - $regions / second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 19 }, "hiddenSeries": false, "id": 61, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatIteration": 1602234471496, "repeatPanelId": 50, "scopedVars": { "regions": { "selected": true, "text": "Europe", "value": "Europe" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Colocations - $regions ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 19 }, "hiddenSeries": false, "id": 62, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatIteration": 1602234471496, "repeatPanelId": 50, "scopedVars": { "regions": { "selected": true, "text": "South America", "value": "South America" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Colocations - $regions ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 19 }, "hiddenSeries": false, "id": 63, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatIteration": 1602234471496, "repeatPanelId": 50, "scopedVars": { "regions": { "selected": true, "text": "Oceania", "value": "Oceania" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Colocations - $regions ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 27 }, "hiddenSeries": false, "id": 64, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatIteration": 1602234471496, "repeatPanelId": 50, "scopedVars": { "regions": { "selected": true, "text": "North America", "value": "North America" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Colocations - $regions ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 27 }, "hiddenSeries": false, "id": 65, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "repeatIteration": 1602234471496, "repeatPanelId": 50, "scopedVars": { "regions": { "selected": true, "text": "Africa", "value": "Africa" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_requests_country{zone=\"$zone\", region=\"$regions\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{country}}/{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Colocations - $regions ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 35 }, "hiddenSeries": false, "id": 71, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(cloudflare_zone_colocation_bandwidth_cached{zone=\"$zone\"}[5m]) > 0", "interval": "", "intervalFactor": 10, "legendFormat": "{{ colocation }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Cached bandwidth by Colocation", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:169", "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:170", "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "Colocations", "type": "row" } ], "refresh": false, "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(cloudflare_zone_requests_total, zone)", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "zone", "options": [], "query": "label_values(cloudflare_zone_requests_total, zone)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(cloudflare_zone_requests_country, region)", "hide": 2, "includeAll": false, "label": null, "multi": true, "name": "regions", "options": [], "query": "label_values(cloudflare_zone_requests_country, region)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "CloudFlare Zone Analytics", "uid": "mWxtnz5Mz", "version": 43, "description": "Dashboard for Prometheus cloudflare-exporter\r\nhttps://github.com/lablabs/cloudflare-exporter" }
2022-10-11 17:28:39 UTC
null
0
0
17,384
1
529,648
26,713
0
k8s-alert
k8s-cms-alert
dashboard id : 17384
2022-11-10 06:13:32 UTC
2022-11-10 06:13:51 UTC
0
null
0
0
null
null
0
0
26,713
1
17,384
1
0
dashboard id : 15048
{ "__inputs": [ { "name": "mydatasource", "label": "mylabels", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.3.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:2875", "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "dashboard id : 17384", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17384, "graphTooltip": 0, "id": null, "iteration": 1668060441427, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 373, "panels": [], "title": "【$Node】- Node Total Usage", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "CPU" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "decimals", "value": 1 }, { "id": "custom.width", "value": 57 } ] }, { "matcher": { "id": "byName", "options": "node" }, "properties": [ { "id": "custom.width", "value": 232 } ] }, { "matcher": { "id": "byName", "options": "Memory" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "decimals", "value": 1 }, { "id": "custom.width", "value": 80 } ] }, { "matcher": { "id": "byName", "options": "Condition" }, "properties": [ { "id": "custom.width", "value": 79 } ] } ] }, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 1 }, "id": 369, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Memory" } ] }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (irate(container_cpu_usage_seconds_total{id=\"/\",node=~\"^$Node$\"}[2m])) by (node) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\", node=~\"^$Node$\"}) by (node)", "format": "table", "instant": true, "interval": "", "legendFormat": "CPU", "refId": "A" }, { "exemplar": true, "expr": "sum(container_memory_working_set_bytes{id=\"/\",service=\"prometheus-operator-kubelet\",node=~\"^$Node$\"}) by (node) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\", node=~\"^$Node$\"}) by (node)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Memory", "refId": "B" }, { "exemplar": true, "expr": "kube_node_status_condition{status=\"true\",node=~\"^$Node$\"} == 1", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Condition", "refId": "C" } ], "title": "Nodes Overview【Total Nodes: $total 】", "transformations": [ { "id": "merge", "options": {} }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "node", "Value #A", "Value #B", "condition" ] } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Value #A": 1, "Value #B": 2, "condition": 3, "node": 0 }, "renameByName": { "Value": "CPU", "Value #A": "CPU", "Value #B": "Memory", "Value #C": "", "condition": "Condition" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.8 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 0.99 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 6, "y": 1 }, "id": 357, "links": [], "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (irate(container_cpu_usage_seconds_total{id=\"/\",service=\"prometheus-operator-kubelet\",node=~\"^$Node$\"}[2m])) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\", node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Usage", "refId": "C" }, { "exemplar": true, "expr": "sum (irate(container_cpu_usage_seconds_total{container!=\"\",node=~\"^$Node$\"}[1m])) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\", node=~\"^$Node$\"})", "hide": true, "instant": true, "interval": "10s", "legendFormat": "Usage", "refId": "D" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_requests{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\", node=~\"^$Node$\"})", "instant": true, "interval": "", "legendFormat": "Requests", "refId": "A" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_limits{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\", node=~\"^$Node$\"})", "instant": true, "interval": "", "legendFormat": "Limit", "refId": "B" } ], "title": "CPU【Allocatable Capacity: $node_cpu_capacity cores】", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.8 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 0.99 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 12, "y": 1 }, "id": 327, "links": [], "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum(container_memory_working_set_bytes{id=\"/\",service=\"prometheus-operator-kubelet\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\", node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Usage", "refId": "C" }, { "exemplar": true, "expr": "sum(container_memory_working_set_bytes{container!=\"\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\", node=~\"^$Node$\"})", "hide": true, "instant": true, "interval": "", "legendFormat": "Usage", "refId": "D" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_requests{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\", node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Requests", "refId": "A" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_limits{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"}) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\", node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "10s", "intervalFactor": 1, "legendFormat": "Limits", "refId": "B", "step": 10 } ], "title": "Memory 【Allocatable Capacity:$node_memory_capacity GiB】", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "Usage", "mappings": [], "max": 8000000000000, "min": 1, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "Usage" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "max", "value": 1 }, { "id": "min", "value": 0 }, { "id": "thresholds", "value": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 80 }, { "color": "red", "value": 90 } ] } } ] } ] }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 1 }, "id": 361, "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (container_fs_usage_bytes{device=~\"^/dev/.*$\",id=\"/\",node=~\"^$Node$\"}) / sum (container_fs_limit_bytes{device=~\"^/dev/.*$\",id=\"/\",node=~\"^$Node$\"})", "instant": true, "interval": "", "legendFormat": "Usage", "refId": "C" } ], "title": "Disk 【Capacity:$node_disk_capacity GiB】", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "displayName": "Quota", "mappings": [], "max": 1000, "min": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 21, "y": 1 }, "id": 326, "options": { "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "count(kube_pod_info{created_by_kind!~\"<none>|Job\",node=~\"^$Node$\"})", "hide": true, "instant": true, "interval": "", "legendFormat": "Allocated", "refId": "B" }, { "exemplar": true, "expr": "sum(kube_node_status_allocatable{resource=\"pods\", unit=\"integer\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Quota", "refId": "C" } ], "title": "Pod", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "max": 500, "min": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 500 }, { "color": "red", "value": 1000 } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 5 }, "id": 359, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (irate(container_cpu_usage_seconds_total{id=\"/\",service=\"prometheus-operator-kubelet\",node=~\"^$Node$\"}[2m]))", "instant": true, "interval": "", "legendFormat": "CPU_Usage", "refId": "C" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_requests{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU_Request", "refId": "A" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_limits{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU_Limit", "refId": "B" } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "max": 1000000000000, "min": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 800000000000 }, { "color": "red", "value": 1000000000000 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 5 }, "id": 360, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (container_memory_working_set_bytes{id=\"/\",service=\"prometheus-operator-kubelet\",node=~\"^$Node$\"})", "instant": true, "interval": "", "legendFormat": "Memory_Usage", "refId": "C" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_requests{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Memory_Request", "refId": "A" }, { "exemplar": true, "expr": "sum(kube_pod_container_resource_limits{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Memory_Limit", "refId": "B" } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 18, "y": 5 }, "id": 363, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "sum (container_fs_usage_bytes{device=~\"^/dev/.*$\",id=\"/\",node=~\"^$Node$\"})", "instant": true, "interval": "", "legendFormat": "Usage", "refId": "A" } ], "title": "Disk_Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 1000, "min": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 5 }, "id": 332, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "count(kube_pod_info{created_by_kind!~\"<none>|Job\",node=~\"^$Node$\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Allocated", "refId": "B" } ], "title": "Pod_Allocated", "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 8 }, "id": 375, "panels": [], "title": "【Container:$Container】- Container Resource Overview", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "__name__" }, "properties": [ { "id": "custom.width", "value": 259 } ] }, { "matcher": { "id": "byName", "options": "image" }, "properties": [ { "id": "custom.width", "value": 519 } ] }, { "matcher": { "id": "byName", "options": "pod" }, "properties": [ { "id": "custom.width", "value": 298 } ] }, { "matcher": { "id": "byName", "options": "namespace" }, "properties": [ { "id": "custom.width", "value": 90 } ] }, { "matcher": { "id": "byName", "options": "container" }, "properties": [ { "id": "custom.width", "value": 187 } ] }, { "matcher": { "id": "byName", "options": "Restart" }, "properties": [ { "id": "custom.width", "value": 61 } ] }, { "matcher": { "id": "byName", "options": "node" }, "properties": [ { "id": "custom.width", "value": 211 } ] }, { "matcher": { "id": "byName", "options": "Age" }, "properties": [ { "id": "unit", "value": "s" }, { "id": "custom.width", "value": 78 } ] }, { "matcher": { "id": "byName", "options": "Memory" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "custom.width", "value": 79 } ] }, { "matcher": { "id": "byName", "options": "CPU" }, "properties": [ { "id": "custom.width", "value": 58 } ] }, { "matcher": { "id": "byName", "options": "Status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "Died" }, "1": { "text": "OK" } }, "type": "value" } ] }, { "id": "custom.width", "value": 57 } ] }, { "matcher": { "id": "byName", "options": "CPU" }, "properties": [ { "id": "decimals", "value": 0 }, { "id": "unit", "value": "\bm" } ] }, { "matcher": { "id": "byName", "options": "JVM" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "noValue", "value": "-" }, { "id": "custom.width", "value": 78 } ] }, { "matcher": { "id": "byName", "options": "Incoming" }, "properties": [ { "id": "unit", "value": "bps" }, { "id": "custom.width", "value": 95 } ] }, { "matcher": { "id": "byName", "options": "Outgoing" }, "properties": [ { "id": "unit", "value": "bps" }, { "id": "custom.width", "value": 88 } ] }, { "matcher": { "id": "byName", "options": "Heap" }, "properties": [ { "id": "custom.width", "value": 60 }, { "id": "unit", "value": "percent" }, { "id": "noValue", "value": "-" } ] }, { "matcher": { "id": "byName", "options": "Non-Heap" }, "properties": [ { "id": "custom.width", "value": 79 } ] }, { "matcher": { "id": "byName", "options": "Non-Heap" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "noValue", "value": "-" } ] }, { "matcher": { "id": "byName", "options": "JVM-Max" }, "properties": [ { "id": "custom.width", "value": 75 }, { "id": "unit", "value": "decbytes" }, { "id": "decimals", "value": 0 }, { "id": "noValue", "value": "-" } ] }, { "matcher": { "id": "byName", "options": "JVM-CPU" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.width", "value": 76 }, { "id": "decimals", "value": 2 }, { "id": "noValue", "value": "-" } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 9 }, "id": 354, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "kube_pod_container_status_restarts_total{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\",container !=\"\",container!=\"POD\"} * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Restart", "refId": "D" }, { "exemplar": true, "expr": "kube_pod_container_info{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\"} * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "image", "refId": "A" }, { "exemplar": true, "expr": "sum (rate(container_cpu_usage_seconds_total{pod=~\"$Pod\",container!=\"\",container =~\"$Container\",namespace=~\"$NameSpace\",node=~\"^$Node$\"}[2m])*1000) by (container,pod,node,namespace)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU", "refId": "C" }, { "exemplar": true, "expr": "sum (container_memory_working_set_bytes{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\",node=~\"^$Node$\",container!=\"\"}) by (container,pod,node,namespace)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Memory", "refId": "B" }, { "exemplar": true, "expr": "sum (time () - container_start_time_seconds{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\",node=~\"^$Node$\"}) by (container,pod,node,namespace)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Age", "refId": "E" }, { "exemplar": true, "expr": "kube_pod_container_status_running{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\"} * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Status", "refId": "F" }, { "exemplar": true, "expr": "sum(jvm_memory_used_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"heap\"}) by (pod) * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"}", "format": "table", "hide": true, "instant": true, "interval": "", "legendFormat": "JVM", "refId": "G" }, { "exemplar": true, "expr": "sum (sum (rate (container_network_receive_bytes_total{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\",pod=~\"^$Container.*\"}[2m])) by (pod)* on(pod) group_right kube_pod_container_info{container!=\"istio-proxy\"}) by(pod,container)*8", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Incoming", "refId": "H" }, { "exemplar": true, "expr": "sum (sum (rate (container_network_transmit_bytes_total{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\",pod=~\"^$Container.*\"}[2m])) by (pod)* on(pod) group_right kube_pod_container_info{container!=\"istio-proxy\"}) by(pod,container) *8", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Outgoing", "refId": "I" }, { "exemplar": true, "expr": "sum(jvm_memory_used_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"heap\",pod=~\"^$Container.*\"}) by (namespace,pod) / sum(jvm_memory_max_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"heap\",pod=~\"^$Container.*\"}) by (namespace,pod) * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"} * 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Heap", "refId": "J" }, { "exemplar": true, "expr": "sum(jvm_memory_used_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"nonheap\",pod=~\"^$Container.*\"}) by (namespace,pod) / sum(jvm_memory_max_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"nonheap\",pod=~\"^$Container.*\"}) by (namespace,pod) * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"} * 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Non-Heap", "refId": "K" }, { "exemplar": true, "expr": "sum(jvm_memory_max_bytes{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",area=\"heap\",pod=~\"^$Container.*\"}) by (namespace,pod)* on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "JVM-Max", "refId": "L" }, { "exemplar": true, "expr": "sum(system_cpu_usage{service=~\"$JVM\",namespace=~\"$NameSpace\",pod=~\"$Pod\",pod=~\"^$Container.*\"}) by (namespace,pod) * on (pod) group_left(node) kube_pod_info{pod=~\"$Pod\",node=~\"^$Node$\",namespace=~\"$NameSpace\"} * 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "JVM-CPU", "refId": "M" } ], "title": "【NameSpace:$NameSpace 】/【Total Pods:$pod_total 】", "transformations": [ { "id": "merge", "options": {} }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "container", "namespace", "node", "pod", "Value #D", "image", "Value #C", "Value #B", "Value #E", "Value #F", "Value #H", "Value #I", "Value #J", "Value #K", "Value #L", "Value #M" ] } } }, { "id": "organize", "options": { "excludeByName": { "Value #C": false, "Value #G": false, "container": true, "namespace": true }, "indexByName": { "Value #B": 9, "Value #C": 8, "Value #D": 3, "Value #E": 5, "Value #F": 6, "Value #H": 10, "Value #I": 11, "Value #J": 14, "Value #K": 15, "Value #L": 12, "Value #M": 13, "container": 2, "image": 7, "namespace": 1, "node": 4, "pod": 0 }, "renameByName": { "Value": "Restart", "Value #B": "Memory", "Value #C": "CPU", "Value #D": "Restart", "Value #E": "Age", "Value #F": "Status", "Value #G": "JVM", "Value #H": "Incoming", "Value #I": "Outgoing", "Value #J": "Heap", "Value #K": "Non-Heap", "Value #L": "JVM-Max", "Value #M": "JVM-CPU", "image": "", "pod": "" } } } ], "type": "table" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 428, "panels": [], "title": "Cronjob", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Last Scheddule" }, "properties": [ { "id": "unit", "value": "dateTimeFromNow" }, { "id": "custom.width", "value": 134 } ] }, { "matcher": { "id": "byName", "options": "condition" }, "properties": [ { "id": "mappings", "value": [ { "options": { "true": { "text": "Succeeded" } }, "type": "value" } ] }, { "id": "custom.width", "value": 123 } ] }, { "matcher": { "id": "byName", "options": "cronjob" }, "properties": [ { "id": "custom.width", "value": 264 } ] }, { "matcher": { "id": "byName", "options": "namespace" }, "properties": [ { "id": "custom.width", "value": 95 } ] }, { "matcher": { "id": "byName", "options": "schedule" }, "properties": [ { "id": "custom.width", "value": 95 } ] }, { "matcher": { "id": "byName", "options": "active" }, "properties": [ { "id": "custom.width", "value": 73 } ] }, { "matcher": { "id": "byName", "options": "succeeded" }, "properties": [ { "id": "custom.width", "value": 91 } ] }, { "matcher": { "id": "byName", "options": "failed" }, "properties": [ { "id": "custom.width", "value": 65 } ] }, { "matcher": { "id": "byName", "options": "suspend" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "false" }, "1": { "text": "true" } }, "type": "value" } ] }, { "id": "custom.width", "value": 73 } ] }, { "matcher": { "id": "byName", "options": "Value #E" }, "properties": [ { "id": "custom.width", "value": 82 } ] }, { "matcher": { "id": "byName", "options": "job_name" }, "properties": [ { "id": "custom.width", "value": 318 } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 17 }, "id": 432, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "kube_cronjob_info", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "A" }, { "exemplar": true, "expr": "kube_cronjob_status_last_schedule_time{namespace=\"cronjob\"}*1000", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "Last Scheddule", "refId": "B" }, { "exemplar": true, "expr": "kube_cronjob_status_active{namespace=\"cronjob\"} * on (cronjob) group_left(job) kube_cronjob_info{namespace=\"cronjob\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "active", "refId": "C" }, { "exemplar": true, "expr": "kube_cronjob_spec_suspend{namespace=\"cronjob\"} * on (cronjob) group_left(job) kube_cronjob_info{namespace=\"cronjob\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "suspend", "refId": "D" } ], "title": "Cronjob", "transformations": [ { "id": "merge", "options": {} }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "cronjob", "namespace", "schedule", "Value #B", "Value #C", "Value #D", "Value #E", "job_name" ] } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Value #B": "Last Scheddule", "Value #C": "active", "Value #D": "suspend", "Value #E": "", "Value #F": "failed", "Value #G": "suspend" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "job_name" }, "properties": [ { "id": "custom.width", "value": 363 } ] }, { "matcher": { "id": "byName", "options": "succeeded" }, "properties": [ { "id": "custom.width", "value": 141 }, { "id": "noValue", "value": "0" } ] }, { "matcher": { "id": "byName", "options": "failed" }, "properties": [ { "id": "custom.width", "value": 170 }, { "id": "noValue", "value": "0" } ] } ] }, "gridPos": { "h": 5, "w": 9, "x": 10, "y": 17 }, "id": 434, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "8.3.3", "targets": [ { "exemplar": true, "expr": "(kube_job_status_succeeded{namespace=\"cronjob\"}==1)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "succeeded", "refId": "B" }, { "exemplar": true, "expr": "(kube_job_failed{namespace=\"cronjob\"}==1)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "failed", "refId": "C" } ], "title": "Jobs", "transformations": [ { "id": "merge", "options": {} }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "job_name", "Value #B", "Value #C" ] } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Value #B": "succeeded", "Value #C": "failed" } } } ], "type": "table" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 225, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "decimals": 0, "description": "(1m avg)", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 23 }, "hiddenSeries": false, "id": 407, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (rate (container_cpu_usage_seconds_total{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\"}[1m])*1000) by (container, pod , node)", "hide": false, "interval": "", "legendFormat": "pod : {{pod}}", "refId": "B" }, { "exemplar": true, "expr": "sum(rate(container_cpu_usage_seconds_total{pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\"}[1m])) by (container, pod , node) * 100", "hide": true, "interval": "", "legendFormat": "pod: {{ pod }} | {{ container }}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Container CPU Usage ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:221", "format": "lengthm", "label": "cores", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:222", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "decimals": 2, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 23 }, "hiddenSeries": false, "id": 466, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "container_memory_working_set_bytes{origin_prometheus=~\"$origin_prometheus\",pod=~\"$Pod\",container =~\"$Container\",namespace=~\"$NameSpace\",node=~\"^$Node$\"}", "interval": "", "legendFormat": "pod : {{pod}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Container Memory Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:221", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:222", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "current : 1 (Running)\ncurrent : 0 (Died)", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 23 }, "hiddenSeries": false, "id": 280, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "kube_pod_container_status_running{namespace=\"default\",container!=\"istio-proxy\"}", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "pod: {{ pod }} | {{ container }}", "refId": "A" }, { "exemplar": true, "expr": "kube_pod_container_status_running{namespace=\"istio-system\",container!=\"istio-proxy\",container!=\"istio-init-crd-10\",container!=\"istio-init-crd-11\",container!=\"istio-init-crd-14\"}", "hide": false, "interval": "", "legendFormat": "pod: {{ pod }} | {{ container }}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Container Status of running (Threshold:current < 1)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8986", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:8987", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "流入:wholion-lbs": "purple", "流出:wholion-lbs": "green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "decimals": 2, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 276, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (sum (rate (container_network_receive_bytes_total{pod=~\"$Pod\",image!=\"\",node=~\"^$Node$\",namespace=~\"$NameSpace\",pod=~\".*$Container.*\"}[1m])) by (pod)* on(pod) group_right kube_pod_container_info) by(container)*8", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Incoming : {{ container }}", "metric": "network", "refId": "A", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "Container Incoming traffic (total)", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8106", "format": "bps", "logBase": 1, "show": true }, { "$$hashKey": "object:8107", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "流入:wholion-lbs": "purple", "流出:wholion-lbs": "green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "decimals": 2, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 30 }, "hiddenSeries": false, "id": 277, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "max", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (sum (rate (container_network_transmit_bytes_total{pod=~\"$Pod\",image!=\"\",namespace=~\"$NameSpace\",pod=~\".*$Container.*\"}[2m])) by (pod)* on(pod) group_right kube_pod_container_info) by(container) *8", "interval": "", "intervalFactor": 1, "legendFormat": "Outgoing : {{ container }}", "metric": "network", "refId": "B", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "Container Outgoing traffic (total)", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8106", "format": "bps", "logBase": 1, "show": true }, { "$$hashKey": "object:8107", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 30 }, "hiddenSeries": false, "id": 385, "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "kube_statefulset_status_replicas_current{namespace=\"default\"}", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{statefulset}}", "refId": "A" }, { "exemplar": true, "expr": "kube_daemonset_status_number_available{namespace=\"default\"}", "hide": false, "interval": "", "legendFormat": "{{daemonset}}", "refId": "B" }, { "exemplar": true, "expr": "kube_deployment_status_replicas_available{namespace=\"default\",deployment!=\"cleanroom\"}", "hide": false, "interval": "", "legendFormat": "{{deployment}}", "refId": "C" }, { "exemplar": true, "expr": "kube_deployment_status_replicas_available{namespace=\"istio-system\"}", "hide": false, "interval": "", "legendFormat": "{{deployment}}", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Pods available", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4088", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:4089", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 37 }, "hiddenSeries": false, "id": 389, "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "kube_pod_container_status_restarts_total{namespace=\"default\",container!=\"istio-proxy\",container!=\"cleanroom\"}", "interval": "", "intervalFactor": 1, "legendFormat": "pod: {{ pod }} | {{ container }}", "refId": "A" }, { "exemplar": true, "expr": "kube_pod_container_status_restarts_total{namespace=\"istio-system\",container!=\"istio-proxy\",container!=\"istio-init-crd-10\",container!=\"istio-init-crd-11\",container!=\"istio-init-crd-14\"}", "hide": false, "interval": "", "legendFormat": "pod: {{ pod }} | {{ container }}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Container Restart", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4088", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:4089", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "title": "Pods Status Monitoring", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 204, "panels": [ { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 0.8 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "C", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "K8S - Nodes CPU Usage (Threshold:Usage > 80%) alert", "noDataState": "no_data", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 254, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (irate(container_cpu_usage_seconds_total{id=\"/\"}[2m]))by (node) / sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\"})by (node)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{node}}", "refId": "C" } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 0.8, "visible": true } ], "timeRegions": [], "title": "K8S - Nodes CPU Usage (Threshold:Usage > 80%)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "decimals": 1, "format": "percentunit", "logBase": 1, "max": "1", "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 0.9 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "C", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "K8S - Nodes Memory Usage (Threshold:Usage > 90%) alert", "noDataState": "no_data", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 24 }, "hiddenSeries": false, "id": 200, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum(container_memory_working_set_bytes{id=\"/\"}) by (node) / sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\"}) by (node)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{node}}", "refId": "C" } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 0.9, "visible": true } ], "timeRegions": [], "title": "K8S - Nodes Memory Usage (Threshold:Usage > 90%)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "decimals": 1, "format": "percentunit", "logBase": 1, "max": "1", "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 0.8 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "K8S - Nodes Disk Usage (Threshold:Usage > 80%) alert", "noDataState": "no_data", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 24 }, "hiddenSeries": false, "id": 202, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (container_fs_usage_bytes{device=~\"^/dev/.*$\",id=\"/\"})by (node) / sum (container_fs_limit_bytes{device=~\"^/dev/.*$\",id=\"/\"})by (node)", "format": "time_series", "hide": false, "interval": "", "legendFormat": "{{node}}", "refId": "A" } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 0.8, "visible": true } ], "timeRegions": [], "title": "K8S - Nodes Disk Usage (Threshold:Usage > 80%)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "format": "percentunit", "logBase": 1, "max": "1", "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 1 ], "type": "lt" }, "operator": { "type": "and" }, "query": { "params": [ "C", "1m", "now" ] }, "reducer": { "params": [], "type": "last" }, "type": "query" }, { "evaluator": { "params": [ 0 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "last" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "K8S - Nodes Status (Threshold:Number of node < 1)", "noDataState": "no_data", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 255, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:8108", "alias": "Nodes Unavailable", "color": "#F2495C" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum(kube_node_info)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "Nodes available", "refId": "C" }, { "exemplar": true, "expr": "sum(kube_node_spec_unschedulable)", "hide": false, "interval": "", "legendFormat": "Nodes Unavailable", "refId": "A" } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "lt", "value": 1, "visible": true } ], "timeRegions": [], "title": "K8S - Nodes Status 【Total Nodes: $total 】(Threshold:Number of node < 1)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 31 }, "hiddenSeries": false, "id": 206, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (irate(container_network_receive_bytes_total[1m]))by (node) * 8", "format": "time_series", "hide": false, "interval": "", "legendFormat": "{{node}} - incoming", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "k8S - Nodes Incoming traffic (Threshold:traffic > 15 Mbps)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "format": "bps", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "description": "", "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 31 }, "hiddenSeries": false, "id": 227, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum (irate(container_network_transmit_bytes_total{}[2m]))by (node) * 8", "format": "time_series", "hide": false, "interval": "", "legendFormat": "{{node}} - outgoing", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "k8S - Nodes Outgoing traffic (Threshold:traffic > 15 Mbps)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1655", "format": "bps", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1656", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "title": "K8S Nodes Resource Monitoring", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 430, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 69 }, "hiddenSeries": false, "id": 436, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.4", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "(kube_job_status_succeeded{namespace=\"cronjob\"}==1)", "instant": false, "interval": "", "legendFormat": "{{job_name}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "job succeeded", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:65", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:66", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 1 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "last" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "job failed (Threshold:job failed > 1) alert", "noDataState": "ok", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 69 }, "hiddenSeries": false, "id": 438, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.4", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "(kube_job_failed{namespace=\"cronjob\"}==1)", "instant": false, "interval": "", "legendFormat": "{{job_name}}", "refId": "A" } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 1, "visible": true } ], "timeRegions": [], "title": "job failed (Threshold:job failed > 1)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:65", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:66", "format": "short", "logBase": 1, "min": "0", "show": true } ], "yaxis": { "align": false } } ], "title": "Cronjob Monitoring", "type": "row" } ], "refresh": "1m", "schemaVersion": 34, "style": "dark", "tags": [ "AWS", "CloudAMQP", "Prod", "RabbitMQ", "Cronjob", "Japan" ], "templating": { "list": [ { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(kube_node_info{origin_prometheus=~\"$origin_prometheus\"},node)", "hide": 0, "includeAll": true, "label": "Node", "multi": false, "multiFormat": "regex values", "name": "Node", "options": [], "query": { "query": "label_values(kube_node_info{origin_prometheus=~\"$origin_prometheus\"},node)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "hide": 2, "includeAll": false, "label": "JOB", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "hide": 2, "includeAll": false, "label": "主机数", "multi": false, "name": "total", "options": [], "query": { "query": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(kube_namespace_labels{origin_prometheus=~\"$origin_prometheus\"},namespace)", "hide": 0, "includeAll": true, "label": "NameSpace", "multi": false, "name": "NameSpace", "options": [], "query": { "query": "label_values(kube_namespace_labels{origin_prometheus=~\"$origin_prometheus\"},namespace)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(kube_pod_info{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",node=~\"$Node\"},pod)", "hide": 0, "includeAll": true, "label": "Pod", "multi": false, "name": "Pod", "options": [], "query": { "query": "label_values(kube_pod_info{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",node=~\"$Node\"},pod)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/^(?!cleanroom.*)/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(kube_pod_container_info{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",pod=~\"$Pod\"},container)", "hide": 0, "includeAll": true, "label": "Container", "multi": false, "name": "Container", "options": [], "query": { "query": "label_values(kube_pod_container_info{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",pod=~\"$Pod\"},container)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/[^istio\\-proxy|cleanroom]/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(count(container_cpu_usage_seconds_total{origin_prometheus=~\"$origin_prometheus\",pod=~\"$Pod\",namespace=~\"$NameSpace\",node=~\"$Node\",container=~\"$Container\",container !=\"\",container!=\"POD\"}))", "hide": 2, "includeAll": false, "label": "pod數量", "multi": false, "name": "pod_total", "options": [], "query": { "query": "query_result(count(container_cpu_usage_seconds_total{origin_prometheus=~\"$origin_prometheus\",pod=~\"$Pod\",namespace=~\"$NameSpace\",node=~\"$Node\",container=~\"$Container\",container !=\"\",container!=\"POD\"}))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(sum(rabbitmq_identity_info{namespace=\"default\"}))", "hide": 2, "includeAll": false, "label": "rabbitmq數量", "multi": false, "name": "mq_total", "options": [], "query": { "query": "query_result(sum(rabbitmq_identity_info{namespace=\"default\"}))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(service)", "hide": 2, "includeAll": true, "label": "JVM_test", "multi": false, "name": "JVM_test", "options": [], "query": { "query": "label_values(service)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/.*-service|.*-gateway/", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(origin_prometheus)", "hide": 2, "includeAll": false, "label": "DataSource", "multi": false, "name": "origin_prometheus", "options": [], "query": { "query": "", "refId": "k8s-sh-stage-platform-P1M1-origin_prometheus-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "label_values(jvm_memory_used_bytes{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",pod=~\"$Pod\"},service)", "hide": 2, "includeAll": true, "label": "JVM", "multi": false, "name": "JVM", "options": [], "query": { "query": "label_values(jvm_memory_used_bytes{origin_prometheus=~\"$origin_prometheus\",namespace=~\"$NameSpace\",pod=~\"$Pod\"},service)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"}))", "hide": 2, "includeAll": false, "label": "node_cpu_capacity", "multi": false, "name": "node_cpu_capacity", "options": [], "query": { "query": "query_result(sum(kube_node_status_allocatable{resource=\"cpu\", unit=\"core\",node=~\"^$Node$\"}))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"}/1024/1024/1024))", "hide": 2, "includeAll": false, "label": "node_memory_capacity", "multi": false, "name": "node_memory_capacity", "options": [], "query": { "query": "query_result(sum(kube_node_status_allocatable{resource=\"memory\", unit=\"byte\",node=~\"^$Node$\"}/1024/1024/1024))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/([0-9]+\\.[0-9]{1})[0-9]*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(sum(container_fs_limit_bytes{device=~\"^/dev/.*$\",id=\"/\",node=~\"^$Node$\"}/1024/1024/1024))", "hide": 2, "includeAll": false, "label": "node_disk_capacity", "multi": false, "name": "node_disk_capacity", "options": [], "query": { "query": "query_result(sum(container_fs_limit_bytes{device=~\"^/dev/.*$\",id=\"/\",node=~\"^$Node$\"}/1024/1024/1024))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/([0-9]+)[0-9]*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${mydatasource}" }, "definition": "query_result(sum(kube_node_status_allocatable{resource=\"pods\", unit=\"integer\",node=~\"^$Node$\"}))", "hide": 2, "includeAll": false, "label": "pod_quota", "multi": false, "name": "pod_quota", "options": [], "query": { "query": "query_result(sum(kube_node_status_allocatable{resource=\"pods\", unit=\"integer\",node=~\"^$Node$\"}))", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "1m", "value": "1m" }, "hide": 2, "name": "duration", "options": [ { "selected": true, "text": "1m", "value": "1m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "15m", "value": "15m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "1m,5m,10m,15m,30m,1h,6h,12h,1d,7d,14d,30d", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "hidden": false, "now": true, "refresh_intervals": [ "15s", "30s", "1m", "5m", "15m", "30m" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "k8s-cms-alert", "uid": "KZZY_bD4k", "version": 1, "weekStart": "" }
2022-11-10 06:13:32 UTC
2022-11-10 06:13:51 UTC
0
0
17,484
1
740,068
26,847
0
minio-dashboard
MinIO Dashboard
MinIO Grafana Dashboard - https://min.io/ Customized for usage with Telegraf and VictoriaMetrics
2022-11-25 07:13:11 UTC
2022-11-25 07:14:43 UTC
0
null
0
0
Telegraf
[[inputs.prometheus]] urls = ["http://localhost:9000/minio/v2/metrics/cluster"] metric_version = 1
0
0
26,847
1
17,484
1
0
MinIO Grafana Dashboard - https://min.io/ Customized for usage with Telegraf and VictoriaMetrics
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "victoriametrics", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.5" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "MinIO Grafana Dashboard - https://min.io/\r\n\r\nCustomized for usage with Telegraf and VictoriaMetrics", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17484, "graphTooltip": 0, "id": null, "links": [ { "icon": "external link", "includeVars": true, "keepTime": true, "tags": [ "minio" ], "type": "dashboards" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 0 }, "id": 1, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "time() - max(minio_node_process_starttime_seconds_gauge{job=~\"$scrape_jobs\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 0 }, "id": 65, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "exemplar": true, "expr": "sum by(host) (minio_s3_traffic_received_bytes_counter{job=~\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total S3 Traffic Inbound", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "color", "value": { "fixedColor": "orange", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 4, "x": 6, "y": 0 }, "id": 50, "interval": "1m", "links": [], "maxDataPoints": 100, "options": { "displayLabels": [], "legend": { "displayMode": "table", "placement": "bottom", "showLegend": true, "values": [ "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "topk(1, sum(minio_cluster_capacity_usable_total_bytes_gauge{job=~\"$scrape_jobs\"}) by (url)) - topk(1, sum(minio_cluster_capacity_usable_free_bytes_gauge{job=~\"$scrape_jobs\"}) by (url))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "Used", "refId": "A", "step": 300 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "topk(1, sum(minio_cluster_capacity_usable_free_bytes_gauge{job=~\"$scrape_jobs\"}) by (url))", "hide": false, "interval": "1m", "legendFormat": "Free", "range": true, "refId": "B" } ], "title": "Capacity", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "Objects" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] }, { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "Usage" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 6, "w": 6, "x": 10, "y": 0 }, "id": 68, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(minio_bucket_usage_total_bytes_gauge{job=~\"$scrape_jobs\"}) by (url)", "interval": "", "legendFormat": "Usage", "range": true, "refId": "A" } ], "title": "Data Usage Growth", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 5, "x": 16, "y": 0 }, "id": 52, "links": [], "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showUnfilled": false, "text": {} }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "max by (range) (minio_bucket_objects_size_distribution_gauge{job=~\"$scrape_jobs\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{range}}", "refId": "A", "step": 300 } ], "title": "Object size distribution", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 2000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 0 }, "id": 61, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum (minio_node_file_descriptor_open_total_gauge{job=~\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Open FDs", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 3 }, "id": 64, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (instance) (minio_s3_traffic_sent_bytes_counter{job=~\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total S3 Traffic Outbound", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 2000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 3 }, "id": 62, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum without (server,instance) (minio_node_go_routine_total_gauge{job=~\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Goroutines", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 6 }, "id": 53, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_cluster_nodes_online_total_gauge{job=~\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Online Servers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 6 }, "id": 9, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_cluster_disk_online_total_gauge{job=~\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "Total online disks in MinIO Cluster", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Online Disks", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "dark-yellow", "value": 75000000 }, { "color": "dark-red", "value": 100000000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 6 }, "id": 66, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "count(count by (bucket) (minio_bucket_usage_total_bytes_gauge{job=~\"$scrape_jobs\"}))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Number of Buckets", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 7, "x": 9, "y": 6 }, "id": 63, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server) (rate(minio_s3_traffic_received_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "Data Received [{{server}}]", "range": true, "refId": "A" } ], "title": "S3 API Data Received Rate ", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 6 }, "id": 70, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server) (rate(minio_s3_traffic_sent_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "Data Sent [{{server}}]", "range": true, "refId": "A" } ], "title": "S3 API Data Sent Rate ", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 8 }, "id": 69, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_cluster_nodes_offline_total_gauge{job=~\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Offline Servers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 8 }, "id": 78, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_cluster_disk_offline_total_gauge{job=~\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Total Offline Disks", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "dark-yellow", "value": 75000000 }, { "color": "dark-red", "value": 100000000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 9 }, "id": 44, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "topk(1, sum(minio_bucket_usage_object_total_gauge{job=~\"$scrape_jobs\"}) by (host))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Number of Objects", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ns" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 10 }, "id": 80, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_heal_time_last_activity_nano_seconds_gauge{job=~\"$scrape_jobs\"}", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{server}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Time Since Last Heal Activity", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ns" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 10 }, "id": 81, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_usage_last_activity_nano_seconds_gauge{job=~\"$scrape_jobs\"}", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{server}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "title": "Time Since Last Scan Activity", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 12 }, "id": 60, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_incoming_total_gauge{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server,api}}", "range": true, "refId": "A" } ], "title": "S3 API Request Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 12 }, "id": 71, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_rejected_auth_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval])) + sum by (server,api) (increase(minio_s3_requests_rejected_header_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval])) + sum by (server,api) (increase(minio_s3_requests_rejected_invalid_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server}}", "range": true, "refId": "A" } ], "title": "S3 API Request Error Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 5, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "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": 10, "w": 12, "x": 0, "y": 22 }, "id": 90, "options": { "legend": { "calcs": [ "min", "max", "mean" ], "displayMode": "table", "placement": "right", "showLegend": true, "sortBy": "Max", "sortDesc": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum by(bucket) (minio_bucket_usage_total_bytes_gauge{job=~\"$scrape_jobs\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Bucket Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 5, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 2, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": true, "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": 10, "w": 12, "x": 12, "y": 22 }, "id": 92, "options": { "legend": { "calcs": [ "min", "max", "mean" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum by(bucket) (minio_bucket_replication_received_bytes_gauge{job=~\"$scrape_jobs\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Bucket Replication Received", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 32 }, "id": 86, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_rejected_header_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server,api}}", "range": true, "refId": "A" } ], "title": "S3 API Request Rejected Header", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "S3 Errors" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "S3 Requests" }, "properties": [ { "id": "color", "value": { "fixedColor": "light-green", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 32 }, "id": 88, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_rejected_auth_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server,api}}", "range": true, "refId": "A" } ], "title": "S3 API Request Rejected Auth", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Total number of bytes received and sent among all MinIO server instances", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "10.13.1.25:9000 DELETE" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "10.13.1.25:9000 GET" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "10.13.1.25:9000 POST" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 42 }, "id": 17, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_inter_node_traffic_sent_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "Internode Bytes Received [{{server}}]", "metric": "minio_http_requests_duration_seconds_count", "range": true, "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_inter_node_traffic_received_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Internode Bytes Sent [{{server}}]", "range": true, "refId": "B" } ], "title": "Internode Data Transfer", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 42 }, "id": 84, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (url) (minio_heal_objects_heal_total_gauge{job=~\"$scrape_jobs\"})", "interval": "", "legendFormat": "Objects healed in current self heal run", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (url) (minio_heal_objects_error_total_gauge{job=~\"$scrape_jobs\"})", "hide": false, "interval": "", "legendFormat": "Heal errors in current self heal run", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum by (url) (minio_heal_objects_total_gauge{job=~\"$scrape_jobs\"}) ", "hide": false, "interval": "", "legendFormat": "Objects scanned in current self heal run", "range": true, "refId": "C" } ], "title": "Healing", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 51 }, "id": 77, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_node_process_cpu_total_seconds_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "CPU Usage Rate [{{server}}]", "range": true, "refId": "A" } ], "title": "Node CPU Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 51 }, "id": 76, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_node_process_resident_memory_bytes_gauge{job=~\"$scrape_jobs\"}", "interval": "", "legendFormat": "Memory Used [{{server}}]", "range": true, "refId": "A" } ], "title": "Node Memory Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 60 }, "id": 74, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_node_disk_used_bytes_gauge{job=~\"$scrape_jobs\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Used Capacity [{{server}}:{{disk}}]", "refId": "A" } ], "title": "Drive Used Capacity", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 60 }, "id": 82, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_cluster_disk_free_inodes_gauge{job=~\"$scrape_jobs\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Free Inodes [{{server}}:{{disk}}]", "refId": "A" } ], "title": "Drives Free Inodes", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Number of online disks per MinIO Server", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Offline 10.13.1.25:9000" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Total 10.13.1.25:9000" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 68 }, "id": 11, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_node_syscall_read_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "Read Syscalls [{{server}}]", "metric": "process_start_time_seconds", "range": true, "refId": "A", "step": 60 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_node_syscall_write_total_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Write Syscalls [{{server}}]", "range": true, "refId": "B" } ], "title": "Node Syscalls", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "available 10.13.1.25:9000" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "used 10.13.1.25:9000" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 68 }, "id": 8, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "minio_node_file_descriptor_open_total_gauge{job=~\"$scrape_jobs\"}", "interval": "", "legendFormat": "Open FDs [{{server}}]", "range": true, "refId": "B" } ], "title": "Node File Descriptors", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 77 }, "id": 73, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_node_io_rchar_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Node RChar [{{server}}]", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "rate(minio_node_io_wchar_bytes_counter{job=~\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Node WChar [{{server}}]", "range": true, "refId": "B" } ], "title": "Node IO", "type": "timeseries" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "minio" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(job)", "hide": 0, "includeAll": true, "multi": true, "name": "scrape_jobs", "options": [], "query": { "query": "label_values(job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "MinIO Dashboard", "uid": "TgmJnqnnk", "version": 1, "weekStart": "" }
2022-11-25 07:13:11 UTC
null
0
0
17,554
1
756,650
26,949
0
restic-exporter
Restic Exporter
Restic statistics dashboard
2022-12-06 20:51:57 UTC
2022-12-07 09:51:38 UTC
0
# Restic Exporter The Docker image, source code and documentation is in GitHub. https://github.com/ngosang/restic-exporter
0
0
Other
null
1
5
26,949
1
17,554
1
0
Restic statistics dashboard
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.0" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Restic statistics dashboard", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17554, "graphTooltip": 0, "id": null, "links": [ { "icon": "external link", "tags": [ "system" ], "type": "dashboards" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "0": { "color": "red", "index": 1, "text": "ERROR" }, "1": { "color": "green", "index": 0, "text": "OK" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 40, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.0", "targets": [ { "exemplar": true, "expr": "restic_check_success", "interval": "", "legendFormat": "", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Repository Check", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "last_backup" }, "properties": [ { "id": "custom.displayMode", "value": "auto" }, { "id": "unit", "value": "dateTimeAsIso" } ] }, { "matcher": { "id": "byName", "options": "last_backup_since" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "unit", "value": "s" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 604800 }, { "color": "red", "value": 1209600 } ] } } ] } ] }, "gridPos": { "h": 9, "w": 15, "x": 0, "y": 3 }, "id": 27, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_hostname" } ] }, "pluginVersion": "9.3.0", "targets": [ { "exemplar": true, "expr": "restic_backup_timestamp * 1000", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } }, { "exemplar": true, "expr": "time() - restic_backup_timestamp", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "B", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Last backup", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "backup_id": true, "backup_type": true, "client_hostname": false, "client_id": true, "client_os_version": true, "client_username": true, "client_version": true, "instance": true, "job": true, "snapshot_hash": true, "snapshot_id": true }, "indexByName": {}, "renameByName": { "Value": "", "Value #A": "last_backup", "Value #B": "last_backup_since" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 9, "x": 15, "y": 3 }, "id": 32, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_hostname" } ] }, "pluginVersion": "9.3.0", "targets": [ { "exemplar": true, "expr": "restic_backup_snapshots_total", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Total snapshot count", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_id": true, "backup_type": true, "client_hostname": false, "client_id": true, "client_os_version": true, "client_username": true, "client_version": true, "instance": true, "job": true, "snapshot_hash": true, "snapshot_id": true }, "indexByName": {}, "renameByName": { "Value": "total_snapshot_count" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "total_backup_size" }, "properties": [ { "id": "unit", "value": "bytes" } ] } ] }, "gridPos": { "h": 9, "w": 9, "x": 0, "y": 12 }, "id": 34, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_hostname" } ] }, "pluginVersion": "9.3.0", "targets": [ { "exemplar": true, "expr": "restic_backup_size_total", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Total backup size", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_id": true, "backup_type": true, "client_hostname": false, "client_id": true, "client_os_version": true, "client_username": true, "client_version": true, "instance": true, "job": true, "snapshot_hash": true, "snapshot_id": true }, "indexByName": {}, "renameByName": { "Value": "total_backup_size" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 6, "x": 9, "y": 12 }, "id": 35, "links": [], "maxDataPoints": 100, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "bottom", "showLegend": false, "values": [] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Value$/", "values": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.4", "targets": [ { "exemplar": true, "expr": "restic_backup_size_total", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Total backup size", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": false, "__name__": true, "backup_id": true, "client_hostname": false, "client_username": true, "instance": true, "job": true, "snapshot_id": true }, "indexByName": {}, "renameByName": { "Value": "", "snapshot_id": "" } } } ], "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 9, "x": 15, "y": 12 }, "id": 33, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_hostname" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "restic_backup_files_total", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_hostname}}", "refId": "A" } ], "title": "Total backup files", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_id": true, "backup_type": true, "client_hostname": false, "client_id": true, "client_os_version": true, "client_username": true, "client_version": true, "instance": true, "job": true, "snapshot_hash": true, "snapshot_id": true }, "indexByName": {}, "renameByName": { "Value": "total_backup_files" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 21 }, "id": 8, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.0", "targets": [ { "exemplar": true, "expr": "sum by(client_hostname,client_username) (restic_backup_size_total)", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Total backup size", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 15, "x": 0, "y": 30 }, "id": 41, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum by(client_hostname,client_username) (restic_backup_files_total)", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{client_hostname}}", "refId": "A" } ], "title": "Total backup files", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 9, "x": 15, "y": 30 }, "id": 30, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.0", "targets": [ { "exemplar": true, "expr": "sum by(client_hostname,client_username) (restic_backup_snapshots_total)", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{client_hostname}}", "refId": "A", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" } } ], "title": "Total snapshot count", "type": "timeseries" } ], "refresh": "", "schemaVersion": 37, "style": "dark", "tags": [ "system" ], "templating": { "list": [] }, "time": { "from": "now-7d", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Restic Exporter", "uid": "2JzZl3B7k", "version": 23, "weekStart": "" }
2022-12-06 20:51:57 UTC
null
1
5
17,653
1
728,578
27,113
0
hikaricp-connection-pools-opentelemetry
HikariCP (OpenTelemetry)
Data about HIkariCP connection pools for JVM apps instrumented with OpenTelemetry
2022-12-19 11:39:26 UTC
2022-12-19 11:41:50 UTC
0
Display data exposed by HikariCP OpenTelemetry integration
0
0
null
null
0
0
27,113
1
17,653
1
0
Data about HIkariCP connection pools for Play applications
{ "__inputs": [ { "name": "DS_THANOS", "label": "Thanos", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Data about HIkariCP connection pools for JVM apps instrumented with OpenTelemetry", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17653, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "graphite", "uid": "000000001" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 2, "panels": [], "targets": [ { "datasource": { "type": "graphite", "uid": "000000001" }, "refId": "A" } ], "title": "Number of connections", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 11, "x": 0, "y": 1 }, "id": 10, "links": [], "options": { "legend": { "calcs": [ "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.0.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_usage{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\", state=\"used\"})", "format": "time_series", "intervalFactor": 1, "legendFormat": "Used connections", "range": true, "refId": "Active" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_usage{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\", state=\"idle\"})", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Idle connections", "range": true, "refId": "Idle" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_pending_requests{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"})", "hide": false, "legendFormat": "Pending requests", "range": true, "refId": "Pending" } ], "title": "Connections", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "description": "Minimum number of idle open connections allowed", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 11, "y": 1 }, "id": 13, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_idle_min{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"})", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Min idle allowed", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 11, "x": 13, "y": 1 }, "id": 24, "links": [], "options": { "legend": { "calcs": [ "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.0.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "db_client_connections_usage{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\", state=\"used\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Used connections {{ instance }}", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "db_client_connections_pending_requests{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Pending threads {{ instance }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "db_client_connections_usage{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\", state=\"idle\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Idle connections {{ instance }}", "range": true, "refId": "B" } ], "title": "Connections per instance", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "description": "Maximum number of open connections allowed.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 11, "y": 4 }, "id": 12, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_max{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"})", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Max allowed", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "description": "The number of connection timeouts that have occurred trying to obtain a connection from the pool.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 11, "y": 7 }, "id": 25, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(db_client_connections_timeouts{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"})", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Timeouts", "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 10 }, "id": 23, "panels": [], "title": "Connection durations", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 11 }, "id": 16, "links": [], "options": { "legend": { "calcs": [ "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.0.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "irate(db_client_connections_use_time_sum{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval]) / irate(db_client_connections_use_time_count{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Usage time {{ instance }}", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "irate(db_client_connections_create_time_sum{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval]) / irate(db_client_connections_create_time_count{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval])", "hide": false, "interval": "", "legendFormat": "Creation time {{ instance }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "irate(db_client_connections_wait_time_sum{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval]) / irate(db_client_connections_wait_time_count{instance=~\"$instance\", pool_name=\"$hikaricp_pool_name\"}[$__rate_interval])", "hide": false, "legendFormat": "Connection acquired {{ instance }}", "range": true, "refId": "B" } ], "title": "Connections Time", "type": "timeseries" }, { "cards": {}, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 20 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 19, "legend": { "show": true }, "maxDataPoints": 20, "options": { "calculate": false, "calculation": {}, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "#b4ff00", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "Oranges", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "ms" } }, "pluginVersion": "9.2.4", "reverseYBuckets": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(round(rate(db_client_connections_use_time_bucket{instance=~\"$instance\",pool_name=\"$hikaricp_pool_name\"}[$__interval]) * $__interval_ms / 1000)) by (le)", "format": "heatmap", "interval": "5m", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Connection usage", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "yAxis": { "format": "ms", "logBase": 1, "show": true }, "yBucketBound": "auto" }, { "cards": {}, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 20 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 21, "legend": { "show": true }, "maxDataPoints": 20, "options": { "calculate": false, "calculation": {}, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "#b4ff00", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "Oranges", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "ms" } }, "pluginVersion": "9.2.4", "reverseYBuckets": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(round(rate(db_client_connections_create_time_bucket{instance=~\"$instance\",pool_name=\"$hikaricp_pool_name\"}[$__interval]) * $__interval_ms / 1000)) by (le)", "format": "heatmap", "interval": "5m", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Connection creation", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "yAxis": { "format": "ms", "logBase": 1, "show": true }, "yBucketBound": "auto" }, { "cards": {}, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateOranges", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 20 }, "heatmap": {}, "hideZeroBuckets": false, "highlightCards": true, "id": 20, "legend": { "show": true }, "maxDataPoints": 20, "options": { "calculate": false, "calculation": {}, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "#b4ff00", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "Oranges", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "dtdurationms" } }, "pluginVersion": "9.2.4", "reverseYBuckets": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "editorMode": "code", "expr": "sum(round(rate(db_client_connections_wait_time_bucket{instance=~\"$instance\",pool_name=\"$hikaricp_pool_name\"}[$__interval]) * $__interval_ms / 1000)) by (le)", "format": "heatmap", "interval": "5m", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Connection acquired time", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "yAxis": { "format": "ns", "logBase": 1, "show": true }, "yBucketBound": "auto" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "open-telemetry", "hikaricp", "play", "jdbc" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "definition": "label_values(db_client_connections_usage, instance)", "hide": 0, "includeAll": true, "label": "", "multi": true, "name": "instance", "options": [], "query": { "query": "label_values(db_client_connections_usage, instance)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_THANOS}" }, "definition": "label_values(db_client_connections_usage{instance=~\"$instance\"}, pool_name)", "hide": 0, "includeAll": false, "label": "", "multi": false, "name": "hikaricp_pool_name", "options": [], "query": { "query": "label_values(db_client_connections_usage{instance=~\"$instance\"}, pool_name)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "HikariCP (OpenTelemetry)", "uid": "aiul5IK4k", "version": 5, "weekStart": "" }
2022-12-19 11:39:26 UTC
2022-12-19 11:41:50 UTC
0
0
18,139
1
471,681
27,845
0
home-energy-usage-v2
Home Energy Usage v2
A dashboard that shows your home energy usage. Using Prometheus, Home Assistant and the Emporia Vue 2.
2023-02-19 21:22:35 UTC
2023-02-19 21:23:15 UTC
0
null
0
0
null
null
0
0
27,845
1
18,139
1
0
A dashboard that shows your home energy usage. Using Prometheus, Home Assistant and the Emporia Vue 2.
{ "__inputs": [ { "name": "DS_PROMETHEUS_(CLOUD)", "label": "Prometheus (Cloud)", "description": "Home Assistant", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.1.5" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "limit": 100, "name": "Annotations & Alerts", "showIn": 0, "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "A dashboard that shows your home energy usage. Using Prometheus, Home Assistant and the Emporia Vue 2.", "editable": true, "gnetId": 18139, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-orange", "value": 300 }, { "color": "dark-orange", "value": 500 }, { "color": "dark-red", "value": 1000 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 0 }, "id": 28, "interval": null, "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "(topk(5,(homeassistant_sensor_power_w{friendly_name!~\".*Total.*\"} > 5)))", "instant": true, "interval": "", "legendFormat": "{{friendly_name}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Top 5 Devices Currently Running", "transformations": [], "type": "stat" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-orange", "value": null } ] }, "unit": "kwatth" }, "overrides": [ { "matcher": { "id": "byName", "options": "power_kwh{domain=\"sensor\", entity=\"sensor.power_freels_vue_123_1mon\", friendly_name=\"Total Power 1Mon\", instance=\"192.168.2.233:8123\", job=\"homeassistant\"}" }, "properties": [ { "id": "unit", "value": "kwatth" } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 0 }, "id": 9, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "homeassistant_sensor_energy_kwh{friendly_name=\"Freels Vue Balance 1MON\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Current Month Total Power Usage", "type": "stat" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byType", "options": "number" }, "properties": [ { "id": "decimals", "value": 2 }, { "id": "unit", "value": "currencyUSD" } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 0 }, "id": 11, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "value" }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "(homeassistant_sensor_energy_kwh{friendly_name=\"Total Power 1Mon\"} * .0965 ) * 1.05 + 14", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Current Month Bill ", "transformations": [], "type": "stat" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-orange", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "power_kwh{domain=\"sensor\", entity=\"sensor.power_freels_vue_123_1d\", friendly_name=\"Total Power 1D\", instance=\"192.168.2.233:8123\", job=\"homeassistant\"}" }, "properties": [ { "id": "unit", "value": "kwatth" } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 5 }, "id": 18, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "homeassistant_sensor_energy_kwh{friendly_name=\"Total Power 1D\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": "now/d", "timeShift": null, "title": "Current Day Power Total", "type": "stat" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "currencyUSD" }, "overrides": [ { "matcher": { "id": "byName", "options": "power_kwh{domain=\"sensor\", entity=\"sensor.power_freels_vue_123_1d\", friendly_name=\"Total Power 1D\", instance=\"192.168.2.233:8123\", job=\"homeassistant\"}" }, "properties": [ { "id": "unit", "value": "kwatth" } ] } ] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 5 }, "id": 39, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "homeassistant_sensor_energy_kwh{friendly_name=\"Total Power 1D\"} * .0965", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": "now/d", "timeShift": null, "title": "Current Day Power Cost", "type": "stat" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 60 }, { "color": "red", "value": 100 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 5 }, "id": 6, "options": { "displayMode": "lcd", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.1.5", "targets": [ { "exemplar": true, "expr": "homeassistant_sensor_energy_kwh{friendly_name=~\".*1M.*\"} and homeassistant_sensor_energy_kwh{friendly_name!~\".*Total.*|.*Power.*|.*Freels.*|.*Bedroom #2.*\"}", "interval": "", "legendFormat": "{{friendly_name}} ", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Month Power Total", "transformations": [], "type": "bargauge" }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "displayName" } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 10 }, "hideTimeOverride": false, "id": 23, "interval": "1h", "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.2", "targets": [ { "exemplar": true, "expr": "avg_over_time(homeassistant_sensor_power_w{friendly_name!~\".*Total.*\"}[60m]) /4", "format": "time_series", "interval": "", "legendFormat": "{{friendly_name}}", "refId": "A" } ], "timeFrom": "now/d", "timeShift": null, "title": "Hourly Power by Device", "transformations": [], "type": "timeseries" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS_(CLOUD)}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "kwatth" }, "overrides": [ { "matcher": { "id": "byName", "options": "AC #2 1D" }, "properties": [ { "id": "displayName", "value": "AC #2" } ] }, { "matcher": { "id": "byName", "options": "Living Room 1D" }, "properties": [ { "id": "displayName", "value": "Living Room" } ] }, { "matcher": { "id": "byName", "options": "Gas Furnance 1D" }, "properties": [ { "id": "displayName", "value": "Gas Furnace" } ] }, { "matcher": { "id": "byName", "options": "Water Heater 1D" }, "properties": [ { "id": "displayName", "value": "Water Heater" } ] }, { "matcher": { "id": "byName", "options": "Office 1D" }, "properties": [ { "id": "displayName", "value": "Office" } ] } ] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 14 }, "id": 38, "interval": "", "libraryPanel": { "description": "", "meta": { "connectedDashboards": 1, "created": "2021-09-22T13:57:16Z", "createdBy": { "avatarUrl": "/avatar/0a4681ae246ecd08e0b2668dd3498a23", "id": 57, "name": "[email protected]" }, "folderName": "Austin", "folderUid": "_2FmsBLMk", "updated": "2021-09-22T13:57:16Z", "updatedBy": { "avatarUrl": "/avatar/0a4681ae246ecd08e0b2668dd3498a23", "id": 57, "name": "[email protected]" } }, "name": "Top 5 Devices Last Week", "type": "piechart", "uid": "UpRgYDHnk", "version": 1 }, "links": [], "options": { "displayLabels": [], "legend": { "calcs": [], "displayMode": "table", "placement": "right", "values": [ "value" ] }, "pieType": "pie", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "tooltip": { "mode": "single" } }, "pluginVersion": "7.3.7", "targets": [ { "exemplar": true, "expr": "topk(5,sum by (friendly_name) (increase(homeassistant_sensor_energy_kwh{friendly_name!~\".*Total.*|.*Mon.*\"}[7d] )) )", "instant": true, "interval": "", "legendFormat": "{{friendly_name}}", "refId": "A" } ], "timeFrom": "7d", "timeShift": null, "title": "Top 5 Devices Last Week", "transformations": [], "type": "piechart" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS_(CLOUD)}", "description": "", "fieldConfig": { "defaults": {}, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "displayName" } ] } ] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 19 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 37, "interval": "24", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "maxDataPoints": 7, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.1.5", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "homeassistant_sensor_energy_kwh{friendly_name=\"Total Power 1D\"} ", "format": "time_series", "interval": "", "legendFormat": "{{friendly_name}}", "refId": "A" } ], "thresholds": [], "timeFrom": "7d", "timeRegions": [], "timeShift": null, "title": "Daily Power Usage ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": false, "values": [] }, "yaxes": [ { "$$hashKey": "object:151", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:152", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS_(CLOUD)}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 61, "gradientMode": "none", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 12, "x": 12, "y": 20 }, "id": 25, "options": { "graph": {}, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "7.4.0", "targets": [ { "exemplar": true, "expr": "rate(homeassistant_sensor_energy_kwh{friendly_name=\"Total Power 1D\"}[1h])", "interval": "", "legendFormat": " Rate of Power", "refId": "A" } ], "timeFrom": "now/w", "timeShift": null, "title": "Power Spikes This Week", "type": "timeseries" } ], "refresh": false, "schemaVersion": 30, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": { "hidden": false, "nowDelay": "", "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Home Energy Usage v2", "uid": "_nyxoAfMk3", "version": 16 }
2023-02-19 21:22:35 UTC
2023-02-19 21:23:15 UTC
0
0
18,310
1
789,576
28,120
0
nvidia-smi
Nvidia-smi-on-steroids
nvidia-smi dashboard made to work with telegraf-nvidia-smi-plugin-on-steroid. (see https://github.com/XReyRobert/telegraf-nvidia-smi-plugin-on-steroid)
2023-03-18 21:41:48 UTC
2023-03-21 15:14:35 UTC
0
You like it? You use it? It saved you a couple of hours? Hey 👋👋👋 [You can now buy me a coffee](https://www.buymeacoffee.com/xrrxrr)! ☕️ Check out [https://github.com/XReyRobert/telegraf-nvidia-smi-plugin-on-steroid](telegraf-nvidia-smi-plugin-on-steroid) on github for full instructions. There's already an[ NVIDIA SMI Telegraf Input Plugin](https://www.influxdata.com/integration/nvidia-smi/) but there's a limited number of fields and for some mysertious reasons it relies on some go code to invoke and parse nvidia-smi output. nvidia-smi is capable of outputing some XML but I don't like XML processing with telegraf so I use xq, a python based tool, to transform the XML to JSON. I simply use the [exec telegraf input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec) to send that to an influxdb bucket. I made the choice to keep all fields (except gpu_processes) in the example configuration but you can use *excluded_keys*, *included_keys* to refine the volume of data flowing to the db. Enjoy !
82,676
82,677
Telegraf
null
0
0
28,120
1
18,310
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "status-history", "name": "Status history", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "gridPos": { "h": 4, "w": 23, "x": 0, "y": 0 }, "id": 40, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "<div style=\"font-size: 2em;\">\n <p>You like it? You use it? It saved you a couple of hours?</p>\n <p>Hey 👋 <a href=\"https://www.buymeacoffee.com/xrrxrr\">You can now buy me a coffee</a>! ☕️</p>\n</div>\n", "mode": "html" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 21, "panels": [], "title": "General Stats", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "blue", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 0, "y": 5 }, "id": 34, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^gpu_utilization_gpu_util \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_utilization_gpu_util\" )\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> toInt()\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n", "refId": "A" } ], "title": " GPU Utilization", "transformations": [ { "id": "calculateField", "options": { "binary": { "left": "fb_memory_usage_used {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}", "operator": "/", "reducer": "sum", "right": "fb_memory_usage_total {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}" }, "mode": "binary", "reduce": { "reducer": "sum" } } }, { "id": "calculateField", "options": { "binary": { "left": "fb_memory_usage_used {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"} / fb_memory_usage_total {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}", "operator": "*", "reducer": "sum", "right": "100" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": true } } ], "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "blue", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 5, "x": 5, "y": 5 }, "id": 33, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^percent \\* 100$/", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": false }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_fb_memory_usage_free\" or r[\"_field\"] == \"gpu_fb_memory_usage_total\" or r[\"_field\"] == \"gpu_fb_memory_usage_used\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> toInt()\n |> last()\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n", "refId": "A" } ], "title": " Memory", "transformations": [ { "id": "calculateField", "options": { "alias": "percent", "binary": { "left": "gpu_fb_memory_usage_used {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}", "operator": "/", "reducer": "sum", "right": "gpu_fb_memory_usage_total {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}" }, "mode": "binary", "reduce": { "reducer": "sum" } } }, { "id": "calculateField", "options": { "binary": { "left": "percent", "operator": "*", "reducer": "sum", "right": "100" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": true } } ], "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 10, "y": 5 }, "id": 13, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/^gpu_product_name \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "text": { "titleSize": 5 }, "textMode": "value" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_product_architecture\" or r[\"_field\"] == \"gpu_product_brand\" or r[\"_field\"] == \"gpu_product_name\" or r[\"_field\"] == \"gpu_cuda_version\" or r[\"_field\"] == \"gpu_driver_version\")\n |> last()\n ", "refId": "A" } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 14, "y": 5 }, "id": 14, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^gpu_product_architecture \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_product_architecture\" or r[\"_field\"] == \"gpu_product_brand\" or r[\"_field\"] == \"gpu_product_name\" or r[\"_field\"] == \"gpu_cuda_version\" or r[\"_field\"] == \"gpu_driver_version\")\n |> last()\n ", "refId": "A" } ], "title": "Architecture", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 17, "y": 5 }, "id": 19, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/^gpu_ecc_mode_current_ecc \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "textMode": "value" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_ecc_mode_current_ecc\" )\n |> last()\n", "refId": "A" } ], "title": "ECC Mode", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 10, "y": 7 }, "id": 16, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^gpu_product_brand \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "textMode": "value" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_product_architecture\" or r[\"_field\"] == \"gpu_product_brand\" or r[\"_field\"] == \"gpu_product_name\" or r[\"_field\"] == \"gpu_cuda_version\" or r[\"_field\"] == \"gpu_driver_version\")\n |> last()\n ", "refId": "A" } ], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 14, "y": 7 }, "id": 15, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/^driver_version \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "textMode": "value" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"product_architecture\" or r[\"_field\"] == \"product_brand\" or r[\"_field\"] == \"product_name\" or r[\"_field\"] == \"driver_version\" or r[\"_field\"] == \"cuda_version\")\n |> last()\n", "refId": "A" } ], "title": "Driver Version", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 17, "y": 7 }, "id": 18, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/^cuda_version \\{gpuid=\"00000000:84:00\\.0\", host=\"proxmox\"\\}$/", "values": false }, "textMode": "value" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"product_architecture\" or r[\"_field\"] == \"product_brand\" or r[\"_field\"] == \"product_name\" or r[\"_field\"] == \"driver_version\" or r[\"_field\"] == \"cuda_version\")\n |> last()\n", "refId": "A" } ], "title": "Cuda Version", "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 38, "panels": [], "title": "Utilization", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 3, "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": "decmbytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_fb_memory_usage_total {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } }, { "id": "displayName", "value": "Total" } ] }, { "matcher": { "id": "byName", "options": "gpu_fb_memory_usage_free {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "Free" } ] }, { "matcher": { "id": "byName", "options": "gpu_fb_memory_usage_used {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "Used" } ] }, { "matcher": { "id": "byName", "options": "gpu_fb_memory_usage_reserved {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "Reserved" } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 10 }, "id": 10, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_fb_memory_usage_free\" or r[\"_field\"] == \"gpu_fb_memory_usage_reserved\" or r[\"_field\"] == \"gpu_fb_memory_usage_total\" or r[\"_field\"] == \"gpu_fb_memory_usage_used\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> toInt()\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n", "refId": "A" } ], "title": "Memory Utilization", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "%" }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_utilization_decoder_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "decoder" } ] }, { "matcher": { "id": "byName", "options": "gpu_utilization_encoder_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "encoder" } ] }, { "matcher": { "id": "byName", "options": "gpu_utilization_gpu_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "gpu" } ] }, { "matcher": { "id": "byName", "options": "gpu_utilization_memory_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "memory" } ] } ] }, "gridPos": { "h": 10, "w": 10, "x": 10, "y": 10 }, "id": 11, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "orientation": "auto", "showValue": "auto", "stacking": "normal", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 100 }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_utilization_encoder_util\" or r[\"_field\"] == \"gpu_utilization_gpu_util\" or r[\"_field\"] == \"gpu_utilization_memory_util\" or r[\"_field\"] == \"gpu_utilization_decoder_util\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> toInt()\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n", "refId": "A" } ], "title": "GPU Utilization", "transformations": [], "type": "barchart" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 3, "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": "MB/s" }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_pci_rx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"} / 1024" }, "properties": [ { "id": "displayName", "value": "Reception (TX)" } ] }, { "matcher": { "id": "byName", "options": "gpu_pci_tx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"} / 1024" }, "properties": [ { "id": "displayName", "value": "Transmission (RX)" } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 15 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_pci_rx_util\" or r[\"_field\"] == \"gpu_pci_tx_util\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n |> toFloat()\n |> yield(name: \"last\")", "refId": "A" } ], "title": "PCI bandwith utilization", "transformations": [ { "id": "calculateField", "options": { "binary": { "left": "gpu_pci_rx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}", "operator": "/", "reducer": "sum", "right": "1024" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": false } }, { "id": "calculateField", "options": { "binary": { "left": "gpu_pci_tx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}", "operator": "/", "reducer": "sum", "right": "1024" }, "mode": "binary", "reduce": { "reducer": "sum" }, "replaceFields": false } }, { "id": "organize", "options": { "excludeByName": { "gpu_pci_rx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}": true, "gpu_pci_rx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"} / 1024": false, "gpu_pci_tx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"}": true, "gpu_pci_tx_util {gpuid=\"00000000:84:00.0\", host=\"proxmox\", name=\"nvidia-smi\"} / 1024": false }, "indexByName": {}, "renameByName": {} } } ], "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 }, "id": 36, "panels": [], "title": "Energy and Temperatures", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 4, "pointSize": 5, "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": "watt" }, "overrides": [ { "matcher": { "id": "byName", "options": "nvidia-smi_gpu_power_readings_max_power_limit" }, "properties": [ { "id": "displayName", "value": "max power limit" }, { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } } ] }, { "matcher": { "id": "byName", "options": "nvidia-smi_gpu_power_readings_min_power_limit" }, "properties": [ { "id": "displayName", "value": "min power limit" }, { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } } ] }, { "matcher": { "id": "byName", "options": "nvidia-smi_gpu_power_readings_power_draw" }, "properties": [ { "id": "displayName", "value": "power draw" }, { "id": "custom.lineStyle", "value": { "fill": "solid" } } ] }, { "matcher": { "id": "byName", "options": "nvidia-smi_gpu_power_readings_power_limit" }, "properties": [ { "id": "displayName", "value": "power limit" } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 21 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"strings\"\nimport \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_power_readings_power_draw\" or r[\"_field\"] == \"gpu_power_readings_power_limit\" or r[\"_field\"] == \"gpu_power_readings_min_power_limit\" or r[\"_field\"] == \"gpu_power_readings_max_power_limit\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> filter(fn: (r) => r._value != \"\")\n |> toFloat()\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_measurement\", \"_field\"], valueColumn: \"_value\")\n |> yield(name: \"last\")", "refId": "A" } ], "title": "Power", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 5, "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": "celsius" }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_fan_speed" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F2495C", "mode": "fixed" } }, { "id": "custom.axisPlacement", "value": "right" }, { "id": "unit", "value": "%" }, { "id": "custom.axisLabel", "value": "Fan Speed" }, { "id": "custom.axisColorMode", "value": "series" }, { "id": "max", "value": 100 }, { "id": "displayName", "value": "Fan speed" }, { "id": "custom.lineWidth", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "gpu_temperature_gpu_temp {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "GPU" } ] }, { "matcher": { "id": "byName", "options": "gpu_temperature_gpu_temp_max_threshold" }, "properties": [ { "id": "displayName", "value": "Max treshold" }, { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } } ] }, { "matcher": { "id": "byName", "options": "gpu_temperature_gpu_target_temperature {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "Target temperature" }, { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 10, "y": 21 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\nimport \"internal/debug\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_fan_speed\" or r[\"_field\"] == \"gpu_temperature_gpu_temp\" or r[\"_field\"] == \"gpu_temperature_memory_temp\" or r[\"_field\"] == \"gpu_temperature_gpu_temp_max_threshold\" or r[\"_field\"] == \"gpu_temperature_gpu_target_temperature\")\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> filter(fn: (r) => r._value != \"\")\n |> toInt()\n \n |> yield(name: \"last\")\n", "refId": "A" } ], "title": "Temperature / Fan Speed", "transformations": [], "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 31, "panels": [], "title": "Clocks", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 3, "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": "MHz" }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_clocks_graphics_clock {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "graphics" } ] }, { "matcher": { "id": "byName", "options": "gpu_clocks_mem_clock {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "mem" } ] }, { "matcher": { "id": "byName", "options": "gpu_clocks_sm_clock {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "sm" } ] }, { "matcher": { "id": "byName", "options": "gpu_clocks_video_clock {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "displayName", "value": "video" } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 27 }, "id": 9, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_clocks_graphics_clock\" or r[\"_field\"] == \"gpu_clocks_sm_clock\" or r[\"_field\"] == \"gpu_clocks_mem_clock\" or r[\"_field\"] == \"gpu_clocks_video_clock\")\n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> toInt()\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n", "refId": "A" } ], "title": "Clocks", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "fillOpacity": 70, "lineWidth": 1 }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "dark-red", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "applications_clocks_setting" }, "properties": [ { "id": "displayName", "value": "Applications Clocks Settings" } ] }, { "matcher": { "id": "byName", "options": "display_clocks_setting" }, "properties": [ { "id": "displayName", "value": "Display Clocks Settings" } ] }, { "matcher": { "id": "byName", "options": "gpu_idle" }, "properties": [ { "id": "displayName", "value": "GPU Idle" } ] }, { "matcher": { "id": "byName", "options": "hw_power_brake_slowdown" }, "properties": [ { "id": "displayName", "value": "Hardware Power Brake Slowdown" } ] }, { "matcher": { "id": "byName", "options": "hw_slowdown" }, "properties": [ { "id": "displayName", "value": "Hardware Slowdown" } ] }, { "matcher": { "id": "byName", "options": "hw_thermal_slowdown" }, "properties": [ { "id": "displayName", "value": "Hardware Thermal Slowdown" } ] }, { "matcher": { "id": "byName", "options": "sw_power_cap" }, "properties": [ { "id": "displayName", "value": "Software Power Cap" } ] }, { "matcher": { "id": "byName", "options": "sw_thermal_slowdown" }, "properties": [ { "id": "displayName", "value": "Software Thermal Slowdown" } ] }, { "matcher": { "id": "byName", "options": "sync_boost" }, "properties": [ { "id": "displayName", "value": "Sync Boost" } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 10, "y": 27 }, "id": 42, "options": { "colWidth": 0.9, "legend": { "displayMode": "list", "placement": "bottom", "showLegend": false }, "rowHeight": 0.9, "showValue": "auto", "tooltip": { "mode": "none", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_applications_clocks_setting\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_display_clocks_setting\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_gpu_idle\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_power_brake_slowdown\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_slowdown\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sw_thermal_slowdown\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sync_boost\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_thermal_slowdown\" or r[\"_field\"] == \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sw_power_cap\")\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n |> map(fn: (r) => ({\n\n r with _value: if r._value == \"Active\" then 1 else 0\n }))\n |> pivot(rowKey:[\"_time\"], columnKey:[\"_field\"], valueColumn:\"_value\")\n|> rename(columns: {\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_applications_clocks_setting\": \"applications_clocks_setting\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_display_clocks_setting\": \"display_clocks_setting\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_gpu_idle\": \"gpu_idle\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_power_brake_slowdown\": \"hw_power_brake_slowdown\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_slowdown\": \"hw_slowdown\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sw_thermal_slowdown\": \"sw_thermal_slowdown\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sync_boost\": \"sync_boost\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_hw_thermal_slowdown\": \"hw_thermal_slowdown\",\n \"gpu_clocks_throttle_reasons_clocks_throttle_reason_sw_power_cap\": \"sw_power_cap\"\n })", "refId": "A" } ], "title": "Throttling", "transformations": [], "transparent": true, "type": "status-history" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 32 }, "id": 26, "panels": [], "title": "Encoder Stats", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 5, "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 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "gpu_encoder_stats_average_fps {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "unit", "value": "fps" }, { "id": "custom.axisPlacement", "value": "left" }, { "id": "custom.axisLabel", "value": "Average FPS" }, { "id": "custom.axisColorMode", "value": "series" } ] }, { "matcher": { "id": "byName", "options": "gpu_encoder_stats_average_latency {gpuid=\"00000000:84:00.0\", host=\"proxmox\"}" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "custom.axisPlacement", "value": "right" }, { "id": "custom.axisLabel", "value": "Average Latency" }, { "id": "custom.axisColorMode", "value": "series" }, { "id": "custom.lineStyle" }, { "id": "custom.lineWidth", "value": 1 } ] } ] }, "gridPos": { "h": 5, "w": 10, "x": 0, "y": 33 }, "id": 27, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] == \"gpu_encoder_stats_average_fps\" or r[\"_field\"] == \"gpu_encoder_stats_average_latency\")\n \n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n |> toFloat()\n |> yield(name: \"last\")", "refId": "A" } ], "title": "Encoder Stats", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Sessions", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "purple", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 10, "x": 10, "y": 33 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "columns": [], "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "filters": [], "format": "table", "global_query_id": "", "query": "import \"regexp\"\n\nfrom(bucket: \"XRRMonitoring\")\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"host\"] == \"${host}\")\n |> filter(fn: (r) => r[\"gpuid\"] == \"${gpuid}\")\n |> filter(fn: (r) => r[\"_measurement\"] == \"nvidia-smi\")\n |> filter(fn: (r) => r[\"_field\"] ==\"gpu_encoder_stats_session_count\")\n \n |> map(fn: (r) => ({\n r with\n _value: regexp.findString(v: string(v: r._value), r: /^(\\d+(?:\\.\\d+)?)/)\n }))\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\n |> toInt()\n", "refId": "A", "root_selector": "", "source": "url", "type": "json", "url": "https://github.com/yesoreyeram/grafana-infinity-datasource/blob/main/testdata/users.json", "url_options": { "data": "", "method": "GET" } } ], "title": "Session Count", "type": "timeseries" } ], "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/v1\"\n\nv1.tagValues(bucket: \"XRRMonitoring\", tag: \"host\", predicate: (r) => r._measurement == \"nvidia-smi\")\n", "hide": 0, "includeAll": false, "multi": false, "name": "host", "options": [], "query": "import \"influxdata/influxdb/v1\"\n\nv1.tagValues(bucket: \"XRRMonitoring\", tag: \"host\", predicate: (r) => r._measurement == \"nvidia-smi\")\n", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/v1\"\n\nv1.tagValues(bucket: \"XRRMonitoring\", tag: \"gpuid\", predicate: (r) => r._measurement == \"nvidia-smi\")\n", "hide": 0, "includeAll": false, "multi": false, "name": "gpuid", "options": [], "query": "import \"influxdata/influxdb/v1\"\n\nv1.tagValues(bucket: \"XRRMonitoring\", tag: \"gpuid\", predicate: (r) => r._measurement == \"nvidia-smi\")\n", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Nvidia-smi-on-steroids", "uid": "VANv-aaVz", "version": 42, "weekStart": "", "gnetId": 18310, "description": "nvidia-smi dashboard made to work with telegraf-nvidia-smi-plugin-on-steroid. (see https://github.com/XReyRobert/telegraf-nvidia-smi-plugin-on-steroid)" }
2023-03-18 21:41:49 UTC
2023-03-21 15:14:36 UTC
0
0
16,213
1
642,071
24,627
0
minecraft-server
Minecraft Server
for usage https://github.com/Joshi425/minecraft-exporter
2022-05-05 13:02:56 UTC
2022-05-05 13:03:30 UTC
0
null
0
0
Other
null
0
0
24,627
1
16,213
1
0
for usage https://github.com/Joshi425/minecraft-exporter
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "http://5.189.130.11:25528/", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.6.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 16213, "graphTooltip": 0, "id": null, "links": [], "panels": [ { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 17, "w": 3, "x": 0, "y": 0 }, "id": 9, "options": {}, "pageSize": null, "showHeader": true, "sort": { "col": 0, "desc": true }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/Value/", "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "expr": "player_online", "instant": true, "legendFormat": "{{player}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Players Online", "transform": "timeseries_to_rows", "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 9, "x": 3, "y": 0 }, "hiddenSeries": false, "id": 7, "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": "dim_ticktime", "legendFormat": "{{dimension_name}}", "refId": "A" }, { "expr": "overall_ticktime", "legendFormat": "Overall", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Ticktime", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 0 }, "hiddenSeries": false, "id": 5, "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": "dim_tps", "legendFormat": "{{ dimension_name }}", "refId": "A" }, { "expr": "overall_tps", "legendFormat": "Overall", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "TPS ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": "20", "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 8 }, "hiddenSeries": false, "id": 3, "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": "player_playtime / 20", "legendFormat": "{{ player }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Play Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 9, "x": 3, "y": 9 }, "hiddenSeries": false, "id": 11, "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": "entities", "legendFormat": "{{ entity }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Entities Loaded", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 17 }, "hiddenSeries": false, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "player_score", "legendFormat": "{{ player }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Score", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 18 }, "hiddenSeries": false, "id": 17, "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": "sum(dynmap_tile_render_statistics) by (type)", "legendFormat": "{{ type }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Dynmap Tile render Statistics", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 26 }, "hiddenSeries": false, "id": 15, "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": "dynmap_chunk_loading_duration", "legendFormat": "{{ type }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Dynmap Chunk loading duration", "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 } } ], "refresh": "5s", "schemaVersion": 22, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Minecraft Server", "uid": "LhW0bV0Wz", "version": 9, "description": "for usage \r\nhttps://github.com/Joshi425/minecraft-exporter" }
2022-05-05 13:02:56 UTC
2022-05-05 13:03:30 UTC
0
0
17,327
1
734,241
26,635
0
app-metrics
App Metrics
Dashboard for visualising metrics collected with the .NET Core library for monitoring
2022-11-01 23:24:25 UTC
2022-11-01 23:51:26 UTC
0
[https://github.com/gerrkoff/monitoring](https://github.com/gerrkoff/monitoring)
0
0
Other
null
0
0
26,635
1
17,327
1
0
null
{ "__inputs": [ { "name": "DS_GRAFANACLOUD-GERRKOFF-PROM", "label": "prom", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "DS_GRAFANACLOUD-GERRKOFF-LOGS", "label": "logs", "description": "", "type": "datasource", "pluginId": "loki", "pluginName": "Loki" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.3-046dbf9789" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "loki", "name": "Loki", "version": "1.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": false, "fiscalYearStartMonth": 0, "graphTooltip": 2, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "noValue": "Down", "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 0 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 0 }, "id": 34, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "time() - process_start_time_seconds{app=\"$app\",env=\"$env\",inst=~\"$inst\"}", "legendFormat": "Uptime", "range": true, "refId": "A" } ], "timeFrom": "1m", "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "color": "green", "index": 0 } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "#EAB839", "value": 0.7 }, { "color": "orange", "value": 0.8 }, { "color": "green", "value": 0.9 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 0 }, "id": 35, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Apdex$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "(\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"0.256\",code!~\"101|5.*\"}[$__rate_interval]))\n+\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"1.024\",code!~\"101|5.*\"}[$__rate_interval]))\n) / 2 /\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"+Inf\",code!~\"101\"}[$__rate_interval]))", "hide": false, "legendFormat": "Apdex", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "legendFormat": "Total", "range": true, "refId": "B" } ], "title": "Apdex", "transformations": [ { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "Total" } ], "match": "any", "type": "include" } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 0 }, "id": 36, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "RPS", "range": true, "refId": "B" } ], "title": "RPS", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.2 }, { "color": "orange", "value": 0.6 }, { "color": "red", "value": 1 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 0 }, "id": 37, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^p95$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "histogram_quantile(0.95, sum(rate(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "legendFormat": "p95", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "legendFormat": "Total", "range": true, "refId": "B" } ], "title": "p95", "transformations": [ { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "Total" } ], "match": "any", "type": "include" } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "thresholds" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.01 }, { "color": "orange", "value": 0.05 }, { "color": "red", "value": 0.1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 0 }, "id": 38, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "1 -\nsum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\",code=~\"2.*|3.*|4.*\"}[$__rate_interval])) /\nsum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\",code=~\"2.*|3.*|4.*|5.*\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "Failed", "range": true, "refId": "B" } ], "title": "Failed", "type": "stat" }, { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 6 }, { "color": "#EF843C", "value": 9 }, { "color": "red", "value": 12 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 0 }, "id": 47, "interval": "1m", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "editorMode": "code", "expr": "sum(count_over_time({app=\"$app\",env=\"$env\",inst=~\"$inst\"} | json | level=~\"warning\" [$__range]))", "legendFormat": "", "queryType": "range", "refId": "A" } ], "title": "Warnings", "transformations": [], "type": "stat" }, { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 3 }, { "color": "#EF843C", "value": 6 }, { "color": "red", "value": 9 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 21, "y": 0 }, "id": 48, "interval": "1m", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "editorMode": "code", "expr": "sum(count_over_time({app=\"$app\",env=\"$env\",inst=~\"$inst\"} | json | level=~\"error\" [$__range]))", "legendFormat": "", "queryType": "range", "refId": "A" } ], "title": "Errors", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 0.2 }, { "color": "orange", "value": 0.35 }, { "color": "red", "value": 0.5 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 4 }, "id": 39, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(rate(process_cpu_seconds_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "legendFormat": "CPU Usage", "range": true, "refId": "A" } ], "title": "CPU", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 4 }, "id": 43, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(increase(dotnet_threadpool_queue_length_sum{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "legendFormat": "In queue", "range": true, "refId": "B" } ], "title": "Thread Pool Queue", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 100000000 }, { "color": "orange", "value": 175000000 }, { "color": "red", "value": 250000000 } ] }, "unit": "decbytes" }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "B" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 4 }, "id": 40, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(dotnet_total_memory_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "legendFormat": "Total bytes", "range": true, "refId": "A" } ], "title": "Memory", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.01 }, { "color": "orange", "value": 0.03 }, { "color": "red", "value": 0.05 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 4 }, "id": 42, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(dotnet_gc_pause_ratio{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "instant": false, "legendFormat": "% Paused Time for GC", "range": true, "refId": "A" } ], "title": "GC Paused Time", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 4 }, "id": 41, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_exceptions_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "Exceptions", "range": true, "refId": "A" } ], "title": "Exceptions", "type": "stat" }, { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 1 }, { "color": "#EF843C", "value": 2 }, { "color": "red", "value": 3 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 21, "y": 4 }, "id": 49, "interval": "1m", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "editorMode": "code", "expr": "sum(count_over_time({app=\"$app\",env=\"$env\",inst=~\"$inst\"} | json | level=~\"critical\" [$__range]))", "legendFormat": "", "queryType": "range", "refId": "A" } ], "title": "Criticals", "transformations": [], "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 8 }, "id": 32, "panels": [], "title": "HTTP Server", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": 3600000, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "#EAB839", "value": 0.7 }, { "color": "orange", "value": 0.8 }, { "color": "green", "value": 0.9 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 9 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "(\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"0.256\",code!~\"101|5.*\"}[$__rate_interval]))\n+\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"1.024\",code!~\"101|5.*\"}[$__rate_interval]))\n) / 2 /\n sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\",le=\"+Inf\",code!~\"101\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "Apdex", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "legendFormat": "rps", "range": true, "refId": "B" } ], "title": "Apdex", "transformations": [ { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "rps" } ], "match": "any", "type": "include" } }, { "id": "filterByRefId", "options": { "include": "A" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "reqps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 9 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "RPS", "range": true, "refId": "B" } ], "title": "RPS", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.01 }, { "color": "orange", "value": 0.05 }, { "color": "red", "value": 0.1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 9 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "1 -\nsum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\",code=~\"2.*|3.*|4.*\"}[$__rate_interval])) /\nsum(rate(http_requests_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\",code=~\"2.*|3.*|4.*|5.*\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "Failed", "range": true, "refId": "B" } ], "title": "Failed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 9 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(http_requests_in_progress{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "hide": false, "instant": false, "legendFormat": "Request In Progress", "range": true, "refId": "B" } ], "title": "Request In Progress", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.2 }, { "color": "orange", "value": 0.6 }, { "color": "red", "value": 1 } ] }, "unit": "s" }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "A" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byFrameRefID", "options": "B" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 17 }, "id": 25, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "histogram_quantile(0.99, sum(rate(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "legendFormat": "p99", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "histogram_quantile(0.95, sum(rate(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "legendFormat": "p95", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "histogram_quantile(0.50, sum(rate(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "legendFormat": "p50", "range": true, "refId": "C" } ], "title": "Duration Quantiles", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 8, "w": 18, "x": 6, "y": 17 }, "id": 28, "options": { "calculate": false, "cellGap": 1, "cellValues": { "unit": "none" }, "color": { "exponent": 0.5, "fill": "dark-orange", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "Spectral", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "unknown" }, "tooltip": { "show": true, "yHistogram": true }, "yAxis": { "axisPlacement": "left", "decimals": 0, "reverse": false, "unit": "s" } }, "pluginVersion": "9.2.3-046dbf9789", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(http_request_duration_seconds_bucket{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (le)", "format": "heatmap", "hide": false, "instant": false, "legendFormat": "{{le}}", "range": true, "refId": "B" } ], "title": "Duration Distribution", "transformations": [], "type": "heatmap" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 25 }, "id": 2, "panels": [], "title": "CPU / Thread Pool / Logs", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "yellow", "value": 0.2 }, { "color": "orange", "value": 0.35 }, { "color": "red", "value": 0.5 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 26 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(rate(process_cpu_seconds_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "legendFormat": "CPU Usage", "range": true, "refId": "A" } ], "title": "CPU Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 26 }, "id": 5, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(process_num_threads{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "legendFormat": "Threads", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(dotnet_threadpool_num_threads{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "hide": false, "legendFormat": "Pool Threads", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(dotnet_threadpool_timer_count{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "hide": false, "legendFormat": "Timers", "range": true, "refId": "C" } ], "title": "Thread Count", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 26 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(increase(dotnet_threadpool_throughput_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "legendFormat": "Completed", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(increase(dotnet_threadpool_queue_length_sum{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "legendFormat": "In queue", "range": true, "refId": "B" } ], "title": "Thread Pool Stats", "type": "timeseries" }, { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 3 }, { "color": "#EF843C", "value": 6 }, { "color": "red", "value": 9 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "error" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "warning" }, "properties": [ { "id": "color", "value": { "fixedColor": "orange", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "critical" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 26 }, "id": 45, "interval": "1m", "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.2-eb6f0ffe76", "targets": [ { "datasource": { "type": "loki", "uid": "${DS_GRAFANACLOUD-GERRKOFF-LOGS}" }, "editorMode": "code", "expr": "sum(count_over_time({app=\"$app\",env=\"$env\",inst=~\"$inst\"} | json | level=~\"warning|error|critical\" [$__interval])) by (level)", "legendFormat": "{{level}}", "queryType": "range", "refId": "A" } ], "title": "Logs", "transformations": [], "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 34 }, "id": 10, "panels": [], "title": "Memory", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 100000000 }, { "color": "orange", "value": 175000000 }, { "color": "red", "value": 250000000 } ] }, "unit": "decbytes" }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "B" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } }, { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } } ] } ] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 35 }, "id": 8, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(dotnet_total_memory_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "legendFormat": "Total bytes", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(dotnet_gc_memory_total_available_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "hide": false, "legendFormat": "Total bytes available", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "expr": "sum(process_working_set_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "hide": false, "legendFormat": "# bytes in physical memory", "range": true, "refId": "C" } ], "title": "Memory Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 35 }, "id": 11, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(dotnet_gc_heap_size_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"}) by (gc_generation)", "instant": false, "legendFormat": "{{gc_generation}}", "range": true, "refId": "A" } ], "title": "Heap Size", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 35 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_gc_collection_count_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval])) by (gc_generation)", "instant": false, "legendFormat": "{{gc_generation}}", "range": true, "refId": "A" } ], "title": "GC Collections", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 0.01 }, { "color": "orange", "value": 0.03 }, { "color": "red", "value": 0.05 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 35 }, "id": 13, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(dotnet_gc_pause_ratio{app=\"$app\",env=\"$env\",inst=~\"$inst\"})", "instant": false, "legendFormat": "% Paused Time for GC", "range": true, "refId": "A" } ], "title": "GC Paused Time", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 43 }, "id": 16, "panels": [], "title": "Exceptions / Locks / JIT", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 44 }, "id": 14, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_exceptions_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "Exceptions", "range": true, "refId": "A" } ], "title": "Exceptions", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 44 }, "id": 17, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_contention_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "Locks Contended", "range": true, "refId": "A" } ], "title": "Locks Contended", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "yellow", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 44 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_jit_method_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "JIT Compiled Methods", "range": true, "refId": "A" } ], "title": "JIT Compiled Methods", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "yellow", "mode": "fixed" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 44 }, "id": 19, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_jit_il_bytes{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "JIT Compiled IL Bytes", "range": true, "refId": "A" } ], "title": "JIT Compiled IL Bytes", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 52 }, "id": 21, "panels": [], "title": "Network", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 53 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_sockets_bytes_sent_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "Sent", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_sockets_bytes_received_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "Received", "range": true, "refId": "B" } ], "title": "Network Throughput", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 53 }, "id": 23, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_sockets_connections_established_incoming_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "instant": false, "legendFormat": "Incoming", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(dotnet_sockets_connections_established_outgoing_total{app=\"$app\",env=\"$env\",inst=~\"$inst\"}[$__rate_interval]))", "hide": false, "instant": false, "legendFormat": "Outgoing", "range": true, "refId": "B" } ], "title": "Network Throughput", "type": "timeseries" } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "definition": "label_values(app)", "hide": 0, "includeAll": false, "multi": false, "name": "app", "options": [], "query": { "query": "label_values(app)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "definition": "label_values(env)", "hide": 0, "includeAll": false, "multi": false, "name": "env", "options": [], "query": { "query": "label_values(env)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_GRAFANACLOUD-GERRKOFF-PROM}" }, "definition": "label_values(inst)", "hide": 0, "includeAll": false, "multi": true, "name": "inst", "options": [], "query": { "query": "label_values(inst)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "App Metrics", "uid": "Hu1NqYH4z", "version": 32, "weekStart": "", "gnetId": 17327, "description": "Dashboard for visualising metrics collected with the .NET Core library for monitoring" }
2022-11-01 23:24:25 UTC
2022-11-01 23:51:26 UTC
0
0
17,440
1
741,829
26,791
0
jmeter-load-test
JMeter Report InfluxDB2.0
Este DashBoard é para acompanhar testes do Jmeter LIVE
2022-11-18 18:21:16 UTC
2022-11-24 15:32:38 UTC
0
Este dashboard é baseado no Report gerado no final do teste do Jmeter via CMD, mas para monitoração via grafana.
79,011
79,012
Other
null
0
0
26,791
1
17,440
1
0
Este DashBoard é para acompanhar testes do Jmeter LIVE
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "Só funciona com InfluxDB 2.0 ou superior", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": { "NKdhkbj7k": { "name": "Tempo de processamento = Latência - Tempo de Conexão", "uid": "NKdhkbj7k", "kind": 1, "model": { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] } ] }, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "autogen", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"processingTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "latency" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Tempo de processamento = Latência - Tempo de Conexão", "transformations": [], "type": "timeseries" } } }, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "enable": true, "hide": false, "iconColor": "rgb(23, 255, 0)", "mappings": { "tags": { "source": "field", "value": "placeholder {nodeName=\"Test-Node\", runId=\"R006\", testName=\"Test\", type=\"started\"}" } }, "name": "Test Start", "showIn": 0, "tagsColumn": "type", "target": { "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"testStartEnd\")\r\n |> filter(fn: (r) => r[\"type\"] == \"started\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)" }, "titleColumn": "testName" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "enable": true, "iconColor": "rgba(255, 96, 96, 1)", "mappings": {}, "name": "Test End", "showIn": 0, "tagsColumn": "type", "target": { "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"testStartEnd\")\r\n |> filter(fn: (r) => r[\"type\"] == \"finished\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)" }, "titleColumn": "testName" } ] }, "description": "Este DashBoard é para acompanhar testes do Jmeter LIVE", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17440, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 123, "panels": [], "title": "Resumo Geral", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 1 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: last, createEmpty: false) \r\n |> yield(name: \"last\")\r\n ", "rawQuery": true, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "meanActiveThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Usuarios Ativos", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 3, "y": 1 }, "id": 17, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "finishedThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Throughput Geral", "transformations": [], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(73, 31, 193)", "mode": "fixed" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 6, "y": 1 }, "id": 20, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": { "titleSize": 20 }, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> count()", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "finishedThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Contagem de Requests", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(245, 54, 54, 0.9)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": -1 }, { "color": "rgba(50, 172, 45, 0.97)", "value": -1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 9, "y": 1 }, "id": 18, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": "successfulPercentages = () => {\r\n\r\ncountResponseTime=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"runId\"])\r\n |> count()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"runId\"])\r\n \r\nsumerrorCount=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"runId\"]) \r\n |> sum()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"runId\"])\r\n \r\n return join(\r\n tables:{countResponseTime:countResponseTime, sumerrorCount:sumerrorCount},\r\n on:[\"runId\"]\r\n )\r\n |> map(fn:(r) => ({\r\n \r\n percentage: 1.0 - r._value_sumerrorCount / r._value_countResponseTime \r\n })) \r\n \r\n}\r\n\r\nsuccessfulPercentages()", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "finishedThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Taxa de Successo", "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null }, { "color": "#EAB839", "value": 0.01 }, { "color": "dark-red", "value": 0.1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 12, "y": 1 }, "id": 21, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": "failuresPercentages = () => {\r\n\r\ncountResponseTime=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"runId\"])\r\n |> count()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"runId\"])\r\n \r\nsumerrorCount=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"runId\"])\r\n |> sum()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"runId\"])\r\n \r\n return join(\r\n tables:{countResponseTime:countResponseTime, sumerrorCount:sumerrorCount},\r\n on:[\"runId\"]\r\n )\r\n |> map(fn:(r) => ({\r\n \r\n percentage: r._value_sumerrorCount / r._value_countResponseTime \r\n })) \r\n}\r\n\r\nfailuresPercentages()", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "finishedThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Taxa de ERRO", "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(237, 20, 20)", "mode": "fixed" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 15, "y": 1 }, "id": 59, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "virtualUsers", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> sum()\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "finishedThreads" ], "type": "field" } ] ], "tags": [] } ], "title": "Contagem de ERROS", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "#f7f4f4", "mode": "fixed" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 18, "y": 1 }, "id": 34, "interval": "", "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"receivedBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> sum()\r\n", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Dados Recebidos", "transformations": [], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "#fdf8f8", "mode": "fixed" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "0" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 21, "y": 1 }, "id": 56, "interval": "", "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"sentBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> sum()\r\n", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "sentBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Dados Enviados", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "transparent", "mode": "fixed" }, "custom": { "align": "auto", "displayMode": "color-background", "filterable": true, "inspect": false, "minWidth": 60 }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "ErrorRate" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "decimals" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "right" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null }, { "color": "#EAB839", "value": 0.05 }, { "color": "dark-red", "value": 0.1 } ] } }, { "id": "color" } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "decimals", "value": 2 }, { "id": "custom.width" } ] }, { "matcher": { "id": "byName", "options": "Avg" }, "properties": [ { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Median" }, "properties": [ { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "90%" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "mappings", "value": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ] } ] }, { "matcher": { "id": "byName", "options": "95%" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "mappings", "value": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ] } ] }, { "matcher": { "id": "byName", "options": "99%" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "mappings", "value": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ] } ] }, { "matcher": { "id": "byType", "options": "number" }, "properties": [ { "id": "custom.filterable", "value": true } ] }, { "matcher": { "id": "byType", "options": "string" }, "properties": [ { "id": "custom.filterable", "value": true } ] }, { "matcher": { "id": "byName", "options": "requestName" }, "properties": [ { "id": "custom.width", "value": 357 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 7 }, "id": 115, "links": [], "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "requestName" } ] }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> count()\r\n |> group()\r\n |> rename(columns: {\"_value\": \"Count\"})\r\n |> keep(columns: [\"requestName\", \"Count\"])", "refId": "Request Name & Count", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> max()\r\n |> group()\r\n |> rename(columns: {\"_value\": \"Max\"})\r\n |> keep(columns: [\"Max\", \"requestName\"])", "refId": "Max", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> mean()\r\n |> group()\r\n |> rename(columns: {\"_value\": \"Avg\"})\r\n |> keep(columns: [\"Avg\", \"requestName\"])\r\n\r\n ", "refId": "AVG", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"result\"] == \"pass\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> median()\r\n |> group()\r\n |> rename(columns: {\"_value\": \"Median\"})\r\n |> keep(columns: [\"Median\", \"requestName\"])", "refId": "Median", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"result\"] == \"pass\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.90)\r\n |> group()\r\n |> rename(columns: {\"_value\": \"90%\"})\r\n |> keep(columns: [\"90%\", \"requestName\"])", "refId": "90%", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"result\"] == \"pass\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.95)\r\n |> group()\r\n |> rename(columns: {\"_value\": \"95%\"})\r\n |> keep(columns: [\"95%\", \"requestName\"])", "refId": "95 %", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.99)\r\n |> group()\r\n |> rename(columns: {\"_value\": \"99%\"})\r\n |> keep(columns: [\"99%\", \"requestName\"])", "refId": "99 %", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "tpsCalculator = () => {\r\ncount = from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"count\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> count()\r\n |> toFloat()\r\n |> group()\r\n |> keep(columns: [\"_value\", \"requestName\"])\r\n\r\n integral = from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"count\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> integral()\r\n |> toFloat()\r\n |> group() \r\n |> keep(columns: [\"_value\", \"requestName\"])\r\n \r\n return join(\r\n tables:{count:count, integral:integral},\r\n on:[\"requestName\"]\r\n )\r\n |> map(fn:(r) => ({\r\n requestName: r.requestName,\r\n TPS: r._value_count / r._value_integral,\r\n TPM: (r._value_count / r._value_integral) * 60.0,\r\n TPH: (r._value_count / r._value_integral) * 60.0 * 60.0, \r\n })) \r\n}\r\n\r\ntpsCalculator()", "refId": "TPS", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "failuresPercentages = () => {\r\n\r\ncountResponseTime=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"] )\r\n |> count()\r\n |> group()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"requestName\"])\r\n\r\n \r\nsumerrorCount=from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"] )\r\n |> sum()\r\n |> group()\r\n |> toFloat()\r\n |> keep(columns: [\"_value\", \"requestName\"])\r\n\r\n return join(\r\n tables:{countResponseTime:countResponseTime, sumerrorCount:sumerrorCount},\r\n on:[\"requestName\"]\r\n )\r\n |> map(fn:(r) => ({\r\n requestName: r.requestName,\r\n ErrorRate: r._value_sumerrorCount / r._value_countResponseTime \r\n })) \r\n}\r\n\r\nfailuresPercentages()", "refId": "Error %", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Metricas Gerais", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "90%": 5, "95%": 6, "99%": 7, "Avg": 2, "Count": 1, "ErrorRate": 11, "Max": 3, "Median": 4, "TPH": 10, "TPM": 9, "TPS": 8, "requestName": 0 }, "renameByName": {} } } ], "type": "table" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 10, "w": 3, "x": 0, "y": 17 }, "id": 116, "links": [], "options": { "displayMode": "lcd", "minVizHeight": 12, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": { "titleSize": 12, "valueSize": 15 } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.90)\r\n |> group(columns: [\"requestName\"])\r\n |> keep(columns: [ \"_value\", \"requestName\"])\r\n |> rename(columns: {_value: \"request\"})\r\n\r\n", "refId": "A" } ], "title": "Response Time 90% percentile", "transformations": [], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "transparent", "mode": "thresholds" }, "mappings": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 10, "w": 3, "x": 3, "y": 17 }, "id": 117, "links": [], "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": { "titleSize": 12, "valueSize": 15 } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.95)\r\n |> group(columns: [\"requestName\"])\r\n |> keep(columns: [ \"_value\", \"requestName\"])\r\n |> rename(columns: {_value: \"request\"})\r\n\r\n", "refId": "A" } ], "title": "Response Time 95% percentile", "transformations": [], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "transparent", "mode": "thresholds" }, "mappings": [ { "options": { "from": 1, "result": { "color": "dark-green", "index": 0 }, "to": 700 }, "type": "range" }, { "options": { "from": 701, "result": { "color": "yellow", "index": 1 }, "to": 2000 }, "type": "range" }, { "options": { "from": 2001, "result": { "color": "semi-dark-orange", "index": 2 }, "to": 4000 }, "type": "range" }, { "options": { "from": 4001, "result": { "color": "dark-red", "index": 3 }, "to": 999999 }, "type": "range" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 10, "w": 3, "x": 6, "y": 17 }, "id": 120, "links": [], "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": { "titleSize": 12, "valueSize": 15 } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> toFloat()\r\n |> quantile(q: 0.99)\r\n |> group(columns: [\"requestName\"])\r\n |> keep(columns: [ \"_value\", \"requestName\"])\r\n |> rename(columns: {_value: \"request\"})\r\n\r\n", "refId": "A" } ], "title": "Response Time 99% percentile", "transformations": [], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "custom": { "align": "auto", "displayMode": "color-background", "filterable": true, "inspect": false, "minWidth": 50 }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Contagem de ERROS" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-orange", "mode": "fixed" } }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.minWidth", "value": 50 }, { "id": "custom.width" } ] }, { "matcher": { "id": "byName", "options": "responseCode" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } }, { "id": "custom.minWidth", "value": 50 }, { "id": "custom.width" } ] }, { "matcher": { "id": "byName", "options": "requestName" }, "properties": [ { "id": "color", "value": { "fixedColor": "transparent", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "errorMessage" }, "properties": [ { "id": "color", "value": { "fixedColor": "transparent", "mode": "fixed" } }, { "id": "custom.minWidth", "value": 500 } ] } ] }, "gridPos": { "h": 10, "w": 15, "x": 9, "y": 17 }, "id": 96, "links": [], "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "errorMessage" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "responseError", "orderByTime": "ASC", "policy": "autogen", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"_value\"] == 1)\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\", \"errorMessage\", \"responseCode\"]) \r\n |> sum()\r\n |> keep(columns: [\"requestName\", \"errorMessage\", \"responseCode\", \"_value\"])\r\n |> group()\r\n |> rename(columns: {\"_value\": \"Contagem de ERROS\"})", "rawQuery": true, "refId": "C", "resultFormat": "table", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] } ], "title": "Resumo dos ERROS", "transformations": [], "type": "table" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "UgPq-YFnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 27 }, "id": 46, "panels": [], "title": "Metricas Individuais [[request]]", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "editable": true, "error": false, "gridPos": { "h": 2, "w": 24, "x": 0, "y": 28 }, "height": "180", "id": 121, "links": [], "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "<h3 style=\"text-align: center;\"><em>Estes Paineis sao referentes ao item selecionado no painel... <span style=\"color: #00ccff;\"><strong>Individual Request \"[[request]]\"</strong></span></em></h3>", "mode": "html" }, "pluginVersion": "9.2.4", "transparent": true, "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Response Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "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": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 30 }, "id": 1, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Mean", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/) \r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: mean, createEmpty: false) \r\n |> keep(columns: [\"_time\", \"_value\"])\r\n |> rename(columns: {_value: \"Response Time. AVG\"})", "rawQuery": true, "refId": "AVG", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "alias": "90 perc", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: max, createEmpty: false) \r\n |> keep(columns: [\"_time\", \"_value\"])\r\n |> rename(columns: {_value: \"Response Time. MAX\"})", "rawQuery": true, "refId": "MAX", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [ "90" ], "type": "percentile" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "alias": "95 perc", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> toFloat()\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: median, createEmpty: false) \r\n |> keep(columns: [\"_time\", \"_value\"])\r\n |> rename(columns: {_value: \"Response Time. Median\"})", "rawQuery": true, "refId": "Median", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [ 95 ], "type": "percentile" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"latency\") \r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\"])\r\n |> rename(columns: {_value: \"Latency\"})\r\n", "refId": "Latency", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Response Time [[request]]", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 8, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 39 }, "id": 7, "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] } ], "title": "Throughput por segundo [[request]] ", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "errors / interval", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": true, "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": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 39 }, "id": 11, "interval": "", "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Errors per Second", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"_value\"] == 1)\r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> group(columns: [\"_field\", \"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "errorCount" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] } ], "title": "Error Rate [[request]]", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "unit": "none" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 47 }, "id": 105, "links": [], "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true, "values": [] }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"count\") \r\n |> filter(fn: (r) => r[\"requestName\"] == \"${request}\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> group(columns: [\"requestName\", \"responseCode\"])\r\n |> toFloat()\r\n |> sum()\r\n |> keep(columns: [ \"requestName\", \"responseCode\", \"_value\"])\r\n |> rename(columns: {_value: \"request\"})\r\n\r\n \r\n \r\n ", "refId": "A" } ], "title": "Response codes", "transformations": [], "type": "piechart" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "UgPq-YFnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 56 }, "id": 69, "panels": [], "title": "Throughput Geral", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "Throughput is calculated as requests/unit of time. Shows overall throughput.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "reqps" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "responseTime" }, "properties": [ { "id": "displayName", "value": "TPS" } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 13, "w": 12, "x": 0, "y": 57 }, "id": 91, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "\r\n \r\n from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\") \r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/) \r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])\r\n ", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Throughput Geral", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 13, "w": 12, "x": 12, "y": 57 }, "id": 90, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/) \r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Throughput Geal por Request", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "reqps" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "responseTime" }, "properties": [ { "id": "displayName", "value": "TPS" } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 70 }, "id": 110, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"_value\"] == 1)\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/) \r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Throughput Geral com status \"fail\"", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 70 }, "id": 112, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"result\"] == \"pass\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Throughput Geral por Request com status \"pass\"", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 84 }, "id": 111, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Throughput", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"result\"] == \"fail\" )\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))\r\n", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/) \r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Throughput Geral por Request com status \"fail\"", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Throughput", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 84 }, "id": 58, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_responseCode", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "10s" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"responseCode\"])\r\n |> aggregateWindow(every: ${aggregation}s, fn: count, createEmpty: false) \r\n |> toFloat() \r\n |> map(fn: (r) => ({ r with _value: float(v: r._value /float(v: ${aggregation})) }))", "rawQuery": true, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "count" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [ { "key": "errorMessage", "operator": "=", "value": "Null" } ] } ], "title": "Throughput por Status Code", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "UgPq-YFnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 96 }, "id": 44, "panels": [], "title": "Response Time Over time Geral", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Response Time, ms", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 97 }, "id": 28, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\n |> group(columns: [\"requestName\"])\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Média Response Time", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Response Time, ms", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 97 }, "id": 114, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\n |> filter(fn: (r) => r[\"result\"] == \"pass\")\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\n |> group(columns: [\"requestName\"])\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Média Response Time com status \"pass\" ", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Response Time, ms", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 109 }, "id": 113, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\n |> filter(fn: (r) => r[\"result\"] == \"fail\")\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\n |> group(columns: [\"requestName\"])\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Média Response Time com status \"fail\"", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Response Time, ms", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "meanActiveThreads" }, "properties": [ { "id": "displayName", "value": "Virtual Users" } ] }, { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Virtual Users" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "custom.axisLabel", "value": "Virtual Users" } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 109 }, "id": 94, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$aggregation" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\n |> filter(fn: (r) => r[\"_field\"] == \"responseTime\")\n |> filter(fn: (r) => r[\"runId\"] == \"${runId}\")\n |> group(columns: [\"requestName\"])\n |> aggregateWindow(every: [[aggregation]]s, fn: max, createEmpty: false)\n |> keep(columns: [\"_time\", \"_value\", \"requestName\"])", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "responseTime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "=~", "value": "/^$request$/" } ] }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": " from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"virtualUsers\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"meanActiveThreads\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n |> keep(columns: [\"_time\", \"_value\", \"_field\"])", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "MAX Response Time", "type": "timeseries" }, { "collapsed": true, "datasource": { "type": "influxdb", "uid": "UgPq-YFnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 121 }, "id": 80, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 122 }, "id": 95, "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.2.4", "targets": [ { "alias": "", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "\r\nfrom(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"errorCount\")\r\n |> filter(fn: (r) => r[\"_value\"] == 1)\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"requestName\", \"responseCode\", \"errorMessage\", \"errorResponseBody\"])\r\n |> sum()\r\n |> group()\r\n |> keep(columns: [\"requestName\", \"errorMessage\", \"errorResponseBody\", \"responseCode\", \"_value\"])\r\n |> rename(columns: {\"_value\": \"Count\"})", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Detalhes dos ERROS", "type": "table" } ], "title": "Errors details - Todos os ERROS", "type": "row" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "UgPq-YFnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 122 }, "id": 38, "panels": [], "title": "Trafego da Rede Geral", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 123 }, "id": 77, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "autogen", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"latency\") \r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n", "rawQuery": true, "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "latency" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Latencia", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "95 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#F9934E", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "99 perc" }, "properties": [ { "id": "color", "value": { "fixedColor": "#E24D42", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "color", "value": { "fixedColor": "#BF1B00", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 131 }, "id": 86, "links": [], "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "autogen", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"connectTime\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)\r\n", "rawQuery": true, "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "latency" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Conexão", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 140 }, "id": 50, "links": [], "options": { "legend": { "calcs": [ "max", "min", "mean" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "Sent Bytes", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"receivedBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "!=", "value": "select tag value" } ] }, { "alias": "Received Bytes", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"sentBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] == \"${runId}\")\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "!=", "value": "select tag value" } ] } ], "title": "Bytes Throughput Over Time", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 150 }, "id": 49, "links": [], "options": { "legend": { "calcs": [ "max", "min", "mean" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"sentBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "!=", "value": "select tag value" } ] } ], "title": "Dados enviados por Request", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 6, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 159 }, "id": 48, "links": [], "options": { "legend": { "calcs": [ "max", "min", "mean" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.4", "targets": [ { "alias": "$tag_requestName", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "requestName" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "requestsRaw", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: v.bucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"requestsRaw\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"receivedBytes\")\r\n |> filter(fn: (r) => r[\"runId\"] =~ /${runId:regex}/)\r\n |> filter(fn: (r) => r[\"samplerType\"] =~ /${samplerType:regex}/)\r\n |> group (columns: [\"requestName\"])\r\n |> aggregateWindow(every: [[aggregation]]s, fn: mean, createEmpty: false)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receivedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "requestName", "operator": "!=", "value": "select tag value" } ] } ], "title": "Dados recebidos por Request", "transformations": [], "type": "timeseries" }, { "gridPos": { "h": 10, "w": 24, "x": 0, "y": 169 }, "id": 87, "libraryPanel": { "uid": "NKdhkbj7k", "name": "Tempo de processamento = Latência - Tempo de Conexão" } } ], "refresh": "", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "", "hide": 0, "includeAll": false, "label": "Individual Request", "multi": false, "name": "request", "options": [], "query": "import \"influxdata/influxdb/schema\"\r\n\r\nschema.measurementTagValues(\r\n bucket: v.bucket,\r\n measurement: \"requestsRaw\",\r\n tag: \"requestName\"\r\n)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query", "useTags": false }, { "auto": false, "current": { "selected": false, "text": "30s", "value": "30" }, "hide": 0, "includeAll": false, "label": "Aggregation Interval", "multi": false, "name": "aggregation", "options": [ { "selected": false, "text": "1s", "value": "1" }, { "selected": false, "text": "10s", "value": "10" }, { "selected": true, "text": "30s", "value": "30" }, { "selected": false, "text": "1m", "value": "60" }, { "selected": false, "text": "10m", "value": "600" }, { "selected": false, "text": "30m", "value": "1800" }, { "selected": false, "text": "1h", "value": "3600" } ], "query": "1,10,30,60,600,1800,3600", "queryValue": "", "refresh": 0, "skipUrlSync": false, "type": "custom" }, { "allValue": "", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/schema\"\r\n\r\nschema.measurementTagValues(\r\n bucket: v.bucket,\r\n measurement: \"requestsRaw\",\r\n tag: \"runId\"\r\n)", "description": "You can filter the data using run id", "hide": 0, "includeAll": true, "label": "Run Id", "multi": true, "name": "runId", "options": [], "query": "import \"influxdata/influxdb/schema\"\r\n\r\nschema.measurementTagValues(\r\n bucket: v.bucket,\r\n measurement: \"requestsRaw\",\r\n tag: \"runId\"\r\n)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "allValue": "", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "import \"influxdata/influxdb/schema\"\r\n\r\nschema.measurementTagValues(\r\n bucket: v.bucket,\r\n measurement: \"requestsRaw\",\r\n tag: \"samplerType\"\r\n)", "description": "There is the possibility to filter the requests or transactions ", "hide": 0, "includeAll": true, "label": "Type", "multi": false, "name": "samplerType", "options": [], "query": "import \"influxdata/influxdb/schema\"\r\n\r\nschema.measurementTagValues(\r\n bucket: v.bucket,\r\n measurement: \"requestsRaw\",\r\n tag: \"samplerType\"\r\n)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "JMeter Report InfluxDB2.0", "uid": "frankletzz", "version": 31, "weekStart": "" }
2022-11-18 18:21:16 UTC
2022-11-18 18:22:18 UTC
0
0
17,684
1
764,262
27,148
0
kubernetes-pod-overview
Kubernetes - Pod Overview
Kubernetes Pod Overview
2022-12-22 12:11:38 UTC
2022-12-22 12:12:33 UTC
0
Kubernetes Pod Overview
79,954
79,955
Other
null
0
0
27,148
1
17,684
1
0
You can check your K8s PODs metrics.
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "Prometheus Data Source", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:223", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Kubernetes Pod Overview", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17684, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 34, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "POD Dashboard", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "green", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 1 }, "id": 9, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(kube_pod_info{namespace=~\"$namespace\"})", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 20 } ], "title": "POD Count ($namespace)", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 16, "x": 8, "y": 1 }, "id": 8, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(avg(kube_pod_status_phase{namespace=~\"$namespace\",pod=~\"$pod\"}) by(namespace, pod, phase)) by(phase)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ phase }}", "refId": "A", "step": 2 } ], "title": "Pod Status", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 6 }, "id": 12, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "kube_pod_container_status_restarts_total{namespace=~\"$namespace\", pod=~\"$pod\", container=~\"$container\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{ container }}", "refId": "A", "step": 2 } ], "title": "Pod Restart", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 13 }, "id": 35, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "POD Resource", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "decimals": 3, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 14 }, "id": 4, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_cpu_usage_seconds_total{namespace=~\"$namespace\",pod_name=~\"$pod\",container_name=~\"$container\",container_name!=\"POD\",image!=\"\"}[2m]))", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 20 } ], "title": "CPU", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 18, "x": 6, "y": 14 }, "id": 2, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum by (container)(rate(container_cpu_usage_seconds_total{pod_name=~\"$pod\", container=~\"$container\", container!=\"POD\", image!=\"\", namespace=~\"$namespace\"}[2m]))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "Current: {{ container }}", "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "kube_pod_container_resource_requests{pod=~\"$pod\", container=~\"$container\", container!=\"POD\", namespace=~\"$namespace\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "Requested: {{ container }}", "range": true, "refId": "B", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "kube_pod_container_resource_limits{pod=~\"$pod\", container=~\"$container\", container!=\"POD\", namespace=~\"$namespace\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "Limit: {{ container }}", "range": true, "refId": "C", "step": 2 } ], "title": "CPU Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "blue", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 19 }, "id": 5, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(container_memory_working_set_bytes{namespace=~\"$namespace\", pod_name=~\"$pod\",container_name=~\"$container\", container_name!=\"POD\", image!=\"\"})", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "", "refId": "A", "step": 20 } ], "title": "Memory", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 18, "x": 6, "y": 19 }, "id": 1, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg by(container) (container_memory_working_set_bytes{pod=~\"$pod\", container=~\"$container\", container!=\"POD\",container!=\"\",image!=\"\", namespace=~\"$namespace\"})", "format": "time_series", "hide": false, "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "Current: {{ container }}", "metric": "container_memory_usage_bytes", "range": true, "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "kube_pod_container_resource_requests{pod=~\"$pod\", container=~\"$container\", namespace=~\"$namespace\"}", "format": "time_series", "hide": false, "interval": "10s", "intervalFactor": 2, "legendFormat": "Requested: {{ container }}", "metric": "kube_pod_container_resource_requests_memory_bytes", "range": true, "refId": "B", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "kube_pod_container_resource_limits{pod=~\"$pod\", container=~\"$container\", namespace=~\"$namespace\"}", "format": "time_series", "hide": false, "interval": "10s", "intervalFactor": 2, "legendFormat": "Limit: {{ container }}", "metric": "kube_pod_container_resource_limits_memory_bytes", "range": true, "refId": "C", "step": 20 } ], "title": "Memory Usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "fixed" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 24 }, "id": 7, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum(rate(container_network_transmit_bytes_total{namespace=~\"$namespace\",pod_name=~\"$pod\"}[5m])) + sum(rate(container_network_receive_bytes_total{namespace=~\"$namespace\",pod_name=~\"$pod\"}[5m])) ", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 20 } ], "title": "Network RX/TX Total (bytes/sec)", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 5, "w": 18, "x": 6, "y": 24 }, "id": 3, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate (container_network_transmit_bytes_total{pod_name=~\"$pod\",interface=~\"eth0|ens.*\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "TX : {{ pod }}", "range": true, "refId": "A", "step": 2 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate (container_network_receive_bytes_total{pod_name=~\"$pod\",interface=~\"eth0|ens.*\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "RX : {{ pod }}", "range": true, "refId": "B", "step": 2 } ], "title": "POD Network", "type": "timeseries" } ], "refresh": "10s", "schemaVersion": 37, "style": "dark", "tags": [ "kubernetes", "pod" ], "templating": { "list": [ { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": true, "label": "Namespace", "multi": false, "name": "namespace", "options": [], "query": { "query": "label_values(kube_pod_info, namespace)", "refId": "Prometheus-namespace-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": true, "label": "Pod", "multi": false, "name": "pod", "options": [], "query": { "query": "label_values(kube_pod_info{namespace=~\"$namespace\"}, pod)", "refId": "Prometheus-pod-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": true, "label": "Container", "multi": false, "name": "container", "options": [], "query": { "query": "label_values(kube_pod_container_info{namespace=\"$namespace\", pod=~\"$pod\"}, container)", "refId": "Prometheus-container-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Kubernetes - Pod Overview", "uid": "GlXkUBGiz", "version": 12, "weekStart": "" }
2022-12-22 12:11:38 UTC
2022-12-22 12:12:32 UTC
0
0
18,018
1
417,484
27,635
0
vmware-host
VMware Host
VMware ESXi single instance graphs.
2023-02-01 03:06:51 UTC
2023-02-02 05:56:19 UTC
0
Referenced from:https://grafana.com/grafana/dashboards/15446-vmware-vm/ How to instan vmware_exporter: ## 1.vim docker-comose.yml ``` version: '3' services: vmware_exporter: image: pryorda/vmware_exporter:latest restart: always hostname: vmware_exporter container_name: vmware_exporter environment: - [email protected] - VSPHERE_PASSWORD=123456 - VSPHERE_HOST=192.168.1.1 - VSPHERE_IGNORE_SSL=True - VSPHERE_SPECS_SIZE=2000 ports: - 9272:9272 ``` ## 2.pull image and run ``` docker-compose -f docker-compose.yml up -d ```
81,208
81,209
null
null
0
0
27,635
1
18,018
1
0
VMware ESXi single instance graphs.
{ "__inputs": [ { "name": "DS_PROMETHEUS-VICTORIAMETRICS", "label": "Prometheus-victoriametrics", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.1" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "limit": 100, "name": "Annotations & Alerts", "showIn": 0, "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "VMware ESXi single instance graphs.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18018, "graphTooltip": 1, "id": null, "links": [ { "asDropdown": false, "icon": "bolt", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "update", "tooltip": "", "type": "link", "url": "https://grafana.com/grafana/dashboards/15446-vmware-vm/" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 0 }, "id": 32, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "name" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "(vmware_host_product_info{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "{{ version }}", "refId": "A" } ], "title": "Version", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 0 }, "id": 33, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "name" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "(vmware_host_product_info{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "{{ build }}", "refId": "A" } ], "title": "Build", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 0 }, "id": 36, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "name" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "(vmware_host_hardware_info{host_name=~\"$esxhost\"}) ", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "{{ hardware_model }}", "refId": "A" } ], "title": "Model", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 0 }, "id": 34, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "name" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_product_info{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{ dc_name }}", "refId": "A" } ], "title": "Cluster", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 0 }, "id": 37, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "name" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "(vmware_host_hardware_info{host_name=~\"$esxhost\"}) ", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "{{ hardware_cpu_model }}", "refId": "A" } ], "title": "Cpu Model", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 7776000 }, { "color": "#d44a3a", "value": 15552000 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 0 }, "id": 6, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "time()-vmware_host_boot_timestamp_seconds{host_name=~\"$esxhost\"} ", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "ESXi host uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 4 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_num_cpu{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "Cpu Number", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "decmbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 4 }, "id": 15, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_memory_max{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "Memory Capaciy", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 4 }, "id": 12, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_cpu_usagemhz_average{host_name=~\"$esxhost\"}) * 100 / (vmware_host_cpu_max{host_name=~\"$esxhost\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "Host CPU Usage", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 20, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 5 }, { "color": "#d44a3a", "value": 10 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 4 }, "id": 25, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_cpu_ready_summation{host_name=~\"$esxhost\"}/200", "legendFormat": "Cpu Ready", "refId": "B" } ], "title": "Current Cpu Ready", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 10, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1 }, { "color": "#d44a3a", "value": 3 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 4 }, "id": 26, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_cpu_costop_summation{host_name=~\"$esxhost\"}/200", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "Current Cpu Co-Stop", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 50 }, { "color": "#d44a3a", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 4 }, "id": 13, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_memory_usage{host_name=~\"$esxhost\"}) * 100 / (vmware_host_memory_max{host_name=~\"$esxhost\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{host_name}}", "refId": "A" } ], "title": "Host Memory usage", "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 17, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_cpu_usagemhz_average{host_name=~\"$esxhost\"}) * 100 / (vmware_host_cpu_max{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Cpu Usage {{host_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_cpu_demand_average{host_name=~\"$esxhost\"}) * 100 / (vmware_host_cpu_max{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "CPU Demand {{host_name}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Host CPU usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 14 }, "hiddenSeries": false, "id": 39, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_cpu_ready_summation{host_name=~\"$esxhost\"}/200", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Cpu Ready {{host_name}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_cpu_costop_summation{host_name=~\"$esxhost\"}/200", "interval": "", "legendFormat": "Cpu Co-Stop {{host_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_cpu_swapwait_summation{host_name=~\"$esxhost\"}/200", "interval": "", "legendFormat": "Cpu Swap Wait {{host_name}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Host Cpu Contention", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 20 }, "hiddenSeries": false, "id": 18, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_mem_usage_average{host_name=~\"$esxhost\"}) * 100 / (vmware_host_memory_max{host_name=~\"$esxhost\"})", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Memory Consumed {{host_name}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "(vmware_host_mem_active_average{host_name=~\"$esxhost\"})/1024 * 100 / (vmware_host_memory_max{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Memory Active {{host_name}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Host Memory usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 40, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_mem_vmmemctl_average{host_name=~\"$esxhost\"}", "legendFormat": "Memory Balloon", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_mem_latency_average{host_name=~\"$esxhost\"}", "legendFormat": "Memory Latency", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_mem_swapinRate_average{host_name=~\"$esxhost\"}", "legendFormat": "Memory SwapInRate", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_mem_swapoutRate_average{host_name=~\"$esxhost\"}", "legendFormat": "Memory SwapOutRate", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Host Memory usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "decimals": 1, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 32 }, "hiddenSeries": false, "id": 19, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_net_usage_average{host_name=~\"$esxhost\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Total Usage {{host_name}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_net_bytesRX_average{host_name=~\"$esxhost\"}", "interval": "", "legendFormat": "Usage RX {{host_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_net_bytesTX_average{host_name=~\"$esxhost\"}", "interval": "", "legendFormat": "Usage TX {{host_name}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(vmware_vm_net_broadcastRx_summation{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Broadcast RX {{host_name}}", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(vmware_vm_net_broadcastTx_summation{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Broadcast TX {{host_name}}", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(vmware_vm_net_multicastRx_summation{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Multicast RX {{host_name}}", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(vmware_vm_net_multicastTx_summation{host_name=~\"$esxhost\"})", "interval": "", "legendFormat": "Multicast TX {{host_name}}", "refId": "G" } ], "thresholds": [], "timeRegions": [], "title": "Host Network Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "KBs", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "decimals": 1, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 38 }, "hiddenSeries": false, "id": 38, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_net_errorRX_summation{host_name=~\"$esxhost\"} OR vector(0)", "format": "time_series", "intervalFactor": 1, "legendFormat": "Error RX", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_net_errorTX_summation{host_name=~\"$esxhost\"} OR vector(0) ", "legendFormat": "Error TX", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_net_droppedTX_summation{host_name=~\"$esxhost\"} OR vector(0)", "legendFormat": "Dropped TX", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "expr": "vmware_host_net_droppedRX_summation{host_name=~\"$esxhost\"} OR vector(0)", "legendFormat": "Dropped RX", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Host Network Contention", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 44 }, "hiddenSeries": false, "id": 20, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_disk_read_average{host_name=~\"$esxhost\"}+vmware_host_disk_write_average{host_name=~\"$esxhost\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Disk Read and Write {{host_name}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_disk_read_average{host_name=~\"$esxhost\"}", "interval": "", "legendFormat": "Disk Read {{host_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "exemplar": true, "expr": "vmware_host_disk_write_average{host_name=~\"$esxhost\"}", "interval": "", "legendFormat": "Disk Write {{host_name}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Disk R/W Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "KBs", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "schemaVersion": 37, "style": "dark", "tags": [ "prometheus", "vmware", "esxi" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "definition": "label_values(vmware_vm_power_state, dc_name)", "hide": 0, "includeAll": false, "label": "datacenter", "multi": false, "name": "dc", "options": [], "query": { "query": "label_values(vmware_vm_power_state, dc_name)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-VICTORIAMETRICS}" }, "definition": "label_values(vmware_vm_power_state{dc_name=~\"$dc\"}, host_name)", "hide": 0, "includeAll": false, "label": "esxhost", "multi": false, "name": "esxhost", "options": [], "query": { "query": "label_values(vmware_vm_power_state{dc_name=~\"$dc\"}, host_name)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "hidden": false, "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "VMware Host", "uid": "yBjSYSAnk", "version": 13, "weekStart": "" }
2023-02-01 03:06:51 UTC
null
0
0
18,375
1
822,857
28,201
0
project-monitoring
Project monitoring
My Project
2023-03-28 13:10:59 UTC
2023-03-28 13:14:23 UTC
0
null
0
0
null
null
0
0
28,201
1
18,375
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "Electrical Engineering project", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.7" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 12, "title": "Row title", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 16, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "max": 3000, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 14, "x": 0, "y": 1 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"realPowers\"\r\n )", "refId": "A" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "hide": false, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"apparentPowers\"\r\n )", "refId": "B" } ], "title": "Real Power and apparent Power", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "decimals": 2, "mappings": [], "max": 3000, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 2, "w": 7, "x": 14, "y": 1 }, "id": 6, "options": { "displayMode": "gradient", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": { "titleSize": 15 } }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"realPowers\"\r\n )", "refId": "A" } ], "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "max": 3000, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null }, { "color": "dark-yellow", "value": 83 }, { "color": "dark-red", "value": 93 } ] }, "unit": "voltamp" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 14, "y": 3 }, "id": 24, "options": { "displayMode": "gradient", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"apparentPowers\"\r\n )", "refId": "A" } ], "transparent": true, "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-RdYlGr" }, "decimals": 2, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-green", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 2, "w": 9, "x": 14, "y": 5 }, "id": 8, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"powerFactors\"\r\n )", "refId": "A" } ], "title": "Power Factor", "transparent": true, "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 15, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "dark-green", "value": null }, { "color": "orange", "value": 67 }, { "color": "dark-red", "value": 87 } ] }, "unit": "amp" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 1, "y": 8 }, "id": 16, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"currents\"\r\n )", "refId": "A" } ], "title": "Current", "transparent": true, "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "Current variation with time ", "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": false, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 0, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "dashed" } }, "decimals": 2, "mappings": [], "max": 15, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 66 }, { "color": "red", "value": 86 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 15, "x": 9, "y": 8 }, "id": 10, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"currents\"\r\n )", "refId": "A" } ], "title": "Current-Time", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 15, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "dark-green", "value": null }, { "color": "dark-orange", "value": 66 }, { "color": "dark-red", "value": 86 } ] }, "unit": "amp" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 1, "y": 13 }, "id": 22, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"currents\"\r\n )", "refId": "A" } ], "transparent": true, "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "max": 250, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "dark-green", "value": null }, { "color": "orange", "value": 92 }, { "color": "dark-red", "value": 96 } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 2, "y": 15 }, "id": 14, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"voltages\"\r\n )", "refId": "A" } ], "transparent": true, "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "Voltage variation with time", "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": false, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 0, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "dashed" } }, "decimals": 2, "mappings": [], "max": 250, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "dark-green", "value": null }, { "color": "#EAB839", "value": 92 }, { "color": "red", "value": 96 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 15, "x": 9, "y": 15 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"voltages\"\r\n )", "refId": "A" } ], "title": "Voltage-Time", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [], "max": 250, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green" }, { "color": "dark-orange", "value": 92 }, { "color": "red", "value": 96 } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 2, "w": 8, "x": 1, "y": 21 }, "id": 20, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"voltages\"\r\n )", "refId": "A" } ], "transparent": true, "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisGridShow": false, "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 73, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 1, "y": 23 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"kWh\"\r\n )", "refId": "A" } ], "title": "Energy Consumption - Time", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green" }, { "color": "red", "value": 80 } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 4, "w": 11, "x": 13, "y": 23 }, "id": 28, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.4.7", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "query": "from(bucket: \"HomeEnergy\")\r\n |> range(start: v.timeRangeStart, stop:v.timeRangeStop)\r\n |> filter(fn: (r) =>\r\n r._measurement == \"Socket\" and\r\n r._field == \"kWh\"\r\n )", "refId": "A" } ], "transparent": true, "type": "bargauge" } ], "refresh": "5s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Project monitoring", "uid": "IGETMLfVz", "version": 5, "weekStart": "", "gnetId": 18375, "description": "My Project" }
2023-03-28 13:11:00 UTC
2023-03-28 13:14:24 UTC
0
0
18,584
1
842,062
28,499
0
unifiedmetrics-0-3-x-prometheus
UnifiedMetrics 0.3.x / Prometheus
Fully-featured metrics collection agent for Minecraft servers.
2023-04-23 07:02:08 UTC
2023-04-23 07:02:17 UTC
0
null
0
0
null
null
0
0
28,499
1
18,584
1
0
Fully-featured metrics collection agent for Minecraft servers.
{ "__inputs": [ { "name": "DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM", "label": "grafanacloud-unifiedmetrics-prom", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.2.7" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Fully-featured metrics collection agent for Minecraft servers.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18584, "graphTooltip": 1, "id": null, "iteration": 1639238407503, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "GitHub", "tooltip": "Visit UnifiedMetrics' source code on GitHub", "type": "link", "url": "https://github.com/Cubxity/UnifiedMetrics/" }, { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "Documentation", "tooltip": "Visit UnifiedMetrics' documentation on GitHub", "type": "link", "url": "https://github.com/Cubxity/UnifiedMetrics/wiki" }, { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "Discord", "tooltip": "Join Cubxity/UnifiedMetrics' Discord", "type": "link", "url": "https://discord.gg/kDDhqJmPpA" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 54, "panels": [], "title": "Overview", "type": "row" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "displayName": "Servers", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#c466f4", "value": null } ] }, "unit": "Servers" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 1 }, "id": 100, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "count(minecraft_players_count{job=~\"^$job$\",instance=~\"^$instance$\"})", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "decimals": 2, "displayName": "Uptime (Mean)", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#c466f4", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 1 }, "id": 5, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "time()-avg(process_start_time_seconds{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "displayName": "Players", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#50aad8", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 1 }, "id": 4, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(minecraft_players_count{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "displayName": "Entities", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#50aad8", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 1 }, "id": 14, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(minecraft_world_entities_count{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "displayName": "Chunks", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#50aad8", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 1 }, "id": 15, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(minecraft_world_loaded_chunks{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "fieldConfig": { "defaults": { "displayName": "Worlds", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#50aad8", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 1 }, "id": 101, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "count(minecraft_world_loaded_chunks{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "TPS (Mean)", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 20, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "#EAB839", "value": 17 }, { "color": "orange", "value": 18 }, { "color": "#71c1b1", "value": 19 }, { "color": "#6ED0E0", "value": 21 }, { "color": "semi-dark-blue", "value": 25 }, { "color": "#EF843C", "value": 30 }, { "color": "#E24D42", "value": 35 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 5 }, "id": 3, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "avg(irate(minecraft_tick_duration_seconds_count{instance=~\"^$instance$\",job=~\"^$job$\"}[$__rate_interval]))", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "MSPT (Mean)", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#71c1b1", "value": null }, { "color": "yellow", "value": 0.02 }, { "color": "orange", "value": 0.03 }, { "color": "red", "value": 0.04 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 5 }, "id": 13, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "histogram_quantile(0.5, sum(rate(minecraft_tick_duration_seconds_bucket{instance=~\"^$instance$\",job=~\"^$job$\"}[$__rate_interval])) by (le))", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "CPU Load (Mean)", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#71c1b1", "value": null }, { "color": "yellow", "value": 0.7 }, { "color": "orange", "value": 0.8 }, { "color": "red", "value": 0.9 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 5 }, "id": 19, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "avg(process_cpu_load_ratio{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "CPU Seconds", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#71c1b1", "value": null }, { "color": "yellow", "value": 0.7 }, { "color": "orange", "value": 0.8 }, { "color": "red", "value": 0.9 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 5 }, "id": 103, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(irate(process_cpu_seconds_total{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval]))", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "Memory Used", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#71c1b1", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 5 }, "id": 20, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(jvm_memory_bytes_used{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "displayName": "Memory Free", "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#71c1b1", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 5 }, "id": 102, "interval": "$interval", "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.2.7", "targets": [ { "exemplar": true, "expr": "sum(jvm_memory_bytes_max{instance=~\"^$instance$\",job=~\"^$job$\"} - jvm_memory_bytes_used{instance=~\"^$instance$\",job=~\"^$job$\"})", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "type": "stat" }, { "collapsed": false, "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 62, "panels": [], "title": "Server", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 10 }, "id": 11, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "irate(minecraft_tick_duration_seconds_count{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval])", "interval": "", "legendFormat": "tps: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "TPS", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line" } }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0.05 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 12, "y": 10 }, "id": 12, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "histogram_quantile(0.5, sum(rate(minecraft_tick_duration_seconds_bucket{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval])) by (le))", "hide": false, "interval": "", "legendFormat": "mspt: 0.5 quantile", "refId": "D" }, { "exemplar": true, "expr": "histogram_quantile(0.75, sum(rate(minecraft_tick_duration_seconds_bucket{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval])) by (le))", "hide": false, "interval": "", "legendFormat": "mspt: 0.75 quantile", "refId": "C" }, { "exemplar": true, "expr": "histogram_quantile(0.95, sum(rate(minecraft_tick_duration_seconds_bucket{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval])) by (le))", "hide": false, "interval": "", "legendFormat": "mspt: 0.95 quantile", "refId": "B" }, { "exemplar": true, "expr": "histogram_quantile(0.99, sum(rate(minecraft_tick_duration_seconds_bucket{instance=~\"^$instance$\",job=~\"^$job$\"}[$__interval])) by (le))", "interval": "", "legendFormat": "mspt: 0.99 quantile", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "MSPT", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 10, "w": 12, "x": 0, "y": 21 }, "id": 17, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "minecraft_players_count{instance=~\"^$instance$\",job=~\"^$job$\"}", "interval": "", "legendFormat": "players: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Players", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "dmc/minecraft-1" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 21 }, "id": 18, "interval": "$interval", "maxDataPoints": null, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "minecraft_players_count{instance=~\"^$instance$\",job=~\"^$job$\"} - minecraft_players_count{instance=~\"^$instance$\",job=~\"^$job$\"} offset $__interval", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Player flow", "type": "timeseries" }, { "collapsed": false, "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 31 }, "id": 29, "panels": [], "repeat": "world", "title": "World [$world]", "type": "row" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 10, "w": 12, "x": 0, "y": 32 }, "id": 38, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "minecraft_world_loaded_chunks{instance=~\"^$instance$\",job=~\"^$job$\",world=\"$world\"}", "interval": "", "legendFormat": "chunks: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Chunks", "type": "timeseries" }, { "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 10, "w": 12, "x": 12, "y": 32 }, "id": 33, "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "minecraft_world_entities_count{instance=~\"^$instance$\",job=~\"^$job$\",world=\"$world\"}", "interval": "", "legendFormat": "entities: {{job}}", "refId": "A" }, { "exemplar": true, "expr": "minecraft_world_players_count{instance=~\"^$instance$\",job=~\"^$job$\",world=\"$world\"}", "hide": false, "interval": "", "legendFormat": "players: {{job}}", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Entities", "type": "timeseries" }, { "collapsed": false, "datasource": "${DS_GRAFANACLOUD-UNIFIEDMETRICS-PROM}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 64 }, "id": 22, "panels": [], "title": "JVM: Computation", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 65 }, "id": 24, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "process_cpu_load_ratio{instance=~\"^$instance$\",job=~\"^$job$\"}", "interval": "", "legendFormat": "cpu: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "CPU Usage", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 11, "w": 12, "x": 12, "y": 65 }, "id": 45, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "irate(process_cpu_seconds_total{instance=~\"^$instance$\",job=~\"^$job$\"}[$__rate_interval])", "interval": "", "legendFormat": "cpu_seconds: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "CPU Seconds", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 11, "w": 8, "x": 0, "y": 76 }, "id": 25, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "jvm_threads_current_count{instance=~\"^$instance$\",job=~\"^$job$\"}", "interval": "", "legendFormat": "threads: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Threads", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 11, "w": 8, "x": 8, "y": 76 }, "id": 69, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "jvm_threads_daemon_count{instance=~\"^$instance$\",job=~\"^$job$\"}", "interval": "", "legendFormat": "daemons: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Daemons", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 11, "w": 8, "x": 16, "y": 76 }, "id": 46, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "jvm_threads_started_total{instance=~\"^$instance$\",job=~\"^$job$\"} - jvm_threads_started_total{instance=~\"^$instance$\",job=~\"^$job$\"} offset $__interval", "interval": "", "legendFormat": "threads_started: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Threads started", "type": "timeseries" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 87 }, "id": 71, "panels": [], "title": "JVM: Memory", "type": "row" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepBefore", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 11, "w": 12, "x": 0, "y": 88 }, "id": 27, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "jvm_memory_bytes_used{instance=~\"^$instance$\",job=~\"^$job$\",area=\"heap\"}", "interval": "", "legendFormat": "heap: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Heap Memory", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 50, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepBefore", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 11, "w": 12, "x": 12, "y": 88 }, "id": 78, "interval": "$interval", "options": { "legend": { "calcs": [ "mean", "max", "min" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "jvm_memory_bytes_used{instance=~\"^$instance$\",job=~\"^$job$\",area=\"nonheap\"}", "interval": "", "legendFormat": "nonheap: {{job}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Nonheap Memory", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepBefore", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 11, "w": 12, "x": 0, "y": 99 }, "id": 26, "interval": "$interval", "options": { "legend": { "calcs": [ "max" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "avg by(gc) (jvm_gc_duration_seconds_sum{instance=~\"^$instance$\",job=~\"^$job$\"} - jvm_gc_duration_seconds_sum{instance=~\"^$instance$\",job=~\"^$job$\"} offset $__interval)", "interval": "", "legendFormat": "gc_duration: {{gc}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "GC Duration (Mean)", "type": "timeseries" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepBefore", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": 11, "w": 12, "x": 12, "y": 99 }, "id": 85, "interval": "$interval", "options": { "legend": { "calcs": [ "max" ], "displayMode": "table", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.0.4", "targets": [ { "exemplar": true, "expr": "sum by(gc) (jvm_gc_freed_bytes_sum{instance=~\"^$instance$\",job=~\"^$job$\"} - jvm_gc_freed_bytes_sum{instance=~\"^$instance$\",job=~\"^$job$\"} offset $__interval)", "interval": "", "intervalFactor": 1, "legendFormat": "gc_freed: {{gc}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "GC Freed (Total)", "type": "timeseries" } ], "refresh": "10s", "schemaVersion": 32, "style": "dark", "tags": [ "minecraft" ], "templating": { "list": [ { "current": { "selected": false, "text": "grafanacloud-unifiedmetrics-prom", "value": "grafanacloud-unifiedmetrics-prom" }, "description": null, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "query_result(minecraft_players_count)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "job", "options": [], "query": { "query": "query_result(minecraft_players_count)", "refId": "grafanacloud-unifiedmetrics-prom-job-Variable-Query" }, "refresh": 2, "regex": "/.*job=\"([^\"]+)/", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "query_result(up{job=~\"^$job$\"})", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "instance", "options": [], "query": { "query": "query_result(up{job=~\"^$job$\"})", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "/.*instance=\"([^\"]+).*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "30s", "value": "30s" }, "description": null, "error": null, "hide": 0, "label": null, "name": "interval", "options": [ { "selected": false, "text": "15s", "value": "15s" }, { "selected": true, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "15s,30s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "query_result(minecraft_world_entities_count{instance=~\"$instance\",job=~\"$job\"})", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "world", "options": [], "query": { "query": "query_result(minecraft_world_entities_count{instance=~\"$instance\",job=~\"$job\"})", "refId": "grafanacloud-unifiedmetrics-prom-world-Variable-Query" }, "refresh": 1, "regex": "/.*world=\"([^\"]+).*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "UnifiedMetrics 0.3.x / Prometheus", "uid": "kU0rMsi7k", "version": 112 }
2023-04-23 07:02:08 UTC
null
0
0
17,259
1
230,333
26,520
0
nextractplus-v41-energy
nextractplus_v41_energy
nextractplus version 41 for energy = Watts and temperatures from CPU cores, planar and inlet
2022-10-24 15:57:02 UTC
2022-10-24 16:12:37 UTC
0
Collector download free can be found here https://www.ibm.com/support/pages/node/6405910 It is in Python and gets the data from th HMC PCM REST API. Only Scale-out servers work for energy stats.
77,951
77,952
Other
null
0
0
26,520
1
17,259
1
0
null
{ "__inputs": [ { "name": "DS_INFLUXDB_NEXTRACTPLUS", "label": "InfluxDB nextractplus", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.6" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "nextractplus version 41 for energy = Watts and temperatures from CPU cores, planar and inlet", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "gridPos": { "h": 2, "w": 12, "x": 0, "y": 0 }, "id": 29, "options": { "content": "# Range included Zero", "mode": "markdown" }, "pluginVersion": "9.1.6", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "gridPos": { "h": 2, "w": 12, "x": 12, "y": 0 }, "id": 30, "options": { "content": "# Range Zoomed-In to show the more datails", "mode": "markdown" }, "pluginVersion": "9.1.6", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [ { "matcher": { "id": "byName", "options": "electricity.mean" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Electrical Power" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Electrical Power Average" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 2 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Electrical Power", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "electricity", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "watts" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] }, { "alias": "Electrical Power Average", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "electricity", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "watts" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ 20 ], "type": "moving_average" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "Electrical Power Consumption in Watts", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [ { "matcher": { "id": "byName", "options": "electricity.mean" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Electrical Power" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 2 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Electrical Power", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "electricity", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "watts" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "Electrical Power Consumption in Watts", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": "celsius" }, "overrides": [] }, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 16 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "[[tag_cpu_name]]", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "cpu_name" ], "type": "tag" } ], "measurement": "temp_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "All CPU Probe Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 16 }, "id": 26, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "[[tag_cpu_name]]", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "cpu_name" ], "type": "tag" } ], "measurement": "temp_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "All CPU Probe Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 30 }, "id": 16, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Room Inlet", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "temp_room", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Room Inlet Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 30 }, "id": 25, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "Room Inlet", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "temp_room", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Room Inlet Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [ { "matcher": { "id": "byName", "options": "mb000" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Value" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "mb001" }, "properties": [ { "id": "color", "value": { "fixedColor": "red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Room" }, "properties": [ { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 42 }, "id": 14, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "alias": "[[tag_mb_name]]", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "mb_name" ], "type": "tag" } ], "measurement": "temp_planar", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "System Planar and Room Temperatures", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [ { "matcher": { "id": "byName", "options": "mb000" }, "properties": [ { "id": "color", "value": { "fixedColor": "semi-dark-blue", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 42 }, "id": 27, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "alias": "[[tag_mb_name]]", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "mb_name" ], "type": "tag" } ], "measurement": "temp_planar", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "System Planar Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 18, "w": 12, "x": 6, "y": 54 }, "id": 13, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "alias": "[[tag_cpu_name]]", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "groupBy": [ { "params": [ "cpu_name" ], "type": "tag" } ], "measurement": "temp_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp" ], "type": "field" }, { "params": [], "type": "difference" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$servername$/" } ] } ], "title": "CPU Temperature spread", "type": "timeseries" } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB_NEXTRACTPLUS}" }, "definition": "SHOW TAG VALUES WITH KEY = \"servername\"", "hide": 0, "includeAll": false, "label": "servername", "multi": false, "name": "servername", "options": [], "query": "SHOW TAG VALUES WITH KEY = \"servername\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "nextractplus_v41_energy", "uid": "BFb1ZNNVz", "version": 1, "weekStart": "", "gnetId": 17259 }
2022-10-24 15:57:02 UTC
2022-10-24 16:12:28 UTC
0
0
17,342
1
370,617
26,651
0
prometheus-2-0-overview
Prometheus 2.0 Overview
Overview of metrics from Prometheus 2.0. Useful for using prometheus to monitor your prometheus. Revisions welcome!
2022-11-03 23:16:43 UTC
2022-11-03 23:18:21 UTC
0
null
0
0
null
null
0
0
26,651
1
17,342
1
0
Overview of metrics from Prometheus 2.0. Useful for using prometheus to monitor your prometheus. Revisions welcome!
{ "__inputs": [ { "name": "DS_THEMIS", "label": "Prometheus", "description": "A prometheus server with prometheus server metrics", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "4.5.0-beta1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [] }, "editable": true, "gnetId": 17342, "graphTooltip": 0, "hideControls": false, "id": null, "links": [], "refresh": "30s", "rows": [ { "collapse": false, "height": 250, "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_THEMIS}", "decimals": 3, "description": "Percentage of uptime during the most recent $interval period. Change the period with the 'interval' dropdown above.", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": false }, "id": 2, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "%", "postfixFontSize": "100%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 3, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "avg(avg_over_time(up{instance=~\"$instance\",job=~\"$job\"}[$interval]) * 100)", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A", "step": 240 } ], "thresholds": "90, 99", "title": "Uptime [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "columns": [], "datasource": "${DS_THEMIS}", "description": "Servers which are DOWN RIGHT NOW! \nFIX THEM!!", "fontSize": "100%", "hideTimeOverride": true, "id": 25, "links": [], "pageSize": null, "scroll": true, "showHeader": true, "sort": { "col": 0, "desc": true }, "span": 3, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "/__name__|job|Value/", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": " ", "colorMode": "cell", "colors": [ "rgba(255, 0, 0, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(255, 0, 0, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "link": false, "pattern": "instance", "thresholds": [ "", "", "" ], "type": "string", "unit": "short" } ], "targets": [ { "expr": "up{instance=~\"$instance\",job=~\"$job\"} < 1", "format": "table", "intervalFactor": 2, "refId": "A", "step": 2 } ], "timeFrom": "1s", "title": "Currently Down", "transform": "table", "type": "table" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "Total number of time series in prometheus", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 3, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(prometheus_tsdb_head_series{job=~\"$job\",instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "refId": "B", "step": 240 } ], "thresholds": "1000000,2000000", "title": "Total Series", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_THEMIS}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 14, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 3, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(prometheus_tsdb_head_chunks{job=~\"$job\",instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "refId": "B", "step": 240 } ], "thresholds": "", "title": "Memory Chunks", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "at a glance", "titleSize": "h6" }, { "collapse": false, "height": 236, "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "The total number of rule group evaluations missed due to slow rule group evaluation.", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 16, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(sum_over_time(prometheus_evaluator_iterations_missed_total{job=~\"$job\",instance=~\"$instance\"}[$interval]))", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 240 } ], "thresholds": "1,10", "title": "Missed Iterations [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "The total number of rule group evaluations skipped due to throttled metric storage.", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 18, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(sum_over_time(prometheus_evaluator_iterations_skipped_total{job=~\"$job\",instance=~\"$instance\"}[$interval]))", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 240 } ], "thresholds": "1,10", "title": "Skipped Iterations [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "Total number of scrapes that hit the sample limit and were rejected.", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 19, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(sum_over_time(prometheus_target_scrapes_exceeded_sample_limit_total{job=~\"$job\",instance=~\"$instance\"}[$interval]))", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 240 } ], "thresholds": "1,10", "title": "Tardy Scrapes [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "Number of times the database failed to reload block data from disk.", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 13, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(sum_over_time(prometheus_tsdb_reloads_failures_total{job=~\"$job\",instance=~\"$instance\"}[$interval]))", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 240 } ], "thresholds": "1,10", "title": "Reload Failures [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_THEMIS}", "description": "Sum of all skipped scrapes", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 20, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 4, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(sum_over_time(prometheus_target_scrapes_exceeded_sample_limit_total{job=~\"$job\",instance=~\"$instance\"}[$interval])) + \nsum(sum_over_time(prometheus_target_scrapes_sample_duplicate_timestamp_total{job=~\"$job\",instance=~\"$instance\"}[$interval])) + \nsum(sum_over_time(prometheus_target_scrapes_sample_out_of_bounds_total{job=~\"$job\",instance=~\"$instance\"}[$interval])) + \nsum(sum_over_time(prometheus_target_scrapes_sample_out_of_order_total{job=~\"$job\",instance=~\"$instance\"}[$interval])) ", "format": "time_series", "intervalFactor": 2, "refId": "A", "step": 240 } ], "thresholds": "1,10", "title": "Skipped Scrapes [$interval]", "type": "singlestat", "valueFontSize": "100%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "quick numbers", "titleSize": "h6" }, { "collapse": false, "height": "250px", "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 1, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": true, "steppedLine": false, "targets": [ { "expr": "up{instance=~\"$instance\",job=~\"$job\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Upness (stacked)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "none", "label": "Up", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "up", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 3, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "prometheus_tsdb_head_series{job=~\"$job\",instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Series Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Series", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 5, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "prometheus_tsdb_head_chunks{job=~\"$job\",instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Storage Memory Chunks", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Chunks", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "series & storage", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": { "10.58.3.10:80": "#BA43A9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "Rate of total number of appended samples", "fill": 1, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(prometheus_tsdb_head_samples_appended_total{job=~\"$job\",instance=~\"$instance\"}[1m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Appended Samples per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Samples / Second", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "appended samples", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "Total number of syncs that were executed on a scrape pool.", "fill": 1, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(prometheus_target_scrape_pool_sync_total{job=~\"$job\",instance=~\"$instance\"}) by (scrape_job)", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "{{scrape_job}}", "refId": "B", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Scrape Sync Total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Syncs", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "Actual interval to sync the scrape pool.", "fill": 1, "id": 21, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(prometheus_target_sync_length_seconds_sum{job=~\"$job\",instance=~\"$instance\"}[2m])) by (scrape_job) * 1000", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{scrape_job}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Target Sync", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Milliseconds", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "sync", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 29, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "scrape_duration_seconds{instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Scrape Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Seconds", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "Total number of rejected scrapes", "fill": 1, "id": 30, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(prometheus_target_scrapes_exceeded_sample_limit_total{job=~\"$job\",instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "exceeded sample limit", "refId": "A", "step": 30 }, { "expr": "sum(prometheus_target_scrapes_sample_duplicate_timestamp_total{job=~\"$job\",instance=~\"$instance\"})", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "duplicate timestamp", "refId": "B", "step": 30 }, { "expr": "sum(prometheus_target_scrapes_sample_out_of_bounds_total{job=~\"$job\",instance=~\"$instance\"})", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "out of bounds", "refId": "C", "step": 30 }, { "expr": "sum(prometheus_target_scrapes_sample_out_of_order_total{job=~\"$job\",instance=~\"$instance\"}) ", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "out of order", "refId": "D", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Rejected Scrapes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "Scrapes", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "scrapes", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "The duration of rule group evaluations", "fill": 1, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "1000 * rate(prometheus_evaluator_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\"}[5m]) / rate(prometheus_evaluator_duration_seconds_count{job=~\"$job\", instance=~\"$instance\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "E", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Average Rule Evaluation Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Milliseconds", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 11, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(http_request_duration_microseconds_count{job=~\"$job\",instance=~\"$instance\"}[1m])) by (handler) > 0", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{handler}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "HTTP Request Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Microseconds", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 15, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(prometheus_engine_query_duration_seconds_sum{job=~\"$job\",instance=~\"$instance\"}) by (slice)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{slice}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Prometheus Engine Query Duration Seconds", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Seconds", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "Rule-group evaluations \n - total\n - missed due to slow rule group evaluation\n - skipped due to throttled metric storage", "fill": 1, "id": 31, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(prometheus_evaluator_iterations_total{job=~\"$job\", instance=~\"$instance\"}[5m]))", "format": "time_series", "intervalFactor": 2, "legendFormat": "Total", "refId": "B", "step": 30 }, { "expr": "sum(rate(prometheus_evaluator_iterations_missed_total{job=~\"$job\", instance=~\"$instance\"}[5m]))", "format": "time_series", "intervalFactor": 2, "legendFormat": "Missed", "refId": "A", "step": 30 }, { "expr": "sum(rate(prometheus_evaluator_iterations_skipped_total{job=~\"$job\", instance=~\"$instance\"}[5m]))", "format": "time_series", "intervalFactor": 2, "legendFormat": "Skipped", "refId": "C", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Rule Evaluator Iterations", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "iterations", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "durations", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 22, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(prometheus_notifications_sent_total[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Notifications Sent", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Notifications", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "notifications", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 23, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "(time() - prometheus_config_last_reload_success_timestamp_seconds{job=~\"$job\",instance=~\"$instance\"}) / 60", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Minutes Since Successful Config Reload", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Minutes", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 24, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "prometheus_config_last_reload_successful{job=~\"$job\",instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 30 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Successful Config Reload", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "Success", "logBase": 1, "max": "1", "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "config", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "GC invocation durations", "fill": 1, "id": 28, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(go_gc_duration_seconds_sum{instance=~\"$instance\",job=~\"$job\"}[2m])) by (instance)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{instance}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "GC Rate / 2m", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "garbage collection", "titleSize": "h6" }, { "collapse": true, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "description": "This is probably wrong! Please help.", "fill": 1, "id": 26, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "allocated", "stack": false } ], "spaceLength": 10, "span": 6, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum(go_memstats_alloc_bytes_total{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "hide": true, "intervalFactor": 2, "legendFormat": "alloc_bytes_total", "refId": "A", "step": 10 }, { "expr": "sum(go_memstats_alloc_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "hide": false, "intervalFactor": 2, "legendFormat": "allocated", "refId": "B", "step": 10 }, { "expr": "sum(go_memstats_buck_hash_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "profiling bucket hash table", "refId": "C", "step": 10 }, { "expr": "sum(go_memstats_gc_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "GC metadata", "refId": "D", "step": 10 }, { "expr": "sum(go_memstats_heap_alloc_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap in-use", "refId": "E", "step": 10 }, { "expr": "sum(go_memstats_heap_idle_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap idle", "refId": "F", "step": 10 }, { "expr": "sum(go_memstats_heap_inuse_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap in use", "refId": "G", "step": 10 }, { "expr": "sum(go_memstats_heap_released_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap released", "refId": "H", "step": 10 }, { "expr": "sum(go_memstats_heap_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap system", "refId": "I", "step": 10 }, { "expr": "sum(go_memstats_mcache_inuse_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "mcache in use", "refId": "J", "step": 10 }, { "expr": "sum(go_memstats_mcache_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "mcache sys", "refId": "K", "step": 10 }, { "expr": "sum(go_memstats_mspan_inuse_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "mspan in use", "refId": "L", "step": 10 }, { "expr": "sum(go_memstats_mspan_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "mspan sys", "refId": "M", "step": 10 }, { "expr": "sum(go_memstats_next_gc_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "heap next gc", "refId": "N", "step": 10 }, { "expr": "sum(go_memstats_other_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "other sys", "refId": "O", "step": 10 }, { "expr": "sum(go_memstats_stack_inuse_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "stack in use", "refId": "P", "step": 10 }, { "expr": "sum(go_memstats_stack_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "stack sys", "refId": "Q", "step": 10 }, { "expr": "sum(go_memstats_sys_bytes{job=~\"$job\", instance=~\"$instance\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "sys", "refId": "R", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Go Memory Usage (FIXME)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 9, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 3, "stack": false, "steppedLine": false, "targets": [ { "expr": "prometheus_target_interval_length_seconds{instance=~\"$instance\", job=~\"$job\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{quantile}} {{interval}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Scrape Duration", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Seconds", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_THEMIS}", "fill": 1, "id": 7, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 3, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(prometheus_target_interval_length_seconds_count{job=~\"$job\",instance=~\"$instance\"}[5m])) by (interval)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{interval}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Target Scrapes / 5m", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "Scrapes", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Broken, ignore", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_THEMIS}", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "job", "options": [], "query": "query_result(prometheus_tsdb_head_samples_appended_total)", "refresh": 2, "regex": "/.*job=\"([^\"]+)/", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_THEMIS}", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "instance", "options": [], "query": "query_result(up{job=~\"$job\"})", "refresh": 2, "regex": "/.*instance=\"([^\"]+).*/", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "tags": [], "text": "1h", "value": "1h" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "interval", "options": [ { "selected": true, "text": "1h", "value": "1h" }, { "selected": false, "text": "3h", "value": "3h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "2d", "value": "2d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "30d", "value": "30d" }, { "selected": false, "text": "90d", "value": "90d" }, { "selected": false, "text": "180d", "value": "180d" } ], "query": "1h, 3h, 6h, 12h, 1d, 2d, 7d, 30d, 90d, 180d", "type": "custom" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Prometheus 2.0 Overview", "version": 14, "description": "Overview of metrics from Prometheus 2.0. \r\nUseful for using prometheus to monitor your prometheus.\r\nRevisions welcome!" }
2022-11-03 23:16:43 UTC
null
0
0
17,865
1
774,401
27,395
0
astra-db-metrics
Astra DB Metrics
Astra Serverless metrics for reads and writes
2023-01-11 17:07:44 UTC
2023-01-11 17:08:06 UTC
0
null
0
0
null
null
0
0
27,395
1
17,865
1
0
Astra Serverless metrics for reads and writes
{ "__inputs": [], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2-45365" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Astra Serverless metrics for reads and writes", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 15, "panels": [], "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Request Overview", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows request rates (req/s) for different types of requests. The rates are summed over all database coordinators.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 1 }, "hiddenSeries": false, "id": 2, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Read", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Write", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Range", "range": true, "refId": "E" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_rate_limited_requests:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Rate Limited", "range": true, "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Requests Combined", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows the request error rates (req/s) for different types of requests. The rates are summed over all database coordinators.\n - Timeouts indicate that the queries are taking too long to complete.\n - Unavailables indicate that the coordinator did not have enough alive data nodes to work with.\n - Failures can be caused by queries violating certain guardrails or other error conditions. See [<u>Astra DB database guardrails and limits</u>](https://docs.datastax.com/en/astra/docs/datastax-astra-database-limits.html) for more information.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 1 }, "hiddenSeries": false, "id": 3, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_requests_failures:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Read Failures", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_requests_timeouts:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Read Timeouts", "range": true, "refId": "B" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_requests_unavailables:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Read Unavailable", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_failures:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Write Failures", "range": true, "refId": "G" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_timeouts:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Write Timeouts", "range": true, "refId": "H" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_unavailables:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Write Unavailable", "range": true, "refId": "I" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_requests_failures:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Range Failures", "range": true, "refId": "M" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_requests_timeouts:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Range Timeouts", "range": true, "refId": "N" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_requests_unavailables:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Range Unavailable", "range": true, "refId": "O" } ], "thresholds": [], "timeRegions": [], "title": "Request Errors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 8 }, "id": 16, "panels": [], "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Writes", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows coordinator write request latency quantiles on the left y-axis, and the total write request rate (req/s) on the right y-axis.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 9 }, "hiddenSeries": false, "id": 4, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Operations/", "dashes": true, "fill": 0, "linewidth": 2, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Write Operations/sec", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds_P99:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P99", "range": true, "refId": "B" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds_P95:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P95", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds_P90:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P90", "range": true, "refId": "D" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds_P75:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P75", "range": true, "refId": "E" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_latency_seconds_P50:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P50", "range": true, "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Write Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows different write request mutation size quantiles. Too large mutations can cause performance problems and might even be rejected.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 9 }, "hiddenSeries": false, "id": 5, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_mutation_size_bytes_P99:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P99", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_mutation_size_bytes_P95:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P95", "range": true, "refId": "B" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_mutation_size_bytes_P90:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P90", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_mutation_size_bytes_P75:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P75", "range": true, "refId": "D" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_write_requests_mutation_size_bytes_P50:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P50", "range": true, "refId": "E" } ], "thresholds": [], "timeRegions": [], "title": "Write Size Distribution", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 16 }, "id": 17, "panels": [], "targets": [ { "datasource": { "type": "datasource", "uid": "grafana" }, "refId": "A" } ], "title": "Reads", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows coordinator read request latency quantiles on the left y-axis, and the total read request rate (req/s) on the right y-axis.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 6, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Operations/", "dashes": true, "fill": 0, "linewidth": 2, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Read Operations/sec", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds_P99:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P99", "range": true, "refId": "B" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds_P95:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P95", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds_P90:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P90", "range": true, "refId": "D" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds_P75:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P75", "range": true, "refId": "E" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_read_latency_seconds_P50:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P50", "range": true, "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Read Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "$PROMETHEUS_DS" }, "description": "This panel shows coordinator range request latency quantiles on the left y-axis, and the total range request rate (req/s) on the right y-axis.", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 17 }, "hiddenSeries": false, "id": 7, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2-45365", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*Operations/", "dashes": true, "fill": 0, "linewidth": 2, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "Range Operations/sec", "range": true, "refId": "A" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds_P99:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P99", "range": true, "refId": "B" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds_P95:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P95", "range": true, "refId": "C" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds_P90:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P90", "range": true, "refId": "D" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds_P75:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P75", "range": true, "refId": "E" }, { "datasource": { "uid": "$PROMETHEUS_DS" }, "editorMode": "code", "expr": "astra_db_range_latency_seconds_P50:rate$RATE{}", "format": "time_series", "interval": "15s", "intervalFactor": 2, "legendFormat": "P50", "range": true, "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Range Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "min": 0, "show": true } ], "yaxis": { "align": false } } ], "refresh": "30s", "schemaVersion": 37, "style": "light", "tags": [ "public" ], "templating": { "list": [ { "current": { "selected": false, "text": "grafanacloud-jamescolvin-prom", "value": "grafanacloud-jamescolvin-prom" }, "hide": 2, "includeAll": false, "multi": false, "name": "PROMETHEUS_DS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "5m", "value": "5m" }, "hide": 0, "label": "Metric Rate", "name": "RATE", "options": [ { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "5m", "value": "5m" } ], "query": "1m,5m", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Astra DB Metrics", "uid": "cloud", "version": 17, "weekStart": "", "gnetId": 17865 }
2023-01-11 17:07:44 UTC
null
0
0
17,885
1
692,877
27,423
0
checkpointz
Checkpoint Beacon Node Gitshock Cartenz
A companion dashboard for Checkpointz
2023-01-16 15:25:53 UTC
2023-01-16 15:27:32 UTC
0
null
0
0
null
null
0
0
27,423
1
17,885
1
0
A companion dashboard for Checkpointz
{ "__inputs": [ { "name": "DS_VICTORIAMETRICS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.0.3" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "iteration": 1661835186038, "links": [], "liveNow": false, "panels": [ { "datasource": "UhcO3vy7z", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 18, "title": "Overview", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 0, "y": 1 }, "id": 2, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (instance)(\n checkpointz_beacon_health_up{instance=~\"$instance\"} == 1\n)\n/\nsum by (instance)(\n checkpointz_beacon_health_up{instance=~\"$instance\"}\n)", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Healthy upstreams", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 3, "y": 1 }, "id": 13, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (instance)(\n checkpointz_beacon_serving_epoch{instance=~\"$instance\"}\n)", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Serving Epoch", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 6, "y": 1 }, "id": 47, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (instance)(\n checkpointz_beacon_head_epoch{instance=~\"$instance\"}\n)", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Head Epoch", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 9, "y": 1 }, "id": 45, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "go_memstats_alloc_bytes{instance=~\"$instance\"}", "interval": "1m", "legendFormat": "{{ instance }}", "range": true, "refId": "A" } ], "title": "Memory usage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 12, "y": 1 }, "id": 34, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "go_info{instance=~\"$instance\"}", "interval": "1m", "legendFormat": "{{ version }}", "range": true, "refId": "A" } ], "title": "Go version", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 15, "y": 1 }, "id": 33, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (instance)(\n go_goroutines{instance=~\"$instance\"}\n)", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Go routines", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 27, "panels": [], "title": "API", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 7 }, "id": 29, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (path)(increase(http_request_count{instance=~\"$instance\"}[1m]))", "interval": "", "legendFormat": "{{ path }}", "range": true, "refId": "A" } ], "title": "HTTP Requests", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 7 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (path, code)(increase(http_response_count{instance=~\"$instance\"}[1m]))", "interval": "", "legendFormat": "{{ code }} {{ path }}", "range": true, "refId": "A" } ], "title": "HTTP Responses", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 10, "x": 0, "y": 14 }, "id": 35, "options": { "legend": { "calcs": [ "max", "lastNotNull" ], "displayMode": "list", "placement": "right" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (identifier, method)(increase(checkpointz_service_eth_calls_count{instance=~\"$instance\"}[1m]))", "interval": "", "legendFormat": "GET {{ method }} via {{ identifier }}", "range": true, "refId": "A" } ], "title": "Service Operations", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 10, "y": 14 }, "id": 31, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (encoding)(increase(http_response_count{instance=~\"$instance\"}[1m]))", "interval": "", "legendFormat": "{{ encoding }}", "range": true, "refId": "A" } ], "title": "HTTP Responses by Content Type", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "log": 10, "type": "log" }, "showPoints": "auto", "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": 7, "w": 10, "x": 14, "y": 14 }, "id": 32, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (encoding, path)(\n http_request_duration_seconds_sum{instance=~\"$instance\"}\n /\n http_request_duration_seconds_count{instance=~\"$instance\"}\n)", "interval": "", "legendFormat": "{{ encoding }} {{ path }}", "range": true, "refId": "A" } ], "title": "Average HTTP Response Duration", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 21 }, "id": 20, "panels": [], "title": "Cache", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 22 }, "id": 14, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (cache)(\n checkpointz_ttlmap_len{instance=~\"$instance\"}\n)", "interval": "1m", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Items", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 22 }, "id": 16, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (type, cache)(\n increase(checkpointz_ttlmap_operations{instance=~\"$instance\"}[$__interval])\n)", "interval": "1m", "legendFormat": "{{ cache }} {{ type }}", "range": true, "refId": "A" } ], "title": "Operations", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMax": 1.1, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 22 }, "id": 36, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "right" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (cache)(\n sum by (cache)(\n checkpointz_ttlmap_hits{instance=~\"$instance\"}\n )\n /\n sum by (cache)(\n checkpointz_ttlmap_misses{instance=~\"$instance\"}\n +\n checkpointz_ttlmap_hits{instance=~\"$instance\"}\n )\n)", "interval": "1m", "legendFormat": "{{ cache }} {{ type }}", "range": true, "refId": "A" } ], "title": "Cache Hit Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 29 }, "id": 15, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (cache)(\n increase(checkpointz_ttlmap_hits{instance=~\"$instance\",}[$__interval])\n)", "interval": "1m", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Cache Hits", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 29 }, "id": 21, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (cache)(\n increase(checkpointz_ttlmap_misses{instance=~\"$instance\"}[$__interval])\n)", "interval": "1m", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Cache Misses", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 36 }, "id": 4, "panels": [], "repeat": "upstream", "title": "Upstream ($upstream)", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "0": { "color": "dark-red", "index": 1, "text": "Down" }, "1": { "color": "green", "index": 0, "text": "Up" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 37 }, "id": 5, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_health_up{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Health status", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "0": { "color": "green", "index": 1, "text": "Synced" }, "1": { "color": "yellow", "index": 0, "text": "Syncing" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 3, "y": 37 }, "id": 7, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_sync_is_syncing{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ name }}", "range": true, "refId": "A" } ], "title": "Sync status", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-yellow" }, { "color": "green", "value": 99 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 6, "y": 37 }, "id": 8, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_sync_percentage{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ name }}%", "range": true, "refId": "A" } ], "title": "Sync Percent", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 37 }, "id": 9, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_spec_preset_base{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ preset }}", "range": true, "refId": "A" } ], "title": "Config preset", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 12, "y": 37 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (result)(increase(checkpointz_beacon_health_check_results_total{instance=~\"$instance\", name=~\"$upstream\"}[1m]))", "interval": "1m", "legendFormat": "{{ result }}", "range": true, "refId": "A" } ], "title": "Health checks", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 1, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 15, "y": 37 }, "id": 46, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "sum by (name, direction)(checkpointz_beacon_peers{instance=~\"$instance\", name=~\"$upstream\", state=\"connected\"})", "interval": "1m", "legendFormat": "{{ direction }}", "range": true, "refId": "A" } ], "title": "Peers", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 18, "y": 37 }, "id": 11, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_node_version{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ version }}", "range": true, "refId": "A" } ], "title": "Beacon Version", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 40 }, "id": 10, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "checkpointz_beacon_spec_config_name{instance=~\"$instance\", name=~\"$upstream\"}", "interval": "1m", "legendFormat": "{{ config }}", "range": true, "refId": "A" } ], "title": "Config name", "type": "stat" } ], "refresh": "10s", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "definition": "label_values(checkpointz_ttlmap_operations, instance)", "hide": 0, "includeAll": false, "multi": false, "name": "instance", "options": [], "query": { "query": "label_values(checkpointz_ttlmap_operations, instance)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "definition": "label_values(checkpointz_beacon_health_up{instance=~\"$instance\"}, name)", "hide": 0, "includeAll": true, "multi": true, "name": "upstream", "options": [], "query": { "query": "label_values(checkpointz_beacon_health_up{instance=~\"$instance\"}, name)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Checkpoint Beacon Node Gitshock Cartenz", "uid": "p6wl7Li4z", "version": 5, "weekStart": "", "gnetId": 17885, "description": "A companion dashboard for Checkpointz" }
2023-01-16 15:25:53 UTC
2023-01-16 15:27:32 UTC
0
0
18,384
1
347,558
28,210
0
apiseven-grafana-dashboard
APISEVEN Grafana Dashboard
MicroService API Gateway APISEVEN
2023-03-29 15:33:09 UTC
2023-03-29 16:58:38 UTC
0
APISEVEN Grafana Dashboard
0
0
null
null
0
0
28,210
1
18,384
1
0
MicroService API Gateway APISEVEN
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.3.7" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "${DS_PROMETHEUS}", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "limit": 100, "name": "Annotations & Alerts", "showIn": 0, "type": "dashboard" } ] }, "description": "MicroService API Gateway APISEVEN", "editable": true, "gnetId": 18384, "graphTooltip": 0, "id": null, "iteration": 1617695812393, "links": [], "panels": [ { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 10, "panels": [], "title": "Nginx", "type": "row" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 0, "y": 1 }, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "sum(apisix_http_requests_total{instance=~\"$instance\"})", "intervalFactor": 2, "legendFormat": "Total", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Total Requests", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 8, "y": 1 }, "id": 16, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "sum(apisix_nginx_http_current_connections{state=\"accepted\", instance=~\"$instance\"})", "intervalFactor": 2, "legendFormat": "Accepted", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Accepted Connections", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 8, "x": 16, "y": 1 }, "id": 11, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "sum(apisix_nginx_http_current_connections{state=\"handled\", instance=~\"$instance\"})", "intervalFactor": 2, "legendFormat": "Total", "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "Handled Connections", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 4 }, "hiddenSeries": false, "id": 17, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(apisix_nginx_http_current_connections{state=~\"active|reading|writing|waiting\", instance=~\"$instance\"}) by (state)", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{state}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Nginx connection state", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "Misc", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 10 }, "id": 15, "panels": [], "title": "HTTP", "type": "row" }, { "aliasColors": { "HTTP Status:200": "green", "HTTP Status:500": "red" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 11 }, "hiddenSeries": false, "id": 2, "interval": "", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "state", "lines": true } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(apisix_http_status{service=~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (code)", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "HTTP Status:{{code}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests per second (RPS) by status code", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 32, "interval": "", "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "sort": "total", "sortDesc": true, "total": true, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "state", "lines": true } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(apisix_http_status{service=~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (service)", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "service:{{service}}", "refId": "A" }, { "expr": "sum(rate(apisix_http_status{service=~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (route)", "interval": "", "legendFormat": "route:{{route}}", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Requests per second (RPS) per service/route", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 23 }, "hiddenSeries": false, "id": 27, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "histogram_quantile(0.90, sum(rate(apisix_http_latency_bucket{type=~\"request\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "format": "time_series", "interval": "", "legendFormat": "P90", "refId": "A" }, { "expr": "histogram_quantile(0.95, sum(rate(apisix_http_latency_bucket{type=~\"request\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P95", "refId": "B" }, { "expr": "histogram_quantile(0.99, sum(rate(apisix_http_latency_bucket{type=~\"request\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P99", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Request Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ms", "label": "", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 23 }, "hiddenSeries": false, "id": 28, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "histogram_quantile(0.90, sum(rate(apisix_http_latency_bucket{type=~\"apisix\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "P90", "refId": "A" }, { "expr": "histogram_quantile(0.95, sum(rate(apisix_http_latency_bucket{type=~\"apisix\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P95", "refId": "B" }, { "expr": "histogram_quantile(0.99, sum(rate(apisix_http_latency_bucket{type=~\"apisix\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P99", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "APISEVEN Latency", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 23 }, "hiddenSeries": false, "id": 33, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "histogram_quantile(0.90, sum(rate(apisix_http_latency_bucket{type=~\"upstream\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "format": "time_series", "interval": "", "legendFormat": "P90", "refId": "A" }, { "expr": "histogram_quantile(0.95, sum(rate(apisix_http_latency_bucket{type=~\"upstream\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P95", "refId": "B" }, { "expr": "histogram_quantile(0.99, sum(rate(apisix_http_latency_bucket{type=~\"upstream\",service=~\"$service\",consumer=~\"$consumer\",node=~\"$node\"}[1m])) by (le))", "interval": "", "legendFormat": "P99", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Upstream Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ms", "label": "", "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 } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 29 }, "id": 13, "panels": [], "title": "Bandwidth", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 6, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "sort": "total", "sortDesc": true, "total": true, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(apisix_bandwidth{instance=~\"$instance\"}[30s])) by (type)", "legendFormat": "{{type}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Total Bandwidth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 36 }, "hiddenSeries": false, "id": 21, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "sort": "total", "sortDesc": true, "total": true, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(irate(apisix_bandwidth{type=\"ingress\", service =~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (service)", "legendFormat": "service:{{service}}", "refId": "A" }, { "expr": "sum(irate(apisix_bandwidth{type=\"ingress\", service =~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (route)", "legendFormat": "route:{{route}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Ingress per service/route", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 42 }, "hiddenSeries": false, "id": 19, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "sort": "total", "sortDesc": true, "total": true, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(apisix_bandwidth{type=\"egress\", service =~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (service)", "interval": "", "legendFormat": "service:{{service}}", "refId": "A" }, { "expr": "sum(rate(apisix_bandwidth{type=\"egress\", service =~\"$service\",route=~\"$route\",instance=~\"$instance\"}[1m])) by (route)", "legendFormat": "route:{{route}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Egress per service/route", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": true, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 48 }, "id": 23, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 18, "x": 0, "y": 49 }, "hiddenSeries": false, "id": 30, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.7", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(apisix_etcd_modify_indexes{key=~\"consumers|global_rules|max_modify_index|prev_index|protos|routes|services|ssls|stream_routes|upstreams|x_etcd_index\"}) by (key)", "interval": "", "intervalFactor": 1, "legendFormat": "{{key}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Etcd modify indexes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0 }, { "color": "green", "value": 1 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 18, "y": 49 }, "id": 25, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.7", "targets": [ { "expr": "sum(apisix_etcd_reachable{instance=~\"$instance\"})", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Etcd reachable", "type": "stat" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 1 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 21, "y": 49 }, "id": 29, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.7", "targets": [ { "expr": "sum(apisix_nginx_metric_errors_total{instance=~\"$instance\"})", "interval": "", "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Nginx metric errors", "type": "stat" } ], "title": "Misc", "type": "row" } ], "refresh": "5s", "schemaVersion": 26, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(apisix_http_status,service)", "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "service", "options": [], "query": "label_values(apisix_http_status,service)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(apisix_http_status,route)", "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "route", "options": [], "query": "label_values(apisix_http_status,route)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(apisix_nginx_http_current_connections,instance)", "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "instance", "options": [], "query": "label_values(apisix_http_status,instance)", "refresh": 2, "regex": ".*", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(apisix_http_status,consumer)", "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "consumer", "options": [], "query": "label_values(apisix_http_status,consumer)", "refresh": 2, "regex": ".*", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(apisix_http_status,node)", "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "node", "options": [], "query": "label_values(apisix_http_status,node)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "APISEVEN Grafana Dashboard", "uid": "bLlNuRLWz", "version": 13 }
2023-03-29 15:33:09 UTC
null
0
0
17,553
1
756,650
26,948
0
urbackup-exporter
UrBackup Exporter
UrBackup dashboard
2022-12-06 20:40:33 UTC
2022-12-06 20:43:09 UTC
0
# UrBackup Exporter The Docker image, source code and documentation is in GitHub. https://github.com/ngosang/urbackup-exporter
79,441
79,442
Other
null
1
5
26,948
1
17,553
1
0
UrBackup dashboard
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.0" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "UrBackup dashboard", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17553, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "last_backup" }, "properties": [ { "id": "custom.displayMode", "value": "auto" }, { "id": "unit", "value": "dateTimeAsIso" } ] }, { "matcher": { "id": "byName", "options": "last_backup_since" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "unit", "value": "s" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 604800 }, { "color": "red", "value": 1209600 } ] } } ] } ] }, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 0 }, "id": 27, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "urbackup_backup_lasttime{backup_type=\"file\"} * 1000", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "time() - urbackup_backup_lasttime{backup_type=\"file\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "B" } ], "title": "Last backup", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "backup_type": true, "client_id": true, "client_os_version": true, "client_version": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": { "Value": "", "Value #A": "last_backup", "Value #B": "last_backup_since" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "backup_status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "KO" }, "1": { "text": "OK" } }, "type": "value" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] } ] }, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 0 }, "id": 29, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "urbackup_backup_ok{backup_type=\"file\"}", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "A" } ], "title": "Last backup status", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_type": true, "client_id": true, "client_os_version": true, "client_version": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": { "Value": "backup_status" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "client_status" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "text": "Offline" }, "1": { "text": "Online" } }, "type": "value" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(56, 56, 56)", "value": null }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] } ] }, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 0 }, "id": 31, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "urbackup_client_online", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "A" } ], "title": "Client status", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_type": true, "client_id": true, "client_os_version": true, "client_version": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": { "Value": "client_status" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "total_backup_size" }, "properties": [ { "id": "unit", "value": "bytes" } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 7 }, "id": 32, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum by (client_name)(urbackup_backup_size_total)", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "A" } ], "title": "Total backup size", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_type": true, "client_id": true, "client_os_version": true, "client_version": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": { "Value": "total_backup_size" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 7 }, "id": 33, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum by (client_name)(urbackup_backup_number_total)", "format": "table", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{client_name}}", "refId": "A" } ], "title": "Total backup count", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "__name__": true, "backup_type": true, "client_id": true, "client_os_version": true, "client_version": true, "instance": true, "job": true }, "indexByName": {}, "renameByName": { "Value": "total_backup_count" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "displayMode": "auto", "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 7 }, "id": 28, "links": [], "maxDataPoints": 100, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "client_name" } ] }, "pluginVersion": "9.3.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "urbackup_backup_lasttime{backup_type=\"file\"}", "format": "table", "instant": true, "interval": "", "intervalFactor": 2, "legendFormat": "{{client_name}}", "refId": "A" } ], "title": "Client details", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "__name__": true, "backup_type": true, "client_id": true, "client_name": false, "client_os_version": false, "client_version": false, "instance": true, "job": true }, "indexByName": { "Time": 0, "Value": 8, "backup_type": 1, "client_id": 3, "client_name": 2, "client_os_version": 4, "client_version": 5, "instance": 6, "job": 7 }, "renameByName": {} } } ], "type": "table" }, { "aliasColors": { "Download": "yellow", "Upload": "green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 8, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "9.3.0", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum by (client_name)(urbackup_backup_size_total)", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{client_name}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Total backup size", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:111", "format": "decbytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:112", "format": "Bps", "logBase": 1, "min": "0", "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Download": "yellow", "Upload": "green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 13 }, "hiddenSeries": false, "id": 30, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "9.3.0", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum by (client_name)(urbackup_backup_number_total)", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{client_name}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Total backup count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:111", "format": "none", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:112", "format": "Bps", "logBase": 1, "min": "0", "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "unit": "none" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 20 }, "hiddenSeries": false, "id": 21, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "maxDataPoints": 100, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.0", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "sum by(client_name)(urbackup_client_online)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{client_name}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Client status (online)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:936", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:937", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-30d", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "UrBackup Exporter", "uid": "LwBvKXknk", "version": 1, "weekStart": "" }
2022-12-06 20:40:33 UTC
null
1
5
17,687
1
761,740
27,151
0
kafka-topics-metrics
Kafka Topics Metrics
With Kafka Topics Metrics Dashboard we can visualize the Metrics related to the topic. We can select the particular topic from the dropdown and see the data related to this topic.
2022-12-22 12:48:12 UTC
2022-12-22 12:50:09 UTC
0
null
0
0
null
null
0
0
27,151
1
17,687
1
0
With Kafka Topics Metrics Dashboard we can visualize the Metrics related to the topic. We can select the particular topic from the dropdown and see the data related to this topic.
{ "__inputs": [], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.0.1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 17687, "graphTooltip": 0, "id": null, "iteration": 1618990698886, "links": [], "panels": [ { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 14, "options": { "displayMode": "gradient", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "values": false }, "showUnfilled": true }, "pluginVersion": "7.0.1", "targets": [ { "expr": "kafka_topic_MessagesInPerSec_Count{instance=~\"$host\",topic=\"$topic\",env=\"$env\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Total Message in by Topic", "type": "bargauge" }, { "aliasColors": { "sample": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 3 }, "hiddenSeries": false, "id": 2, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesInPerSec_OneMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages in by Minute", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 3 }, "hiddenSeries": false, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesInPerSec_FiveMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages in by 5 Minutes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 3 }, "hiddenSeries": false, "id": 3, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesInPerSec_FifteenMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages in by 15 Minutes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "light-red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 10, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesOutPerSec_OneMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages out by Minute", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "light-red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 12 }, "hiddenSeries": false, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesOutPerSec_FiveMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages out by 5 Minutes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "light-red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 12 }, "hiddenSeries": false, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_BytesOutPerSec_FifteenMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Messages out by 15 Minutes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:71", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:72", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "sample": "light-yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 21 }, "hiddenSeries": false, "id": 6, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_MessagesInPerSec_OneMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Bytes in Per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:467", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:468", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 8, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_TotalProduceRequestsPerSec_OneMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "TotalProduceRequest Per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:643", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:644", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 30 }, "hiddenSeries": false, "id": 9, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "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": "kafka_topic_TotalFetchRequestsPerSec_OneMinuteRate{instance=~\"$host\",env=\"$env\",topic=\"$topic\"}", "interval": "", "legendFormat": "{{topic}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "TotalFetchRequest Per Topic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:643", "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:644", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "prometheus.internal-odmont.com", "value": "prometheus.internal-odmont.com" }, "hide": 0, "includeAll": false, "label": "Datasource", "multi": true, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(system_uptime, env)", "hide": 0, "includeAll": true, "label": "ENV", "multi": false, "name": "env", "options": [], "query": "label_values(system_uptime, env)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(kafka_controller_activecontrollers__1, instance)", "hide": 0, "includeAll": true, "label": "Host", "multi": false, "name": "host", "options": [], "query": "label_values(kafka_controller_activecontrollers__1, instance)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(system_uptime, service)", "hide": 2, "includeAll": false, "label": "Service", "multi": false, "name": "service", "options": [], "query": "label_values(system_uptime, service)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(kafka_topic_MessagesInPerSec_Count, topic)", "hide": 0, "includeAll": false, "label": "Topic", "multi": false, "name": "topic", "options": [], "query": "label_values(kafka_topic_MessagesInPerSec_Count, topic)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Kafka Topics Metrics", "uid": "YSdjCtXMk", "version": 41, "description": "With Kafka Topics Metrics Dashboard we can visualize the Metrics related to the topic. We can select the particular topic from the dropdown and see the data related to this topic." }
2022-12-22 12:48:12 UTC
null
0
0
17,793
1
770,453
27,281
0
proxmox
Proxmox
Display data from the Proxmox host and hosted VM's and Containers.
2023-01-03 21:46:57 UTC
2023-01-03 22:28:42 UTC
0
null
0
0
null
null
0
0
27,281
1
17,793
1
0
Display data from the Proxmox host and hosted VM's and Containers.
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.6" }, { "type": "panel", "id": "grafana-clock-panel", "name": "Clock", "version": "2.1.0" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Display data from the Proxmox host and hosted VM's and Containers.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17793, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 43, "panels": [], "repeat": "server", "repeatDirection": "h", "targets": [ { "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "refId": "A" } ], "title": "Summary - $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 0, "y": 1 }, "id": 58, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpus" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Cores", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 2, "y": 1 }, "id": 60, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "measurement": "memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "memtotal" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Total Memory", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 5, "y": 1 }, "id": 62, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "measurement": "memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "swaptotal" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Total Swap", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#73BF69", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.5 }, { "color": "#d44a3a", "value": 0.75 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 8, "y": 1 }, "id": 2, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Server CPU", "transparent": true, "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "#73BF69", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70 }, { "color": "#d44a3a", "value": 85 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 12, "y": 1 }, "id": 9, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^cpustat\\.mean$/", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "avg1" ], "type": "field" }, { "params": [], "type": "mean" } ], [ { "params": [ "cpus" ], "type": "field" }, { "params": [], "type": "max" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Load Average", "transparent": true, "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#73BF69", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.5 }, { "color": "#d44a3a", "value": 0.75 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 16, "y": 1 }, "id": 10, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "wait" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "I/O Wait", "transparent": true, "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "#73BF69", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70 }, { "color": "#d44a3a", "value": 85 } ] }, "unit": "gbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 20, "y": 1 }, "id": 11, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^memory\\.memused$/", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "limit": "1", "measurement": "memory", "orderByTime": "DESC", "policy": "default", "query": "SELECT mean(\"memused\") / 1073741824, mean(\"memtotal\") / 1073741824 FROM \"memory\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval) fill(null) ORDER BY time DESC LIMIT 1", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "memused" ], "type": "field" }, { "params": [ "/ 1073741824" ], "type": "math" } ], [ { "params": [ "memtotal" ], "type": "field" }, { "params": [ "/ 1073741824" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Used Memory", "transparent": true, "type": "gauge" }, { "clockType": "24 hour", "countdownSettings": { "endCountdownTime": "2019-04-12T19:20:00.000Z", "endText": "00:00:00" }, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "dateSettings": { "dateFormat": "YYYY-MM-DD", "fontSize": "20px", "fontWeight": "normal", "showDate": true }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 4 }, "id": 20, "links": [], "mode": "time", "options": { "bgColor": "", "clockType": "24 hour", "countdownSettings": { "endCountdownTime": "2022-09-28T19:29:29+01:00", "endText": "00:00:00" }, "countupSettings": { "beginCountupTime": "2022-09-28T19:29:29+01:00", "beginText": "00:00:00" }, "dateSettings": { "dateFormat": "YYYY-MM-DD", "fontSize": "20px", "fontWeight": "normal", "locale": "", "showDate": false }, "mode": "time", "refresh": "sec", "timeSettings": { "fontSize": "28px", "fontWeight": "normal" }, "timezone": "", "timezoneSettings": { "fontSize": "12px", "fontWeight": "normal", "showTimezone": false, "zoneFormat": "offsetAbbv" } }, "pluginVersion": "2.1.0", "refreshSettings": { "syncWithDashboard": false }, "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeSettings": { "customFormat": "HH:mm:ss", "fontSize": "40px", "fontWeight": "normal" }, "title": "Time", "transparent": true, "type": "grafana-clock-panel" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "dateTimeAsIso" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 4, "y": 4 }, "id": 24, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "/^Time$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "limit": "1", "measurement": "cpustat", "orderByTime": "DESC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Last Update", "transparent": true, "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 7 }, "id": 16, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Host Uptime", "transparent": true, "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "host" }, "properties": [ { "id": "displayName", "value": "VM" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "uptime" }, "properties": [ { "id": "displayName", "value": "Uptime" }, { "id": "unit", "value": "dtdurations" }, { "id": "decimals", "value": 1 }, { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "custom.hidden", "value": true } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 7 }, "id": 7, "interval": "", "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "VM" } ] }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "host" ], "type": "tag" } ], "limit": "1", "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(uptime) AS \"uptime\" FROM \"system\" WHERE (\"object\" = 'qemu') AND (\"nodename\" =~ /^$server$/) AND time > (now() - 10m) AND uptime > 0 GROUP BY \"host\" limit 1", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [ "uptime" ], "type": "alias" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "Running VMs", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "table" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "uptime" }, "properties": [ { "id": "displayName", "value": "Uptime" }, { "id": "unit", "value": "dtdurations" }, { "id": "decimals", "value": 1 }, { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byName", "options": "host" }, "properties": [ { "id": "displayName", "value": "LXC" }, { "id": "unit", "value": "short" }, { "id": "decimals", "value": 2 }, { "id": "custom.align" } ] }, { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "custom.hidden", "value": true } ] } ] }, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 7 }, "id": 8, "interval": "", "links": [], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "host" ], "type": "tag" } ], "limit": "1", "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(uptime) AS \"uptime\" FROM \"system\" WHERE (\"object\" = 'lxc') AND (\"nodename\" =~ /^$server$/) AND time > (now() - 10m) AND uptime > 0 GROUP BY \"host\" limit 1", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [ "uptime" ], "type": "alias" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "Running LXCs", "transformations": [ { "id": "merge", "options": { "reducers": [] } } ], "transparent": true, "type": "table" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 26, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "refId": "A" } ], "title": "Memory And CPU Usage - $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Percent", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [ { "matcher": { "id": "byName", "options": "I/O Wait" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Load Average (1 Min)" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Load Average (1 Min)" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "max", "value": 10 }, { "id": "custom.axisLabel", "value": "Load" } ] } ] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 27 }, "id": 22, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host CPU Usage", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "* 100" ], "type": "math" } ] ], "tags": [] }, { "alias": "$tag_host I/O Wait", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "1m" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "wait" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ " * 100" ], "type": "math" } ] ], "tags": [] }, { "alias": "$tag_host Load Average (1 Min)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "1m" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpustat", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "avg1" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "Host CPU Usage", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 27 }, "id": 4, "interval": "", "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max", "min" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "memory", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"memused\")/mean(\"memtotal\") * 100 FROM \"memory\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval), host fill(null)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "memused" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Host Memory Usage", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 34 }, "id": 28, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"cpu\") FROM \"system\" WHERE (\"object\" = 'qemu' AND \"nodename\" =~ /^$server$/) AND $timeFilter GROUP BY time(1m), \"host\", \"nodename\" fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "VM CPU Usage", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 34 }, "id": 84, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT (mean(\"mem\")/last(maxmem))*100 FROM \"system\" WHERE (\"object\" = 'qemu') AND $timeFilter GROUP BY time($__interval), \"host\", \"nodename\" fill(null)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "mem" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "VMs Memory Usage", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 40 }, "id": 29, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"cpu\") FROM \"system\" WHERE (\"object\" = 'qemu') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpu" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "lxc" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "LXC CPU Usage", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 40 }, "id": 32, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT (mean(\"mem\")/last(maxmem))*100 FROM \"system\" WHERE (\"object\" = 'lxc') AND (\"nodename\" =~ /^$server$/) AND $timeFilter GROUP BY time($__interval), \"node\", \"host\", \"nodename\" fill(null)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "mem" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "LXC Memory Usage", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 46 }, "id": 34, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "refId": "A" } ], "title": "Disk I/O - $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 0, "y": 47 }, "id": 36, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "diskread" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "VMs I/O Read", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "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": 6, "w": 12, "x": 12, "y": 47 }, "id": 37, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "diskwrite" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "qemu" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "VMs I/O Write", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 0, "y": 53 }, "id": 38, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "diskread" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "lxc" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "LXCs I/O Read", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "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": 6, "w": 12, "x": 12, "y": 53 }, "id": 39, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "diskwrite" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "object", "operator": "=", "value": "lxc" }, { "condition": "AND", "key": "nodename", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "LXCs I/O Write", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 59 }, "id": 108, "panels": [], "title": "Network Traffic $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 0, "y": 60 }, "id": 45, "interval": "", "links": [], "maxPerRow": 2, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "repeat": "interfaces", "repeatDirection": "h", "targets": [ { "alias": "$tag_host Rx", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" } ], "measurement": "nics", "orderByTime": "ASC", "policy": "default", "query": "SELECT non_negative_derivative(mean(\"receive\"), 10s) AS \"Rx\", non_negative_derivative(mean(\"receive\"), 10s) AS \"Tx\" FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND \"instance\" = 'enp2s0') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receive" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" }, { "params": [ "Rx" ], "type": "alias" } ] ], "tags": [ { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interfaces$/" } ] }, { "alias": "$tag_host Tx", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" } ], "measurement": "nics", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "transmit" ], "type": "field" }, { "params": [], "type": "max" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interfaces$/" } ] } ], "title": "$interfaces", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 78 }, "id": 41, "panels": [], "targets": [ { "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "refId": "A" } ], "title": "Network Traffic Detail - $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 24, "x": 0, "y": 79 }, "id": 82, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_instance ($tag_host)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "nics", "orderByTime": "ASC", "policy": "default", "query": "SELECT non_negative_derivative(mean(\"receive\"), 10s) FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND (\"instance\" =~ /^vmbr*/ OR \"instance\" = 'enp2s0')) AND $timeFilter GROUP BY time($__interval), \"instance\" fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receive" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "instance", "operator": "!=", "value": "veth350i0" }, { "condition": "AND", "key": "instance", "operator": "!=", "value": "fwln300i0" } ] } ], "title": "Network In", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 24, "x": 0, "y": 85 }, "id": 83, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_instance ($tag_host)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "nics", "orderByTime": "ASC", "policy": "default", "query": "SELECT non_negative_derivative(mean(\"transmit\"), 10s) FROM \"nics\" WHERE (\"host\" =~ /^$server$/ AND (\"instance\" =~ /^vmbr*/ OR \"instance\" = 'enp2s0')) AND $timeFilter GROUP BY time($__interval), \"instance\" fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "receive" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "title": "Network Out", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 0, "y": 91 }, "id": 47, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "netin" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "nodename", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "VMs Traffic In", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 12, "y": 91 }, "id": 49, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "netout" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "nodename", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "object", "operator": "=", "value": "qemu" } ] } ], "title": "VMs Traffic Out", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 0, "y": 97 }, "id": 48, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "netin" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "nodename", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "object", "operator": "=", "value": "lxc" } ] } ], "title": "LCXs Traffic In", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": 6, "w": 12, "x": 12, "y": 97 }, "id": 50, "interval": "", "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_host ($tag_nodename)", "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "nodename" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "netout" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "10s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "nodename", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "object", "operator": "=", "value": "lxc" } ] } ], "title": "LXCs Traffic Out", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 103 }, "id": 52, "panels": [], "repeat": "server", "repeatDirection": "h", "targets": [ { "datasource": { "type": "influxdb", "uid": "wLPusGVVz" }, "refId": "A" } ], "title": "Storage Pools - $server", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 0.75 }, { "color": "#d44a3a", "value": 0.875 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 104 }, "id": 55, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "repeat": "storage", "repeatDirection": "h", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "select last(\"used\") / last(\"total\") from system where host=~/^$storage$/ AND nodename=~/^$server$/ group by host,nodename fill(0.5)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "maxdisk" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 100" ], "type": "math" } ] ], "tags": [] } ], "title": "$storage Usage", "transparent": true, "type": "gauge" } ], "refresh": "10s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "SHOW TAG VALUES FROM system WITH KEY=host WHERE object='nodes'", "hide": 0, "includeAll": false, "label": "Server", "multi": true, "name": "server", "options": [], "query": "SHOW TAG VALUES FROM system WITH KEY=host WHERE object='nodes'", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "SHOW TAG VALUES FROM system WITH KEY=host WHERE object='storages'", "hide": 0, "includeAll": false, "multi": true, "name": "storage", "options": [], "query": "SHOW TAG VALUES FROM system WITH KEY=host WHERE object='storages'", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDB}" }, "definition": "SHOW TAG VALUES FROM nics WITH KEY=~/^instance$/ WHERE instance !~ /^veth/ AND instance !~ /^tap/ AND instance !~ /^fw/ AND instance != 'lo'", "hide": 0, "includeAll": false, "multi": true, "name": "interfaces", "options": [], "query": "SHOW TAG VALUES FROM nics WITH KEY=~/^instance$/ WHERE instance !~ /^veth/ AND instance !~ /^tap/ AND instance !~ /^fw/ AND instance != 'lo'", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Proxmox", "uid": "kxQQuHRZk", "version": 78, "weekStart": "" }
2023-01-03 21:46:57 UTC
null
0
0
17,845
1
773,764
27,372
0
apollo-graphql-metrics
Apollo GraphQL Metrics
Apollo GraphQL metrics (@bmatei/apollo-prometheus-exporter).
2023-01-10 08:57:40 UTC
2023-01-10 08:58:19 UTC
0
null
0
0
Other
null
0
0
27,372
1
17,845
1
0
Apollo GraphQL metrics (@bmatei/apollo-prometheus-exporter).
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.3.3" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Apollo GraphQL metrics (@bmatei/apollo-prometheus-exporter).", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17845, "graphTooltip": 0, "id": null, "iteration": 1673323789300, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "Apollo Prometheus Exporter", "tooltip": "", "type": "link", "url": "https://github.com/bfmatei/apollo-prometheus-exporter" } ], "liveNow": true, "panels": [ { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 10, "panels": [], "title": "Summary", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "green", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 0, "y": 1 }, "id": 11, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(increase(apollo_query_resolved{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__range])) by (service)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Queries", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "namespace": "Namespace", "operation": "Operation", "operation_name": "Operation Name" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "fillOpacity": 60, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1 }, "decimals": 0, "mappings": [], "min": 0, "noValue": "(Empty)", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 10, "w": 17, "x": 7, "y": 1 }, "id": 26, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom", "showLegend": false }, "orientation": "horizontal", "showValue": "always", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xField": "Operation Name", "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(increase(apollo_query_resolved{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__range])) by (operationName) > 0", "format": "table", "instant": true, "interval": "", "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Successful Operations", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "Time": "", "Value": "Count", "Value #A": "Count", "namespace": "Namespace", "operation": "Operation", "operationName": "Operation Name", "operation_name": "Operation Name" } } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "desc": true, "field": "Count" } ] } } ], "type": "barchart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 0.8 }, { "color": "green", "value": 0.99 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 0, "y": 6 }, "id": 3, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "1 - (sum(increase(apollo_query_failed{namespace=~\"$namespace\", service=~\"${service}\", operation=~\"${operation}\"}[$__range]) OR vector(0)) by (service) / sum(increase(apollo_query_resolved{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__range])) by (service))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Success Rate", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "namespace": "Namespace", "operation": "Operation", "operation_name": "Operation Name" } } } ], "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 11 }, "id": 25, "panels": [], "title": "Errors", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 0, "y": 12 }, "id": 14, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(increase(apollo_query_failed{namespace=~\"${namespace}\", service=~\"${service}\"}[$__range])) by (namespace, service)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Errors", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "namespace": "Namespace", "operation": "Operation", "operation_name": "Operation Name" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "fillOpacity": 80, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1 }, "decimals": 0, "mappings": [], "noValue": "(Empty)", "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 10, "w": 17, "x": 7, "y": 12 }, "id": 4, "options": { "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "orientation": "horizontal", "showValue": "always", "stacking": "none", "tooltip": { "mode": "single" }, "xTickLabelRotation": 0 }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(increase(apollo_query_failed{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__range])) by (operationName) > 0", "format": "table", "instant": true, "interval": "", "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Failed Operations", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "namespace": true, "service": true }, "indexByName": { "Time": 5, "Value #A": 4, "namespace": 0, "operation": 2, "operationName": 3, "service": 1 }, "renameByName": { "Value #A": "Count", "namespace": "Namespace", "operation": "Operation", "operationName": "Operation Name", "operation_name": "Operation Name", "service": "Service" } } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "desc": true, "field": "Count" } ] } } ], "type": "barchart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "noValue": "0", "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 0, "y": 17 }, "id": 15, "options": { "displayLabels": [ "percent" ], "legend": { "displayMode": "list", "placement": "right", "values": [ "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(increase(apollo_query_failed{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__range])) by (service, operation)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{operation}}", "queryType": "randomWalk", "refId": "A" } ], "title": "Errors by Operation", "transformations": [], "type": "piechart" }, { "collapsed": false, "datasource": { "type": "datasource", "uid": "grafana" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 13, "panels": [], "title": "Queries", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "ops" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 23 }, "id": 21, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(rate(apollo_query_resolved{namespace=~\"${namespace}\", service=~\"${service}\", operation=~\"${operation}\"}[$__rate_interval])) by (operationName)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{operationName}}", "queryType": "randomWalk", "range": true, "refId": "A" } ], "title": "Operations per Second", "transformations": [], "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 34, "style": "dark", "tags": [ "graphql", "apollo" ], "templating": { "list": [ { "current": { "selected": false, "text": "default", "value": "default" }, "hide": 0, "includeAll": false, "label": "Datasource", "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values({__name__=~\"apollo_.*\"}, namespace)", "hide": 0, "includeAll": false, "label": "Namespace", "multi": false, "name": "namespace", "options": [], "query": { "query": "label_values({__name__=~\"apollo_.*\"}, namespace)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values({__name__=~\"apollo_.*\", namespace=~\"${namespace}\"}, service)", "hide": 0, "includeAll": false, "label": "Service", "multi": false, "name": "service", "options": [], "query": { "query": "label_values({__name__=~\"apollo_.*\", namespace=~\"${namespace}\"}, service)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" }, { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values({__name__=~\"apollo_.*\", namespace=~\"${namespace}\", service=~\"${service}\"}, operation)", "hide": 0, "includeAll": true, "label": "Operation", "multi": false, "name": "operation", "options": [], "query": { "query": "label_values({__name__=~\"apollo_.*\", namespace=~\"${namespace}\", service=~\"${service}\"}, operation)", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-90d", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Apollo GraphQL Metrics", "uid": "baqcYT24z", "version": 5, "weekStart": "" }
2023-01-10 08:57:40 UTC
null
0
0
18,049
1
687,102
27,721
0
ccaf-new-soiv-07apr
cCAF-new-SOIV-07Apr
Test
2023-02-07 10:17:21 UTC
2023-02-07 10:18:19 UTC
0
null
0
0
null
null
0
0
27,721
1
18,049
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS-N118", "label": "Prometheus-n118", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.4.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "iteration": 1661496626190, "links": [], "liveNow": false, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 23, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum (increase(cha_access_nchf_charging_http_requests_total[1m])) / 60", "hide": false, "instant": false, "interval": "", "legendFormat": "NCHF Charging", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum (increase(cha_access_nchf_policy_http_requests_total[1m])) / 60 ", "hide": false, "instant": false, "interval": "", "legendFormat": "NCHF Policy", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum(increase(cha_access_rating_diameter_requests_total{requestname=~\"EricssonCharging-Ro-Gy-Gy-CCR-.*\"}[1m]))/ 60", "hide": false, "instant": false, "interval": "", "legendFormat": "Diameter Gy", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum (increase(cha_access_policy_sy_diameter_requests_total{requestname=~\".*\"}[1m]))/ 60", "hide": false, "instant": false, "interval": "", "legendFormat": "Diameter Sy", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum(increase(cha_access_rating_diameter_requests_total{requestname=~\"EricssonCharging-Ro-VoLTE-MMTel-Ro-CCR-.*\"}[1m]))/ 60", "hide": false, "instant": false, "interval": "", "legendFormat": "Diameter VoLTE", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum(increase (cha_access_external_rating_diameter_requests_total{requestname=~\"SBI_.*_CIR\"}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "External SDP SBI CIR", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum(increase (cha_access_external_rating_diameter_requests_total{requestname!~\"SBI_.*|sdp.*\"}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "External SDP CIR (Gy+VoLTE)", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum by (requestname) (increase (cha_access_external_rating_diameter_requests_total{}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "sum by (requestname) (increase(cha_access_rating_diameter_requests_total{}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Total Access Traffic ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 0 }, "hiddenSeries": false, "id": 20, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code,operation) (increase(cha_access_nchf_charging_http_requests_errors_total[1m])) / 60", "hide": false, "instant": false, "interval": "", "legendFormat": "TPS NCHF ERRORS | {{operation}} | {{code}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code,operation) (increase(cha_access_nchf_charging_http_requests_errors_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "NCHF ERRORS | {{operation}} | {{code}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_nchf_charging_http_requests_errors_total[$__rate_interval]))", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | NCHF ERRORS | {{operation}} | {{code}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge SBI ERRORS TPS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 2, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (irate(cha_access_nchf_charging_http_requests_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "NCHF Total", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(irate(cha_access_nchf_charging_http_requests_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | NCHF Total | {{operation}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge SBI", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, "hiddenSeries": false, "id": 28, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code,operation,requestname) (increase(cha_access_rating_diameter_requests_errors_total[1m]))", "hide": false, "instant": false, "interval": "", "legendFormat": "Diameter ERRORS | {{operation}} | {{requestname}} | {{code}}", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code,operation) (increase(cha_access_rating_diameter_requests_errors_total[$__rate_interval]))", "hide": true, "instant": false, "interval": "", "legendFormat": "Diameter ERRORS | {{operation}} | {{code}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_rating_diameter_requests_errors_total[$__rate_interval]))", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | NCHF ERRORS | {{operation}} | {{code}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code,operation,requestname) (increase(cha_access_rating_diameter_requests_errors_total{code=\"5002\"}[1m])) / 60", "hide": true, "instant": false, "interval": "", "legendFormat": "Diameter ERRORS | {{operation}} | {{requestname}} | {{code}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge Diameter ERRORS", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 16 }, "hiddenSeries": false, "id": 27, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (irate(cha_access_rating_diameter_requests_total[$__rate_interval]))", "hide": true, "instant": false, "interval": "", "legendFormat": "NCHF Total", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(irate(cha_access_rating_diameter_requests_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | NCHF Total | {{requestname}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge Diameter", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, "hiddenSeries": false, "id": 34, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_core_rating_akka_requests_errors_total[1m]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{operation}} | {{code}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_internal_routing_akka_requests_errors_total[1m])) / 60", "hide": true, "instant": false, "interval": "", "legendFormat": "Part-{{customer_partition}} |{{instanceName}} | {{kubernetes_name}} | {{instance}} | {{requestname}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_internal_routing_akka_requests_errors_total[1m])) / 60", "hide": true, "instant": false, "interval": "", "legendFormat": "Part-{{customer_partition}} |{{instanceName}} | {{kubernetes_name}} | {{instance}} | {{requestname}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "ChaCore - Akka internal Errors", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 16, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(irate(cha_access_external_rating_diameter_requests_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | {{requestname}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(irate(ChargingInternalCommunication_Responses_Failed_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | ERRORS | {{operation}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "External Rating - TPS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 24 }, "hiddenSeries": false, "id": 3, "interval": "30s", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (irate(cha_access_event_creation_java_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "CHA Access Event", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(irate(edm_pub_consume_java_cfe_fetched_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "EDM CFE Fetched", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(irate(edm_pub_consume_java_cnfe_fetched_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "EDM CNFE Fetched", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (irate(edm_pub_recy_java_fetched_success_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "EDM Recovery Fetched", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (irate(cha_core_event_creation_java_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "CHA Core Event", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(irate(edm_pub_consume_java_cce_fetched_total[$__rate_interval]))", "hide": false, "interval": "", "legendFormat": "EDM CCE Fetched", "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Events creates & processed", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:479", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:480", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 32 }, "hiddenSeries": false, "id": 29, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (requestname,quantile) (cha_access_external_rating_diameter_request_duration_seconds)", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (requestname,quantile) (cha_access_external_rating_diameter_request_duration_seconds{quantile=\"0.95\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "External Rating - Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "description": "", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 32 }, "hiddenSeries": false, "id": 21, "interval": "30s", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (increase(cha_access_event_creation_java_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "CHA Access Event", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_consume_java_cfe_fetched_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CFE Fetched", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_consume_java_cnfe_fetched_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CNFE Fetched", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_asn1consol_sftp_cfe_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CFE Consolidated", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_asn1consol_sftp_cnfe_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CNFE Consolidated", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (increase(edm_pub_recy_java_fetched_success_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM Recovery Fetched", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (increase(cha_core_event_creation_java_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "CHA Core Event", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_consume_java_cce_fetched_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CCE Fetched", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName)(increase(edm_pub_asn1consol_sftp_cce_total[5m])) / 300", "hide": false, "interval": "", "legendFormat": "EDM CCE Consolidated", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "EDM Consolidation vs CHA generation, 5min / 300s (EPS)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:479", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:480", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 40 }, "hiddenSeries": false, "id": 30, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (requestname,quantile) (cha_access_external_rating_diameter_request_duration_seconds)", "hide": true, "instant": false, "interval": "", "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (requestname,quantile) (cha_access_external_rating_diameter_request_duration_seconds{quantile=\"0.95\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instance,type) (increase (cha_dlb_loadbalancer_diameter_total[1m])) / 60", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "External Rating Request DLB - TPS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "format": "requests", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 40 }, "hiddenSeries": false, "id": 9, "interval": "30s", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_transfer_sftp_success_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_transfer_sftp_failure_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "J" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1trans_sftp_cfe_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1trans_sftp_cnfe_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "M" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1trans_sftp_cce_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1trans_sftp_cfe_alternateformat_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1trans_sftp_cce_alternateformat_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1consol_sftp_cfe_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1consol_sftp_cnfe_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "N" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1consol_sftp_cce_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "EDMEventsTransferredSuccess_total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:376", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:377", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 48 }, "hiddenSeries": false, "id": 25, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_internal_routing_akka_requests_total[1m])) / 60", "hide": false, "instant": false, "interval": "", "legendFormat": "Part-{{customer_partition}} |{{instanceName}} | {{kubernetes_name}} | {{instance}} | {{requestname}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_access_internal_routing_akka_requests_errors_total[1m])) / 60", "hide": true, "instant": false, "interval": "", "legendFormat": "Part-{{customer_partition}} |{{instanceName}} | {{kubernetes_name}} | {{instance}} | {{requestname}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "ChaAccess - Akka internal - TPS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 48 }, "hiddenSeries": false, "id": 26, "interval": "30s", "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1consol_sftp_cnfe_total[10m])) / 600", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "N" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(edm_pub_asn1consol_sftp_cce_total[10m])) / 600", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "EDM Consolidated - TPS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:376", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:377", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 56 }, "hiddenSeries": false, "id": 5, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "cha_access_nchf_charging_http_request_duration_seconds", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{operation}} | {{quantile}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(cha_access_nchf_charging_http_request_duration_seconds{quantile=\"0.95\", operation=\"Update\",instance=\"192.168.121.115:8183\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "{{operation}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge SBI - Response time, q=0.95/0.99", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:242", "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 56 }, "hiddenSeries": false, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "EDMEventPublishing_EventsTransferredFailure_total\n", "hide": false, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "{{kubernetes_pod_name}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "EDMEventsTransferredFailure_total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1066", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:1067", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 64 }, "hiddenSeries": false, "id": 35, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "cha_access_rating_diameter_request_duration_seconds", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{operation}} | {{quantile}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(cha_access_nchf_charging_http_request_duration_seconds{quantile=\"0.95\", operation=\"Update\",instance=\"192.168.121.115:8183\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "{{operation}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Rate and Charge Diameter - Response time, q=0.95/0.99 (Newly Added by EADEBAL)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:242", "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 64 }, "hiddenSeries": false, "id": 11, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(increase(cpm_provision_msisdn_dns_requests_total[$__rate_interval]))", "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | MSISDN Provisioning Total", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(increase(cpm_provision_msisdn_dns_requests_success_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | MSISDN Provisioning Success", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(increase(cpm_provision_imsi_dns_requests_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | IMSI Provisioning Total", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": false, "expr": "(increase(cpm_provision_imsi_dns_requests_success_total[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | IMSI Provisioning Success", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "CPM DNS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "decimals": 0, "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "decimals": 0, "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 72 }, "hiddenSeries": false, "id": 31, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (quantile) (cha_access_cpm_id_translation_java_request_duration_seconds)", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(cha_access_nchf_charging_http_request_duration_seconds{quantile=\"0.95\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{operation}} | {{quantile}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Avg translation 95,99 - Response time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:242", "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "decimals": 0, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 72 }, "hiddenSeries": false, "id": 12, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cpm_provision_msisdn_dns_response_duration_seconds_max", "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | MSISDN Provisioning Latency", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cpm_provision_imsi_dns_response_duration_seconds_max", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}} | IMSI Provisioning Latency", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "CPM DNS - Response Time (max)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:162", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:163", "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 80 }, "hiddenSeries": false, "id": 32, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (instance,quantile,method) (cha_access_cil_data_mgmt_java_request_duration_seconds)", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(cha_access_nchf_charging_http_request_duration_seconds{quantile=\"0.95\"})", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{operation}} | {{quantile}}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Avg access-cil - Response time", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:241", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:242", "format": "s", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 80 }, "hiddenSeries": false, "id": 17, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(rate(cha_nfreg_nrf_registration_http_requests_total[1m]))", "hide": true, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "{{kubernetes_pod_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "increase(cha_nfreg_nrf_registration_http_requests_total[$__rate_interval])", "hide": true, "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "{{method}} | {{operation}} | {{instance}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cha_nfreg_nrf_registration_http_requests_total", "hide": true, "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "{{method}} | {{operation}} | {{instance}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "idelta(cha_nfreg_nrf_registration_http_requests_total[$__rate_interval])", "format": "time_series", "hide": false, "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "{{method}} | {{operation}} | {{instance}}", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "cha_nfreg_nrf_registration_http_requests_total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:177", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:178", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 88 }, "hiddenSeries": false, "id": 7, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_core_rating_akka_request_total{job=\"eric-bss-cha-core\"}[$__rate_interval]))", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instanceName}} | {{kubernetes_name}} | {{instance}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_core_rating_akka_requests_total{direction=\"OUT\"}[1m]))/ 60", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{direction}} | {{operation}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (code)(increase(cha_core_rating_akka_requests_errors_total{}[1m]))/ 60", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instance}} | ERROR | {{direction}} | {{operation}} | {{code}}", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_core_rating_akka_requests_errors_total{direction=\"OUT\"}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instance}} | ERROR | {{direction}} | {{operation}} | {{code}}", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "(increase(cha_core_rating_akka_requests_errors_total{direction=\"IN\"}[1m]))/ 60", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instance}} | ERROR | {{direction}} | {{operation}} | {{code}}", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Core - Charging Converged Rate And Charge", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:628", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:629", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 88 }, "hiddenSeries": false, "id": 22, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cassandra_thread_pool_maximum_tasks", "format": "time_series", "hide": false, "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "{{method}} | {{operation}} | {{instance}}", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "tests-pm-cassandra", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:177", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:178", "format": "none", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 96 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "sum by (instanceName) (increase(ChargingConvergedRateAndCharge_Requests_Received_ResponseTime_seconds_max{app_kubernetes_io_name=\"eric-bss-cha-core\"}[$__rate_interval]))", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instanceName}} response time max", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cha_core_rating_akka_request_duration_seconds{}", "hide": false, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{quantile}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Core - Charging Converged Rate And Charge - Response Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:990", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:991", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fieldConfig": { "defaults": { "unit": "s" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 104 }, "hiddenSeries": false, "id": 33, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "avg by (instance,method,quantile) (cha_core_cil_data_mgmt_java_request_duration_seconds)", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "cha_core_rating_akka_request_duration_seconds{}", "hide": true, "instant": false, "interval": "", "legendFormat": "{{instance}} | {{quantile}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "avg core-cil - Response Time", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:990", "format": "s", "logBase": 1, "show": true }, { "$$hashKey": "object:991", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 112 }, "id": 19, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "increase(cassandra_ecop_rejections_total[60s])/60", "interval": "", "legendFormat": "{{kubernetes_pod_name}}-{{mechanism}}", "refId": "A" } ], "title": "CIL reject", "type": "timeseries" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 120 }, "hiddenSeries": false, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.4.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "rate(prometheus_tsdb_head_samples_appended_total[1m])", "hide": false, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "{{kubernetes_pod_name}}", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "rate(prometheus_tsdb_compaction_chunk_size_bytes_sum[24h])", "hide": true, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "rate(prometheus_tsdb_compaction_chunk_samples_sum[24h])", "hide": true, "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "prometheus_tsdb_head_samples_appended_total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1298", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:1299", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 128 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.0.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS-N118}" }, "exemplar": true, "expr": "topk(1000, count by (__name__, job)({__name__=~\".+\"}))", "hide": true, "interval": "", "legendFormat": "", "refId": "J" } ], "title": "DANI", "type": "timeseries" } ], "refresh": false, "schemaVersion": 35, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "hide": 2, "includeAll": false, "label": "", "multi": false, "name": "appPrometheus", "options": [], "query": "prometheus", "refresh": 1, "regex": "Prometheus", "skipUrlSync": false, "type": "datasource" }, { "current": { "selected": false, "text": "No data sources found", "value": "" }, "hide": 2, "includeAll": false, "label": "", "multi": false, "name": "ccdPrometheus", "options": [], "query": "prometheus", "refresh": 1, "regex": "Prometheus-CCD", "skipUrlSync": false, "type": "datasource" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "cCAF-new-SOIV-07Apr", "uid": "jpkQ7cbnk", "version": 22, "weekStart": "", "gnetId": 18049, "description": "Test" }
2023-02-07 10:17:21 UTC
2023-02-07 10:18:19 UTC
0
0
18,412
1
826,760
28,242
0
linux-hosts-metrics-base
Linux Hosts Metrics | Base
Basic overview of linux host metrics, based on node_exporter
2023-04-01 12:47:33 UTC
2023-04-01 12:55:20 UTC
0
null
0
0
null
null
0
0
28,242
1
18,412
1
0
Basic overview of linux host metrics, based on node_exporter
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "6.1.6" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": false, "gnetId": 18412, "graphTooltip": 1, "id": null, "iteration": 1557475338508, "links": [], "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 42, "panels": [], "title": "Host Overview", "type": "row" }, { "cacheTimeout": null, "colorBackground": false, "colorPrefix": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 0, "description": "Time since last boot", "format": "s", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 0, "y": 1 }, "id": 6, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "(s)", "postfixFontSize": "50%", "prefix": "~", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "node_time_seconds{instance=~\"$host\"} - node_boot_time_seconds{instance=~\"$host\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "Uptime | $host", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "description": "Number of processors", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 2, "y": 1 }, "id": 2, "interval": "", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(count(node_cpu_seconds_total{instance=~\"$host\"}) by (cpu))", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "Processors", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 0, "description": "Amount of memory", "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 4, "y": 1 }, "id": 4, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "node_memory_MemTotal_bytes{instance=~\"$host\"}", "format": "time_series", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "RAM", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "percentunit", "gauge": { "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 6, "y": 1 }, "id": 34, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "Value", "targets": [ { "expr": "1 - avg(irate(node_cpu_seconds_total{mode=\"idle\",instance=~\"$host\"}[5m]))", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "0.6,0.8", "title": "CPU Load", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "format": "percentunit", "gauge": { "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 9, "y": 1 }, "id": 35, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "1 - node_memory_MemFree_bytes{instance=~\"$host\"} / node_memory_MemTotal_bytes{instance=~\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "0.60,0.80", "title": "Memory Use", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 1, "description": "Free diskspace", "format": "percentunit", "gauge": { "maxValue": 1, "minValue": 0, "show": true, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 1 }, "id": 8, "interval": "", "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "1 - (sum(node_filesystem_free_bytes{instance=~\"$host\"}) / sum(node_filesystem_size_bytes{instance=~\"$host\"}))", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "0.6,0.8", "title": "Disk Free (Total)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": null, "description": "Network traffic in the last hour", "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 15, "y": 1 }, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(increase(node_network_receive_bytes_total{instance=~\"$host\"}[24h]))", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "Net IN (24h)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": null, "description": "Network traffic in the last hour", "format": "decbytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 17, "y": 1 }, "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "host", "repeatDirection": "v", "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(increase(node_network_transmit_bytes_total{instance=~\"$host\"}[24h]))", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "Net OUT (24h)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 4, "w": 5, "x": 19, "y": 1 }, "id": 37, "links": [], "pageSize": null, "repeat": "host", "repeatDirection": "v", "scroll": true, "showHeader": true, "sort": { "col": 0, "desc": true }, "styles": [ { "alias": "Available", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "mappingType": 1, "pattern": "Value", "thresholds": [], "type": "number", "unit": "decbytes" }, { "alias": "Mount", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "mountpoint", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Type", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "fstype", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "expr": "node_filesystem_free_bytes{fstype!~\"(tmpfs|rootfs).*\",instance=~\"$host\"}", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Disk (Free)", "transform": "table", "type": "table" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 26, "panels": [], "repeat": null, "title": "CPU Details", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 6 }, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": true, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum by (mode) (irate(node_cpu_seconds_total{instance=~\"$host\"}[5m]))", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{mode}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU Load | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 12 }, "id": 24, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 13 }, "id": 16, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": true, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "scopedVars": { "host": { "selected": true, "text": "pg1.kred.no:9100", "value": "pg1.kred.no:9100" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "node_memory_MemFree_bytes{instance=~\"$host\"} > 0", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Free", "refId": "A" }, { "expr": "node_memory_MemTotal_bytes{instance=~\"$host\"} > 0", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Total", "refId": "B" }, { "expr": "node_memory_MemAvailable_bytes{instance=~\"$host\"} > 0", "format": "time_series", "intervalFactor": 1, "legendFormat": "Available", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Memory | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "bytes", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } } ], "repeat": null, "title": "Memory Details", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 13 }, "id": 28, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 2, "gridPos": { "h": 6, "w": 14, "x": 0, "y": 4 }, "id": 18, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "sort": "min", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "scopedVars": { "host": { "selected": true, "text": "ansible-ctrl1.kred.no:9100", "value": "ansible-ctrl1.kred.no:9100" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_network_receive_bytes_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m]) > 0", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "IN ({{device}})", "refId": "A" }, { "expr": "- irate(node_network_transmit_bytes_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m]) < 0", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "OUT ({{device}})", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Traffic | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 2, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 4 }, "id": 43, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "sort": "min", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "scopedVars": { "host": { "selected": true, "text": "ansible-ctrl1.kred.no:9100", "value": "ansible-ctrl1.kred.no:9100" } }, "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_network_receive_errs_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m]) + irate(node_network_receive_drop_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Err/Drop IN ({{device}})", "refId": "A" }, { "expr": "- (irate(node_network_transmit_errs_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m]) + irate(node_network_transmit_drop_total{instance=~\"$host\",device=~\"(?i)^(ens|eth).+$\"}[5m]))", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Err/Drop OUT ({{device}})", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Traffic | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "pps", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "repeat": null, "title": "Network Details", "type": "row" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 14 }, "id": 22, "panels": [], "repeat": null, "title": "Disk Details | $host", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 9, "x": 0, "y": 15 }, "id": 40, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "node_filesystem_free_bytes{instance=~\"$host\",fstype!~\"(tmpfs|rootfs)\"}", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "{{mountpoint}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Disk (Free) | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 9, "y": 15 }, "id": 30, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "sort": "min", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_disk_read_bytes_total{instance=~\"$host\"}[5m]) > 0", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Read ({{device}})", "refId": "A" }, { "expr": "- irate(node_disk_written_bytes_total{instance=~\"$host\"}[5m]) < 0", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Write ({{device}})", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Disk Activity | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 7, "x": 17, "y": 15 }, "id": 32, "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "host", "repeatDirection": "v", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_disk_read_time_seconds_total{instance=~\"$host\"}[5m]) > 0", "format": "time_series", "intervalFactor": 1, "legendFormat": "Read ({{device}})", "refId": "A" }, { "expr": "- irate(node_disk_write_time_seconds_total{instance=~\"$host\"}[5m]) < 0", "format": "time_series", "intervalFactor": 1, "legendFormat": "Write ({{device}})", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Disk IO | $host", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "s", "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 } } ], "refresh": false, "schemaVersion": 18, "style": "dark", "tags": [ "linux", "node-exporter", "ops" ], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(node_time_seconds{job=\"$job\"},instance)", "hide": 0, "includeAll": false, "label": "Host", "multi": true, "name": "host", "options": [], "query": "label_values(node_time_seconds{job=\"$job\"},instance)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(node_boot_time_seconds,job)", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "job", "options": [], "query": "label_values(node_boot_time_seconds,job)", "refresh": 1, "regex": "/(.*)/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Linux Hosts Metrics | Base", "uid": "ov0oEgdik", "version": 20, "description": "Basic overview of linux host metrics, based on node_exporter" }
2023-04-01 12:47:33 UTC
null
0
0
17,317
1
735,836
26,623
0
minio-overview
MinIO Overview
MinIO dashboard - https://min.io/
2022-11-01 06:21:52 UTC
2022-11-01 06:22:52 UTC
0
null
0
0
null
null
0
0
26,623
1
17,317
1
0
MinIO dashboard - https://min.io/
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "http://172.19.67.216:9090", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.0.6" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "MinIO dashboard - https://min.io/", "editable": true, "gnetId": 17317, "graphTooltip": 0, "id": null, "iteration": 1629787190164, "links": [ { "icon": "external link", "includeVars": true, "keepTime": true, "tags": [ "minio" ], "type": "dashboards" } ], "panels": [ { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 0 }, "id": 1, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "time() - max(minio_node_process_starttime_seconds{job=\"$scrape_jobs\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Uptime", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 0 }, "id": 65, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "sum by (instance) (minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total S3 Traffic Inbound", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(255, 255, 255, 0.97)", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 6, "y": 0 }, "id": 50, "interval": "1m", "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "topk(1, sum(minio_cluster_capacity_usable_free_bytes{job=\"$scrape_jobs\"}) by (instance))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 300 } ], "timeFrom": null, "timeShift": null, "title": "Current Usable Capacity", "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 7, "x": 9, "y": 0 }, "hiddenSeries": false, "id": 68, "legend": { "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum(minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}) by (instance)", "interval": "", "legendFormat": "Used Capacity", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Data Usage Growth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:419", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:420", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 5, "x": 16, "y": 0 }, "id": 52, "links": [], "options": { "displayMode": "basic", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showUnfilled": false, "text": {} }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "max by (range) (minio_bucket_objects_size_distribution{job=\"$scrape_jobs\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{range}}", "refId": "A", "step": 300 } ], "timeFrom": null, "timeShift": null, "title": "Object size distribution", "type": "bargauge" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 0 }, "id": 61, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "sum (minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Open FDs", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 3 }, "id": 64, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "sum by (instance) (minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total S3 Traffic Outbound", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 3 }, "id": 62, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "sum without (server,instance) (minio_node_go_routine_total{job=\"$scrape_jobs\"})", "format": "table", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Goroutines", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 6 }, "id": 53, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_cluster_nodes_online_total{job=\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Online Servers", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 6 }, "id": 9, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_cluster_disk_online_total{job=\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "Total online drives in MinIO Cluster", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Online Drives", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "dark-yellow", "value": 75000000 }, { "color": "dark-red", "value": 100000000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 6 }, "id": 66, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "count(count by (bucket) (minio_bucket_usage_total_bytes{job=\"$scrape_jobs\"}))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Number of Buckets", "type": "stat" }, { "aliasColors": { "S3 Errors": "light-red", "S3 Requests": "light-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 7, "x": 9, "y": 6 }, "hiddenSeries": false, "id": 63, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (server) (rate(minio_s3_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "Data Received [{{server}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "S3 API Data Received Rate ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:331", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:332", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "S3 Errors": "light-red", "S3 Requests": "light-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 6 }, "hiddenSeries": false, "id": 70, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (server) (rate(minio_s3_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "Data Sent [{{server}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "S3 API Data Sent Rate ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:331", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:332", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 8 }, "id": 69, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_cluster_nodes_offline_total{job=\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Offline Servers", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 8 }, "id": 78, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_cluster_disk_offline_total{job=\"$scrape_jobs\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Total Offline Drives", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "dark-yellow", "value": 75000000 }, { "color": "dark-red", "value": 100000000 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 9 }, "id": 44, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "topk(1, sum(minio_bucket_usage_object_total{job=\"$scrape_jobs\"}) by (instance))", "format": "time_series", "instant": false, "interval": "1m", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Number of Objects", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ns" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 10 }, "id": 80, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_heal_time_last_activity_nano_seconds{job=\"$scrape_jobs\"}", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{server}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Time Since Last Heal Activity", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ns" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 3, "y": 10 }, "id": 81, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.0.6", "targets": [ { "exemplar": true, "expr": "minio_usage_last_activity_nano_seconds{job=\"$scrape_jobs\"}", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{server}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60 } ], "timeFrom": null, "timeShift": null, "title": "Time Since Last Scan Activity", "type": "stat" }, { "aliasColors": { "S3 Errors": "light-red", "S3 Requests": "light-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 60, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_total{job=\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server,api}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "S3 API Request Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:331", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:332", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "S3 Errors": "light-red", "S3 Requests": "light-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 12, "x": 12, "y": 12 }, "hiddenSeries": false, "id": 71, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (server,api) (increase(minio_s3_requests_errors_total{job=\"$scrape_jobs\"}[$__rate_interval]))", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{server,api}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "S3 API Request Error Rate", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:331", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:332", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 22 }, "id": 86, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "exemplar": true, "expr": "sum by (server) (minio_bucket_replication_sent_bytes{job=\"$scrape_jobs\"})", "interval": "", "legendFormat": "replication sent bytes [{{server}}]", "refId": "A" } ], "title": "Sent Bytes for Replication", "type": "timeseries" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 22 }, "id": 88, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "targets": [ { "exemplar": true, "expr": "sum by (server) (minio_bucket_replication_received_bytes{job=\"$scrape_jobs\"})", "interval": "", "legendFormat": "replication received bytes [{{server}}]", "refId": "A" } ], "title": "Received Bytes for Replication", "type": "timeseries" }, { "aliasColors": { "10.13.1.25:9000 DELETE": "red", "10.13.1.25:9000 GET": "green", "10.13.1.25:9000 POST": "blue" }, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "Total number of bytes received and sent among all MinIO server instances", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 10, "fillGradient": 1, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 22 }, "hiddenSeries": false, "id": 17, "legend": { "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "rate(minio_inter_node_traffic_sent_bytes{job=\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "Internode Bytes Received [{{server}}]", "metric": "minio_http_requests_duration_seconds_count", "refId": "A", "step": 4 }, { "exemplar": true, "expr": "rate(minio_inter_node_traffic_received_bytes{job=\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Internode Bytes Sent [{{server}}]", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Internode Data Transfer", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:211", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:212", "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 22 }, "hiddenSeries": false, "id": 84, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (instance) (minio_heal_objects_heal_total{job=\"$scrape_jobs\"})", "interval": "", "legendFormat": "Objects healed in current self heal run", "refId": "A" }, { "exemplar": true, "expr": "sum by (instance) (minio_heal_objects_error_total{job=\"$scrape_jobs\"})", "hide": false, "interval": "", "legendFormat": "Heal errors in current self heal run", "refId": "B" }, { "exemplar": true, "expr": "sum by (instance) (minio_heal_objects_total{job=\"$scrape_jobs\"}) ", "hide": false, "interval": "", "legendFormat": "Objects scanned in current self heal run", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Healing", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:846", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:847", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 77, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "rate(minio_node_process_cpu_total_seconds{job=\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "CPU Usage Rate [{{server}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Node CPU Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1043", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:1044", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 31 }, "hiddenSeries": false, "id": 76, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "minio_node_process_resident_memory_bytes{job=\"$scrape_jobs\"}", "interval": "", "legendFormat": "Memory Used [{{server}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Node Memory Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1043", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:1044", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 40 }, "hiddenSeries": false, "id": 74, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "minio_node_disk_used_bytes{job=\"$scrape_jobs\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Used Capacity [{{server}}:{{disk}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Drive Used Capacity", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:381", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:382", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 40 }, "hiddenSeries": false, "id": 82, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "minio_cluster_disk_free_inodes{job=\"$scrape_jobs\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Free Inodes [{{server}}:{{disk}}]", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Drives Free Inodes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:381", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:382", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Offline 10.13.1.25:9000": "dark-red", "Total 10.13.1.25:9000": "blue" }, "bars": true, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "Number of online drives per MinIO Server", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 48 }, "hiddenSeries": false, "id": 11, "legend": { "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "rate(minio_node_syscall_read_total{job=\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "Read Syscalls [{{server}}]", "metric": "process_start_time_seconds", "refId": "A", "step": 60 }, { "exemplar": true, "expr": "rate(minio_node_syscall_write_total{job=\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Write Syscalls [{{server}}]", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Node Syscalls", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:185", "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "$$hashKey": "object:186", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "available 10.13.1.25:9000": "green", "used 10.13.1.25:9000": "blue" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 48 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "minio_node_file_descriptor_open_total{job=\"$scrape_jobs\"}", "interval": "", "legendFormat": "Open FDs [{{server}}]", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Node File Descriptors", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:212", "decimals": null, "format": "none", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "$$hashKey": "object:213", "format": "none", "label": null, "logBase": 1, "max": null, "min": "0", "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 57 }, "hiddenSeries": false, "id": 73, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "rate(minio_node_io_rchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "Node RChar [{{server}}]", "refId": "A" }, { "exemplar": true, "expr": "rate(minio_node_io_wchar_bytes{job=\"$scrape_jobs\"}[$__rate_interval])", "interval": "", "legendFormat": "Node WChar [{{server}}]", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Node IO", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:381", "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:382", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "refresh": "10s", "schemaVersion": 30, "style": "dark", "tags": [ "minio" ], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(job)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "scrape_jobs", "options": [], "query": { "query": "label_values(job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "MinIO Overview", "uid": "TgmJnqnnk", "version": 18 }
2022-11-01 06:21:52 UTC
2022-11-01 06:22:52 UTC
0
0
17,480
1
722,446
26,842
0
crypto-currency-tracker
Crypto Currency Tracker
This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.
2022-11-25 02:11:37 UTC
2022-11-25 02:12:11 UTC
0
null
0
0
null
null
0
0
26,842
1
17,480
1
0
This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "5.0.0-beta5" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "5.0.0" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "5.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "5.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "5.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "This is a dashboard that uses Docker, Prometheus, Grafana and the coinmarketcap-exporter and displays cryptocurrency trends for Bitcoin, Ethereum, Litecoin, and a ton more currencies.\r\n", "editable": true, "gnetId": 17480, "graphTooltip": 0, "id": null, "iteration": 1519748630357, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 0, "y": 0 }, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_price_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - USD", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "rgba(237, 129, 40, 0.89)", "#299c46" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 4, "y": 0 }, "id": 9, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "(coin_market_price_usd{name=~\"$name\"} - coin_market_price_usd{name=~\"$name\"} offset 24h) / coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "0,0", "title": "$name - Percent Change in USD", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 8, "y": 0 }, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_price_btc{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Price in Bitcoin", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#d44a3a", "#f9e2d2", "#299c46" ], "datasource": "${DS_PROMETHEUS}", "decimals": 2, "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 12, "y": 0 }, "id": 11, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "(coin_market_price_btc{name=~\"$name\"} - coin_market_price_btc{name=~\"$name\"} offset 24h) / coin_market_price_btc{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "-0.01,0.01", "title": "$name - Percent Change in BTC", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "short", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 16, "y": 0 }, "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_24h_volume_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Volume", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "decimals": 3, "format": "currencyUSD", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 7, "w": 4, "x": 20, "y": 0 }, "id": 13, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgb(45, 65, 86)", "full": false, "lineColor": "#5195ce", "show": true }, "tableColumn": "", "targets": [ { "expr": "coin_market_market_cap_usd{name=\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "refId": "A" } ], "thresholds": "", "title": "$name - Market Cap", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateBlues", "exponent": 0.5, "min": null, "mode": "spectrum" }, "dataFormat": "timeseries", "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 7, "w": 12, "x": 0, "y": 7 }, "heatmap": {}, "highlightCards": true, "id": 20, "legend": { "show": false }, "links": [], "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "title": "$name Pice Heat Map", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": null, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketNumber": null, "yBucketSize": null }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 7 }, "id": 2, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_btc{name=~\"$name\"}", "format": "time_series", "interval": "", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" }, { "expr": "", "format": "time_series", "intervalFactor": 1, "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price in Bitcoin", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 14 }, "id": 1, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price in USD", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 14 }, "id": 4, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_btc{name=~\"$name\"} - coin_market_price_btc{name=~\"$name\"} offset 24h", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Difference in BTC price from 24 hours ago", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 21 }, "id": 7, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "coin_market_price_usd{name=~\"$name\"} - coin_market_price_usd{name=~\"$name\"} offset 24h", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{ name }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$name Price Difference in USD from 24 hours ago", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 21 }, "id": 16, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "topk(5, coin_market_percent_change_24h) by (value)", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{symbol}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top 5 biggest % Change in 24 Hours", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fill": 1, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 28 }, "id": 15, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "topk(5, coin_market_market_cap_usd)by (value)", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{symbol}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top 5 Market Caps", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "refresh": "15m", "schemaVersion": 16, "style": "dark", "tags": [ "crypto", "dashboard" ], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": false, "label": "name", "multi": false, "name": "name", "options": [], "query": "label_values(name)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": true } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Crypto Currency Tracker", "uid": "oTTZiujkk", "version": 3 }
2022-11-25 02:11:37 UTC
null
0
0
17,781
1
770,128
27,268
0
loki-metrics-dashboard
Loki Metrics Dashboard
Loki Metrics Dashboard
2023-01-03 12:06:52 UTC
2023-01-13 19:37:37 UTC
0
A metrics dashboard for the metrics provided by Grafana Loki. Metrics are expected to be collected by Prometheus from Loki. Supports multiple Prometheus jobs for querying metrics from multiple Grafana Loki instances. Where applicable the graphs are able to work with the tenant feature in Grafana Loki. Initially created with Grafana v9.3.1 and Grafana Loki v2.7.0 See also: [The Grafana Loki metrics dashboard on Githubb](https://github.com/frank-fegert/grafana-dashboards/blob/main/Loki_Metrics_Dashboard.json)
0
0
null
null
0
0
27,268
1
17,781
1
0
Loki Metrics Dashboard
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:7", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Loki Metrics Dashboard", "editable": false, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 102, "panels": [], "title": "Loki General Info", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 1 }, "id": 59, "interval": "$interval", "maxDataPoints": 1, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/.*/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "loki_build_info{job=\"$jobs\",instance=\"$host:$instance\"}", "format": "table", "instant": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Version", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "__name__": true, "goversion": true, "instance": true, "job": true, "version": true }, "indexByName": { "Time": 0, "Value": 8, "__name__": 1, "branch": 2, "goversion": 4, "instance": 5, "job": 6, "revision": 3, "version": 7 }, "renameByName": { "branch": "Loki Branch", "goversion": "", "instance": "", "revision": "Loki Revision", "version": "" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "decimals": 0, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 1 }, "id": 10, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_internal_log_messages_total{job=\"$jobs\",instance=\"$host:$instance\"})", "instant": false, "interval": "$interval", "legendFormat": "", "refId": "A" } ], "title": "Internal Log Messages", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 1 }, "id": 80, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "deprecated_flags_inuse_total{job=\"$jobs\",instance=\"$host:$instance\"}", "instant": false, "interval": "$interval", "legendFormat": "Deprecated", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_experimental_features_in_use_total{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Experimental", "refId": "B" } ], "title": "Features Currently Set", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 9, "y": 1 }, "id": 24, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_panic_total{job=\"$jobs\",instance=\"$host:$instance\"}", "instant": false, "interval": "$interval", "legendFormat": "The total number of panics triggered", "refId": "A" } ], "title": "Panics", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 0 }, { "color": "green", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 12, "y": 1 }, "id": 112, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_distributor_replication_factor{job=\"$jobs\",instance=\"$host:$instance\"}", "instant": false, "interval": "$interval", "legendFormat": "The configured replication factor", "refId": "A" } ], "title": "Replication Faktor", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 15, "y": 1 }, "id": 81, "interval": "$interval", "maxDataPoints": 1, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "/.*/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "go_info{job=\"$jobs\",instance=\"$host:$instance\"}", "format": "table", "instant": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Go Version", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "__name__": true, "branch": true, "instance": true, "job": true, "revision": true, "version": false }, "indexByName": { "Time": 0, "Value": 8, "__name__": 1, "branch": 2, "goversion": 4, "instance": 5, "job": 6, "revision": 3, "version": 7 }, "renameByName": { "branch": "", "goversion": "Go Version", "instance": "", "revision": "", "version": "Go Version" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 500 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 18, "y": 1 }, "id": 86, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(go_goroutines{job=\"$jobs\",instance=\"$host:$instance\"})", "format": "table", "instant": false, "interval": "$interval", "legendFormat": "Number of goroutines that currently exist", "range": true, "refId": "A" } ], "title": "Total Goroutines", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 25 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 1 }, "id": 87, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(go_threads{job=\"$jobs\",instance=\"$host:$instance\"})", "format": "table", "instant": false, "interval": "$interval", "legendFormat": "Number of OS threads created", "range": true, "refId": "A" } ], "title": "Total Threads", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 4 }, "id": 235, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_distributor_lines_received_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(tenant)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ tenant }}", "refId": "A" } ], "title": "Distributor Lines", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 6, "y": 4 }, "id": 234, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_distributor_bytes_received_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(tenant)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ tenant }}", "refId": "A" } ], "title": "Distributor Volume", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Received / fake": "Received / Default Tenant", "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 12, "y": 4 }, "id": 230, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_chunks_created_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Create", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_chunks_stored_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant) ", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Store / {{ tenant }}", "refId": "B" } ], "title": "Ingester Chunk Operations", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Store / fake": "Store / Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 18, "y": 4 }, "id": 188, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_chunk_stored_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "instant": false, "interval": "$interval", "legendFormat": "{{ tenant }}", "refId": "A" } ], "title": "Ingester Chunks Volume", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 10 }, "id": 23, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_store_series_total{job=\"$jobs\",instance=\"$host:$instance\"}) by(status)", "instant": false, "interval": "$interval", "legendFormat": "{{ status }}", "refId": "A" } ], "title": "Store Series", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "discarded": "Discarded", "matched": "Matched" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 10 }, "id": 131, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_store_chunks_downloaded_total{job=\"$jobs\",instance=\"$host:$instance\"}) by(status)", "instant": false, "interval": "$interval", "legendFormat": "{{ status }}", "refId": "A" } ], "title": "Store Chunks Downloaded", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "discarded": "Discarded", "matched": "Matched" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 10 }, "id": 137, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_index_chunk_refs_total{job=\"$jobs\",instance=\"$host:$instance\"}) by(status)", "instant": false, "interval": "$interval", "legendFormat": "{{ status }}", "refId": "A" } ], "title": "Index Chunks Downloaded", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "discarded": "Discarded", "matched": "Matched" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 12, "y": 10 }, "id": 191, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_memory_chunks{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Chunks in memory", "refId": "B" } ], "title": "Ingester Chunks In Memory", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 15, "y": 10 }, "id": 192, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_ingester_memory_streams{job=\"$jobs\",instance=\"$host:$instance\"}) by(tenant)", "instant": false, "interval": "$interval", "legendFormat": "{{ tenant }}", "refId": "A" } ], "title": "Ingester Streams in Memory", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 0, "Total": 2, "fake": 1 }, "renameByName": { "discarded": "Discarded", "fake": "Default Tenant", "matched": "Matched" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 18, "y": 10 }, "id": 233, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_streams_created_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Create / {{ tenant }}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_streams_removed_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Delete / {{ tenant }}", "refId": "B" } ], "title": "Ingester Stream Operations", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Create / fake": "Create / Default Tenant", "Delete / fake": "Delete / Default Tenant", "Store / fake": "Store / Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 13 }, "id": 236, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_chunk_store_fetched_chunks_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (user)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ user}}", "refId": "A" } ], "title": "Store Operations Fetched", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Create / fake": "Create / Default Tenant", "Delete / fake": "Delete / Default Tenant", "Fetch / fake": "Fetch / Default Tenant", "Store / fake": "Store / Default Tenant", "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 13 }, "id": 237, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_chunk_store_stored_chunks_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (user)", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ user}}", "refId": "A" } ], "title": "Store Operations Stored", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Create / fake": "Create / Default Tenant", "Delete / fake": "Delete / Default Tenant", "Fetch / fake": "Default Tenant", "Store / fake": "Store / Default Tenant", "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 12, "y": 13 }, "id": 231, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_size_bytes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Chunk Size", "refId": "A" } ], "title": "Ingester Chunk Size", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 15, "y": 13 }, "id": 232, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_compression_ratio_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Compression Ratio", "refId": "A" } ], "title": "Ingester Chunk Compression", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 16 }, "id": 238, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_store_fetched_chunk_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ user}}", "refId": "A" } ], "title": "Store Volume Fetched", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Create / fake": "Create / Default Tenant", "Delete / fake": "Delete / Default Tenant", "Fetch / fake": "Fetch / Default Tenant", "Store / fake": "Store / Default Tenant", "fake": "Default Tenant" } } } ], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [ { "options": { "null": { "index": 0, "text": "N/A" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 16 }, "id": 239, "interval": "$interval", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_store_stored_chunk_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "{{ user}}", "refId": "A" } ], "title": "Store Volume Stored", "transformations": [ { "id": "calculateField", "options": {} }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Create / fake": "Create / Default Tenant", "Delete / fake": "Delete / Default Tenant", "Fetch / fake": "Fetch / Default Tenant", "Store / fake": "Store / Default Tenant", "fake": "Default Tenant" } } } ], "type": "stat" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 19 }, "id": 143, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 2 }, "id": 151, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,method,route,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ method }} / {{ route }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki API - Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Requests", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 2 }, "id": 128, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (method, route)", "hide": false, "interval": "$interval", "legendFormat": "{{ method }} / {{ route }}", "range": true, "refId": "A" } ], "title": "Loki API - Request Current", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 10 }, "id": 153, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_response_message_bytes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,method,route))", "hide": false, "interval": "$interval", "legendFormat": "{{ method }} / {{ route }}", "range": true, "refId": "A" } ], "title": "Loki API - Response Size", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 10 }, "id": 152, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_request_message_bytes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,method,route))", "hide": false, "interval": "$interval", "legendFormat": "{{ method }} / {{ route }}", "range": true, "refId": "A" } ], "title": "Loki API - Request Size", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Connections", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 18 }, "id": 96, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_tcp_connections{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "{{ protocol }}", "range": true, "refId": "A" } ], "title": "Loki - TCP Connections", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [ "grpc", "http" ], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 1, "Total": 0, "grpc": 2, "http": 3 }, "renameByName": { "grpc": "gRPC", "http": "HTTP" } } } ], "type": "timeseries" } ], "title": "Loki API / Connections Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 }, "id": 114, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Cache Hits", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 3 }, "id": 115, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_cache_hits{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(name)", "hide": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Cache - Hits", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Keys", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 3 }, "id": 116, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_cache_fetched_keys{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(name)", "hide": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Cache - Fetched Keys", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 11 }, "id": 118, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_cache_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,name,method))", "hide": false, "interval": "$interval", "legendFormat": "{{ name }} / {{ method }}", "range": true, "refId": "A" } ], "title": "Loki Cache - Request Duration", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*) / (.*)\\.(.*)", "renamePattern": "$1 / $3" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 11 }, "id": 119, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_cache_value_size_bytes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,name,method))", "hide": false, "interval": "$interval", "legendFormat": "{{ name }} / {{ method }}", "range": true, "refId": "A" } ], "title": "Loki Cache - Value Size", "transformations": [], "type": "timeseries" } ], "title": "Loki Cache Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 21 }, "id": 108, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 4 }, "id": 109, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_distributor_bytes_received_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(tenant)", "hide": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Distributor - Received Bytes", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "fake": "Default Tenant" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Lines", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 4 }, "id": 110, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_distributor_lines_received_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(tenant)", "hide": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Distributor - Received Lines", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "fake": "Default Tenant" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Appends", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 12 }, "id": 111, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_distributor_ingester_appends_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(ingester)", "hide": false, "interval": "$interval", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Loki Distributor - Batch Appents Sent To Ingester", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "fake": "Default Tenant" } } } ], "type": "timeseries" } ], "title": "Loki Distributor Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 127, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 5 }, "id": 130, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_index_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,component,operation,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ component }} / {{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki Index - Request Duration", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*) / (.*)\\.(.*)", "renamePattern": "$1 / $3" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Chunks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 5 }, "id": 138, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_index_chunk_refs_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (status)", "hide": false, "interval": "$interval", "legendFormat": "{{ status }}", "range": true, "refId": "A" } ], "title": "Loki Index - Chunks Downloaded", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [ "debug", "error", "info", "warn" ], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 1, "Total": 0, "grpc": 2, "http": 3 }, "renameByName": { "debug": "Debug", "discarded": "Discarded", "error": "Error", "grpc": "gRPC", "http": "HTTP", "info": "Info", "matched": "Matched", "warn": "Warn" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 13 }, "id": 201, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_kv_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,kv_name,operation,role,status_code,type))", "hide": false, "interval": "$interval", "legendFormat": "{{ kv_name }} / {{ type }} / {{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki KV - Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 13 }, "id": 202, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(cortex_kv_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,kv_name,operation,role,status_code,type))", "hide": false, "interval": "$interval", "legendFormat": "{{ kv_name }} / {{ type }} / {{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Cortex KV - Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 21 }, "id": 228, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(cortex_consul_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,kv_name,operation,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ kv_name }} / {{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Cortex KV - Request Duration", "transformations": [], "type": "timeseries" } ], "title": "Loki Index Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 174, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 6 }, "id": 189, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_client_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,operation,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki Ingester - Client Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Operations", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 6 }, "id": 185, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_chunks_created_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Chunk creations ", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_chunks_flushed_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (reason)", "hide": false, "interval": "$interval", "legendFormat": "Chunk flushes / {{ reason }}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_chunks_stored_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant) ", "hide": false, "interval": "$interval", "legendFormat": "Chunks stored / {{ tenant }}", "range": true, "refId": "C" } ], "title": "Loki Ingester - Chunk Operations", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Checkpoints", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 14 }, "id": 175, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_checkpoint_creations_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Checkpoint creations ", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_checkpoint_creations_failed_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Checkpoint creation failures", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_checkpoint_deletions_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Checkpoint deletions", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_checkpoint_deletions_failed_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Checkpoint deletion failures", "range": true, "refId": "D" } ], "title": "Loki Ingester - Checkpoints", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 14 }, "id": 177, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_checkpoint_logged_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Bytes written to disk for checkpointing", "range": true, "refId": "A" } ], "title": "Loki Ingester - Checkpoints Volume", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 22 }, "id": 183, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_checkpoint_duration_seconds{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.99\"}", "hide": false, "interval": "$interval", "legendFormat": "Time taken to create a checkpoint (0.99 quantile)", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_checkpoint_duration_seconds{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.9\"}", "hide": false, "interval": "$interval", "legendFormat": "Time taken to create a checkpoint (0.9 quantile)", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_checkpoint_duration_seconds{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.5\"}", "hide": false, "interval": "$interval", "legendFormat": "Time taken to create a checkpoint (0.5 quantile)", "range": true, "refId": "C" } ], "title": "Loki Ingester - Checkpoint Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Blocks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 22 }, "id": 176, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_blocks_per_chunk_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Blocks per Chunk", "range": true, "refId": "A" } ], "title": "Loki Ingester - Blocks Per Chunk", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "%", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 30 }, "id": 180, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_compression_ratio_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Compression ratio of chunks (when stored)", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Compression Ratio", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 30 }, "id": 190, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_memory_chunks{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Chunks in memory", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunks In Memory", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 38 }, "id": 184, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_size_bytes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of stored chunk sizes (when stored)", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Size", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 38 }, "id": 178, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_age_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of chunk ages (when stored)", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Age", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "%", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 46 }, "id": 186, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_utilization_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of stored chunk utilization (when stored)", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Usage", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 46 }, "id": 187, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_chunk_stored_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "hide": false, "interval": "$interval", "legendFormat": "Bytes stored in chunks / {{ tenant }}", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Stored Volume", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Samples", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 54 }, "id": 194, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_samples_per_chunk_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Samples per chunk", "range": true, "refId": "A" } ], "title": "Loki Ingester - Samples Per Chunk", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "h" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 54 }, "id": 179, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_bounds_hours_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of chunk end-start durations", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Bounds (Hours)", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 62 }, "id": 181, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_encode_time_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of chunk encode times", "range": true, "refId": "A" } ], "title": "Loki Ingester - Chunk Encoding Time", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Lines", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 62 }, "id": 182, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_ingester_chunk_entries_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Distribution of stored lines per chunk (when stored)", "range": true, "refId": "A" } ], "title": "Loki Ingester - Lines Per Chunk", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Operations", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 70 }, "id": 196, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_streams_created_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "hide": false, "interval": "$interval", "legendFormat": "Stream creations / {{ tenant }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_streams_removed_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (tenant)", "hide": false, "interval": "$interval", "legendFormat": "Stream deletetions / {{ tenant }}", "range": true, "refId": "B" } ], "title": "Loki Ingester - Stream Operations", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Streams", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 70 }, "id": 193, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(loki_ingester_memory_streams{job=\"$jobs\",instance=\"$host:$instance\"}) by (tenant)", "hide": false, "interval": "$interval", "legendFormat": "Streams in memory / {{ tenant }}", "range": true, "refId": "B" } ], "title": "Loki Ingester - Streams In Memory", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Records", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 78 }, "id": 197, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_records_logged_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "WAL records logged", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_duplicate_entries_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Discarded entries during WAL replay due to existing in checkpoints", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_disk_full_failures_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "WAL write failures due to full disk", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_wal_discarded_samples_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (reason)", "hide": false, "interval": "$interval", "legendFormat": "WAL segment entries discarded during replay / {{ reason }}", "range": true, "refId": "D" } ], "title": "Loki Ingester - WAL Records", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 78 }, "id": 200, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_wal_bytes_in_use{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "legendFormat": "Currently in use by the WAL recovery process", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_logged_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Written to disk for WAL records", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_wal_discarded_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (reason)", "hide": false, "interval": "$interval", "legendFormat": "WAL segment bytes discarded during replay / {{ reason }}", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_ingester_wal_discarded_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (reason)", "hide": false, "interval": "$interval", "legendFormat": "Recovered from the WAL", "range": true, "refId": "D" } ], "title": "Loki Ingester - WAL Volume", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Operations", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 86 }, "id": 198, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_recovered_entries_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Entries recovered from the WAL", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_recovered_chunks_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Chunks recovered from the WAL checkpoints", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_ingester_wal_recovered_streams_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Streams recovered from the WAL", "range": true, "refId": "C" } ], "title": "Loki Ingester - WAL Recovery Operations", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 86 }, "id": 199, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_wal_replay_active{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "WAL is replaying", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_ingester_wal_replay_flushing{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "WAL replay in flushing phase due to backpressure", "range": true, "refId": "B" } ], "title": "Loki Ingester - WAL Replay Status", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Length", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 94 }, "id": 218, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_ingester_flush_queue_length{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Series pending in the flush queue", "range": true, "refId": "A" } ], "title": "Cortex Ingester - Flush Queue", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Clients", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 94 }, "id": 229, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_distributor_ingester_clients{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Ingester clients", "range": true, "refId": "A" } ], "title": "Cortex Ingester - Clients", "transformations": [], "type": "timeseries" } ], "title": "Loki Ingester Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 121, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Messages", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 7 }, "id": 124, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_internal_log_messages_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (level)", "hide": false, "interval": "$interval", "legendFormat": "{{ protocol }}", "range": true, "refId": "A" } ], "title": "Loki - Internal Log Messages", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [ "debug", "error", "info", "warn" ], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 1, "Total": 0, "grpc": 2, "http": 3 }, "renameByName": { "debug": "Debug", "error": "Error", "grpc": "gRPC", "http": "HTTP", "info": "Info", "warn": "Warn" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Flushes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 7 }, "id": 217, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_log_flushes_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Log flushes - line-buffered logger", "range": true, "refId": "A" } ], "title": "Loki Line - Log Flushes", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 15 }, "id": 122, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "bytes" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "BrBG", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Size", "axisPlacement": "left", "reverse": false, "unit": "bytes" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_bytes_per_line_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Line - Line Size Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 15 }, "id": 123, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_bytes_per_line_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Number of bytes per line", "range": true, "refId": "A" } ], "title": "Loki Line - Line Size", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*) / (.*)\\.(.*)", "renamePattern": "$1 / $3" } } ], "type": "timeseries" } ], "title": "Loki Line Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 25 }, "id": 140, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Lines", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "id": 148, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_logql_querystats_ingester_sent_lines_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Lines", "range": true, "refId": "A" } ], "title": "Loki LogQL - Lines Received From Ingester", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Duplicates", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, "id": 150, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_logql_querystats_duplicates_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Lines", "range": true, "refId": "A" } ], "title": "Loki LogQL - Duplicates Found", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 16 }, "id": 125, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(logql_query_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,query_type))", "hide": false, "interval": "$interval", "legendFormat": "{{ query_type }}", "range": true, "refId": "A" } ], "title": "Loki LogQL - Query Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Zime", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, "id": 147, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_logql_querystats_latency_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,type,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ type }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki LogQL - Query Latency", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "id": 141, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_logql_querystats_bytes_processed_per_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,type,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ type }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki LogQL - Query Volume Processed", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Chunks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 24 }, "id": 149, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_logql_querystats_downloaded_chunk_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by(type,status_code)", "hide": false, "interval": "$interval", "legendFormat": "{{ type }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki LogQL - Downloaded Chunks", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Zime", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 32 }, "id": 146, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_logql_querystats_chunk_download_latency_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,type,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ type }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki LogQL - Chunk Download Latency", "transformations": [], "type": "timeseries" } ], "title": "Loki LogQL Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 26 }, "id": 204, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 9 }, "id": 206, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_querier_query_frontend_request_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,operation,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki Querier - Frontend Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 9 }, "id": 210, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_query_frontend_log_result_cache_hit_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Cache hits for the frontend cache", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_query_frontend_log_result_cache_miss_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Cache misses for the frontend cache", "range": true, "refId": "B" } ], "title": "Loki Querier - Frontend Cache", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 17 }, "id": 211, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_query_frontend_partitions_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Time-based partitions (sub-requests) per request", "range": true, "refId": "A" } ], "title": "Loki Querier - Frontend Partitions", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 17 }, "id": 212, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_query_frontend_shard_factor_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,mapper))", "hide": false, "interval": "$interval", "legendFormat": "Downstream queries per request / {{ mapper }}", "range": true, "refId": "A" } ], "title": "Loki Querier - Frontend Shard Factor", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 25 }, "id": 213, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_query_frontend_sharding_parsed_queries_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,mapper,type)", "hide": false, "interval": "$interval", "legendFormat": "Parsed queries by evaluation type / {{ mapper }} / {{ type }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_query_frontend_shards_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,mapper,type))", "hide": false, "interval": "$interval", "legendFormat": "Downstream queries by expression type / {{ mapper }} / {{ type }}", "range": true, "refId": "B" } ], "title": "Loki Querier - Frontend Shards", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 25 }, "id": 209, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_querier_query_frontend_clients{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Clients connected to query-frontend", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_querier_tail_active{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Active tailers", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_querier_tail_active_streams{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Active streams being tailed", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_querier_worker_concurrency{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Concurrent querier workers", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_querier_worker_inflight_queries{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Queries being processed by the querier workers", "range": true, "refId": "E" } ], "title": "Loki Querier - Index Cache Clients / Workers", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Operations", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 33 }, "id": 208, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_querier_index_cache_gets_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Gets for the index cache", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_querier_index_cache_puts_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Puts for the index cache", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_querier_index_cache_hits_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Cache hits for the index cache", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_querier_index_cache_corruptions_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Cache corruptions for the index cache", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_querier_index_cache_encode_errors_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Errors for the index cache while encoding the body", "range": true, "refId": "E" } ], "title": "Loki Querier - Index Cache Operations", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Connections", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 33 }, "id": 219, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_frontend_connected_schedulers{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Schedulers this frontend is connected to", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_connected_frontend_clients{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Query-frontend worker clients", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_connected_querier_clients{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Querier worker clients", "range": true, "refId": "C" } ], "title": "Cortex Query - Frontend Connections", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Operations", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 41 }, "id": 215, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(querier_cache_added_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (cache)", "hide": false, "interval": "$interval", "legendFormat": "Entries added to the cache / {{ cache }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(querier_cache_added_new_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (cache)", "hide": false, "interval": "$interval", "legendFormat": "New entries added to the cache / {{ cache }}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(querier_cache_evicted_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (cache,reason)", "hide": false, "interval": "$interval", "legendFormat": "Entries evicted from the cache / {{ cache }} / {{ reason }}", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(querier_cache_gets_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (cache)", "hide": false, "interval": "$interval", "legendFormat": "Get calls to the cache / {{ cache }}", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(querier_cache_misses_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (cache)", "hide": false, "interval": "$interval", "legendFormat": "Missed calls to the cache / {{ cache }}", "range": true, "refId": "E" } ], "title": "Loki Query Cache - Throughput", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 41 }, "id": 214, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(querier_cache_entries{job=\"$jobs\",instance=\"$host:$instance\"}) by (cache)", "hide": false, "interval": "$interval", "legendFormat": "Cache Entries / {{ cache }}", "range": true, "refId": "A" } ], "title": "Loki Query Cache - Entries", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 49 }, "id": 216, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(querier_cache_memory_bytes{job=\"$jobs\",instance=\"$host:$instance\"}) by (cache)", "hide": false, "legendFormat": "Current cache size / {{ cache }}", "range": true, "refId": "A" } ], "title": "Loki Query Cache - Size", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 49 }, "id": 207, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(cortex_query_frontend_retries_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Request retries", "range": true, "refId": "A" } ], "title": "Cortex Query - Frontend Retries", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 57 }, "id": 205, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(cortex_frontend_query_range_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,method,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ method }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Cortex Query - Frontend Range Request Duration", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Connections", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 57 }, "id": 220, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_frontend_queries_in_progress{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Queries in progress", "range": true, "refId": "A" } ], "title": "Cortex Query - Frontend Operations", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Requests", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 65 }, "id": 221, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.99\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.99 quantile)", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.95\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.95 quantile)", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.9\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.9 quantile)", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.8\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.8 quantile)", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.75\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.75 quantile)", "range": true, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cortex_query_scheduler_inflight_requests{job=\"$jobs\",instance=\"$host:$instance\",quantile=\"0.5\"}", "hide": false, "interval": "$interval", "legendFormat": "Number of inflight requests (0.5 quantile)", "range": true, "refId": "F" } ], "title": "Cortex Query - Scheduler Inflight Requests", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 65 }, "id": 222, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(cortex_query_scheduler_queue_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "Time spend by requests in queue before getting picked up by a querier", "range": true, "refId": "A" } ], "title": "Cortex Query - Scheduler Queue Duration", "transformations": [], "type": "timeseries" } ], "title": "Loki Querier", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 27 }, "id": 224, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Heartbeats", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 10 }, "id": 225, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(ring_member_heartbeats_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (name)", "hide": false, "interval": "$interval", "legendFormat": "Heartbeats sent / {{ name }}", "range": true, "refId": "A" } ], "title": "Loki Ring - Heathbeats", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Tokens", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 10 }, "id": 226, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(ring_member_tokens_owned{job=\"$jobs\",instance=\"$host:$instance\"}) by (name)", "hide": false, "interval": "$interval", "legendFormat": "Tokens owned / {{ name }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(ring_member_tokens_to_own{job=\"$jobs\",instance=\"$host:$instance\"}) by (name)", "hide": false, "interval": "$interval", "legendFormat": "Tokens to be owned / {{ name }}", "range": true, "refId": "B" } ], "title": "Loki Ring - Tokens", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Heartbeats", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 18 }, "id": 227, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(cortex_member_consul_heartbeats_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (name)", "hide": false, "interval": "$interval", "legendFormat": "Heartbeats sent / {{ name }}", "range": true, "refId": "A" } ], "title": "Cortex Ring Member - Heathbeats", "transformations": [], "type": "timeseries" } ], "title": "Loki Ring Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 28 }, "id": 133, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Chunks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 11 }, "id": 135, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_store_series_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (status)", "hide": false, "interval": "$interval", "legendFormat": "{{ status }}", "range": true, "refId": "A" } ], "title": "Loki Store - Series Referenced", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [ "debug", "error", "info", "warn" ], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 1, "Total": 0, "grpc": 2, "http": 3 }, "renameByName": { "debug": "Debug", "discarded": "Discarded", "error": "Error", "grpc": "gRPC", "http": "HTTP", "info": "Info", "matched": "Matched", "warn": "Warn" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Chunks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 11 }, "id": 134, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_store_chunks_downloaded_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (status)", "hide": false, "interval": "$interval", "legendFormat": "{{ status }}", "range": true, "refId": "A" } ], "title": "Loki Store - Chunks Downloaded", "transformations": [ { "id": "calculateField", "options": { "mode": "reduceRow", "reduce": { "include": [ "debug", "error", "info", "warn" ], "reducer": "sum" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "Time": 1, "Total": 0, "grpc": 2, "http": 3 }, "renameByName": { "debug": "Debug", "discarded": "Discarded", "error": "Error", "grpc": "gRPC", "http": "HTTP", "info": "Info", "matched": "Matched", "warn": "Warn" } } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Batch Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 19 }, "id": 136, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_store_chunks_per_batch_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,status))", "hide": false, "interval": "$interval", "legendFormat": "{{ status }}", "range": true, "refId": "A" } ], "title": "Loki Store - Chunk Batch Size", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 19 }, "id": 165, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_fetcher_cache_dequeued_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Dequeue from buffer", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_fetcher_cache_enqueued_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Enqueue to buffer", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_fetcher_cache_skipped_buffer_full_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Skipped due to buffer full", "range": true, "refId": "C" } ], "title": "Loki Store - Chunk Fetcher Cache", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Chunks", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 27 }, "id": 166, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_chunk_store_fetched_chunks_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (user)", "hide": false, "interval": "$interval", "legendFormat": "Fetched / {{ user }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(rate(loki_chunk_store_stored_chunks_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (user)", "hide": false, "interval": "$interval", "legendFormat": "Stored / {{ user }}", "range": true, "refId": "B" } ], "title": "Loki Store - Fetched / Stored Chunks", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 27 }, "id": 167, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_store_fetched_chunk_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Fetched / {{ user }}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(loki_chunk_store_stored_chunk_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Stored / {{ user }}", "range": true, "refId": "B" } ], "title": "Loki Store - Fetched / Stored Chunk Volume", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 35 }, "id": 163, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 0 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Entries", "axisPlacement": "left", "reverse": false, "unit": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_chunk_store_chunks_per_query_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Chunks Per Query Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bucket Entries", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 35 }, "id": 156, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_chunk_store_chunks_per_query_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Chunks Per Query", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 43 }, "id": 154, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 0 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Entries", "axisPlacement": "left", "reverse": false, "unit": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_chunk_store_index_entries_per_chunk_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Index Entries Per Chunk Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bucket Entries", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 43 }, "id": 164, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_chunk_store_index_entries_per_chunk_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Index Entries Per Chunk", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 51 }, "id": 159, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 0 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Entries", "axisPlacement": "left", "reverse": false, "unit": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_chunk_store_index_lookups_per_query_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Index Lookups Per Query Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bucket Entries", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 51 }, "id": 160, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_chunk_store_index_lookups_per_query_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Index Lookups Per Query", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 59 }, "id": 157, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 0 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Entries", "axisPlacement": "left", "reverse": false, "unit": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_chunk_store_series_pre_intersection_per_query_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Series (Pre Intersection) Per Chunk Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bucket Entries", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 59 }, "id": 158, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_chunk_store_series_pre_intersection_per_query_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Series (Pre Intersection) Per Chunk", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 67 }, "id": 161, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 0 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Entries", "axisPlacement": "left", "reverse": false, "unit": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(loki_chunk_store_series_post_intersection_per_query_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Series (Post Intersection) Per Chunk Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bucket Entries", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 67 }, "id": 162, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_chunk_store_series_post_intersection_per_query_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le))", "hide": false, "interval": "$interval", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Loki Store - Series (Post Intersection) Per Chunk", "transformations": [], "type": "timeseries" } ], "title": "Loki Store Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 29 }, "id": 170, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Errors", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 12 }, "id": 171, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_table_manager_create_failures{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Table create failures", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "loki_table_manager_delete_failures{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Table delete failures", "range": true, "refId": "B" } ], "title": "Loki Table Manager - Errors", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Time", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 12 }, "id": 172, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "histogram_quantile(0.95, sum(rate(loki_table_manager_sync_duration_seconds_bucket{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])) by (le,operation,status_code))", "hide": false, "interval": "$interval", "legendFormat": "{{ operation }} / {{ status_code }}", "range": true, "refId": "A" } ], "title": "Loki Table Manager - Sync Duration", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)\\.(.*)", "renamePattern": "$1 $2" } } ], "type": "timeseries" } ], "title": "Loki Table Manager Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 30 }, "id": 83, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Count", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 13 }, "id": 168, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_goroutines{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Goroutines", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_threads{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Threads", "range": true, "refId": "B" } ], "title": "Go - Goroutines / Threads", "transformations": [ { "id": "renameByRegex", "options": { "regex": "(.*)fake$", "renamePattern": "$1Default Tenant" } } ], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Avg. Latency", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 13 }, "id": 91, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_sched_latencies_seconds_sum{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])/rate(go_sched_latencies_seconds_count{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Average Goroutine latency", "range": true, "refId": "A" } ], "title": "Go - Goroutines Latency", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 21 }, "id": 94, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Latency", "axisPlacement": "left", "reverse": false, "unit": "s" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_sched_latencies_seconds_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Go - Goroutines Latency Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" } ], "title": "Go General Info", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 31 }, "id": 104, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 14 }, "id": 92, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_heap_free_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "interval": "$interval", "legendFormat": "Free memory", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_heap_objects_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Allocated objects memory", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_heap_released_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Released memory", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_heap_stacks_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Stack reserved memory", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_heap_unused_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Reserved unused memory", "range": true, "refId": "E" } ], "title": "Go - Memory Heap", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 14 }, "id": 93, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_metadata_mcache_free_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "interval": "$interval", "legendFormat": "Free mcache memory", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_metadata_mcache_inuse_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Used mcache memory", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_metadata_mspan_free_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Free mspan memory", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_metadata_mspan_inuse_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Used mspan memory", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_metadata_other_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Used other metadata memory", "range": true, "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_other_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Used other memory", "range": true, "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_profiling_buckets_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Used profiling bucket memory", "range": true, "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "go_memory_classes_total_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": true, "interval": "$interval", "legendFormat": "Used total memory", "range": true, "refId": "H" } ], "title": "Go - Memory Metadata", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Avg. Object Size", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 22 }, "id": 95, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_gc_heap_allocs_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])/rate(go_gc_heap_allocs_objects_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Average object size allocated to the heap by the application", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_gc_heap_frees_bytes_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])/rate(go_gc_heap_frees_objects_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "instant": false, "interval": "$interval", "legendFormat": "Average object size freed from the heap by the GC", "range": true, "refId": "B" } ], "title": "Go - Heap Object Allocation / Free Sizes", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 22 }, "id": 89, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "PuBuGn", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Size", "axisPlacement": "left", "reverse": false, "unit": "bytes" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_gc_heap_frees_by_size_bytes_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Go - Heap Free Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9" } } } ], "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 30 }, "id": 88, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "RdBu", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Size", "axisPlacement": "left", "reverse": false, "unit": "bytes" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_gc_heap_allocs_by_size_bytes_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Go - Heap Allocation Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "13568.999999999998": "13569", "144.99999999999997": "145", "1536.9999999999998": "1537", "24.999999999999996": "25", "27264.999999999996": "27265", "320.99999999999994": "321", "3200.9999999999995": "3201", "64.99999999999999": "65", "6528.999999999999": "6529", "704.9999999999999": "705", "8.999999999999998": "9" } } } ], "type": "heatmap" } ], "title": "Go Memory Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 32 }, "id": 106, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Cycles", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "cps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 15 }, "id": 84, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(go_gc_cycles_total_gc_cycles_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Count of all completed GC cycles", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(go_gc_cycles_automatic_gc_cycles_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Count of completed GC cycles generated by the Go runtime", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(go_gc_cycles_forced_gc_cycles_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "interval": "$interval", "legendFormat": "Count of completed GC cycles forced by the application.", "range": true, "refId": "C" } ], "title": "Go - Garbage Collection Cycles", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Avg. Pause Duration", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 15 }, "id": 85, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(go_gc_duration_seconds_sum{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])/rate(go_gc_duration_seconds_count{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Average GC cycle pause duration", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(go_gc_pauses_seconds_sum{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])/rate(go_gc_pauses_seconds_count{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Average GC cycle halt duration", "range": true, "refId": "B" } ], "title": "Go - Garbage Collection Pause Duration", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } }, "links": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 23 }, "id": 90, "maxDataPoints": 50, "options": { "calculate": false, "cellGap": 2, "cellValues": { "unit": "cps" }, "color": { "exponent": 0.5, "fill": "red", "mode": "scheme", "reverse": false, "scale": "exponential", "scheme": "BrBG", "steps": 64 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true }, "rowsFrame": { "layout": "auto" }, "tooltip": { "show": true, "yHistogram": false }, "yAxis": { "axisLabel": "Bucket Duration", "axisPlacement": "left", "reverse": false, "unit": "s" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "rate(go_gc_pauses_seconds_bucket{job=\"$jobs\", instance=\"$host:$instance\"}[$__rate_interval])", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{ le }}", "range": true, "refId": "A" } ], "title": "Go - Garbage Collection Pauses Distribution", "transformations": [ { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "+Inf": "Unlimited", "0.00010239999999999998": "10e-5", "0.0010485759999999998": "10e-4", "0.010485759999999998": "10e-3", "0.10485759999999998": "10e-2", "1.0239999999999999e-05": "10e-6", "1.0239999999999999e-06": "10e-7", "9.999999999999998e-08": "10e-8", "9.999999999999999e-09": "10e-9", "9.999999999999999e-10": "10e-10" } } } ], "type": "heatmap" } ], "title": "Go GC Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 33 }, "id": 75, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Seconds", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "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": 0, "y": 16 }, "id": 78, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(process_cpu_seconds_total{job=\"$jobs\",instance=\"$host:$instance\"}[$__rate_interval])", "hide": false, "interval": "$interval", "legendFormat": "Total user and system CPU time spent in seconds", "range": true, "refId": "A" } ], "title": "Process - CPU seconds", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, "id": 79, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "process_virtual_memory_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "interval": "$interval", "legendFormat": "Virtual memory size", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "process_resident_memory_bytes{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Resident memory size", "range": true, "refId": "B" } ], "title": "Process - Memory", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Descriptors", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "id": 77, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "process_max_fds{job=\"$jobs\",instance=\"$host:$instance\"}", "hide": false, "interval": "$interval", "legendFormat": "Maximum number of open file descriptors", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "process_open_fds{job=\"$jobs\",instance=\"$host:$instance\"}", "interval": "$interval", "legendFormat": "Number of open file descriptors", "range": true, "refId": "B" } ], "title": "Process - File descriptors", "type": "timeseries" } ], "title": "Process Info", "type": "row" } ], "refresh": "1m", "schemaVersion": 37, "style": "dark", "tags": [ "loki" ], "templating": { "list": [ { "current": { "selected": false, "text": "default", "value": "default" }, "hide": 2, "includeAll": false, "label": "Datasource", "multi": false, "name": "DS_PROMETHEUS", "options": [], "query": "prometheus", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(loki_build_info,job)", "hide": 0, "includeAll": false, "label": "Job", "multi": false, "name": "jobs", "options": [], "query": { "query": "label_values(loki_build_info,job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "up{job=~\"$jobs\"}", "hide": 0, "includeAll": false, "label": "Host", "multi": false, "name": "host", "options": [], "query": { "query": "up{job=~\"$jobs\"}", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": ".*instance=\"(.*?):.*\".*", "skipUrlSync": false, "sort": 1, "type": "query" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "up{job=~\"$jobs\"}", "hide": 0, "includeAll": false, "label": "Instance", "multi": false, "name": "instance", "options": [], "query": { "query": "up{job=~\"$jobs\"}", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": ".*instance=\".*:(.*?)\".*", "skipUrlSync": false, "sort": 3, "type": "query" }, { "auto": true, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "30s", "value": "30s" }, "hide": 0, "label": "Interval", "name": "interval", "options": [ { "selected": false, "text": "auto", "value": "$__auto_interval_interval" }, { "selected": true, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "1d", "value": "1d" } ], "query": "30s,1m,5m,1h,6h,1d", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Loki Metrics Dashboard", "uid": "", "version": 13, "weekStart": "", "gnetId": 17781 }
2023-01-03 12:06:52 UTC
null
0
0
17,935
1
781,963
27,501
0
k6-load-testing-results
k6 Load Testing Results
A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter
2023-01-24 02:41:02 UTC
2023-01-24 02:41:19 UTC
0
null
0
0
null
null
0
0
27,501
1
17,935
1
0
A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter
{ "__inputs": [ { "name": "DS_K6", "label": "k6", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "4.4.1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "panel", "id": "heatmap", "name": "Heatmap", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" } ], "annotations": { "list": [] }, "description": "A dashboard for visualizing results from the k6.io load testing tool, using the InfluxDB exporter", "editable": true, "gnetId": 17935, "graphTooltip": 2, "hideControls": false, "id": null, "links": [], "refresh": "5s", "rows": [ { "collapse": false, "height": "250px", "panels": [ { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_K6}", "fill": 1, "id": 1, "interval": ">1s", "legend": { "alignAsTable": true, "avg": false, "current": false, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 3, "stack": false, "steppedLine": false, "targets": [ { "alias": "Active VUs", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "vus", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Virtual Users", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_K6}", "fill": 1, "id": 17, "interval": "1s", "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 3, "stack": false, "steppedLine": false, "targets": [ { "alias": "Requests per Second", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "http_reqs", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Requests per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_K6}", "fill": 1, "id": 7, "interval": "1s", "legend": { "alignAsTable": true, "avg": true, "current": false, "max": false, "min": false, "show": true, "total": true, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Num Errors", "color": "#BF1B00" } ], "spaceLength": 10, "span": 3, "stack": true, "steppedLine": false, "targets": [ { "alias": "Num Errors", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "errors", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "count" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Errors Per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_K6}", "fill": 1, "id": 10, "interval": ">1s", "legend": { "alignAsTable": true, "avg": true, "current": false, "max": false, "min": false, "show": true, "total": true, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Num Errors", "color": "#BF1B00" } ], "spaceLength": 10, "span": 3, "stack": true, "steppedLine": false, "targets": [ { "alias": "$tag_check", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "check" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "checks", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "sum" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Checks Per Second", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": "", "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 11, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"value\") FROM $Measurement WHERE $timeFilter ", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (mean)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 14, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT max(\"value\") FROM $Measurement WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (max)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 15, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT median(\"value\") FROM $Measurement WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (med)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 16, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT min(\"value\") FROM $Measurement WHERE $timeFilter and value > 0", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (min)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 90) FROM $Measurement WHERE $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (p90)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_K6}", "decimals": 2, "format": "ms", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "height": "50px", "id": 13, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 95) FROM $Measurement WHERE $timeFilter ", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "thresholds": "", "title": "$Measurement (p95)", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_K6}", "description": "Grouped by 1 sec intervals", "fill": 1, "height": "250px", "id": 5, "interval": ">1s", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "alias": "max", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT max(\"value\") FROM /^$Measurement$/ WHERE $timeFilter and value > 0 GROUP BY time($__interval) fill(none)", "rawQuery": true, "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "max" } ] ], "tags": [] }, { "alias": "p95", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 95) FROM /^$Measurement$/ WHERE $timeFilter and value > 0 GROUP BY time($__interval) fill(none)", "rawQuery": true, "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [ 95 ], "type": "percentile" } ] ], "tags": [] }, { "alias": "p90", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT percentile(\"value\", 90) FROM /^$Measurement$/ WHERE $timeFilter and value > 0 GROUP BY time($__interval) fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [ "90" ], "type": "percentile" } ] ], "tags": [] }, { "alias": "min", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "/^$Measurement$/", "orderByTime": "ASC", "policy": "default", "query": "SELECT min(\"value\") FROM /^$Measurement$/ WHERE $timeFilter and value > 0 GROUP BY time($__interval) fill(none)", "rawQuery": true, "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "min" } ] ], "tags": [] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "$Measurement (over 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": 2, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "rgb(0, 234, 255)", "colorScale": "sqrt", "colorScheme": "interpolateRdYlGn", "exponent": 0.5, "mode": "spectrum" }, "dataFormat": "timeseries", "datasource": "${DS_K6}", "heatmap": {}, "height": "250px", "highlightCards": true, "id": 8, "interval": ">1s", "links": [], "span": 6, "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "http_req_duration", "orderByTime": "ASC", "policy": "default", "query": "SELECT \"value\" FROM $Measurement WHERE $timeFilter and value > 0", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "title": "$Measurement (over time)", "tooltip": { "show": true, "showHistogram": true }, "tooltipDecimals": null, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": null, "format": "ms", "logBase": 2, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketNumber": null, "yBucketSize": null } ], "repeat": "Measurement", "repeatIteration": null, "repeatRowId": null, "showTitle": true, "title": "$Measurement", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": { "selected": true, "tags": [], "text": "http_req_duration + http_req_blocked", "value": [ "http_req_duration", "http_req_blocked" ] }, "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Measurement", "options": [ { "selected": false, "text": "All", "value": "$__all" }, { "selected": true, "text": "http_req_duration", "value": "http_req_duration" }, { "selected": true, "text": "http_req_blocked", "value": "http_req_blocked" }, { "selected": false, "text": "http_req_connecting", "value": "http_req_connecting" }, { "selected": false, "text": "http_req_looking_up", "value": "http_req_looking_up" }, { "selected": false, "text": "http_req_receiving", "value": "http_req_receiving" }, { "selected": false, "text": "http_req_sending", "value": "http_req_sending" }, { "selected": false, "text": "http_req_waiting", "value": "http_req_waiting" } ], "query": "http_req_duration,http_req_blocked,http_req_connecting,http_req_looking_up,http_req_receiving,http_req_sending,http_req_waiting", "type": "custom" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "k6 Load Testing Results", "version": 22 }
2023-01-24 02:41:02 UTC
null
0
0
18,038
1
750,571
27,696
0
navidrome
Navidrome
Main navidrome dashboard. Most of exposed metrics are here
2023-02-04 21:37:19 UTC
2023-02-04 21:44:39 UTC
0
Most of metrics exposed by [Navidrome](https://github.com/navidrome/navidrome) Highlights: - Multiple instances support - Alerts-friendly queries - Most of exposed metrics are here
81,349
81,350
null
null
0
0
27,696
1
18,038
1
0
Main navidrome dashboard. Most of exposed metrics are here
{ "__inputs": [ { "name": "DS_VICTORIAMETRICS", "label": "VictoriaMetrics", "description": "In-place Prometheus replacement.", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.5.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Main navidrome dashboard. Most of exposed metrics are here", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "iteration": 1675542450776, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 27, "panels": [], "title": "Main", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null }, { "color": "#EAB839", "value": 900 }, { "color": "green", "value": 3600 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 1 }, "id": 11, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "time() - process_start_time_seconds{job=~\"^$job$\"}", "instant": true, "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "title": "Uptime", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 1 }, "id": 29, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": false }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "navidrome_info{job=~\"^$job$\"}", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Navidrome version", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "instance", "job", "version" ], "mode": "columns" } }, { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "instance": false, "job": true, "stand": true }, "indexByName": {}, "renameByName": {} } } ], "type": "table" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 32, "panels": [], "title": "Media", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 15, "x": 4, "y": 7 }, "id": 38, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "db_model_totals{job=~\"^$job$\", model=\"user\"}", "instant": true, "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "title": "Users", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 10 }, "id": 37, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "db_model_totals{job=~\"^$job$\",model=\"media\"}", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Media", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 10 }, "id": 39, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "db_model_totals{job=~\"^$job$\",model=\"album\"}", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Albums", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 34, "panels": [], "title": "Jobs", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 3600 }, { "color": "red", "value": 86400 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 19 }, "id": 30, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "time() - media_scan_last{job=~\"^$job$\", success=\"true\"}", "instant": true, "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "title": "Time since last successful scan", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "light-red", "mode": "thresholds" }, "mappings": [], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 12, "x": 12, "y": 19 }, "id": 35, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "increase(media_scans{job=~\"^$job$\", success=\"false\"}[$__range])", "instant": true, "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "title": "Failed scans for period", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 23 }, "id": 13, "title": "Go-specific", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.3 }, { "color": "red", "value": 1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 11, "w": 9, "x": 0, "y": 24 }, "id": 17, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(rate(\nprocess_cpu_seconds_total{job=~\"^$job$\"}[1m]\n)) by (instance)", "interval": "", "legendFormat": "{{host}}", "refId": "A" } ], "title": "CPU", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 11, "w": 8, "x": 9, "y": 24 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(process_resident_memory_bytes{job=~\"^$job$\"}) by (instance)", "interval": "", "legendFormat": "RES@{{instance}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(process_virtual_memory_bytes{job=~\"^$job$\"})by (instance)", "hide": true, "interval": "", "legendFormat": "VIRT@{{instance}}", "range": true, "refId": "B" } ], "title": "RAM", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 7, "x": 17, "y": 24 }, "id": 3, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": false, "expr": "sum(process_open_fds{job=~\"^$job$\"}) by (instance)", "instant": false, "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Open descriptors", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 17, "y": 30 }, "id": 5, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(go_threads{job=~\"^$job$\"}) by (instance)", "interval": "", "legendFormat": "os threads@{{instance}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(go_goroutines{job=~\"^$job$\"}) by (instance)", "hide": false, "interval": "", "legendFormat": "goroutines@{{instance}}", "range": true, "refId": "B" } ], "title": "Threads", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "line+area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.05 }, { "color": "red", "value": 0.1 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 7, "w": 9, "x": 0, "y": 35 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(rate(go_gc_duration_seconds_sum{job=~\"navidrome.*\"}[5m])) by (instance)", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "GC total seconds", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 5 }, { "color": "red", "value": 10 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 9, "y": 35 }, "id": 23, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(rate(go_gc_duration_seconds_count{job=~\"navidrome.*\"}[5m])) by (instance)", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "GC calls", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 7, "w": 7, "x": 17, "y": 35 }, "id": 18, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": false }, "pluginVersion": "8.5.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "go_info{job=~\"^$job$\"}", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Go version", "transformations": [ { "id": "labelsToFields", "options": { "keepLabels": [ "instance", "job", "version" ], "mode": "columns" } }, { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value": true, "instance": false, "job": true, "stand": true }, "indexByName": {}, "renameByName": {} } } ], "type": "table" } ], "refresh": "10s", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "VictoriaMetrics", "value": "VictoriaMetrics" }, "description": "Prometheus storage with Navidrome metrics in it", "hide": 0, "includeAll": false, "label": "Prometheus", "multi": false, "name": "prom", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "definition": "label_values(job)", "description": "Prometheus job for your instance", "hide": 0, "includeAll": false, "multi": true, "name": "job", "options": [], "query": { "query": "label_values(job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": ".*navidrom.*", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Navidrome", "uid": "F32fd2rfa", "version": 16, "weekStart": "", "gnetId": 18038 }
2023-02-04 21:37:19 UTC
2023-02-04 21:44:33 UTC
0
0
18,509
1
788,700
28,388
0
altopay-docker-swarm-monitoring
Docker Swarm Monitoring
Docker monitoring with Prometheus and cAdvisor
2023-04-13 07:13:06 UTC
2023-04-13 07:16:57 UTC
0
null
0
0
null
null
0
0
28,388
1
18,509
1
0
Docker monitoring with Prometheus and cAdvisor
{ "__inputs": [ { "name": "DS_VICTORIAMETRICS", "label": "victoriametrics", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.3" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Docker monitoring with Prometheus and cAdvisor", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18509, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "vm-ssdq" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 9, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "vm-ssdq" }, "refId": "A" } ], "title": "Docker Swarm", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 7, "x": 0, "y": 1 }, "id": 7, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "count(container_last_seen{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"})", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "metric": "container_last_seen", "refId": "A", "step": 240 } ], "title": "Running containers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "In Percent" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 65 }, { "color": "dark-red", "value": 90 } ] } } ] }, { "matcher": { "id": "byName", "options": "In Data" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "Swarm Total" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "super-light-green", "value": null } ] } } ] } ] }, "gridPos": { "h": 4, "w": 9, "x": 7, "y": 1 }, "id": 5, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(container_memory_working_set_bytes{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"})", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "Usage", "metric": "container_memory_rss", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(container_memory_working_set_bytes{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}) / sum(machine_memory_bytes{job=\"$cluster\"}) * 100", "hide": true, "instant": true, "interval": "", "legendFormat": "In Percent", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(machine_memory_bytes{job=\"$cluster\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "Total", "refId": "C" } ], "title": "Memory", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 65 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 1 }, "id": 6, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "(sum(rate(container_cpu_user_seconds_total{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}[2m])) / sum (machine_cpu_cores{job=\"$cluster\"})) * 100", "interval": "", "intervalFactor": 2, "legendFormat": "", "metric": "container_memory_rss", "refId": "A", "step": 240 } ], "title": "Swarm CPU Usage (%)", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 65 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 1 }, "id": 31, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "sum(container_memory_working_set_bytes{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}) / sum(machine_memory_bytes{job=\"$cluster\"}) * 100", "interval": "", "intervalFactor": 2, "legendFormat": "", "metric": "container_memory_rss", "refId": "A", "step": 240 } ], "title": "Swarm Memory Usage (%)", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null }, { "color": "#EAB839", "value": 0.65 }, { "color": "dark-red", "value": 0.85 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "CPU(%)" }, "properties": [ { "id": "custom.cellOptions", "value": { "type": "color-background" } }, { "id": "unit", "value": "percentunit" } ] }, { "matcher": { "id": "byName", "options": "Mem. Usage(MiB)" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } } ] }, { "matcher": { "id": "byName", "options": "Mem. Limit(MiB)" }, "properties": [ { "id": "unit", "value": "bytes" } ] }, { "matcher": { "id": "byName", "options": "Container" }, "properties": [ { "id": "custom.width", "value": 267 } ] }, { "matcher": { "id": "byName", "options": "Mem(%)" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "color-background" } }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "blue", "value": null }, { "color": "#EAB839", "value": 0.65 }, { "color": "red", "value": 0.8 } ] } } ] }, { "matcher": { "id": "byName", "options": "Uptime" }, "properties": [ { "id": "unit", "value": "s" } ] }, { "matcher": { "id": "byName", "options": "Service Name" }, "properties": [ { "id": "custom.width", "value": 272 } ] }, { "matcher": { "id": "byName", "options": "Priority" }, "properties": [ { "id": "unit", "value": "percentunit" }, { "id": "custom.cellOptions", "value": { "mode": "gradient", "type": "color-background" } } ] }, { "matcher": { "id": "byName", "options": "Instance" }, "properties": [ { "id": "mappings", "value": [] } ] } ] }, "gridPos": { "h": 13, "w": 24, "x": 0, "y": 5 }, "id": 30, "interval": "1s", "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 1, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Priority" } ] }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "label_replace(rate(container_cpu_user_seconds_total{image!=\"\", image!~\".*cadvisor\", image!=\"\", job=\"$cluster\"}[2m]), \"node\", \"$1\", \"instance\", \"(.*):48080\")\r\n\r", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "container_memory_working_set_bytes{image!=\"\", image!~\".*cadvisor\", image!=\"\", job=\"$cluster\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "((container_spec_memory_limit_bytes{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"} == 0) + on (instance) group_left(image) (machine_memory_bytes{job=\"$cluster\"})) OR (container_spec_memory_limit_bytes{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"} > 0)", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "time() - container_start_time_seconds{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "D" } ], "title": "Container Resource Allocation and Usage", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "name" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Time 1": true, "Time 2": true, "Time 3": true, "Time 4": true, "Value #A": false, "__name__": true, "__name__ 1": true, "__name__ 2": true, "container_label_com_docker_desktop_extension_api_version 1": true, "container_label_com_docker_desktop_extension_api_version 2": true, "container_label_com_docker_desktop_extension_api_version 3": true, "container_label_com_docker_desktop_extension_api_version 4": true, "container_label_com_docker_desktop_extension_icon 1": true, "container_label_com_docker_desktop_extension_icon 2": true, "container_label_com_docker_desktop_extension_icon 3": true, "container_label_com_docker_desktop_extension_icon 4": true, "container_label_com_docker_extension_additional_urls 1": true, "container_label_com_docker_extension_additional_urls 2": true, "container_label_com_docker_extension_additional_urls 3": true, "container_label_com_docker_extension_additional_urls 4": true, "container_label_com_docker_extension_detailed_description 1": true, "container_label_com_docker_extension_detailed_description 2": true, "container_label_com_docker_extension_detailed_description 3": true, "container_label_com_docker_extension_detailed_description 4": true, "container_label_com_docker_extension_publisher_url 1": true, "container_label_com_docker_extension_publisher_url 2": true, "container_label_com_docker_extension_publisher_url 3": true, "container_label_com_docker_extension_publisher_url 4": true, "container_label_com_docker_extension_screenshots 1": true, "container_label_com_docker_extension_screenshots 2": true, "container_label_com_docker_extension_screenshots 3": true, "container_label_com_docker_extension_screenshots 4": true, "container_label_com_docker_stack_namespace 1": true, "container_label_com_docker_stack_namespace 2": true, "container_label_com_docker_stack_namespace 3": true, "container_label_com_docker_stack_namespace 4": true, "container_label_com_docker_swarm_node_id 1": true, "container_label_com_docker_swarm_node_id 2": true, "container_label_com_docker_swarm_node_id 3": true, "container_label_com_docker_swarm_node_id 4": true, "container_label_com_docker_swarm_service_id 1": true, "container_label_com_docker_swarm_service_id 2": true, "container_label_com_docker_swarm_service_id 3": true, "container_label_com_docker_swarm_service_id 4": true, "container_label_com_docker_swarm_service_name 1": false, "container_label_com_docker_swarm_service_name 2": true, "container_label_com_docker_swarm_service_name 3": true, "container_label_com_docker_swarm_service_name 4": true, "container_label_com_docker_swarm_task_id 1": true, "container_label_com_docker_swarm_task_id 2": true, "container_label_com_docker_swarm_task_id 3": true, "container_label_com_docker_swarm_task_id 4": true, "container_label_com_docker_swarm_task_name 1": true, "container_label_com_docker_swarm_task_name 2": true, "container_label_com_docker_swarm_task_name 3": true, "container_label_com_docker_swarm_task_name 4": true, "container_label_io_portainer_agent 1": true, "container_label_io_portainer_agent 2": true, "container_label_io_portainer_agent 3": true, "container_label_io_portainer_agent 4": true, "container_label_io_portainer_server 1": true, "container_label_io_portainer_server 2": true, "container_label_io_portainer_server 3": true, "container_label_io_portainer_server 4": true, "container_label_maintainer 1": true, "container_label_maintainer 2": true, "container_label_maintainer 3": true, "container_label_maintainer 4": true, "container_label_org_opencontainers_image_description 1": true, "container_label_org_opencontainers_image_description 2": true, "container_label_org_opencontainers_image_description 3": true, "container_label_org_opencontainers_image_description 4": true, "container_label_org_opencontainers_image_documentation 1": true, "container_label_org_opencontainers_image_documentation 2": true, "container_label_org_opencontainers_image_documentation 3": true, "container_label_org_opencontainers_image_documentation 4": true, "container_label_org_opencontainers_image_title 1": true, "container_label_org_opencontainers_image_title 2": true, "container_label_org_opencontainers_image_title 3": true, "container_label_org_opencontainers_image_title 4": true, "container_label_org_opencontainers_image_url 1": true, "container_label_org_opencontainers_image_url 2": true, "container_label_org_opencontainers_image_url 3": true, "container_label_org_opencontainers_image_url 4": true, "container_label_org_opencontainers_image_vendor 1": true, "container_label_org_opencontainers_image_vendor 2": true, "container_label_org_opencontainers_image_vendor 3": true, "container_label_org_opencontainers_image_vendor 4": true, "container_label_org_opencontainers_image_version 1": true, "container_label_org_opencontainers_image_version 2": true, "container_label_org_opencontainers_image_version 3": true, "container_label_org_opencontainers_image_version 4": true, "container_label_traefik_backend 1": true, "container_label_traefik_backend 2": true, "container_label_traefik_backend 3": true, "container_label_traefik_backend 4": true, "container_label_traefik_docker_network 1": true, "container_label_traefik_docker_network 2": true, "container_label_traefik_docker_network 3": true, "container_label_traefik_docker_network 4": true, "container_label_traefik_enable 1": true, "container_label_traefik_enable 2": true, "container_label_traefik_enable 3": true, "container_label_traefik_enable 4": true, "container_label_traefik_frontend_rule 1": true, "container_label_traefik_frontend_rule 2": true, "container_label_traefik_frontend_rule 3": true, "container_label_traefik_frontend_rule 4": true, "container_label_traefik_port 1": true, "container_label_traefik_port 2": true, "container_label_traefik_port 3": true, "container_label_traefik_port 4": true, "id 1": true, "id 2": true, "id 3": true, "id 4": true, "image 1": true, "image 2": true, "image 3": true, "image 4": true, "instance 1": true, "instance 2": true, "instance 3": true, "instance 4": true, "job 1": true, "job 2": true, "job 3": true, "job 4": true }, "indexByName": { "Time 1": 8, "Time 2": 17, "Time 3": 29, "Time 4": 41, "Value #A": 5, "Value #B": 6, "Value #C": 7, "Value #D": 4, "__name__ 1": 28, "__name__ 2": 30, "container_label_com_docker_stack_namespace 1": 9, "container_label_com_docker_stack_namespace 2": 18, "container_label_com_docker_stack_namespace 3": 31, "container_label_com_docker_stack_namespace 4": 42, "container_label_com_docker_swarm_node_id 1": 10, "container_label_com_docker_swarm_node_id 2": 19, "container_label_com_docker_swarm_node_id 3": 32, "container_label_com_docker_swarm_node_id 4": 43, "container_label_com_docker_swarm_service_id 1": 11, "container_label_com_docker_swarm_service_id 2": 20, "container_label_com_docker_swarm_service_id 3": 33, "container_label_com_docker_swarm_service_id 4": 44, "container_label_com_docker_swarm_service_name 1": 2, "container_label_com_docker_swarm_service_name 2": 21, "container_label_com_docker_swarm_service_name 3": 34, "container_label_com_docker_swarm_service_name 4": 45, "container_label_com_docker_swarm_task_id 1": 12, "container_label_com_docker_swarm_task_id 2": 22, "container_label_com_docker_swarm_task_id 3": 35, "container_label_com_docker_swarm_task_id 4": 46, "container_label_com_docker_swarm_task_name 1": 13, "container_label_com_docker_swarm_task_name 2": 23, "container_label_com_docker_swarm_task_name 3": 36, "container_label_com_docker_swarm_task_name 4": 47, "container_label_org_opencontainers_image_description 1": 52, "container_label_org_opencontainers_image_description 2": 61, "container_label_org_opencontainers_image_description 3": 70, "container_label_org_opencontainers_image_description 4": 79, "container_label_org_opencontainers_image_documentation 1": 53, "container_label_org_opencontainers_image_documentation 2": 62, "container_label_org_opencontainers_image_documentation 3": 71, "container_label_org_opencontainers_image_documentation 4": 80, "container_label_org_opencontainers_image_title 1": 54, "container_label_org_opencontainers_image_title 2": 63, "container_label_org_opencontainers_image_title 3": 72, "container_label_org_opencontainers_image_title 4": 81, "container_label_org_opencontainers_image_url 1": 55, "container_label_org_opencontainers_image_url 2": 64, "container_label_org_opencontainers_image_url 3": 73, "container_label_org_opencontainers_image_url 4": 82, "container_label_org_opencontainers_image_vendor 1": 56, "container_label_org_opencontainers_image_vendor 2": 65, "container_label_org_opencontainers_image_vendor 3": 74, "container_label_org_opencontainers_image_vendor 4": 83, "container_label_org_opencontainers_image_version 1": 57, "container_label_org_opencontainers_image_version 2": 66, "container_label_org_opencontainers_image_version 3": 75, "container_label_org_opencontainers_image_version 4": 84, "container_label_traefik_enable 1": 58, "container_label_traefik_enable 2": 67, "container_label_traefik_enable 3": 76, "container_label_traefik_enable 4": 85, "container_label_traefik_frontend_rule 1": 59, "container_label_traefik_frontend_rule 2": 68, "container_label_traefik_frontend_rule 3": 77, "container_label_traefik_frontend_rule 4": 86, "container_label_traefik_port 1": 60, "container_label_traefik_port 2": 69, "container_label_traefik_port 3": 78, "container_label_traefik_port 4": 87, "id 1": 14, "id 2": 24, "id 3": 37, "id 4": 48, "image 1": 15, "image 2": 25, "image 3": 38, "image 4": 49, "instance 1": 3, "instance 2": 26, "instance 3": 39, "instance 4": 50, "job 1": 16, "job 2": 27, "job 3": 40, "job 4": 51, "name": 0, "node": 1 }, "renameByName": { "Time 1": "", "Value #A": "CPU(%)", "Value #B": "Mem. Usage(MiB)", "Value #C": "Mem. Limit(MiB)", "Value #D": "Uptime", "container_label_com_docker_swarm_service_name 1": "Service Name", "instance 1": "Instance", "name": "Container", "node": "Node" } } }, { "id": "calculateField", "options": { "alias": "Mem(%)", "binary": { "left": "Mem. Usage(MiB)", "operator": "/", "reducer": "sum", "right": "Mem. Limit(MiB)" }, "mode": "binary", "reduce": { "include": [ "Mem. Limit" ], "reducer": "sum" }, "replaceFields": false } }, { "id": "calculateField", "options": { "alias": "Priority", "mode": "reduceRow", "reduce": { "include": [ "CPU(%)", "Mem(%)" ], "reducer": "max" } } } ], "type": "table" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "vm-ssdq" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 33, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "vm-ssdq" }, "refId": "A" } ], "title": "Details", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "decimals": 2, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 19 }, "hiddenSeries": false, "id": 2, "isNew": true, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "label_replace(rate(container_cpu_user_seconds_total{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}[2m]) * 100, \"node\", \"$1\", \"instance\", \"(.*):48080\")", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{node}} - {{name}}", "metric": "cpu", "refId": "A", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "CPU Usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "percent", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "decimals": 2, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 1, "isNew": true, "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "label_replace(container_memory_working_set_bytes{image!=\"\", image!~\".*cadvisor\", image!=\"\", job=\"$cluster\"}, \"node\", \"$1\", \"instance\", \"(.*):48080\")", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{node}} - {{name}}", "metric": "container_memory_rss", "refId": "A", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "Memory Usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": "", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 33 }, "hiddenSeries": false, "id": 3, "isNew": true, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "irate(container_network_receive_bytes_total{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}[5m])", "interval": "", "intervalFactor": 2, "legendFormat": "{{name}}", "metric": "container_network_receive_bytes_total", "refId": "A", "step": 20 } ], "thresholds": [], "timeRegions": [], "title": "Network Rx", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 33 }, "hiddenSeries": false, "id": 4, "isNew": true, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.4.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "exemplar": true, "expr": "irate(container_network_transmit_bytes_total{image!=\"\", image!~\".*cadvisor\", job=\"$cluster\"}[5m])", "interval": "", "intervalFactor": 2, "legendFormat": "{{name}}", "refId": "A", "step": 20 } ], "thresholds": [], "timeRegions": [], "title": "Network Tx", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [ "docker" ], "templating": { "list": [ { "current": { "selected": true, "text": "victoriametrics", "value": "victoriametrics" }, "hide": 0, "includeAll": false, "label": "Datasource", "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "definition": "label_values(machine_memory_bytes{job=~\"altopay-.*\"}, job) ", "hide": 0, "includeAll": false, "label": "Cluster", "multi": false, "name": "cluster", "options": [], "query": { "query": "label_values(machine_memory_bytes{job=~\"altopay-.*\"}, job) ", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Docker Swarm Monitoring", "uid": "txZxTuZVz", "version": 5, "weekStart": "" }
2023-04-13 07:13:06 UTC
2023-04-13 07:16:56 UTC
0
0
16,917
1
707,620
25,949
0
nginx-ingress-controller
NGINX Ingress controller
Ingress-nginx supports a rich collection of prometheus metrics. If you have prometheus and grafana installed on your cluster then prometheus will already be scraping this data due to the scrape annotation on the deployment.
2022-09-11 03:59:36 UTC
2022-09-11 04:00:02 UTC
0
frntmymutrtgerermuy,.k,iktrfr
0
0
Other
null
0
0
25,949
1
16,917
1
0
Ingress-nginx supports a rich collection of prometheus metrics. If you have prometheus and grafana installed on your cluster then prometheus will already be scraping this data due to the scrape annotation on the deployment.
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "5.2.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "5.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "5.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" }, { "datasource": "${DS_PROMETHEUS}", "enable": true, "expr": "sum(changes(nginx_ingress_controller_config_last_reload_successful_timestamp_seconds{instance!=\"unknown\",controller_class=~\"$controller_class\",namespace=~\"$namespace\"}[30s])) by (controller_class)", "hide": false, "iconColor": "rgba(255, 96, 96, 1)", "limit": 100, "name": "Config Reloads", "showIn": 0, "step": "30s", "tagKeys": "controller_class", "tags": [], "titleFormat": "Config Reloaded", "type": "tags" } ] }, "editable": true, "gnetId": 16917, "graphTooltip": 0, "iteration": 1534359654832, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "format": "ops", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 0 }, "id": 20, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "round(sum(irate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",namespace=~\"$namespace\"}[2m])), 0.001)", "format": "time_series", "intervalFactor": 1, "refId": "A", "step": 4 } ], "thresholds": "", "title": "Controller Request Volume", "transparent": false, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 0 }, "id": 82, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(avg_over_time(nginx_ingress_controller_nginx_process_connections{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"}[2m]))", "format": "time_series", "instant": false, "intervalFactor": 1, "refId": "A", "step": 4 } ], "thresholds": "", "title": "Controller Connections", "transparent": false, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 80, "show": false, "thresholdLabels": false, "thresholdMarkers": false }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 0 }, "id": 21, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum(rate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",namespace=~\"$namespace\",status!~\"[4-5].*\"}[2m])) / sum(rate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",namespace=~\"$namespace\"}[2m]))", "format": "time_series", "intervalFactor": 1, "refId": "A", "step": 4 } ], "thresholds": "95, 99, 99.5", "title": "Controller Success Rate (non-4|5xx responses)", "transparent": false, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "decimals": 0, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 18, "y": 0 }, "id": 81, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "avg(nginx_ingress_controller_success{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"})", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A", "step": 4 } ], "thresholds": "", "title": "Config Reloads", "transparent": false, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_PROMETHEUS}", "decimals": 0, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 0 }, "id": 83, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": true, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "count(nginx_ingress_controller_config_last_reload_successful{controller_pod=~\"$controller\",controller_namespace=~\"$namespace\"} == 0)", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A", "step": 4 } ], "thresholds": "", "title": "Last Config Failed", "transparent": false, "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 2, "editable": true, "error": false, "fill": 1, "grid": {}, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 3 }, "height": "200px", "id": 86, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideEmpty": false, "hideZero": true, "max": false, "min": false, "rightSide": true, "show": true, "sideWidth": 300, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "repeatDirection": "h", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "round(sum(irate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (ingress), 0.001)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{ ingress }}", "metric": "network", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ingress Request Volume", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "transparent": false, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "reqps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "max - istio-proxy": "#890f02", "max - master": "#bf1b00", "max - prometheus": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 2, "editable": false, "error": false, "fill": 0, "grid": {}, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 3 }, "id": 87, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": false, "hideEmpty": true, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "sideWidth": 300, "sort": "avg", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",namespace=~\"$namespace\",ingress=~\"$ingress\",status!~\"[4-5].*\"}[2m])) by (ingress) / sum(rate(nginx_ingress_controller_requests{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (ingress)", "format": "time_series", "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "{{ ingress }}", "metric": "container_memory_usage:sort_desc", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Ingress Success Rate (non-4|5xx responses)", "tooltip": { "msResolution": false, "shared": true, "sort": 1, "value_type": "cumulative" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 2, "editable": true, "error": false, "fill": 1, "grid": {}, "gridPos": { "h": 6, "w": 8, "x": 0, "y": 10 }, "height": "200px", "id": 32, "isNew": true, "legend": { "alignAsTable": false, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": 200, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum (irate (nginx_ingress_controller_request_size_sum{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"}[2m]))", "format": "time_series", "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "Received", "metric": "network", "refId": "A", "step": 10 }, { "expr": "- sum (irate (nginx_ingress_controller_response_size_sum{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"}[2m]))", "format": "time_series", "hide": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "Sent", "metric": "network", "refId": "B", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Network I/O pressure", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "transparent": false, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "max - istio-proxy": "#890f02", "max - master": "#bf1b00", "max - prometheus": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 2, "editable": false, "error": false, "fill": 0, "grid": {}, "gridPos": { "h": 6, "w": 8, "x": 8, "y": 10 }, "id": 77, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": 200, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "avg(nginx_ingress_controller_nginx_process_resident_memory_bytes{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"}) ", "format": "time_series", "instant": false, "interval": "10s", "intervalFactor": 1, "legendFormat": "nginx", "metric": "container_memory_usage:sort_desc", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Average Memory Usage", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "max - istio-proxy": "#890f02", "max - master": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": 3, "editable": false, "error": false, "fill": 0, "grid": {}, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 10 }, "height": "", "id": 79, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": false, "min": false, "rightSide": false, "show": false, "sort": null, "sortDesc": null, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum (rate (nginx_ingress_controller_nginx_process_cpu_seconds_total{controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\"}[2m])) ", "format": "time_series", "interval": "10s", "intervalFactor": 1, "legendFormat": "nginx", "metric": "container_cpu", "refId": "A", "step": 10 } ], "thresholds": [ { "colorMode": "critical", "fill": true, "line": true, "op": "gt" } ], "timeFrom": null, "timeShift": null, "title": "Average CPU Usage", "tooltip": { "msResolution": true, "shared": true, "sort": 2, "value_type": "cumulative" }, "transparent": false, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": "cores", "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 } }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 8, "w": 24, "x": 0, "y": 16 }, "hideTimeOverride": false, "id": 75, "links": [], "pageSize": 7, "repeat": null, "repeatDirection": "h", "scroll": true, "showHeader": true, "sort": { "col": 1, "desc": true }, "styles": [ { "alias": "Ingress", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "ingress", "preserveFormat": false, "sanitize": false, "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Requests", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "Value #A", "thresholds": [ "" ], "type": "number", "unit": "ops" }, { "alias": "Errors", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "ops" }, { "alias": "P50 Latency", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "link": false, "pattern": "Value #C", "thresholds": [], "type": "number", "unit": "dtdurations" }, { "alias": "P90 Latency", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "pattern": "Value #D", "thresholds": [], "type": "number", "unit": "dtdurations" }, { "alias": "P99 Latency", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "pattern": "Value #E", "thresholds": [], "type": "number", "unit": "dtdurations" }, { "alias": "IN", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "Value #F", "thresholds": [ "" ], "type": "number", "unit": "Bps" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "pattern": "Time", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "OUT", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #G", "thresholds": [], "type": "number", "unit": "Bps" } ], "targets": [ { "expr": "histogram_quantile(0.50, sum(rate(nginx_ingress_controller_request_duration_seconds_bucket{ingress!=\"\",controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (le, ingress))", "format": "table", "hide": false, "instant": true, "intervalFactor": 1, "legendFormat": "{{ ingress }}", "refId": "C" }, { "expr": "histogram_quantile(0.90, sum(rate(nginx_ingress_controller_request_duration_seconds_bucket{ingress!=\"\",controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (le, ingress))", "format": "table", "hide": false, "instant": true, "intervalFactor": 1, "legendFormat": "{{ ingress }}", "refId": "D" }, { "expr": "histogram_quantile(0.99, sum(rate(nginx_ingress_controller_request_duration_seconds_bucket{ingress!=\"\",controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (le, ingress))", "format": "table", "hide": false, "instant": true, "intervalFactor": 1, "legendFormat": "{{ destination_service }}", "refId": "E" }, { "expr": "sum(irate(nginx_ingress_controller_request_size_sum{ingress!=\"\",controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (ingress)", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{ ingress }}", "refId": "F" }, { "expr": "sum(irate(nginx_ingress_controller_response_size_sum{ingress!=\"\",controller_pod=~\"$controller\",controller_class=~\"$controller_class\",controller_namespace=~\"$namespace\",ingress=~\"$ingress\"}[2m])) by (ingress)", "format": "table", "instant": true, "intervalFactor": 1, "legendFormat": "{{ ingress }}", "refId": "G" } ], "timeFrom": null, "title": "Ingress Percentile Response Times and Transfer Rates", "transform": "table", "transparent": false, "type": "table" }, { "columns": [ { "text": "Current", "value": "current" } ], "datasource": "${DS_PROMETHEUS}", "fontSize": "100%", "gridPos": { "h": 8, "w": 24, "x": 0, "y": 24 }, "height": "1024", "id": 85, "links": [], "pageSize": 7, "scroll": true, "showHeader": true, "sort": { "col": 1, "desc": false }, "styles": [ { "alias": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "date" }, { "alias": "TTL", "colorMode": "cell", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "pattern": "Current", "thresholds": [ "0", "691200" ], "type": "number", "unit": "s" }, { "alias": "", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "pattern": "/.*/", "thresholds": [], "type": "number", "unit": "short" } ], "targets": [ { "expr": "avg(nginx_ingress_controller_ssl_expire_time_seconds{kubernetes_pod_name=~\"$controller\",namespace=~\"$namespace\",ingress=~\"$ingress\"}) by (host) - time()", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{ host }}", "metric": "gke_letsencrypt_cert_expiration", "refId": "A", "step": 1 } ], "title": "Ingress Certificate Expiry", "transform": "timeseries_aggregations", "type": "table" } ], "refresh": "5s", "schemaVersion": 16, "style": "dark", "tags": [ "nginx" ], "templating": { "list": [ { "allValue": ".*", "current": { "text": "All", "value": "$__all" }, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": true, "label": "Namespace", "multi": false, "name": "namespace", "options": [], "query": "label_values(nginx_ingress_controller_config_hash, controller_namespace)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": { "text": "All", "value": "$__all" }, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": true, "label": "Controller Class", "multi": false, "name": "controller_class", "options": [], "query": "label_values(nginx_ingress_controller_config_hash{namespace=~\"$namespace\"}, controller_class) ", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": { "text": "All", "value": "$__all" }, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": true, "label": "Controller", "multi": false, "name": "controller", "options": [], "query": "label_values(nginx_ingress_controller_config_hash{namespace=~\"$namespace\",controller_class=~\"$controller_class\"}, controller_pod) ", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": { "tags": [], "text": "All", "value": "$__all" }, "datasource": "${DS_PROMETHEUS}", "hide": 0, "includeAll": true, "label": "Ingress", "multi": false, "name": "ingress", "options": [], "query": "label_values(nginx_ingress_controller_requests{namespace=~\"$namespace\",controller_class=~\"$controller_class\",controller=~\"$controller\"}, ingress) ", "refresh": 1, "regex": "", "sort": 2, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "2m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "NGINX Ingress controller", "uid": "nginx", "version": 1, "description": "Ingress-nginx supports a rich collection of prometheus metrics. If you have prometheus and grafana installed on your cluster then prometheus will already be scraping this data due to the scrape annotation on the deployment." }
2022-09-11 03:59:36 UTC
null
0
0
17,627
1
676,446
27,079
0
test-home-dashboard
Test Home Dashboard
Home dashboard for test site
2022-12-15 17:27:50 UTC
2022-12-15 17:30:49 UTC
0
null
79,637
79,638
Other
null
0
0
27,079
1
17,627
1
0
null
{ "__inputs": [ { "name": "DS_TEST_NIMBA_DATABASE", "label": "Test Nimba Database", "description": "Database full of dummy test data", "type": "datasource", "pluginId": "postgres", "pluginName": "PostgreSQL" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "agenty-flowcharting-panel", "name": "FlowCharting", "version": "0.9.1" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "datasource", "id": "postgres", "name": "PostgreSQL", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgb(128, 195, 86)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [], "liveNow": true, "panels": [ { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "flowchartsData": { "flowcharts": [ { "allowDrawio": false, "bgColor": "#E0E0E0", "center": true, "csv": "## See more information for the syntax at https://drawio-app.com/import-from-csv-to-drawio/\n##\n## Example CSV. Use ## for comments and # for configuration.\n## The following names are reserved and should not be used (or ignored):\n## id, tooltip, placeholder(s), link and label (see below)\n##\n#\n## Node label with placeholders and HTML.\n## Default is '%name_of_first_column%'.\n#\n# label: %name%<br><i style=\"color:gray;\">%position%</i><br><a href=\"mailto:%email%\">Email</a>\n#\n## Node style (placeholders are replaced once).\n## Default is the current style for nodes.\n#\n# style: label;image=%image%;whiteSpace=wrap;html=1;rounded=1;fillColor=%fill%;strokeColor=%stroke%;\n#\n## Parent style for nodes with child nodes (placeholders are replaced once).\n#\n# parentstyle: swimlane;whiteSpace=wrap;html=1;childLayout=stackLayout;horizontal=1;horizontalStack=0;resizeParent=1;resizeLast=0;collapsible=1;\n#\n## Optional column name that contains a reference to a named style in styles.\n## Default is the current style for nodes.\n#\n# stylename: -\n#\n## JSON for named styles of the form {\"name\": \"style\", \"name\": \"style\"} where style is a cell style with\n## placeholders that are replaced once.\n#\n# styles: -\n#\n## Optional column name that contains a reference to a named label in labels.\n## Default is the current label.\n#\n# labelname: -\n#\n## JSON for named labels of the form {\"name\": \"label\", \"name\": \"label\"} where label is a cell label with\n## placeholders.\n#\n# labels: -\n#\n## Uses the given column name as the identity for cells (updates existing cells).\n## Default is no identity (empty value or -).\n#\n# identity: -\n#\n## Uses the given column name as the parent reference for cells. Default is no parent (empty or -).\n## The identity above is used for resolving the reference so it must be specified.\n#\n# parent: -\n#\n## Adds a prefix to the identity of cells to make sure they do not collide with existing cells (whose\n## IDs are numbers from 0..n, sometimes with a GUID prefix in the context of realtime collaboration).\n## Default is csvimport-.\n#\n# namespace: csvimport-\n#\n## Connections between rows (\"from\": source colum, \"to\": target column).\n## Label, style and invert are optional. Defaults are '', current style and false.\n## If placeholders are used in the style, they are replaced with data from the source.\n## An optional placeholders can be set to target to use data from the target instead.\n## In addition to label, an optional fromlabel and tolabel can be used to name the column\n## that contains the text for the label in the edges source or target (invert ignored).\n## The label is concatenated in the form fromlabel + label + tolabel if all are defined.\n## The target column may contain a comma-separated list of values.\n## Multiple connect entries are allowed.\n#\n# connect: {\"from\": \"manager\", \"to\": \"name\", \"invert\": true, \"label\": \"manages\", \\\n# \"style\": \"curved=1;endArrow=blockThin;endFill=1;fontSize=11;\"}\n# connect: {\"from\": \"refs\", \"to\": \"id\", \"style\": \"curved=1;fontSize=11;\"}\n#\n## Node x-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# left: \n#\n## Node y-coordinate. Possible value is a column name. Default is empty. Layouts will\n## override this value.\n#\n# top: \n#\n## Node width. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the width. Default is auto.\n#\n# width: auto\n#\n## Node height. Possible value is a number (in px), auto or an @ sign followed by a column\n## name that contains the value for the height. Default is auto.\n#\n# height: auto\n#\n## Padding for autosize. Default is 0.\n#\n# padding: -12\n#\n## Comma-separated list of ignored columns for metadata. (These can be\n## used for connections and styles but will not be added as metadata.)\n#\n# ignore: id,image,fill,stroke,refs,manager\n#\n## Column to be renamed to link attribute (used as link).\n#\n# link: url\n#\n## Spacing between nodes. Default is 40.\n#\n# nodespacing: 40\n#\n## Spacing between levels of hierarchical layouts. Default is 100.\n#\n# levelspacing: 100\n#\n## Spacing between parallel edges. Default is 40. Use 0 to disable.\n#\n# edgespacing: 40\n#\n## Name or JSON of layout. Possible values are auto, none, verticaltree, horizontaltree,\n## verticalflow, horizontalflow, organic, circle or a JSON string as used in Layout, Apply.\n## Default is auto.\n#\n# layout: auto\n#\n## ---- CSV below this line. First line are column names. ----\nname,position,id,location,manager,email,fill,stroke,refs,url,image\nEvan Miller,CFO,emi,Office 1,,[email protected],#dae8fc,#6c8ebf,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-9-2-128.png\nEdward Morrison,Brand Manager,emo,Office 2,Evan Miller,[email protected],#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-10-3-128.png\nRon Donovan,System Admin,rdo,Office 3,Evan Miller,[email protected],#d5e8d4,#82b366,\"emo,tva\",https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-2-128.png\nTessa Valet,HR Director,tva,Office 4,Evan Miller,[email protected],#d5e8d4,#82b366,,https://www.draw.io,https://cdn3.iconfinder.com/data/icons/user-avatars-1/512/users-3-128.png\n", "download": false, "editorTheme": "dark", "editorUrl": "https://www.draw.io", "enableAnim": true, "grid": false, "lock": true, "name": "Main", "scale": true, "tooltip": true, "type": "xml", "url": "http://<YourUrl>/<Your XML/drawio file/api>", "xml": "<mxGraphModel dx=\"-818\" dy=\"-395\" grid=\"1\" gridSize=\"1\" guides=\"1\" tooltips=\"1\" connect=\"1\" arrows=\"1\" fold=\"1\" page=\"1\" pageScale=\"1\" pageWidth=\"1600\" pageHeight=\"900\" background=\"#E0E0E0\" math=\"0\" shadow=\"0\">\n <root>\n <mxCell id=\"0\" />\n <mxCell id=\"1\" parent=\"0\" />\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-39\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;sourcePerimeterSpacing=0;jumpStyle=none;entryX=0.5;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;\" parent=\"1\" source=\"cw2p3luD9OzxgRC5h-mp-77\" target=\"2NBHaG3951vh6ttSq2t9-38\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1772.0000000000016\" y=\"1425\" as=\"sourcePoint\" />\n <mxPoint x=\"1959.17\" y=\"1426.75\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"header-background\" value=\"\" style=\"rounded=0;whiteSpace=wrap;html=1;fontSize=22;strokeColor=none;fillColor=#000000;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1600\" y=\"900\" width=\"1600\" height=\"123\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-71\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;entryX=0.5;entryY=1;entryDx=0;entryDy=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;\" parent=\"1\" source=\"a0wjUBEn53Ux-2y4s_ts-5\" target=\"cw2p3luD9OzxgRC5h-mp-72\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"2161\" y=\"1498\" as=\"sourcePoint\" />\n <mxPoint x=\"2156\" y=\"1427\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-80\" style=\"edgeStyle=none;rounded=0;jumpStyle=none;orthogonalLoop=1;jettySize=auto;html=1;fontSize=18;endArrow=none;endFill=0;sourcePerimeterSpacing=0;targetPerimeterSpacing=0;strokeWidth=8;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;\" parent=\"1\" source=\"2NBHaG3951vh6ttSq2t9-38\" target=\"cw2p3luD9OzxgRC5h-mp-14\" edge=\"1\">\n <mxGeometry relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1962\" y=\"1451\" as=\"sourcePoint\" />\n <mxPoint x=\"1971\" y=\"1482\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-78\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;exitX=0.5;exitY=0;exitDx=0;exitDy=0;\" parent=\"1\" source=\"diagram-battery-icon-circle\" target=\"cw2p3luD9OzxgRC5h-mp-77\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1775\" y=\"1494\" as=\"sourcePoint\" />\n <mxPoint x=\"1769\" y=\"1428\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-70\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;targetPerimeterSpacing=0;jumpStyle=none;entryX=0.5;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;startArrow=none;exitX=1;exitY=0.5;exitDx=0;exitDy=0;\" parent=\"1\" source=\"2NBHaG3951vh6ttSq2t9-38\" target=\"cw2p3luD9OzxgRC5h-mp-72\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1964.9199959639927\" y=\"1426.7568127914265\" as=\"sourcePoint\" />\n <mxPoint x=\"2047\" y=\"1428\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-76\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;jumpStyle=none;entryX=0.5;entryY=0.5;entryDx=0;entryDy=0;entryPerimeter=0;exitX=1;exitY=0.5;exitDx=0;exitDy=0;startArrow=none;\" parent=\"1\" source=\"2NBHaG3951vh6ttSq2t9-38\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1762\" y=\"1428\" as=\"sourcePoint\" />\n <mxPoint x=\"1959.17\" y=\"1426.75\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-53\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontSize=18;strokeWidth=8;startArrow=none;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;\" parent=\"1\" source=\"diagram-main-breaker-status-value-indicator\" target=\"cw2p3luD9OzxgRC5h-mp-12\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1959.96\" y=\"1358.54\" as=\"sourcePoint\" />\n <mxPoint x=\"1960\" y=\"1336\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"nimba-logo\" value=\"\" style=\"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/png,iVBORw0KGgoAAAANSUhEUgAAEZQAABGUCAYAAADb7YylAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR4nOzBAQEAAACCoP6vbojAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADIAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgLMHBwQAAAAAQv6/bkgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgD0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADYAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgD0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlSeCcAACAASURBVAAAAAAAAAAA9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAg9uCAAAAAAEDI/9cNCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADsAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEHt3tNo2DAVgWIO9V30vzjPZeSbhe/fJNrTKxWRt6Jqms63vgzYkJcXo+MYk+g0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA7gEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC6BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAED3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOgeAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAn/TDwgEAn5UjhpTScOPto8UFAADgwC5zKZMB8ig54pfFBQAAAODs5lJ8X5mHyRGT76kBAABwcJcbh7/MpSwGDAB8xk+rBgBceycU40N3AAAAAAAAAAAAAAAAgK9za8/WmCPeev06QiM8AwD8RVAGADrV7syyenojIAMAAAAAAAAAAAAAAADAvlxHaK7DMzUu87w+mUuZzA8A+iMoAwAnliOGTShGNAYAAAAAAAAAAAAAAADg3LZ7yuoes22AZhubWeZSFucCAJyToAwAnESOWEuxwjEAAAAAAAAAAAAAAAAAXNvGZsYcsf75NTQzlzJZNQA4PkEZADgg8RgAAAAAAAAAAAAAAAAAvshraCZHjO1fiswAwIEJygDAzuWI9WJcPAYAAAAAAAAAAAAAAACA73ArMrPMpSymAAD7JSgDADuTI9Za62g2AAAAAAAAAAAAAAAAAOzEGpkZc8R6RJf6ay5lMiQA2A9BGQD4zwRkAAAAAAAAAAAAAAAAADioP/vicsS6P05gBgB2QFAGAL6ZgAwAAAAAAAAAAAAAAAAAJyUwAwA7YbSCiwAAIABJREFUICgDAA+WI4aUUv15ao8AAAAAAAAAAAAAAAAA0INtYGZJKT3Xx7mUxfQB4HEEZQDgATYRmdH6AgAAAAAAAAAAAAAAAEB63XeXI+rzi7gMADyGoAwAfJEcMaWUntoFLQAAAAAAAAAAAAAAAADwvnETl6lRmee5lMl6AcD9BGUA4A4iMgAAAAAAAAAAAAAAAABwt7pHb8gRo7gMANxPUAYA/pGIDAAAAAAAAAAAAAAAAAA8jLgMANxJUAYAPkBEBgAAAAAAAAAAAAAAAAC+nbgMAHyCoAwAvENEBgAAAAAAAAAAAAAAAAB2Q1wGAD5IUAYANnLE0C4qR+sCAAAAAAAAAAAAAAAAALu0jctcamBmLmUxKgB4ISgDAC8hmUlEBgAAAAAAAAAAAAAAAAAOp+4NHHNEPe7LXMpkhAD0TlAGgG7liKFdKA7OAgAAAAAAAAAAAAAAAAA4vBqWqfsGlxaXWYwUgB4JygDQnRwxtZAMAAAAAAAAAAAAAAAAAHA+9Ub0Q45ILSwzmTEAPRGUAaALOWJoEZnBxAEAAAAAAAAAAAAAAACgG2OOqPsLlxaXWYwegLMTlAHg1HLE1EIyAAAAAAAAAAAAAAAAAEC/6g3rhxyRWlhmci4AcFaCMgCcTo4Y2oWdkAwAAAAAAAAAAAAAAAAAcG3MEXUP4iWltMylLFYIgDMRlAHgNFpIZmwxGQAAAAAAAAAAAAAAAACAW8YWl6lBmYuwDABnISgDwOEJyQAAAAAAAAAAAAAAAPxm725yItm1KIxaiHlh2tYZU2SNKUU7mBlPUdf1VPcWFCQZP7ZjrSEc04hs7A8A4A7LPjELywAwCkEZALpVIi41JAMAAAAAAAAAAAAAAAAAcK9fYZlUwzIXFwWgRw9eDYDeLCGZEvEmJgMAAAAAAAAAAAAAAAAAbGRatoz1n+MDQFcEZQDohpAMAAAAAAAAAAAAAAAAALAzYRkAuiMoA0DzhGQAAAAAAAAAAAAAAAAAgIMJywDQDUEZAJolJAMAAAAAAAAAAAAAAAAANEZYBoDmCcoA0BwhGQAAAAAAAAAAAAAAAACgccIyADRLUAaAZgjJAAAAAAAAAAAAAAAAAACdEZYBoDmPngSAo5WInFKaPQQAAAAAAAAAAAAAAAAA0KklLLP8w/3nl+v11SMCcCRBGQAOU0Myy4+j7BUAAAAAAAAAAAAAAAAAgAHMJWIJyvwQlgHgKIIyAOxOSAYAAAAAAAAAAAAAAAAAGNiyn8zCMgAc5cHlAdhTibgsdU0xGQAAAAAAAAAAAAAAAABgcMuWcq7bSgDYjaAMALtYfuyUiLeU0uTiAAAAAAAAAAAAAAAAAMCJTMvGUlgGgL08ujQAWyoRuUZkskMDAAAAAAAAAAAAAAAAACe2hGWeUko/Xq7XV38IAGzlwWUB2EqJmFNKs5gMAAAAAAAAAAAAAAAAAMBPy+ZyrhtMANjEo7MCsLYScVkqmQ4LAAAAAAAAAAAAAAAAAPCuXCLeUko/Xq7XixMBsCZBGQBWUyJyDclkVwUAAAAAAAAAAAAAAAAA+NRUIp5qWObVuQBYw4MrArCGEjGnlGYxGQAAAAAAAAAAAAAAAACAmyzbzLluNQHgbo9OCMA9SkSuIRkAAAAAAAAAAAAAAAAAAL4vl4i3lNLzy/X66o4AfJegDADfUkMyU61eAgAAAAAAAAAAAAAAAACwjrlELEGZH8IyAHzHg6sBcKsScVl+jIjJAAAAAAAAAAAAAAAAAABsItewzMV5AbjVo4sB8FUlYvnxMQnJAAAAAAAAAAAAAAAAAADsYioRTymlHy/X66uTA/AVD64EwFfUguUsJgMAAAAAAAAAAAAAAAAAsKtl2znXrScAfOrRiQD4mxKx/MiYhGQAAAAAAAAAAAAAAAAAAA41lYinlNKPl+v11VMA8JEHlwHgI7VUOYvJAAAAAAAAAAAAAAAAAAA0Ydl8znUDCgDvEpQB4F0lYgnJTK4DAAAAAAAAAAAAAAAAANCcqW5BAeAPj04CwO9KxM8ypaMAAAAAAAAAAAAAAAAAADQtl4i3lNLzy/X66qkA+OXBJQD4pZYoxWQAAAAAAAAAAAAAAAAAAPox140oAPz06AwAlIgsJAMAAAAAAAAAAAAAAAAA0K1cIt5SSs8v1+urZwQ4t4ezHwDg7ErERUwGAAAAAAAAAAAAAAAAAGAIc92OAnBigjIAJ1YilpDM5G8AAAAAAAAAAAAAAAAAAGAYU92QAnBSjx4e4HxKRF4Kk54eAAAAAAAAAAAAAAAAAGBIuUS8pZSeX67XV08McC4P3hvgXErERUwGAAAAAAAAAAAAAAAAAOAU5rotBeBEBGUATqRELCGZyZsDAAAAAAAAAAAAAAAAAJzGVDemAJzEo4cGGF+JyEtB0lMDAAAAAAAAAAAAAAAAAJxSLhFvKaXnl+v11Z8AwNgevC/A2MRkAAAAAAAAAAAAAAAAAACo5ro9BWBggjIAAysRs5gMAAAAAAAAAAAAAAAAAAC/mesGFYBBCcoADKp+yCtEAgAAAAAAAAAAAAAAAADwX1lUBmBcj94WYCwlYonI+IAHAAAAAAAAAAAAAAAAAOBvlqjMW0rp+eV6fXUpgHE8eEuAcYjJAAAAAAAAAAAAAAAAAABwo7luVAEYhKAMwCBKxEVMBgAAAAAAAAAAAAAAAACAb5jrVhWAAQjKAAygRCwhmclbAgAAAAAAAAAAAAAAAADwTVPdrALQOUEZgM7VD/PsHQEAAAAAAAAAAAAAAAAAuFMWlQHo36M3BOhTiVgiMj7IAQAAAAAAAAAAAAAAAABY0xKVeUspPb9cr68uC9CfB28G0B8xGQAAAAAAAAAAAAAAAAAANjbXTSsAnRGUAeiMmAwAAAAAAAAAAAAAAAAAADsRlQHokKAMQEdKxEVMBgAAAAAAAAAAAAAAAACAHc114wpAJwRlADpRIpaQzOS9AAAAAAAAAAAAAAAAAADY2VS3rgB0QFAGoAP1Azt7KwAAAAAAAAAAAAAAAAAADpJFZQD6ICgD0DgxGQAAAAAAAAAAAAAAAAAAGiEqA9ABQRmAhonJAAAAAAAAAAAAAAAAAADQGFEZgMYJygA0SkwGAAAAAAAAAAAAAAAAAIBGicoANOzR4wC0pUQsERkf0AAAAAAAAAAAAAAAAAAAtOxXVObHy/X66qUA2vHgLQDaISYDAAAAAAAAAAAAAAAAAEBHfm5j60YWgEYIygA0QkwGAAAAAAAAAAAAAAAAAIBOicoANERQBqABYjIAAAAAAAAAAAAAAAAAAHROVAagEYIyAAcTkwEAAAAAAAAAAAAAAAAAYBCiMgANEJQBOJCYDAAAAAAAAAAAAAAAAAAAgxGVATiYoAzAQcRkAAAAAAAAAAAAAAAAAAAYlKgMwIEEZQAOICYDAAAAAAAAAAAAAAAAAMDgRGUADiIoA7AzMRkAAAAAAAAAAAAAAAAAAE5CVAbgAIIyADsSkwEAAAAAAAAAAAAAAAAA4GREZQB2JigDsBMxGQAAAAAAAAAAAAAAAAAATkpUBmBHgjIA+xGTAQAAAAAAAAAAAAAAAADgrGxtAXYiKAOwgxLhAxcAAAAAAAAAAAAAAAAAgFOzuQXYh6AMwMbqh212ZwAAAAAAAAAAAAAAAAAATi6LygBsT1AGYENiMgAAAAAAAAAAAAAAAAAA8C+iMgAbE5QB2IiYDAAAAAAAAAAAAAAAAAAAvEtUBmBDgjIAGxCTAQAAAAAAAAAAAAAAAACAvxKVAdiIoAzAykrERUwGAAAAAAAAAAAAAAAAAAA+les2F4AVCcoArKhELCGZyU0BAAAAAAAAAAAAAAAAAOBLprrRBWAlgjIAK6kfqrN7AgAAAAAAAAAAAAAAAADATWZRGYD1CMoArEBMBgAAAAAAAAAAAAAAAAAA7iIqA7ASQRmAdYjJAAAAAAAAAAAAAAAAAADAfWx2AVYgKANwpxLhwxQAAAAAAAAAAAAAAAAAAFZguwtwP0EZgDvUD9LshgAAAAAAAAAAAAAAAAAAsIosKgNwH0EZgG8SkwEAAAAAAAAAAAAAAAAAgE2IygDcQVAG4BtKRBaTAQAAAAAAAAAAAAAAAACAzeS66QXgRoIyADeqH56KhgAAAAAAAAAAAAAAAAAAsK1ZVAbgdoIyALcTkwEAAAAAAAAAAAAAAAAAgH3Y9gLcSFAG4AYlwgcnAAAAAAAAAAAAAAAAAADsyMYX4DaCMgBfVD80s3sBAAAAAAAAAAAAAAAAAMCusqgMwNcJygB8QYnIYjIAAAAAAAAAAAAAAAAAAHCYXDe/AHxCUAbgE/XDUrEQAAAAAAAAAAAAAAAAAACONYvKAHxOUAbgc2IyAAAAAAAAAAAAAAAAAADQBttfgE8IygD8RYnwQQkAAAAAAAAAAAAAAAAAAA2xAQb4O0EZgA+UiEtKKbsPAAAAAAAAAAAAAAAAAAA0JdctMADvEJQBeEeJWEIyk9sAAAAAAAAAAAAAAAAAAECTproJBuA/BGUA3je7CwAAAAAAAAAAAAAAAAAANM0mGOAdgjIA/1EifDgCAAAAAAAAAAAAAAAAAEAHbIMB/iQoA/CbEnFJKWU3AQAAAAAAAAAAAAAAAACALuS6EQagEpQBqErEEpKZ3AMAAAAAAAAAAAAAAAAAALoy1a0wwOklQRmAf5mdAwAAAAAAAAAAAAAAAAAAumQrDFAJygCklEqED0QAAAAAAAAAAAAAAAAAAOiYzTDAPwRlgNMrEZeUUj77HQAAAAAAAAAAAAAAAAAAoHO5RNgNA6cnKAOcWv0gnM5+BwAAAAAAAAAAAAAAAAAAGMQsKgOcnaAMcHZiMgAAAAAAAAAAAAAAAAAAMBYbYuDUBGWA0yoRl5SSuiAAAAAAAAAAAAAAAAAAAIwl1y0xwCkJygCnVCKysiAAAAAAAAAAAAAAAAAAAAxrqptigNMRlAHOSkwGAAAAAAAAAAAAAAAAAADGZlMMnJKgDHA6JeKSUlITBAAAAAAAAAAAAAAAAACAseW6LQY4FUEZ4FRKRFYSBAAAAAAAAAAAAAAAAACA05jqxhjgNARlgLMRkwEAAAAAAAAAAAAAAAAAgHOxMQZORVAGOI0ScUkpqQcCAAAAAAAAAAAAAAAAAMC55Lo1BjgFQRngFEpEVg4EAAAAAAAAAAAAAAAAAIDTmurmGGB4gjLAWYjJAAAAAAAAAAAAAAAAAADAudkcA6cgKAMMr0RcUkpqgQAAAAAAAAAAAAAAAAAAcG65bo8BhiYoAwytRGSlQAAAAAAAAAAAAAAAAAAAoJrqBhlgWIIywOjEZAAAAAAAAAAAAAAAAAAAgN/ZIANDE5QBhlXLgOqAAAAAAAAAAAAAAAAAAADA73LdIgMMSVAGGNnsdQEAAAAAAAAAAAAAAAAAgHfYIgPDEpQBhlQiLl4WAAAAAAAAAAAAAAAAAAD4iE0yMCpBGWA4JSKnlCYvCwAAAAAAAAAAAAAAAAAA/MVUt8kAQxGUAUYkJgMAAAAAAAAAAAAAAAAAAHyFbTIwHEEZYCi1AKgCCAAAAAAAAAAAAAAAAAAAfEWuG2WAYQjKAKOZvSgAAAAAAAAAAAAAAAAAAHADG2VgKIIywDBKxMVrAgAAAAAAAAAAAAAAAAAAt7JVBkYiKAMMoUTklNLkNQEAAAAAAAAAAAAAAAAAgG+Y6mYZoHuCMsAoxGQAAAAAAAAAAAAAAAAAAIB72CwDQxCUAbpXS39qfwAAAAAAAAAAAAAAAAAAwD1y3S4DdE1QBhiB0h8AAAAAAAAAAAAAAAAAALAG22Wge4IyQNdq4U/lDwAAAAAAAAAAAAAAAAAAWEOuG2aAbgnKAL2bvSAAAAAAAAAAAAAAAAAAALAiG2aga4IyQLdKxMXrAQAAAAAAAAAAAAAAAAAAa7NlBnomKAP0bPJ6AAAAAAAAAAAAAAAAAADABmyZgW4JygBdUvQDAAAAAAAAAAAAAAAAAAC2ZNMM9EpQBuiVoh8AAAAAAAAAAAAAAAAAALAlm2agS4IyQHeU/AAAAAAAAAAAAAAAAAAAgD3YNgM9EpQBeqTkBwAAAAAAAAAAAAAAAAAA7MG2GeiOoAzQFQU/AAAAAAAAAAAAAAAAAABgTzbOQG8EZYDeKPgBAAAAAAAAAAAAAAAAAAB7snEGuiIoA3RDuQ8AAAAAAAAAAAAAAAAAADiCrTPQE0EZoCfKfQAAAAAAAAAAAAAAAAAAwBFsnYFuCMoAXVDsAwAAAAAAAAAAAAAAAAAAjmTzDPRCUAbohWIfAAAAAAAAAAAAAAAAAABwJJtnoAuCMkDzlPoAAAAAAAAAAAAAAAAAAIAW2D4DPRCUAXqg1AcAAAAAAAAAAAAAAAAAALTA9hlonqAM0DSFPgAAAAAAAAAAAAAAAAAAoCU20EDrBGWA1in0AQAAAAAAAAAAAAAAAAAALbGBBpomKAM0S5kPAAAAAAAAAAAAAAAAAABokS000DJBGaBlynwAAAAAAAAAAAAAAAAAAECLbKGBZgnKAE1S5AMAAAAAAAAAAAAAAAAAAFpmEw20SlAGaNWTlwEAAAAAAAAAAAAAAAAAABpmEw00SVAGaE6JyCml7GUAAAAAAAAAAAAAAAAAAICG5bqNBmiKoAzQosmrAAAAAAAAAAAAAAAAAAAAHbCNBpojKAM0pRb4VPgAAAAAAAAAAAAAAAAAAIAe5LqRBmiGoAzQGh9LAAAAAAAAAAAAAAAAAABAT2ykgaYIygCtmbwIAAAAAAAAAAAAAAAAAADQERtpoCmCMkAzSsTFawAAAAAAAAAAAAAAAAAAAL2xlQZaIigDtOTJawAAAAAAAAAAAAAAAAAAAB2ylQaaISgDNKFE5JRS9hoAAAAAAAAAAAAAAAAAAECHct1MAxxOUAZoxeQlAAAAAAAAAAAAAAAAAACAjtlMA00QlAFaobYHAAAAAAAAAAAAAAAAAAD0zGYaaIKgDHC4EnHxCgAAAAAAAAAAAAAAAAAAQO9sp4EWCMoALZi8AgAAAAAAAAAAAAAAAAAAMADbaeBwgjLAoUpE9gIAAAAAAAAAAAAAAAAAAMAobKiBownKAEfzMQQAAAAAAAAAAAAAAAAAAIzEhho4lKAMcLTJCwAAAAAAAAAAAAAAAAAAAAOxoQYOJSgDHKZEXFwfAAAAAAAAAAAAAAAAAAAYjS01cCRBGeBIT64PAAAAAAAAAAAAAAAAAAAMyJYaOIygDHCk7PoAAAAAAAAAAAAAAAAAAMCAbKmBwwjKAIcoEReXBwAAAAAAAAAAAAAAAAAARmVTDRxFUAY4yuTyAAAAAAAAAAAAAAAAAADAwGyqgUMIygC7KxHZ1QEAAAAAAAAAAAAAAAAAgNHZVgNHEJQBjuCjBwAAAAAAAAAAAAAAAAAAOAPbamB3gjLAESZXBwAAAAAAAAAAAAAAAAAATsC2GtidoAywqxKhoAcAAAAAAAAAAAAAAAAAAJyGjTWwN0EZYG8+dgAAAAAAAAAAAAAAAAAAgDOxsQZ2JSgD7G1ycQAAAAAAAAAAAAAAAAAA4ERsrIFdCcoAuykRynkAAAAAAAAAAAAAAAAAAMDp2FoDexKUAfbkIwcAAAAAAAAAAAAAAAAAADgjW2tgN4IywJ4m1wYAAAAAAAAAAAAAAAAAAE7I1hrYjaAMsIsSoZgHAAAAAAAAAAAAAAAAAACcls01sBdBGWAvPm4AAAAAAAAAAAAAAAAAAIAzs7kGdiEoA+xlcmkAAAAAAAAAAAAAAAAAAODEbK6BXQjKAJsrEUp5AAAAAAAAAAAAAAAAAADA6dleA3sQlAH24KMGAAAAAAAAAAAAAAAAAADA9hrYgaAMsIcnVwYAAAAAAAAAAAAAAAAAALC9BrYnKAPsQSUPAAAAAAAAAAAAAAAAAADA9hrYgaAMsKkScXFhAAAAAAAAAAAAAAAAAACAf9hgA1sTlAEAAAAAAAAAAAAAAAAAAAAAGISgDLC1yYUBAAAAAAAAAAAAAAAAAAD+zwYb2JSgDLCZEpFdFwAAAAAAAAAAAAAAAAAA4N9ssYEtCcoAW/IRAwAAAAAAAAAAAAAAAAAA8CdbbGAzgjLAlp5cFwAAAAAAAAAAAAAAAAAA4A+22MBmBGWALaniAQAAAAAAAAAAAAAAAAAA/MkWG9iMoAywiRLhAwYAAAAAAAAAAAAAAAAAAOADNtnAVgRlgK34eAEAAAAAAAAAAAAAAAAAAPiYTTawCUEZYCtPLgsAAAAAAAAAAAAAAAAAAPAhm2xgE4IywFbU8AAAAAAAAAAAAAAAAAAAAD5mkw1sQlAGWF2J8OECAAAAAAAAAAAAAAAAAADwCdtsYAuCMsAWfLQAAAAAAAAAAAAAAAAAAAB8zjYbWJ2gDLCFJ1cFAAAAAAAAAAAAAAAAAAD4lG02sDpBGWALKngAAAAAAAAAAAAAAAAAAACfs80GVicoA6yqRPhgAQAAAAAAAAAAAAAAAAAA+CIbbWBtgjLA2nysAAAAAAAAAAAAAAAAAAAAfJ2NNrAqQRlgbU8uCgAAAAAAAAAAAAAAAAAA8GU22sCqBGWAtanfAQAAAAAAAAAAAAAAAAAAfJ2NNrAqQRkAAAAAAAAAAAAAAAAAAAAAgEEIygCrKREX1wQAAAAAAAAAAAAAAAAAALiNrTawJkEZAAAAAAAAAAAAAAAAAAAAAIBBCMoAa3pyTQAAAAAAAAAAAAAAAAAAgJvZagOrEZQB1pRdEwAAAAAAAAAAAAAAAAAA4Ga22sBqBGUAAAAAAAAAAAAAAAAAAAAAAAYhKAOsokRcXBIAAAAAAAAAAAAAAAAAAOB7bLaBtQjKAAAAAAAAAAAAAAAAAAAAAAAMQlAGWMuTSwIAAAAAAAAAAAAAAAAAAHybzTawCkEZYC3ZJQEAAAAAAAAAAAAAAAAAAL7NZhtYhaAMAAAAAAAAAAAAAAAAAAAAAMAgBGWAu5UIpTsAAAAAAAAAAAAAAAAAAIA72W4DaxCUAdbgowQAAAAAAAAAAAAAAAAAAOB+ttvA3QRlAAAAAAAAAAAAAAAAAAAAAAAGISgDrOHJFQEAAAAAAAAAAAAAAAAAAO5muw3cTVAGWEN2RQAAAAAAAAAAAAAAAAAAgLvZbgN3E5QBAAAAAAAAAAAAAAAAAAAAABiEoAxwlxKhcAcAAAAAAAAAAAAAAAAAALASG27gXoIywL18jAAAAAAAAAAAAAAAAAAAAKzHhhu4i6AMAAAAAAAAAAAAAAAAAAAAAMAgBGUAAAAAAAAAAAAAAAAAAAAAAAYhKAPca3JBAAAAAAAAAAAAAAAAAACA1dhwA3cRlAGA/7Fzx0YQAjEQBEN7fOpigtA/BgTnTHWHIEvODgAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAY+dat+sBAAAAAAAAAAAAAAAAAAB8y5YbeENQBgAAAAAAAAAAAAAAAAAAAAAgQlAGAAAAAAAAAAAAAAAAAAAAACBCUAYAAAAAAAAAAAAAAAAAAAAAIEJQBnjjcj0AAAAAAAAAAAAAAAAAAIDP2XIDY4IyAAAAAAAAAAAAAAAAAAAAAAARgjIAAAAAAAAAAAAAAAAAAAAAABGCMgAAAAAAAAAAAAAAAAAAAAAAEYIyAAAAAAAAAAAAAAAAAAAAAAARgjLAyLnW7XIAAAAAAAAAAAAAAAAAAAB72HQDU4IyAAAAAAAAAAAAAAAAAAAAAAARgjIAAAAAAAAAAAAAAAAAAAAAABGCMgAAAAAAAAAAAAAAAAAAAAAAEYIyAAAAAAAAAAAAAAAAAAAAAAARgjIAAAAAAAAAAAAAAAAAAAAAABGCMsDUz+UAAAAAAAAAAAAAAAAAAAC2sekGRgRlgKnD5QAAAAAAAAAAAAAAAAAAALax6QZGBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAAAAAAAAAAAAAAAAAIgRlAAAAAAAAAAAAAAAAAAAAAAAiBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAAAAAAAAAAAAAAAAAIgRlAAAAAAAAAAAAAAAAAAAAAAAiBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAAAAAAAAAAAAAAAAAIgRlgMfOtQ5XAwAAAAAAAAAAAAAAAAAA2Mu2G5gQlAEmPB0AAAAAAAAAAAAAAAAAAAD72XYDjwnKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAABlvE5eAAAgAElEQVQAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAAAAAAARAjKAAAAAAAAAAAAAAAAAAAAAABECMoAAAAAAAAAAAAAAAAAAAAAAEQIygAAAAAAAAAAAAAAAAB/du5ABgAAAGCQv/U9vgIJAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAJKN0JcAACAASURBVAAAAAAAAIidO5ABAAAAGORvfY+vQAIAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAYu/ebhzXtSiKVmrOzIppg/90ZheNo4uuV9fTlsjFMUIg/7SESQAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAgPd15wIAAAAAAEPzLR8AAAAAAN4hKAMAAAAAAO9oVX5CBwAAAACAgfmWDwAAAAAA7xOUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAADAW92ZAAAAAADAFHzTBwAAAACAVwRlAAAAAADgrZszAQAAAACAKfimDwAAAAAArwjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAC81Z0JAAAAAABMwTd9AAAAAAB4RVAGAAAAAABeaVV+PgcAAAAAgAn4pg8AAAAAAG8JygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAF7qzgMAAAAAAKbi2z4AAAAAADwjKAMAAAAAAC/dnAcAAAAAAEzFt30AAAAAAHhGUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAB4qTsPAAAAAACYim/7AAAAAADwjKAMAAAAAAA806r8dA4AAAAAABPxbR8AAAAAAF4SlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAD+6s4CAAAAAACm5Bs/AAAAAADsBGUAAAAAAOCvm7MAAAAAAIAp+cYPAAAAAAA7QRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAABg16quzgIAAAAAAObjGz8AAAAAAPwlKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAD8Z3MOAAAAAAAwNd/6AQAAAABY3pOgDAAAAAAAAAAAAAAAAAAAAABADkEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAPD09NSqrs4BAAAAAADm5Vs/AAAAAAD8R1AGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAeHranAEAAAAAAETwzR8AAAAAgOUJygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAACAp6fuDAAAAAAAIIJv/gAAAAAALE9QBgAAAACA5bUqP5cDAAAAAEAA3/wBAAAAAEBQBgAAAAAAAAAAAAAAAAAAAAAghqAMAAAAAACr21Y/AAAAAAAACOPbPwAAAAAASxOUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAMDq+uoHAAAAAAAAYXz7BwAAAABgaYIyAAAAAAAsrVX5qRwAAAAAAIL49g8AAAAAwOoEZQAAAAAAWJkfygEAAAAAIJMNAAAAAACAZQnKAAAAAACwspvbBwAAAACASDYAAAAAAACWJSgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAgGW1qqvbBwAAAACAPDYAAAAAAABWJigDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAgFVtbh4AAAAAAKLZAgAAAAAAWJKgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAACW1Kqubh4AAAAAAHLZAgAAAAAAWJWgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAABWtLl1AAAAAABYgk0AAAAAAIDlCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAYDmt6urWAQAAAAAgn00AAAAAAIAVCcoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAYDWbGwcAAAAAgKXYBgAAAAAAWIqgDAAAAAAAq+luHAAAAAAAlmIbAAAAAABgKYIyAAAAAAAspVX5aRwAAAAAABZiGwAAAAAAYDWCMgAAAAAArMQP4wAAAAAAsCYbAQAAAAAAyxCUAQAAAABgJTe3DQAAAAAAS7IRAAAAAACwDEEZAAAAAACW0aqubhsAAAAAANZjIwAAAAAAYCWCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAABYxeamAQAAAABgabYCAAAAAACWICgDAAAAAMAqupsGAAAAAICl2QoAAAAAAFiCoAwAAAAAAEtoVX4SBwAAAACAhdkKAAAAAABYhaAMAAAAAAAr2NwyAAAAAABgMwAAAAAAYAWCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAACI16qubhkAAAAAALAZAAAAAACwAkEZAAAAAADSdTcMAAAAAAA8YzsAAAAAACCaoAwAAAAAAOlubhgAAAAAAHjGdgAAAAAAQDRBGQAAAAAAorWqqxsGAAAAAAD+z3YAAAAAAEA6QRkAAAAAAJJ1twsAAAAAALzDhgAAAAAAQCxBGQAAAAAAkt3cLgAAAAAA8A4bAgAAAAAAsQRlAAAAAACI1aqubhcAAAAAAHjNhgAAAAAAQDJBGQAAAAAAUnU3CwAAAAAAfMCWAAAAAABAJEEZAAAAAABSbW4WAAAAAAD4gC0BAAAAAIBIgjIAAAAAAERqVV4VBQAAAAAA/smWAAAAAABAKkEZAAAAAAASeVEUAAAAAAD4CpsCAAAAAABxBGUAAAAAAEjkRVEAAAAAAOArbAoAAAAAAMQRlAEAAAAAIE6r8vM3AAAAAADwKZsCAAAAAACJBGUAAAAAAEizuVEAAAAAAOAbbAsAAAAAAEQRlAEAAAAAIEqrurpRAAAAAADgq2wLAAAAAACkEZQBAAAAACBJd5sAAAAAAMAP2BgAAAAAAIghKAMAAAAAQJKb2wQAAAAAAH7AxgAAAAAAQAxBGQAAAAAAYrSqq9sEAAAAAAC+y8YAAAAAAEASQRkAAAAAAFJsbhIAAAAAAPgFWwMAAAAAABEEZQAAAAAASNHdJAAAAAAA8Au2BgAAAAAAIgjKAAAAAACQoLcqP3kDAAAANJucWAAAIABJREFUAAA/tm8N9gYAAAAAAKYnKAMAAAAAQIKbWwQAAAAAAO7A5gAAAAAAwPQEZQAAAAAAmF6rurpFAAAAAADgt2wOAAAAAAAkEJQBAAAAAGB2mxsEAAAAAADuyPYAAAAAAMDUBGUAAAAAAJial0IBAAAAAIB7sj0AAAAAADA7QRkAAAAAAGbW3R4AAAAAAPAANggAAAAAAKYlKAMAAAAAwMw2twcAAAAAADyADQIAAAAAgGkJygAAAAAAMKveqrwOCgAAAAAA3N2+QdghAAAAAACYkqAMAAAAAACzurk5AAAAAADggWwRAAAAAABMSVAGAAAAAIAptaqrmwMAAAAAAB7FFgEAAAAAwKwEZQAAAAAAmNHm1gAAAAAAgAPYJAAAAAAAmI6gDAAAAAAA0/EiKAAAAAAAcASbBAAAAAAAMxKUAQAAAABgNl4CBQAAAAAAjmSbAAAAAABgKoIyAAAAAABMxUugAAAAAADAkWwTAAAAAADMRlAGAAAAAICZeAEUAAAAAAA4Q3fqAAAAAADMQlAGAAAAAICZ+FkbAAAAAAA4g+g9AAAAAADTEJQBAAAAAGAWvVUJygAAAAAAAIfbNwo7BQAAAAAAUxCUAQAAAABgFl7+BAAAAAAAzmSrAAAAAABgCoIyAAAAAADMoO8vfwIAAAAAAJxi3yrsFQAAAAAADE9QBgAAAACAGXjxEwAAAAAAGIHNAgAAAACA4QnKAAAAAAAwur6/+AkAAAAAAHCqfbOwWwAAAAAAMDRBGQAAAAAARuelTwAAAAAAYCS2CwAAAAAAhiYoAwAAAADAyPr+0icAAAAAAMAQ9u3CfgEAAAAAwLAEZQAAAAAAGJkXPgEAAAAAgBHZMAAAAAAAGJagDAAAAAAAo+r7C58AAAAAAABD2TcMOwYAAAAAAEMSlAEAAAAAYFRe9gQAAAAAAEZmywAAAAAAYEiCMgAAAAAAjKjvL3sCAAAAAAAMad8y7BkAAAAAAAxHUAYAAAAAgOG0qotbAQAAAAAARmfTAAAAAABgRIIyAAAAAACMZnMjAAAAAADARGwbAAAAAAAMRVAGAAAAAIChtKqrGwEAAAAAAGZh2wAAAAAAYDSCMgAAAAAAjMQLngAAAAAAwIxsHAAAAAAADENQBgAAAACAYXjBEwAAAAAAmJGNAwAAAACAkQjKAAAAAAAwioubAAAAAAAAJmbrAAAAAABgCIIyAAAAAACMoLeq7iYAAAAAAIBZ7VuHvQMAAAAAgNMJygAAAAAAMILNLQAAAAAAAAFsHgAAAAAAnE5QBgAAAACAs/X9xU4AAAAAAICp7ZuH3QMAAAAAgFMJygAAAAAAcKpWdXEDAAAAAABACtsHAAAAAABnE5QBAAAAAOBMm9MHAAAAAAAC2UAAAAAAADiNoAwAAAAAAGfprerq9AEAAAAAgDT7BtJdLAAAAAAAZxCUAQAAAADgLF7mBAAAAAAAktlCAAAAAAA4haAMAAAAAABn6K3Kq5wAAAAAAECsfQuxhwAAAAAAcDhBGQAAAAAADteqLk4dAAAAAABIZxMBAAAAAOAMgjIAAAAAABxtc+IAAAAAAMBCbCMAAAAAABxKUAYAAAAAgCP1VnV14gAAAAAAwCr2baS7cAAAAAAAjiIoAwAAAADAkbzACQAAAAAArMhGAgAAAADAYQRlAAAAAAA4ytaqvL4JAAAAAAAsZ99I7CQAAAAAABxCUAYAAAAAgEO0qquTBgAAAAAAVtWqLi4fAAAAAIAjCMoAAAAAAHAEP0gDAAAAAADYTAAAAAAAOICgDAAAAAAAj9ZbVXfKAAAAAADA6vbNxG4CAAAAAMBDCcoAAAAAAPBQrcpLmwAAAAAAADvbCQAAAAAAjyYoAwAAAADAI/khGgAAAAAA4C0bCgAAAAAADyMoAwAAAADAo/RW1Z0uAAAAAADAS/uGYkcBAAAAAOAhBGUAAAAAAHiIVuVlTQAAAAAAgH+wpQAAAAAA8CiCMgAAAAAAPIIfoAEAAAAAAD5nUwEAAAAA4O4EZQAAAAAAuLfeqrpTBQAAAAAA+Ni+qdhVAAAAAAC4K0EZAAAAAADuqlV5SRMAAAAAAOCLbCsAAAAAANyboAwAAAAAAPfkh2cAAAAAAIDvs7EAAAAAAHA3gjIAAAAAANzL1qq60wQAAAAAAPiefWPZHBsAAAAAAPcgKAMAAAAAwD30VnV1kgAAAAAAAD+zby3i/QAAAAAA/JqgDAAAAAAA9+DFTAAAAAAAgN+zuQAAAAAA8GuCMgAAAAAA/NalVXktEwAAAAAA4Jf2zeXiHAEAAAAA+A1BGQAAAAAAfqOLyQAAAAAAANzPvr3YXwAAAAAA+DFBGQAAAAAAfupPTMYLmQAAAAAAAHe2bzCiMgAAAAAA/IigDAAAAAAAP7U5OQAAAAAAgIexxQAAAAAA8COCMgAAAAAA/MSlVXkVEwAAAAAA4EH2LebifAEAAAAA+C5BGQAAAAAAvquLyQAAAAAAADzevsnYZQAAAAAA+BZBGQAAAAAAvuNPTMZLmAAAAAAAAAfZtxlRGQAAAAAAvkxQBgAAAACA79icFgAAAAAAwOFsNAAAAAAAfJmgDAAAAAAAX3VpVV6/BAAAAAAAONi+0VycOwAAAAAAXyEoAwAAAADAV3QxGQAAAAAAgPPsW429BgAAAACATwnKAAAAAADwmT8xGS9eAgAAAAAAnGzfbERlAAAAAAD4kKAMAAAAAAAfEpMBAAAAAAAYh+0GAAAAAIDPCMoAAAAAAPARPyQDAAAAAACMx4YDAAAAAMA/CcoAAAAAAPAvl1bVnQ4AAAAAAMBY9g1HVAYAAAAAgHcJygAAAAAA8J5NTAYAAAAAAGBc+5azuSIAAAAAAF4TlAEAAAAA4LXeqq5OBQD+x9695batQwEUZQzPK9K3wDHZGhOhbyszu1B6HLi5TZuHHxK5FmAYaIuiOMzfYTcBAAAAYN1ip+ORAAAAAAAAfiMoAwAAAADApSUm05sIAAAAAADANsRuR1QGAAAAAIA3gjIAAAAAALwRkwEAAAAAANgeOx4AAAAAAC4JygAAAAAAcOaiMQAAAAAAwHbZ9QAAAAAA8EpQBgAAAACART+VMpsEAAAAAADANsWuR1QGAAAAAABBGQAAAAAAxGQAAAAAAABqICoDAAAAAEASlAEAAAAAaN4oJgMAAAAAAFCP2P3Y/wAAAAAANExQBgAAAACgXfNUytH5AwAAAAAA1GUqpReVAQAAAABol6AMAAAAAECb5rhIDAAAAAAAQIVEZQAAAAAA2iUoAwAAAADQHjEZAAAAAACABojKAAAAAAC0SVAGAAAAAKAtYjIAAAAAAAANEZUBAAAAAGiPoAwAAAAAQEPEZAAAAAAAANpjRwQAAAAA0BZBGQAAAACAdrgoDAAAAAAA0C67IgAAAACARgjKAAAAAAC0oZ9KmZ01AAAAAABAm2JXJCoDAAAAANAAQRkAAAAAgPqJyQAAAAAAACAqAwAAAADQCEEZAAAAAIC6ickAAAAAAADwRlQGAAAAAKB+gjIAAAAAAPUSkwEAAAAAAOB/RGUAAAAAAOomKAMAAAAAUCcxGQAAAAAAAD4kKgMAAAAAUC9BGQAAAACA+ojJAAAAAAAA8E+iMgAAAAAAdRKUAQAAAACoi5gMAAAAAAAAnyYqAwAAAABQH0EZAAAAAIB6iMkAAAAAAADwZaIyAAAAAAB1EZQBAAAAAKiDmAwAAAAAAADfJioDAAAAAFAPQRkAAAAAgO0TkwEAAAAAAODHRGUAAAAAAOogKAMAAAAAsG1iMgAAAAAAAFyNqAwAAAAAwPYJygAAAAAAbJeYDAAAAAAAAFcnKgMAAAAAsG2CMgAAAAAA2yQmAwAAAAAAwM2IygAAAAAAbJegDAAAAADA9ojJAAAAAAAAcHOiMgAAAAAA27R3bgAAAAAAmzFPpbiwCwAAAAAAwN1EVOZpyPmUUupMHgAAAABg/XbOCAAAAABgE8RkAAAAAAAAeJjYVc1OAAAAAABg/QRlAAAAAADWT0wGAAAAAACAhxOVAQAAAADYBkEZAAAAAIB1E5MBAAAAAABgNURlAAAAAADWT1AGAAAAAGC9RjEZAAAAAAAA1iZ2WKODAQAAAABYJ0EZAAAAAIB16qdSjs4GAAAAAACANYpdlscRAAAAAABWSFAGAAAAAGB9lpjM7FwAAAAAAABYs9hpicoAAAAAAKyMoAwAAAAAwLqIyQAAAAAAALAZojIAAAAAAOuzdyYAAAAAAKswT6W4aAsAAAAAAMDmRFTmacj5lFLqnCAAAAAAwGPtzB8AAAAA4OHEZAAAAAAAANi82HnNThIAAAAA4LEEZQAAAAAAHmsUkwEAAAAAAKAWsfsaHSgAAAAAwOMIygAAAAAAPE4/lXI0fwAAAAAAAGoSOzCPKgAAAAAAPIigDAAAAADA/c0Rk5nNHgAAAAAAgBrFLqyP3RgAAAAAAHe0N2wAAAAAgLuap1K8xggAAAAAAED1IiozDzmfUkqdEwcAAAAAuI+dOQMAAAAA3M0oJgMAAAAAAEBrYkc2OngAAAAAgPsQlAEAAAAAuI9+KuVo1gAAAAAAALQodmUeXwAAAAAAuANBGQAAAACA25ojJjObMwAAAAAAAC2LnVkfOzQAAAAAAG5kb7AAAAAAADczT6V4ZREAAAAAAABCRGXmIedTSqkzFwAAAACA69uZKQAAAADATfRiMgAAAAAAAPBnsUuzTwMAAAAAuAFBGQAAAACA65ojJjObKwAAAAAAAHwsdmp97NgAAAAAALiSvUECAAAAAFzNHC8pAgAAAAAAAJ8QUZl5yPmUUurMDAAAAADg53ZmCAAAAABwFb2YDAAAAAAAAHxP7Nrs2wAAAAAArmBviAAAAAAAPzILyQAAAAAAAMDPTaXMKaWnIedTSqkzUgAAAACA79mZGwAAAADAt41iMgAAAAAAAHBdsYMbjRUAAAAA4HsEZQAAAAAAvm55GbGfSjmaHQAAAAAAAFxf7OL62M0BAAAAAPAFe8MCAAAAAPiSUUgGAAAAAAAAbm8qZYnJzEPOy37uYOQAAAAAAJ+zMycAAAAAgE/rxWQAAAAAAADgvmJH1xs7AAAAAMDn7M0JAAAAAOCf5qkUF1QBAAAAAADgQaZS5pTS05DzKaXUOQcAAAAAgI/tzAYAAAAA4K96MRkAAAAAAABYh9jd2d8BAAAAAPzF3nAAAAAAAP5oFpIBAAAAAACA9ZlKmVNKT0POp5RS54gAAAAAAH63Mw8AAAAAgN8sl097MRkAAAAAAABYt9jp9bHjAwAAAAAg7A0CAAAAAODNOJVyNA4AAAAAAADYhqmUJSYzDzkve76DYwMAAAAASGlnBgAAAAAAry8W9mIyAAAAAAAAsE2x6+tj9wcAAAAA0LR96wMAAAAAAJrXx6uFAAAAAAAAwIbF3m8ecu5SSidnCQAAAAC0SlAGAAAAAGjVPJXSO30AAAAAAACoS4Rlnoacl6hM53gBAAAAgNbsnDgAAAAA0Jjl8mgvJgMAAAAAAAB1i51gHztCAAAAAIBm7B01AAAAANCQPl4jBAAAAAAAABoQ+8F5yLlLKZ2cOQAAAADQAkEZAAAAAKAF41TK0UkDAAAAAABAmyIs8zTkvOwND34MAAAAAICa7ZwuAAAAAFCx5VJoLyYDAAAAAAAApF9hmWV32McuEQAAAACgSnvHCgAAAABUaLn8OcYrgwAAAAAAAABvYo84Dzl3KaVDSqkzHQAAAACgJoIyAAAAAEBteiEZAAAAAAAA4F/ehWVOBgYAAAAA1EJQBgAAAACoxTiVcnSaAAAAAAAAwFdEWOZpyHnZNx4MDwAAAADYup0TBAAAAAA2bgnJPInJAAAAAAAAAD+x7ByX3eOygzRIAAAAAGDLBGUAAAAAgK0SkgEAAAAAAACuTlgGAAAAANg6QRkAAAAAYGuEZAAAAAAAAICbE5YBAAAAALZKUAYAAAAA2AohGQAAAAAAAODuhGUAAAAAgK0RlAEAAAAA1k5IBgAAAAAAAHg4YRkAAAAAYCsEZQAAAACAtRKSAQAAAAAAAFZHWAYAAAAAWDtBGQAAAABgbYRkAAAAAAAAgNUTlgEAAAAA1kpQBgAAAABYCyEZAAAAAAAAYHOEZQAAAACAtdk7EQAAAADggeaU0ouIDAAAAAAAALB1sfc8Djkv388ppc6hAgAAAACPICgDAAAAADzCEpIZp1Jm0wcAAAAAAABqcn5QY8h5CcochGUAAAAAgHsTlAEAAAAA7mk8X54EAAAAAAAAqFk8sPH6yMaQ8zHiMgAAAAAANycoAwAAAADc2nJB8kVIBgAAAAAAAGhV7EuPEZZ5Til1fhgAAAAAgFsRlAEAAAAAbmVcYjLx6h4AAAAAAABA884PcQw5dxGVObQ+EwAAAADg+gRlAAAAAIBrWuIxL+dLkAAAAAAAAAD8XzzMsXyOQ87LfvU5AjMAAAAAAD8mKAMAAAAAXMO4XHaMS48AAAAAAAAAfNL5wY4h5y6iMgezAwAAAAB+QlAGAAAAAPiuJR7zcr7cCAAAAAAAAMD3xQMey+c45LzsYZ8jMAMAAAAA8CWCMgAAAADAV4jIAAAAAAAAANzY5U5WXAYAAAAA+CpBGQAAAADgM8YlJhMv4gEAAAAAAABwJ+e4zJBzF1GZg9kDAAAAAH8jKAMAAAAAfEREBgAAAAAAAGAlYne7fI7iMgAAAADA3wjKAAAAAACXRGQAAAAAAAAAVk5cBgAAAAD4G0EZAAAAAGjbcsHwRUQGAAAAAAAAYJs+iMs8xzcAAAAA0CBBGQAAAABoz2tEZirl6OwBAAAAAAAA6nERl3k15HwUlwEAAACA9gjKAAAAAEAbxuXSYFweBAAAAAAAAKABlw+NDDl3EZY5OHsAAAAAqJugDAAAAADUaQnHvFxeDgQAAAAAAACgXfEAyfJ53SMPOS/fzxGZAQAAAAAqIigDAAAAAHV4Dcgs33EJEAAAAAAAAAA+dPlAyZBzF2EZgRkAAAAAqICgDAAAAABsk4AMAAAAAAAAAFcRe+e33bPADAAAAABsm6AMAAAAAGzDmN69EAcAAAAAAAAAt/A+MJN+RWbO++qDoQMAAADAugnKAAAAAMD6jPEvmuOSHgAAAAAAAAA81MUDKK/fQ85dSqmLXxOZAQAAAIAVEZQBAAAAgMcSjwEAAAAAAABgc2LHfd5zi8wAAAAAwIoIygAAAADAfZzDMZevtgEAAAAAAABANf4UmUm/QjOXe3KhGQAAAAC4MUEZAAAAALie8eJvmuOiHAAAAAAAAAA07d3DK5ehmS6l1F38ntgMAAAAAFyBoAwAAAAAfM4Sh3m5/JPvLrwBAAAAAAAAAF8QD7VcPtby2x5+yPn9Xv75XYAGAAAAAPgDQRkAAAAAWvW/QMyFOS6tAQAAAAAAAAAP8pmHXoacu79EZgRoAAAAAGiSoAzwHf5DHQAAAGsi/gLAVo1ODgAAAAAA4GfizsBV7w38I1IDAAAA9+a+PAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABA8wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+xd3erkRxrGkZzhG5rUPRx8J3O7WTpduY0qeOsZi6sh2xCvWW5JVVJlVXxsxaY3th4Y0cYjPUGTwIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADCY/3LhwKVyRJqmKTk4AAAAanFcloPLAKA1h//7H//+AgAAAKB7h//+Xz8HA6A53swDAABQmdNxWU4uBbjEo9MCvmD7wfjs4AAAAKhFjvjKf6duP1D/+d4f8wN3AG7Az1kBAAAAGIGgDAC7+iT+8iQMAwAAQCe8bwcuIigDAAAAwKg+elA254i3v+9fAZrjsngADQAAAAAAAAA7yRFvd3mBGAAAAAA4g6AMAAAAAJznXwGaHDG/+TOfX/3v03FZVOABAAAAAAAA4B054u0W/3aHBwAAAAC+QFAGAAAAAK7n9cO2OUe8/j/+E5s5LsvbL6gBAAAAAAAAQLdyxOudXDQGAAAAAHYmKAMAAAAAt/HnQVyOeP047iXvosrLAAAgAElEQVQ0czouy8ldAAAAAAAAANCqHJGmaUrlL184BgAAAADuRFAGAAAAAO7r5QHdnCNe/kJEZgAAAAAAAAComngMAAAAANRLUAYAAAAA6vNuZOa4LAf3BQAAAAAAAMCt5YiXvVo8BgAAAAAqJygDAAAAAG34/SAvR7w8zDtN0/Rz+/W4LCd3CAAAAAAAAMC15Ig0TdP221P5FQAAAABoiKAMAAAAALTp5fHenCMmgRkAAAAAAAAAvkpABgAAAAD6IigDAAAAAH34a2DmuCwH9wsAAAAAAADAWzniICADAAAAAH0SlAEAAACAPv0OzOSIufzdPW+RmeOynNw3AAAAAAAAwHhyxJ8Plbh+AAAAAOiboAwAAAAAjGF7EDjniO1vdovK/Dwuy8HdAwAAAAAAAPQrR2y78FMJyQAAAAAAgxCUAQAAAIDx/P7qXI6YX+Iy26/HZTn5ZwEAAAAAAACgXTkilU1YRAYAAAAABiYoAwAAAABje3lMOOeI7SCexWUAAAAAAAAA2vEqIjO7NgAAAABgEpQBAAAAAN6YxWUAAAAAAAAA6iYiAwAAAAB8RFAGAAAAAHiPuAwAAAAAAABAJURkAAAAAIBzCcoAAAAAAOd4ictsQZmfx2U5ODUAAAAAAACA/eWIbZ99KjEZAAAAAIBPCcoAAAAAAJf4/cW7HLEFZsRlAAAAAAAAAHYgIgMAAAAAfIegDAAAAADwVa/jMs9bYOa4LCenCQAAAAAAAHC5HJHKDjs7PgAAAADgOwRlAAAAAIBr2B40zjliC8r8PC7LwakCAAAAAAAAfC5HbPvqU4nJAAAAAAB8m6AMAAAAAHBNv7+YlyO2wMzzNE2n47KcnDAAAAAAAADAf+SIVPbV2bEAAAAAANcmKAMAAAAA7GV7+DjniC0o8/O4LAcnDQAAAAAAAIwsR2y76VOJyQAAAAAA7EJQBgAAAADY2+8v6+WILTDzLCwDAAAAAAAAjKaEZGYXDwAAAADcgqAMAAAAAHBLcwnLnEpc5uT0AQAAAAAAgB7liFQiMskFAwAAAAC3JCgDAAAAANzD9mAy5YgtKPPzuCwHtwAAAAAAAAD0IEds++eTkAwAAAAAcC+CMgAAAADAPb2EZbav8j0LywAAAAAAAACtKiGZ2QUCAAAAAPf24AYAAAAAgErMOeJXeWQJAAAAAAAA0IRt49y2TjEZAAAAAKAWgjIAAAAAQG2EZQAAAAAAAIDqCckAAAAAALUSlAEAAAAAaiUsAwAAAAAAAFRHSAYAAAAAqJ2gDAAAAABQO2EZAAAAAAAA4O6EZAAAAACAVgjKAAAAAACtEJYBAAAAAAAAbk5IBgAAAABojaAMAAAAANAaYRkAAAAAAABgd0IyAAAAAECrBGUAAAAAgFYJywAAAAAAAABXJyQDAAAAALROUAYAAAAAaJ2wDAAAAAAAAPBtQjIAAAAAQC8e3SQAAAAA0IktLLM97PxxXJaTSwUAAAAAAADOkSPSNE2rwwIAAAAAeiEoAwAAAAD0Zs0RW1DmWVgGAAAAAAAAeE8JyWwfrUgOCQAAAADoiaAMAAAAANCj7cFnEpYBAAAAAAAA3hKSAQAAAAB69+CGAQAAAICObQ9A1xxxcMkAAAAAAABA2Q5XMRkAAAAAoGePbhcAAAAAGMCcI7YvDP44LsvJhQMAAAAAAMBYSkhmdu0AAAAAwAgEZQAAAACAkaw5YgvKPAvLAAAAAAAAQP9yRCohmeS6AQAAAIBRPLhpAAAAAGAwqYRlVhcPAAAAAAAA/Sqb4ComAwAAAACM5tGNAwAAAACDSjni1zRNP47LcvIPAQAAAAAAAPQhR6QSkgEAAAAAGJKgDAAAAAAwujVHbEGZZ2EZAAAAAAAAaFcJyczbxyVcIwAAAAAwsge3DwAAAADw+0HpFpY5OAoAAAAAAABoT9n6VjEZAAAAAIBpenQGAAAAAAB/zDniaZqm5+OynBwLAAAAAAAA1C1HbAGZWUgGAAAAAOA/HpwFAAAAAMA/bA9N1xyxOhYAAAAAAACoV9n0VjEZAAAAAIB/enQeAAAAAAB/lXLEr2mafhyX5eSIAAAAAAAAoA45IpWQDAAAAAAAf/HgUAAAAAAAPrSWLxsCAAAAAAAAd1a2O/sdAAAAAMAHHh0OAAAAAMCnUo74NU3Tj+OynBwXAAAAAAAA3FaOSEIyAAAAAADneXBOAAAAAABnW3PEwXEBAAAAAADA7eSIVUwGAAAAAOB8j84KAAAAAOAic454mqbp+bgsJ0cHAAAAAAAA+8gRadvnpmlKjhgAAAAA4HwPzgoAAAAA4GLbg9U1RxwcHQAAAAAAAFxf2eJWMRkAAAAAgMsJygAAAAAAfN2cI1bnBwAAAAAAANdTNrjZkQIAAAAAfM2jcwMAAAAA+JaUI35N0/TjuCwnRwkAAAAAAABfkyPSNE0+6AAAAAAA8E0PDhAAAAAA4CrW8qVEAAAAAAAA4EJla7O3AQAAAABcwaNDBAAAAAC4mlQeuj4fl+XkWAEAAAAAAOBjOSJN0zRvW5ujAgAAAAC4jgfnCAAAAABwVdtD17U8fAUAAAAAAADeUTa1VUwGAAAAAOC6BGUAAAAAAPaxRWVWZwsAAAAAAAD/VrY0exoAAAAAwA4eHSoAAAAAwG5SeQj7fFyWk2MGAAAAAABgdDkiTdM0b1va6GcBAAAAALCXBycLAAAAALCr7SHsWh7GAgAAAAAAwLDKZraKyQAAAAAA7EtQBgAAAADgNraozMFZAwAAAAAAMKKyla0uHwAAAABgf4IyAAAAAAC3M+cIj2QBAAAAAAAYStnIZrcOAAAAAHAbj84ZAAAAAOCmUnkw+3xclpOjBwAAAAAAoFc5IpWQTHLJAAAAAAC38+CsAQAAAABubnswu5YHtAAAAAAAANCdsoWtYjIAAAAAALcnKAMAAAAAcD9bVObg/AEAAAAAAOhJ2cBWlwoAAAAAcB+CMgAAAAAA9zXnCI9pAQAAAAAA6ELZvma3CQAAAABwP4IyAAAAAAD3l0RlAAAAAAAAaF3ZvJKLBAAAAAC4r0fnDwAAAABQhS0q82uaph/HZTm5EgAAAAAAAFqRI7aIjA8oAAAAAABU4sFFAAAAAABUZS0PbgEAAAAAAKB6YjIAAAAAAPURlAEAAAAAqI+oDAAAAAAAANUTkwEAAAAAqJOgDAAAAABAnbaozMHdAAAAAAAAUKOyZYnJAAAAAABUSFAGAAAAAKBec47wCBcAAAAAAICqlA1rdisAAAAAAHUSlAEAAAAAqFsSlQEAAAAAAKAWZbtKLgQAAAAAoF6CMgAAAAAA9ROVAQAAAAAA4O7EZAAAAAAA2iAoAwAAAADQBlEZAAAAAAAA7kZMBgAAAACgHY/uCgAAAACgGVtU5tc0TT+Oy3JybQAAAAAAAOwtR2wRGR8+AAAAAABoyIPLAgAAAABozloe7gIAAAAAAMBuxGQAAAAAANokKAMAAAAA0CZRGQAAAAAAAHYjJgMAAAAA0C5BGQAAAACAdonKAAAAAAAAcHViMgAAAAAAbROUAQAAAABom6gMAAAAAAAAVyMmAwAAAADQPkEZAAAAAID2icoAAAAAAADwbWIyAAAAAAB9EJQBAAAAAOiDqAwAAAAAAABfJiYDAAAAANAPQRkAAAAAgH6IygAAAAAAAHAxMRkAAAAAgL4IygAAAAAA9EVUBgAAAAAAgLOJyQAAAAAA9EdQBgAAAACgP6IyAAAAAAAAfEpMBgAAAACgT4IyAAAAAAB9EpUBAAAAAADgXWIyAAAAAAD9EpQBAAAAAOiXqAwAAAAAAAD/IiYDAAAAANA3QRkAAAAAgL6JygAAAAAAAPCHmAwAAAAAQP8EZQAAAAAA+icqAwAAAAAAgJgMAAAAAMAgBGUAAAAAAMYgKgMAAAAAADAwMRkAAAAAgHEIygAAAAAAjMMDYQAAAAAAgHHZigAAAAAABiEoAwAAAAAwkBzhoTAAAAAAAMBgbEQAAAAAAGMRlAEAAAAAGEvyYBgAAAAAAGAcZRtKrhwAAAAAYByCMgAAAAAA4xGVAQAAAAAAGICYDAAAAADAmARlAAAAAADGJCoDAAAAAADQMTEZAAAAAIBxCcoAAAAAAIxLVAYAAAAAAKBDYjIAAAAAAGMTlAEAAAAAGNsWlfGYGAAAAAAAoBNl+7H/AAAAAAAMTFAGAAAAAIBVVAYAAAAAAKB9ZfNZXSUAAAAAwNgEZQAAAAAAmERlAAAAAAAA2iYmAwAAAADAC0EZAAAAAABeeGAMAAAAAADQLlsPAAAAAAC/CcoAAAAAAPBHjvDQGAAAAAAAoDE2HgAAAAAAXhOUAQAAAADgteTBMQAAAAAAQDvKtpNcGQAAAAAALwRlAAAAAAB4a4vKHJwKAAAAAABA3cqmIyYDAAAAAMA/CMoAAAAAAPA3c47w+BgAAAAAAKBSZcuZ3Q8AAAAAAG8JygAAAAAA8J5VVAYAAAAAAKA+ZcNZXQ0AAAAAAH8jKAMAAAAAwEc8RAYAAAAAAKiPDQcAAAAAgHcJygAAAAAA8KEc4UEyAAAAAABAJWw3AAAAAAB8RlAGAAAAAIDPJA+TAQAAAAAA7q9sNslVAAAAAADwEUEZAAAAAADOsUVlPE4GAAAAAAC4k7LV2GsAAAAAAPiUoAwAAAAAAOdaRWUAAAAAAABur2w0q6MHAAAAAOAcgjIAAAAAAFxidloAAAAAAAA3Z6MBAAAAAOBsgjIAAAAAAFwi5QhfvwQAAAAAALiRss0k5w0AAAAAwLkEZQAAAAAAuNQWlfFoGQAAAAAAYGdlk7HLAAAAAABwEUEZAAAAAAC+YhWVAQAAAAAA2E/ZYlZHDAAAAADApQRlAAAAAAD4qtnJAQAAAAAA7EZMBgAAAACALxGUAQAAAADgq1KO8JAZAAAAAADgymwwAAAAAAB8h6AMAAAAAADfsUVlkhMEAAAAAAC4jrK92F8AAAAAAPgyQRkAAAAAAL5rFZUBAAAAAAD4vrK5rI4SAAAAAIDvEJQBAAAAAOAaZqcIAAAAAADwbTYXAAAAAAC+TVAGAAAAAIBrSDni4CQBAAAAAAC+pmwtyfEBAAAAAPBdgjIAAAAAAFzLnCM8cgYAAAAAALhQ2Vhm5wYAAAAAwDUIygAAAAAAcE2r0wQAAAAAALiYjQUAAAAAgKsRlAEAAAAA4KpyhAfPAAAAAAAAZ7KtAAAAAABwbYIyAAAAAABcW8oRyakCAAAAAAB8rGwqdhUAAAAAAK5KUAYAAAAAgD34kiYAAAAAAMDnbCoAAAAAAFydoAwAAAAAALvIER5AAwAAAAAAvMOWAgAAAADAXgRlAAAAAADYS8oRyekCAAAAAAD8U9lQ7CgAAAAAAOxCUAYAAAAAgD35siYAAAAAAMC/2VAAAAAAANiNoAwAAAAAALvKER5EAwAAAAAAFLYTAAAAAAD2JigDAAAAAMDeUo5IThkAAAAAABhd2UzsJgAAAAAA7EpQBgAAAACAW/ClTQAAAAAAAJsJAAAAAAA3ICgDAAAAAMBN5IiDkwYAAAAAAEaVI8RkAAAAAAC4CUEZAAAAAABuZc4RyWkDAAAAAACjKRuJnQQAAAAAgJsQlAEAAAAA4JZmpw0AAAAAAAzIRgIAAAAAwM0IygAAAAAAcEspRxycOAAAAAAAMIqyjSQXDgAAAADArQjKAAAAAABwa77ACQAAAAAAjMQ2AgAAAADATQnKAAAAAABwczlideoAAAAAAEDvbCIAAAAAANyDoAwAAAAAAPeQckRy8gAAAAAAQK/KFmIPAQAAAADg5gRlAAAAAAC4l9nJAwAAAAAAHbOFAAAAAABwF4IyAAAAAADcS8oRB6cPAAAAAAD0pmwgycUCAAAAAHAPgjIAAAAAANyTL3MCAAAAAAA9soEAAAAAAHA3gjIAAAAAANxVjljdAAAAAAAA0AvbBwAAAAAA9yYoAwAAAADAvaUckdwCAAAAAADQurJ52D0AAAAAALgrQRkAAAAAAGowuwUAAAAAAKADNg8AAAAAAO5OUAYAAAAAgBqk8sVOAAAAAACAJpWtw94BAAAAAMDdCcoAAAAAAFCL1U0AAAAAAAANs3UAAAAAAFAFQRkAAAAAAKqRIw5uAwAAAAAAaI2NAwAAAACAmgjKAAAAAABQk9ltAAAAAAAADbJxAAAAAABQDUEZAAAAAACq4gueAAAAAABAS2wbAAAAAADURlAGAAAAAIDa+IInAAAAAADQEtsGAAAAAABVEZQBAAAAAKA6OWJ1KwAAAAAAQO1sGgAAAAAA1EhQBgAAAACAGqUckdwMAAAAAABQq7Jl2DMAAAAAAKiOoAwAAAAAALWa3QwAAAAAAFAxWwYAAAAAAFUSlAEAAAAAoFapfNkTAAAAAACgKmXDsGMAAAAAAFAlQRkAAAAAAGrmy54AAAAAAECNbBgAAAAAAFRLUAYAAAAAgJql8oVPAAAAAACAKpTtwn4BAAAAAEC1BGUAAAAAAKidL3wCAAAAAAA1sV0AAAAAAFA1QRkAAAAAAGqXypc+AQAAAAAA7qpsFnYLAAAAAACqJigDAAAAAEALfOkTAAAAAACogc0CAAAAAIDqCcoAAAAAANCCVL74CQAAAAAAcBdlq7BXAAAAAABQPUEZAAAAAABa4YufAAAAAADAPdkqAAAAAABogqAMAAAAAACtSOXLnwAAAAAAADdVNgo7BQAAAAAATRCUAQAAAACgJb78CQAAAAAA3IONAgAAAACAZgjKAAAAAADQEl/+BAAAAAAA7sFGAQAAAABAMwRlAAAAAABoSo44uDEAAAAAAOBWbBMAAAAAALRGUAYAAAAAgNbMbgwAAAAAALgh2wQAAAAAAE0RlAEAAAAAoDm+BAoAAAAAANyCTQIAAAAAgBYJygAAAAAA0CJfAgUAAAAAAG7BJgEAAAAAQHMEZQAAAAAAaJIvggIAAAAAAHuyRQAAAAAA0CpBGQAAAAAAWvXk5gAAAAAAgB3ZIgAAAAAAaJKgDAAAAAAArUo5Irk9AAAAAADg2soGYYcAAAAAAKBJgjIAAAAAALRsdnsAAAAAAMAObBAAAAAAADRLUAYAAAAAgJb5MigAAAAAALAHGwQAAAAAAM0SlAEAAAAAoGk54uAGAQAAAACAa7E9AAAAAADQOkEZAAAAAABaN7tBAAAAAADgimwPAAAAAAA0TVAGAAAAAIDm+VIoAAAAAABwDTYHAAAAAAB6ICgDAAAAAEAPntwiAAAAAABwBTYHAAAAAACaJygDAAAAAEAPUo5IbhIAAAAAAPiqsjXYGwAAAAAAaJ6gDAAAAAAAvfDAGwAAAAAA+A5bAwAAAAAAXRCUAQAAAACgF7ObBAAAAAAAvsHWAAAAAABAFwRlAAAAAADoRo44uE0AAAAAAOBSNgYAAAAAAHoiKAMAAAAAQE+e3CYAAAAAAPAFNgYAAAAAALohKAMAAAAAQE+S2wQAAAAAAL7AxgAAAAAAQDcEZQAAAAAA6EqOOLhRAAAAAADgXLYFAAAAAAB6IygDAAAAAEBvZjcKAAAAAABcwLYAAAAAAEBXBGUAAAAAAOhOjkhuFQAAAAAA+IxNAQAAAACAHgnKAAAAAADQI4+/AQAAAACAc9gUAAAAAADojqAMAAAAAAA9mt0qAAAAAABwBpsCAAAAAADdEZQBAAAAAKBLOcIXRQEAAAAAgHfZEgAAAAAA6JWgDAAAAAAAvfJFUQAAAAAA4CO2BAAAAAAAuiQoAwAAAABAr3xVFAAAAAAA+IgtAQAAAACALgnKAAAAAADQrRxxcLsAAAAAAMBbNgQAAAAAAHomKAMAAAAAQM+e3C4AAAAAAPAXNgQAAAAAALolKAMAAAAAQM+S2wUAAAAAAP7ChgAAAAAAQLcEZQAAAAAA6FqOOLhhAAAAAADghe0AAAAAAIDeCcoAAAAAANC7JzcMAAAAAAC8YjsAAAAAAKBrgjIAAAAAAPQuuWEAAAAAAOAV2wEAAAAAAF0TlAEAAAAAoHs54uCWAQAAAAAAmwEAAAAAACMQlAEAAAAAAAAAAAAAAAAAAAAA6ISgDAAAAAAAI5jdMgAAAAAAYDMAAAAAAGAEgjIAAAAAAAwhRyQ3DQAAAAAA47IVAAAAAAAwCkEZAAAAAABG4ZE4AAAAAACMzVYAAAAAAMAQBGUAAAAAABjF7KYBAAAAAGBotgIAAAAAAIYgKAMAAAAAAAAAAAAAAAAAAAAA0AlBGQAAAAAAhpEjDm4bAAAAAADGYyMAAAAAAGAkgjIAAAAAAIzkyW0DAAAAAMCQbAQAAAAAAAxDUAYAAAAAgJEktw0AAAAAAEOyEQAAAAAAMAxBGQAAAAAAhpIjPBgHAAAAAICB2AYAAAAAABiNoAwAAAAAAKPxaBwAAAAAAMZiGwAAAAAAYCj/z8693DoOxAAQVGbWXZiY7NAXi2fA3wCsZlUInBs5aEEZAAAAAACmuXpxAAAAAAAYxW0AAAAAAIBRBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAGOdY6+bVAQAAAACgz00AAAAAAICJBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAmOjq1QEAAAAAYAQ3AQAAAAAAxhGUAQAAAAAAAAAAAAAAAAAAAACIEJQBAAAAAGCkY62blwcAAAAAgC63AAAAAAAAphKUAQAAAAAAAAAAAAAAAAAAAACIEJQBAAAAAGCqq5cHAAAAAIA0twAAAAAAAEYSlAEAAAAAAAAAAAAAAAAAAAAAiBCUAQAAAABgrGOtm9cHAAAAAIAeNwAAAAAAACYTlAEAAAAAAAAAAAAAAAAAAAAAiBCUAQAAAABgsovXBwAAAACAJDcAAAAAAADGEpQBAAAAAGCy3esDAAAAAECSGwAAAAAAAGMJygAAAAAAMNqxlg/lAAAAAAAQYvcPAAAAAMB0gjIAAAAAAEznUzkAAAAAALTY/QMAAAAAMJqgDAAAAAAAAAAAAAAAAAAAAABAhKAMAAAAAADTXacPAAAAAAAAYuz+AQAAAAAYTVAGAAAAAAAAAAAAAAAAAAAAACBCUAYAAAAAgPGOtfbpMwAAAAAAgAI7fwAAAAAAEJQBAAAAAID/fC4HAAAAAIAGO38AAAAAAMYTlAEAAAAAAAAAAAAAAAAAAAAAiBCUAQAAAACAbbuaAQAAAAAAJNj5AwAAAAAwnqAMAAAAAAAAAAAAAAAAAAAAAECEoAwAAAAAAAAAAAAAAAAAAAAAQISgDAAAAAAAbNt2rHUzBwAAAAAAOC+7fgAAAAAA+CMoAwAAAAAAAAAAAAAAAAAAAAAQISgDAAAAAAAAAAAAAAAAAAAAABAhKAMAAAAAAH+u5gAAAAAAAKdm1w8AAAAAwHiboAwAAAAAAAAAAAAAAAAAAAAAQIegDAAAAAAAAAAAAAAAAAAAAABAhKAMAAAAAADcHWvdzAIAAAAAAM7Hjh8AAAAAAB4EZQAAAAAAAAAAAAAAAAAAAAAAIgRlAAAAAAAAAAAAAAAAAAAAAAAiBGUAAAAAAODhYhYAAAAAAHBKdvwAAAAAAHAnKAMAAAAAAA+7WQAAAAAAwCnZ8QMAAAAAwJ2gDAAAAAAAAAAAAAAAAAAAAABAhKAMAAAAAAAAAAAAAAAAAAAAAECEoAwAAAAAADw51trNAwAAAAAAzsNuHwAAAAAAXgnKAAAAAADAK5/OAQAAAADgXOz2AQAAAADgiaAMAAAAAAAAAAAAAAAAAAAAAECEoAwAAAAAAAAAAAAAAAAAAAAAQISgDAAAAAAAvLqYBwAAAAAAnIrdPgAAAAAAPBGUAQAAAACAV7t5AAAAAADAqdjtAwAAAADAE0EZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAB4c6y1mwkAAAAAAPw+O30AAAAAAPgkKAMAAAAAAJ98PgcAAAAAgHOw0wcAAAAAgDeCMgAAAAAAAAAAAAAAAAAAAAAAEYIyAAAAAAAAAAAAAAAAAAAAAAARgjIAAAAAAAAAAAAAAAAAAAAAABGCMgAAAAAAAAAAAAAAAAAAAAAAEYIyAAAAAADw6WImAAAAAABwCnb6AAAAAADwRlAGAAAAAAA+7WYCAAAAAACnYKcPAAAAAABvBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAAAAAAAAAAAAAAAAAIgRlAAAAAAAAAAAAAAAAAAAAAAAiBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAAAAAAAAAAAAAAAAAAIgRlAAAAAAAAAAAAAAAAAAAAAAAiBGUAAAAAAAAAAAAAAAAAAAAAACIEZQAAAAAA4Itjrd1cAAAAAADgd9nlAwAAAADAd4IyAAAAAADwnU/oAAAAAADw2+zyAQAAAADgC0EZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAG5HOfgAACAASURBVAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAAAAAIAIQRkAAAAAAAAAAAAAAAAAAAAAgAhBGQAAAAAAAAAAAAAAAAAAAACACEEZAAAAAAAAAAAAAAAAAOAfO3cgAwAAADDI3/oeX4EEAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAMTOHcgAAAAADPK3vsdXIAEAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAzpbKnAAAIABJREFUAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAAEwIZQAAAAAAAAAAAAAAAAAAAAAAJoQyAAAAAAAAAAAAAAAAAAAAAAATQhkAAAAAAAAAAAAAAAAAAAAAgAmhDAAAAAAAAAAAAAAAAAAAAADAhFAGAAAAAAAAAAAAAAAAAAAAAGBCKAMAAAAAAAAAAAAAAAAAAAAAMCGUAQAAAAAAAAAAAAAAAAAAAACYEMoAAAAAAAAAAAAAAAAAAAAAsXPHRq7jUBBFJ7WfmRjTK/pUZmusao39NTUjEgCB1jkhPDhw+gIQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAEAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQQlAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZAAAAAAAAAAAAAAAAAAAAAIAQgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBgAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlgDMOVwMAAAAAAAAAAAAAAAAAAOjOtht4m6AM8La9yqcDAAAAAAAAAAAAAAAAAACgM9tu4AxBGQAAAAAAAAAAAAAAAAAAAACAEIIyAAAAAAAAAAAAAAAAAAAAAAAhBGUAAAAAAAAAAAAAAAAAAAAAAEIIygAAAAAAAAAAAAAAAAAAAAAAhBCUAQAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABBCUAYAAAAAAAAAAAAAAAAAAAAAIISgDAAAAAAAAAAAAAAAAAAAAABACEEZ4KzD5QAAAAAAAAAAAAAAAAAAALqx6QZOEZQBznq6HAAAAAAAAAAAAAAAAAAAQDc23cApgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKAMAAAAAAAAAAAAAAAAAAAAAEEJQBjhlr3q4HAAAAAAAAAAAAAAAAAAAQB823cBZgjIAAAAAAAAAAAAAAAAAAAAAACEEZQAAAAAAAAAAAAAAAAAAAAAAQgjKAAAAAAAAAAAAAAAAAAAAAACEEJQBAAAAAAAAAAAAAAAAAAAAAAghKANcsbkeAAAAAAAAAAAAAAAAAABAc7bcwGmCMgAAAAAAAAAAAAAAAAAAAAAAIQRlAAAAAAAAAAAAAAAAAAAAAABCCMoAAAAAAAAAAAAAAAAAAAAAAIQQlAFO26sergcAAAAAAAAAAAAAAAAAANCWLTdwhaAMAAAAAAAAAAAAAAAAAAAAAEAIQRkAAAAAAAAAAAAAAAAAAAAAgBCCMgAAAAAAAAAAAAAAAAAAAAAAIQRlgKs2FwQAAAAAAAAAAAAAAAAAAGjGhhu4RFAGAAAAAAAAAAAAAAAAAAAAACCEoAwAAAAAAAAAAAAAAAAAAAAAQAhBGeCqwwUBAAAAAAAAAAAAAAAAAACaseEGLhGUAS7Zq3xGAAAAAAAAAAAAAAAAAAAAGrHhBq4SlAEAAAAAAAAAAAAAAAAAAAAACCEoA7SgcAcAAAAAAAAAAAAAAAAAAHCd7TZwmaAM0MLTFQEAAAAAAAAAAAAAAAAAAC6z3QYuE5QBAAAAAAAAAAAAAAAAAAAAAAghKAO0cLgiAAAAAAAAAAAAAAAAAADAZbbbwGWCMsBle5VPCQAAAAAAAAAAAAAAAAAAwEW220ALgjIAAAAAAAAAAAAAAAAAAAAAACEEZYBWlO4AAAAAAAAAAAAAAAAAAADOs9kGmhCUAVp5uiQAAAAAAAAAAAAAAAAAAMBpNttAE4IyAAAAAAAAAAAAAAAAAAAAAAAhBGWAJvaqh0sCAAAAAAAAAAAAAAAAAACcY7MNtCIoAwAAAAAAAAAAAAAAAAAAAAAQQlAGaOlwTQAAAAAAAAAAAAAAAAAAgLfZagPNCMoALT1dEwAAAAAAAAAAAAAAAAAA4G222kAzgjIAAAAAAAAAAAAAAAAAAAAAACEEZYBm9qqHawIAAAAAAAAAAAAAAAAAALzHVhtoSVAGAAAAAAAAAAAAAAAAAAAAACCEoAzQ2uGiAAAAAAAAAAAAAAAAAAAAv2ajDTQlKAO09nRRAAAAAAAAAAAAAAAAAACAX7PRBpoSlAFaU78DAAAAAAAAAAAAAAAAAAD4PRttoClBGaCpvcpnBQAAAAAAAAAAAAAAAAAA4JdstIHWBGWAHnxYAAAAAAAAAAAAAAAAAAAAfmabDTQnKAP08HRVAAAAAAAAAAAAAAAAAACAH9lmA80JygA9qOABAAAAAAAAAAAAAAAAAAD8zDYbaE5QBmhur/JpAQAAAAAAAAAAAAAAAAAA+IFtNtCDoAzQi48LAAAAAAAAAAAAAAAAAADA92yygS4EZYBeni4LAAAAAAAAAAAAAAAAAADwLZtsoAtBGaAXNTwAAAAAAAAAAAAAAAAAAIDv2WQDXQjKAF3sVT4vAAAAAAAAAAAAAAAAAAAA37DJBnoRlAF68oEBAAAAAAAAAAAAAAAAAAD4my020I2gDNDT03UBAAAAAAAAAAAAAAAAAAD+YosNdCMoA/SkigcAAAAAAAAAAAAAAAAAAPA3W2ygG0EZoJu9yicGAAAAAAAAAAAAAAAAAADgf2yxgZ4EZYDeNhcGAAAAAAAAAAAAAAAAAAD4jw020JWgDAAAAAAAAAAAAAAAAAAAAABACEEZoKu96uHCAAAAAAAAAAAAAAAAAAAA/7LBBnoTlAFGOFwZAAAAAAAAAAAAAAAAAADA9hroT1AGGOHpygAAAAAAAAAAAAAAAAAAALbXQH+CMsAIKnkAAAAAAAAAAAAAAAAAAAC218AAgjJAd3uVTw0AAAAAAAAAAAAAAAAAAPDxbK+BEQRlgFE2lwYAAAAAAAAAAAAAAAAAAD6YzTUwhKAMMIpSHgAAAAAAAAAAAAAAAAAA8MlsroEhBGWAIfYqnxsAAAAAAAAAAAAAAAAAAOBj2VwDowjKACNtrg0AAAAAAAAAAAAAAAAAAHwgW2tgGEEZYCTFPAAAAAAAAAAAAAAAAAAA4BPZWgPDCMoAw+xVPjkAAAAAAAAAAAAAAAAAAMDHsbUGRhKUAUbbXBwAAAAAAAAAAAAAAAAAAPggNtbAUIIywGjKeQAAAAAAAAAAAAAAAAAAwCexsQaGEpQBhtqrfHYAAAAAAAAAAAAAAAAAAICPYWMNjCYoA9xhc3UAAAAAAAAAAAAAAAAAAOAD2FYDwwnKAHdQ0AMAAAAAAAAAAAAAAAAAAD6BbTUwnKAMMNxe5dMDAAAAAAAAAAAAAAAAAADEs60G7iAoA9xlc3kAAAAAAAAAAAAAAAAAACCYTTVwC0EZ4BZ71cPlAQAAAAAAAAAAAAAAAACAVDagUr/NAAAgAElEQVTVwF0EZYA7Ha4PAAAAAAAAAAAAAAAAAAAEsqUGbiMoA9zp6foAAAAAAAAAAAAAAAAAAEAgW2rgNoIywG32qofrAwAAAAAAAAAAAAAAAAAAaWypgTsJygB327wAAAAAAAAAAAAAAAAAAAAQxIYauJWgDHC3wwsAAAAAAAAAAAAAAAAAAABBbKiBWwnKALfaq3yGAAAAAAAAAAAAAAAAAACAGDbUwN0EZYAZbF4BAAAAAAAAAAAAAAAAAAAIYDsN3E5QBrjdXvXwCgAAAAAAAAAAAAAAAAAAwOpsp4EZCMoAszi8BAAAAAAAAAAAAAAAAAAAsDCbaWAKgjLALDYvAQAAAAAAAAAAAAAAAAAALMxmGpiCoAwwhb3qUNwDAAAAAAAAAAAAAAAAAAAWdbw20wC3E5QBZvL0GgAAAAAAAAAAAAAAAAAAwIJspYFpCMoA09irHl4DAAAAAAAAAAAAAAAAAABYja00MBNBGWA2mxcBAAAAAAAAAAAAAAAAAAAWYiMNTEVQBpjN4UUAAAAAAAAAAAAAAAAAAICF2EgDUxGUAaayVx0+TAAAAAAAAAAAAAAAAAAAwCKO10YaYBqCMsCMNq8CAAAAAAAAAAAAAAAAAAAswDYamI6gDDCdV4FPhQ8AAAAAAAAAAAAAAAAAAJjZ8dpGA0xFUAaY1dPLAAAAAAAAAAAAAAAAAAAAE7OJBqYkKANMaa96eBkAAAAAAAAAAAAAAAAAAGBWNtHArARlgJltXgcAAAAAAAAAAAAAAAAAAJiQLTQwLUEZYFqKfAAAAAAAAAAAAAAAAAAAwIxsoYGZCcoAs1PmAwAAAAAAAAAAAAAAAAAAZmIDDUxNUAaYmjIfAAAAAAAAAAAAAAAAAAAwExtoYHaCMsAKFPoAAAAAAAAAAAAAAAAAAIAZ2D4D0xOUAaan0AcAAAAAAAAAAAAAAAAAAMzA9hlYgaAMsAqlPgAAAAAAAAAAAAAAAAAA4E42z8ASBGWAJSj1AQAAAAAAAAAAAAAAAAAAd7J5BlYhKAOsRLEPAAAAAAAAAAAAAAAAAAC4g60zsAxBGWAZin0AAAAAAAAAAAAAAAAAAMAdbJ2BlQjKAKtR7gMAAAAAAAAAAAAAAAAAAEaycQaWIigDLEW5DwAAAAAAAAAAAAAAAAAAGMnGGViNoAywIgU/AAAAAAAAAAAAAAAAAABgBNtmYDmCMsByFPwAAAAAAAAAAAAAAAAAAIARbJuBFQnKAKtS8gMAAAAAAAAAAAAAAAAAAHqyaQaWJCgDLEnJDwAAAAAAAAAAAAAAAAAA6MmmGViVoAywMkU/AAAAAAAAAAAAAAAAAACgB1tmYFmCMsCyFP0AAAAAAAAAAAAAAAAAAIAebJmBlQnKAKv74wUBAAAAAAAAAAAAAAAAAICGbJiBpQnKAEvbq46vr6/DKwIAAAAAAAAAAAAAAAAAAA0crw0zwLIEZYAEm1cEAAAAAAAAAAAAAAAAAAAasF0GlicoAyzvVfhT+QMAAAAAAAAAAAAAAAAAAK44XttlgKUJygAplP4AAAAAAAAAAAAAAAAAAIArbJaBCIIyQIRX6c8HDQAAAAAAAAAAAAAAAAAAOGN7bZYBlicoA8TYqx5eEwAAAAAAAAAAAAAAAAAAeJetMpBEUAZI88eLAgAAAAAAAAAAAAAAAAAAb7BRBqIIygBR9qrj6+vr8KoAAAAAAAAAAAAAAAAAAMAvHK+NMkAMQRkg0eZVAQAAAAAAAAAAAAAAAACAX7BNBuIIygBxXgVAHzcAAAAAAAAAAPiHvXvJbSRXAigaFrSvVo6FXJOVawpwbPbOHrKa7qdyyW5/9MlMngMYrlk3SA2CBuIKAAAAAACAj0xtNxlgUwRlgE0qmSc3CwAAAAAAAAAAAAAAAAAAvMdOMrBVgjLAlg1uFwAAAAAAAAAAAAAAAAAAuMAuMrBZgjLAZpXMGhHVDQMAAAAAAAAAAAAAAAAAAGdq20UG2CRBGWDrJjcMAAAAAAAAAAAAAAAAAACcsYMMbJqgDLBprQxooAMAAAAAAAAAAAAAAAAAAGZT20EG2CxBGWDzSuYpIgx1AAAAAAAAAAAAAAAAAADQt9p2jwE2TVAG6MXkpgEAAAAAAAAAAAAAAAAAoGt2joEuCMoAXSiZ1YAHAAAAAAAAAAAAAAAAAADdmtrOMcDmCcoA3SiZp4gw5AEAAAAAAAAAAAAAAAAAQF9q2zUG6IKgDNCbyY0DAAAAAAAAAAAAAAAAAEBX7BgDXRGUAbpSMquBDwAAAAAAAAAAAAAAAAAAujG1HWOAbgjKAN0pmaeIMPQBAAAAAAAAAAAAAAAAAMC21bZbDNAVQRmgV5ObBwAAAAAAAAAAAAAAAACATbNTDHRJUAboUsmsBkAAAAAAAAAAAAAAAAAAANisqe0UA3RHUAboVsk8RYQhEAAAAAAAAAAAAAAAAAAAtqW2XWKALgnKAL2bej8AAAAAAAAAAAAAAAAAAADYGDvEQNcEZYCulcwaEUPv5wAAAAAAAAAAAAAAAAAAABsxtB1igG4JygDdawOhoRAAAAAAAAAAAAAAAAAAANatiskACMoA/FIyBycBAAAAAAAAAAAAAAAAAADrZWcY4B+CMgD/Z0AEAAAAAAAAAAAAAAAAAIB1sisM0AjKADQls0bE5DwAAAAAAAAAAAAAAAAAAGBVprYrDNC9EJQB+F3JPEWEYREAAAAAAAAAAAAAAAAAANahth1hABpBGYA3SubgTAAAAAAAAAAAAAAAAAAAYPnsBgP8SVAG4DKDIwAAAAAAAAAAAAAAAAAALJudYIALBGUALiiZNSImZwMAAAAAAAAAAAAAAAAAAIs0tZ1gAN4QlAF4R8k8RYQhEgAAAAAAAAAAAAAAAAAAlqW2XWAALhCUAfhAyRycDwAAAAAAAAAAAAAAAAAALIcdYICPCcoA/DcDJQAAAAAAAAAAAAAAAAAALIPdX4D/ICgD8B9KZjVYAgAAAAAAAAAAAAAAAADAww1t9xeADwjKAHxCGywNlwAAAAAAAAAAAAAAAAAA8BhVTAbgcwRlAD6pZA6iMgAAAAAAAAAAAAAAAAAAcHe17foC8AmCMgBfYNAEAAAAAAAAAAAAAAAAAID7suML8DWCMgBfZ+AEAAAAAAAAAAAAAAAAAID7sNsL8EWCMgBfVDKrwRMAAAAAAAAAAAAAAAAAAG5uaLu9AHyBoAzAN7TB0/AJAAAAAAAAAAAAAAAAAAC3UcVkAL5HUAbgm0rmICoDAAAAAAAAAAAAAAAAAABXV9suLwDfICgD8AOiMgAAAAAAAAAAAAAAAAAAcFViMgA/JCgD8EMGUgAAAAAAAAAAAAAAAAAAuA67uwA/JygDcB0GUwAAAAAAAAAAAAAAAAAA+Bk7uwBXICgDcAUlsxpQAQAAAAAAAAAAAAAAAADg24a2swvADwnKAFyJqAwAAAAAAAAAAAAAAAAAAHyLmAzAFQnKAFxRG1QnZwoAAAAAAAAAAAAAAAAAAJ8yickAXJegDMCVlcxTRBhaAQAAAAAAAAAAAAAAAADgY7Xt5gJwRYIyADdQMgdRGQAAAAAAAAAAAAAAAAAAeFdtO7kAXJmgDMCNiMoAAAAAAAAAAAAAAAAAAMBFYjIANyQoA3BDojIAAAAAAAAAAAAAAAAAAPAbMRmAGxOUAbgxURkAAAAAAAAAAAAAAAAAAPhFTAbgDgRlAO7AYAsAAAAAAAAAAAAAAAAAQO/s3ALch6AMwP0YcAEAAAAAAAAAAAAAAAAA6JVdW4A7EZQBuJOSWQ26AAAAAAAAAAAAAAAAAAB0aGi7tgDcgaAMwB2JygAAAAAAAAAAAAAAAAAA0BkxGYA7E5QBuDNRGQAAAAAAAAAAAAAAAAAAOiEmA/AAgjIADyAqAwAAAAAAAAAAAAAAAADAxonJADyIoAzAg4jKAAAAAAAAAAAAAAAAAACwUWIyAA8kKAPwQKIyAAAAAAAAAAAAAAAAAABsjJgMwIMJygA8mKgMAAAAAAAAAAAAAAAAAAAbISYDsACCMgALICoDAAAAAAAAAAAAAAAAAMDKickALISgDMBCiMoAAAAAAAAAAAAAAAAAALBSYjIACyIoA7AgZ1EZAzMAAAAAAAAAAAAAAAAAAEtXxWQAlmfvTgCWpQ3M9TiOLxFxcD0AAAAAAAAAAAAAAAAAACxQLZmDiwFYnp07AVimNkCrMQIAAAAAAAAAAAAAAAAAsDRiMgALJigDsGCiMgAAAAAAAAAAAAAAAAAALIyYDMDCCcoALJyoDAAAAAAAAAAAAAAAAAAACyEmA7ACgjIAKyAqAwAAAAAAAAAAAAAAAADAg4nJAKyEoAzASrQBe3JfAAAAAAAAAAAAAAAAAADc2SQmA7AegjIAK1IyTxFh2AYAAAAAAAAAAAAAAAAA4F6GtuMKwEoIygCsTMmsojIAAAAAAAAAAAAAAAAAANzB0HZbAVgRQRmAFRKVAQAAAAAAAAAAAAAAAADgxsRkAFZq7+IA1qkN4E/HcXyJiINrBAAAAAAAAAAAAAAAAADgCmrJHBwkwHrt3B3AurWBXN0RAAAAAAAAAAAAAAAAAICfEpMB2ABBGYANaIP55C4BAAAAAAAAAAAAAAAAAPimSUwGYBsEZQA2omSeIsKQDgAAAAAAAAAAAAAAAADAVw1tVxWADRCUAdiQkllFZQAAAAAAAAAAAAAAAAAA+IKh7agCsBF7FwmwLW1gfzqO40tEHFwvAAAAAAAAAAAAAAAAAAAX1JI5OBiA7dm5U4BtagO8GiQAAAAAAAAAAAAAAAAAAG+JyQBsmKAMwIa1Qd4wDwAAAAAAAAAAAAAAAADAq0FMBmDbBGUANq5kVlEZAAAAAAAAAAAAAAAAAABaTKY6CIBt27tfgO1rg/3TcRxfIuLgygEAAAAAAAAAAAAAAAAAulJL5uDKAfqwc88A/WiD/uTKAQAAAAAAAAAAAAAAAAC6MYnJAPRFUAagMyXzFBGGfgAAAAAAAAAAAAAAAACA7RvabikAHdm7bID+lMwaEU/HcXyJiIOPAAAAAAAAAAAAAAAAAADAptSSObhSgD7t3DtAv9pDYPIRAAAAAAAAAAAAAAAAAADYjElMBqBvgjIAnSuZp4iYHwW197MAAAAAAAAAAAAAAAAAAFixeVd0aLujAHRs7/IBKJnzA6Eex/ElIg7dHwgAAAAAAAAAAAAAAAAAwLrUkjm4MwBmuwX8PwCwEO2h4LEAAAAAAAAAAAAAAAAAALAeg5gMAOf2TgOAcyWzRsTTcRxfIuLgcAAAAAAAAAAAAAAAAAAAFqkKyQBwyc6pAHBJe0BMDgcAAAAAAAAAAAAAAAAAYHEmMRkA3iMoA8C7SuYpIubHRHVKAAAAAAAAAAAAAAAAAAAPN+98Dm0HFAAu2jsWAD5SMueHRT2O4/yweHZYAAAAAAAAAAAAAAAAAAAPMQnJAPAZO6cEwGe0B8bQypUAAAAAAAAAAAAAAAAAANzHvNs5iMkA8Fl7JwXAZ5XM+cFRj+M4PzieHRwAAAAAAAAAAAAAAAAAwE1NQjIAfNXOiQHwVe3hMbSiJQAAAAAAAAAAAAAAAAAA1zXvcA5iMgB8x96pAfAdJXN+iNTjOB4i4sUhAgAAAAAAAAAAAAAAAABcxdD2OAHgWwRlAPiR9iB5Oo7jHJU5OE0AAAAAAAAAAAAAAAAAgG+pJXNwdAD81M4JAnAN7YEy/yheAgAAAAAAAAAAAAAAAAB83rybOYjJAHAteycJwLWUzPnBUo/jeIqIZwcLAAAAAAAAAAAAAAAAAPChqWSeHBEA1yQoA8DVtYfL6TiOLxFxcMIAAAAAAAAAAAAAAAAAAL+pJXNwJADcws6pAnAr7SEz/1SHDAAAAAAAAAAAAAAAAADwa+dyEJMB4Jb2TheAWyqZ88OmHsfxFBHPDhsAAAAAAAAAAAAAAAAA6NRUMk8uH4Bb2zlhAO5hfuCUzKf5sePAAQAAAAAAAAAAAAAAAICOzCGZJzEZAO5FUAaAu2qPnSEiqpMHAAAAAAAAAAAAAAAAADZs3qUchGQAuLe9Ewfg3krm/ACqx3E8RMRzRBxcAgAAAAAAAAAAAAAAAACwEfMe5dT2KQHg7gRlAHiYN2GZFzcBAAAAAAAAAAAAAAAAAKzcICQDwKMJygDwcO1h9HQcx1NEPLsRAAAAAAAAAAAAAAAAAGBlppJ5cmkALMHOLQCwFPNDqWQ+zY8mlwIAAAAAAAAAAAAAAAAArMAcknkSkwFgSQRlAFgcYRkAAAAAAAAAAAAAAAAAYOGEZABYLEEZABZLWAYAAAAAAAAAAAAAAAAAWBghGQAWT1AGgMUTlgEAAAAAAAAAAAAAAAAAHkxIBoDVEJQBYDWEZQAAAAAAAAAAAAAAAACAOxOSAWB1BGUAWB1hGQAAAAAAAAAAAAAAAADgxoRkAFgtQRkAVussLDNERHWTAAAAAAAAAAAAAAAAAMAPzLuKg5AMAGu3d4MArF3JnB9o9TiOh4h4joiDSwUAAAAAAAAAAAAAAAAAPmneU5zaviIArJ6gDACb8SYs8xqXAQAAAAAAAAAAAAAAAAC4ZJr3EoVkANgaQRkANuc1LBMRp+M4noRlAAAAAAAAAAAAAAAAAIAzU8k8ORAAtmrnZgHYsvlBVzKfImJokRkAAAAAAAAAAAAAAAAAoD/zjuEw7xyKyQCwdXs3DEAPSmZ9Dcocx3F+6D27eAAAAAAAAAAAAAAAAADYvElABoDe7Nw4AL2ZH35zQXQuib5GZgAAAAAAAAAAAAAAAACAzZh3B4d5l1BMBoAe7d06AL0qmfU1KHMcx/lB+OzDAAAAAAAAAAAAAAAAAACrNQnIAICgDAD80h6Ip+M4HiLiIC4DAAAAAAAAAAAAAAAAAKswzV8+376EHgC6F4IyAPC79mCsLS4zR2b+aoEZAAAAAAAAAAAAAAAAAGAZ5j3Av9uXzQMAbwjKAMA7zh+S4jIAAAAAAAAAAAAAAAAA8FAiMgDwSYIyAPAJ4jIAAAAAAAAAAAAAAAAAcHciMgDwDYIyAPBF4jIAAAAAAAAAAAAAAAAAcDMiMgDwQ4IyAPAD4jIAAAAAAAAAAAAAAAAA8GMiMgBwRYIyAHAlb+IyhxaWeXa+AAAAAAAAAAAAAAAAAPCHaQ7JlMzqaADgugRlAOAG2gN2/jmdxWX+ar8BAAAAAAAAAAAAAAAAoDfzzt3fIjIAcHuCMgBwY2dxmV+O43hq/3x29gAAAAAAAAAAAAAAAABs2BT/7NmdXDIA3I+gDADc2dnD99dvgRkAAAAAAAAAAAAAAAAANkJABgAWQFAGAB5MYAYAAAAAAAAAAAAAAACAlRKQAYAFEpQBgIW5EJg5RMT881f7DQAAAAAAAAAAAAAAAAD3ViPi7/l3yaxOHwCWS1AGABauPax/e1wfx/E1OiMyAwAAAAAAAAAAAAAAAMC1vcZjzr9EHQBYCUEZAFihSw9wkRkAAAAAAAAAAAAAAAAAvkE8BgA2RlAGADbincjM4SwuIzQDAAAAAAAAAAAAAAAA0K9/wzHzv0tm9VkAgG0SlAGADWsP+ouP+uM4ngdoxGYAAAAAAAAAAAAAAAAA1u88GnPxi8wBgO0TlAGATn30h4DjOB4uBGaefVYAAAAAAAAAAAAAAAAAHmp68x+v7YvJAQD+JSgDAPyh/QHh7R8R/gjQvBOeOSdCAwAAAAAAAAAAAAAAAHDZ2zjMOaEYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA/7EHBwQAAAAAQv6/bkgAAAD2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEzbMFgAACAASURBVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYA8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAg9uCAAAAAAEDI/9cNCQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOwBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAHgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQeHBAAAAAACPn/uiEBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2AMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUZBebgAAFNxJREFUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA2AMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2oNjAgAAGIZB9a96LvYEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIBn2w62J3RSiqmJCAAAAABJRU5ErkJggg==;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1614\" y=\"901.5\" width=\"120\" height=\"120\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-load-icon-box\" value=\"\" style=\"group\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"2089\" y=\"1504\" width=\"135.5\" height=\"135.5\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"a0wjUBEn53Ux-2y4s_ts-5\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=3;fillColor=#d5e8d4;strokeColor=#82b366;\" parent=\"diagram-load-icon-box\" vertex=\"1\">\n <mxGeometry width=\"135.5\" height=\"135.5\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-load-icon\" value=\"\" style=\"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTAuMzMgMTg1OyIgdmlld0JveD0iMCAwIDE5MC4zMyAxODUiIHk9IjBweCIgeD0iMHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIj4mI3hhOzxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+JiN4YTsJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSYjeGE7CS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30mI3hhOzwvc3R5bGU+JiN4YTs8ZyBpZD0iWE1MSURfMV8iPiYjeGE7CTxnIGlkPSJYTUxJRF8zXyI+JiN4YTsJCTxwYXRoIGQ9Ik04OS42OSwxMzUuNDJjMC0wLjMxLTAuMjItMC41OC0wLjUyLTAuNjVjLTYuNzgtMS41OC0xMS40Ny01LjQ1LTEzLjA3LTEyLjI1JiMxMDsmIzk7JiM5OyYjOTtjLTAuNzQtMy4xOS0wLjU3LTYuNTktMC43My0xMC4wMWMtMC4wMi0wLjM4LDAuMjgtMC43LDAuNjYtMC43aDM0LjQzYzAuMzcsMCwwLjY2LDAuMywwLjY2LDAuNjdjLTAuMDIsNC41MywwLjU5LDkuMDktMS42NiwxMy4zOCYjMTA7JiM5OyYjOTsmIzk7Yy0xLjkxLDMuNjQtNC42OSw2LjMtOC40OSw3Ljg1Yy0xLjA5LDAuNDQtMi4yNCwwLjczLTMuNTIsMS4xMWMtMC4yOCwwLjA4LTAuNDgsMC4zNC0wLjQ4LDAuNjRjMCwwLjI4LDAsMC41OSwwLDAuOSYjMTA7JiM5OyYjOTsmIzk7YzAsNS40Mi0wLjA0LDEwLjg0LDAuMDMsMTYuMjZjMC4wMiwxLjQzLDAuMTcsMi44OSwwLjQ0LDQuM2MwLjQ5LDIuNTYsMi42NCw0LjUsNS4yNCw0LjY5YzMuMTMsMC4yMyw2LjE1LTAuMjksOC45My0xLjcxJiMxMDsmIzk7JiM5OyYjOTtjMTMuNzYtNy4wMiwyMS43MS0xOC4yMywyMy41My0zMy41N2MyLjUyLTIxLjI2LTEyLjE3LTQxLjE2LTMzLjI3LTQ1LjYzYy0yMi45Ni00Ljg3LTQ2LjE3LDEwLjc1LTUwLjAzLDMzLjgzJiMxMDsmIzk7JiM5OyYjOTtjLTMuNCwyMC4zMiw3LjMxLDM5LjI3LDI2LjQ4LDQ2LjgyYzEuNSwwLjU5LDIuNzEsMS40MiwyLjkzLDMuMTRjMC40LDMuMDYtMi4yOSw1LjAxLTUuMzQsMy44NiYjMTA7JiM5OyYjOTsmIzk7Yy03LjMyLTIuNzctMTMuNjktNi45OS0xOC45NS0xMi43OWMtNy42Ny04LjQ4LTEyLjA3LTE4LjE3LTEyLjk4LTI4Ljk3Yy0xLjUzLTE4LjI3LDcuMS0zNi4xNCwyMi40OC00Ni4xMyYjMTA7JiM5OyYjOTsmIzk7YzI4LjU0LTE4LjUzLDY3LjA2LTMuNCw3NS4wNywzMC40MmM1LjI1LDIyLjE3LTYuMDgsNDUuODctMjYuNjksNTUuNjZjLTQuMzYsMi4wNy05LjAxLDMuMTEtMTMuODQsMi4yMSYjMTA7JiM5OyYjOTsmIzk7Yy03LjIxLTEuMzQtMTAuOTYtNS42NS0xMS4yLTEyLjk2Yy0wLjItNi4zMi0wLjEtMTIuNjQtMC4xMy0xOC45NkM4OS42OSwxMzYuMzcsODkuNjksMTM1LjkyLDg5LjY5LDEzNS40MnoiIGlkPSJYTUxJRF80OF8iLz4mI3hhOwkJPHBhdGggZD0iTTkzLjI3LDEwOS43OGMtNS4wOCwwLTEwLjE2LDAtMTUuMjQsMGMtMS44OSwwLTIuNDctMC41OC0yLjQ4LTIuNDJjLTAuMDEtMSwwLjAxLTEuOTksMC0yLjk5JiMxMDsmIzk7JiM5OyYjOTtjLTAuMDEtMS4zNSwwLjctMS45OSwxLjk5LTIuMDhjMC4wNSwwLDAuMDksMCwwLjE0LDBjMTAuNDUsMCwyMC44OS0wLjAxLDMxLjM0LDAuMDFjMS41MSwwLDIuMTEsMC42OSwyLjE0LDIuMjImIzEwOyYjOTsmIzk7JiM5O2MwLjAyLDEsMC4wMSwxLjk5LDAsMi45OWMtMC4wMiwxLjY1LTAuNjYsMi4yNy0yLjM2LDIuMjdDMTAzLjYyLDEwOS43OCw5OC40NCwxMDkuNzgsOTMuMjcsMTA5Ljc4eiIgaWQ9IlhNTElEXzQ3XyIvPiYjeGE7CQk8cGF0aCBkPSJNODYuODksMTAwLjE4Yy0xLjk0LDAtMy42OCwwLTUuNTYsMGMwLTMuMjQtMC4wOC02LjQ0LDAuMDQtOS42NGMwLjA1LTEuMzMsMS41NC0yLjMxLDIuODctMi4yMyYjMTA7JiM5OyYjOTsmIzk7YzEuMzYsMC4wOCwyLjYsMS4xMywyLjYzLDIuNTJDODYuOTUsOTMuOSw4Ni44OSw5Ni45Nyw4Ni44OSwxMDAuMTh6IiBpZD0iWE1MSURfNDZfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0xMDUuNDQsMTAwLjE3Yy0xLjkyLDAtMy42NiwwLTUuNjQsMGMwLTAuNjgsMC0xLjM2LDAtMi4wNWMwLTIuMzItMC4wMi00LjY0LDAuMDEtNi45NiYjMTA7JiM5OyYjOTsmIzk7YzAuMDItMS42MiwxLjIyLTIuODMsMi43NS0yLjg1YzEuNS0wLjAzLDIuODIsMS4xNywyLjg2LDIuNzZjMC4wNiwyLjYsMC4wMiw1LjIxLDAuMDIsNy44MiYjMTA7JiM5OyYjOTsmIzk7QzEwNS40NCw5OS4yNSwxMDUuNDQsOTkuNjMsMTA1LjQ0LDEwMC4xN3oiIGlkPSJYTUxJRF80NV8iLz4mI3hhOwk8L2c+JiN4YTsJPGcgaWQ9IlhNTElEXzZfIj4mI3hhOwkJPHBhdGggZD0iTTE2OC4wNSwxNzguMzljMC42OCwwLDEuMTcsMCwxLjY3LDBjNC44MSwwLDkuNjMtMC4wMSwxNC40NCwwLjAxYzAuNjQsMCwxLjMxLDAuMDQsMS45MiwwLjIxJiMxMDsmIzk7JiM5OyYjOTtjMS40MSwwLjQsMi4yMiwxLjcyLDIuMDcsMy4yMWMtMC4xNSwxLjQyLTEuMTcsMi4zOS0yLjY2LDIuNTJjLTAuMzIsMC4wMy0wLjY1LDAuMDEtMC45NywwLjAxYy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMCYjMTA7JiM5OyYjOTsmIzk7Yy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMGMtMTIuNDUsMC0yNC45LDAtMzcuMzUsMGMtMTIuNDUsMC0yNC45MSwwLTM3LjM2LDBjLTEyLjU5LDAtMjUuMTgsMC0zNy43NywwYy0xLjk0LDAtMy4wOS0xLTMuMTktMi43JiMxMDsmIzk7JiM5OyYjOTtjLTAuMS0xLjc1LDEuMDYtMy4wMywyLjkzLTMuMjJjMC40Ni0wLjA1LDAuOTMtMC4wMywxLjM5LTAuMDNjNC42OCwwLDkuMzUsMCwxNC4wMywwYzAuNSwwLDEsMCwxLjY2LDBjMC0zMS4xLDAtNjIuMDksMC05My4yNyYjMTA7JiM5OyYjOTsmIzk7Yy0wLjU0LDAtMS4wMywwLTEuNTIsMGMtNC45NSwwLTkuOTEsMC4wMS0xNC44NiwwYy0xLjgsMC0yLjk3LTAuNzItMy40NC0yLjA1Yy0wLjQ5LTEuMzctMC4xLTIuNTUsMS4zMy0zLjc2JiMxMDsmIzk7JiM5OyYjOTtDMTcuMiw2Ny41NCwzMS4wMyw1NS43OCw0NC44Niw0NC4wMmMxMy4xMi0xMS4xNiwyNi4yNS0yMi4zMSwzOS4zNy0zMy40NmMyLjg2LTIuNDMsNS43MS00Ljg2LDguNTgtNy4yOCYjMTA7JiM5OyYjOTsmIzk7Qzk0LjMyLDIsOTUuNzYsMi4wMSw5Ny4zLDMuMzJjOC45OSw3LjY2LDE3Ljk2LDE1LjM0LDI2Ljk1LDIyLjk5YzYuNDIsNS40NiwxMi44NywxMC44OSwxOS4yOSwxNi4zNSYjMTA7JiM5OyYjOTsmIzk7YzEzLjMsMTEuMywyNi42LDIyLjYyLDM5LjksMzMuOTNjMS4wNiwwLjksMi4xMiwxLjc5LDMuMTYsMi43YzEuNDQsMS4yNSwxLjg2LDIuNDIsMS4zNiwzLjc2Yy0wLjUsMS4zNi0xLjcsMi4wNy0zLjU4LDIuMDcmIzEwOyYjOTsmIzk7JiM5O2MtNC45MSwwLjAxLTkuODEsMC0xNC43MiwwYy0wLjQ5LDAtMC45OSwwLTEuNjEsMEMxNjguMDUsMTE2LjI1LDE2OC4wNSwxNDcuMiwxNjguMDUsMTc4LjM5eiBNMTc2LjI0LDc4LjkyJiMxMDsmIzk7JiM5OyYjOTtjLTUuNjQtNC44LTExLjI5LTkuOTYtMTYuOTItMTQuNzdjLTYuNDEtNS40Ny0xMi44LTEwLjk2LTE5LjIyLTE2LjQzYy03LjI3LTYuMTgtMTQuNTYtMTIuMzItMjEuODMtMTguNSYjMTA7JiM5OyYjOTsmIzk7Yy03LjQ4LTYuMzYtMTQuOTYtMTIuNzItMjIuNDItMTkuMTFjLTAuNjctMC41Ny0xLjA5LTAuNTgtMS43NCwwLjAxYy0xLjYyLDEuNDYtMy4zLDIuODMtNC45Niw0LjI0JiMxMDsmIzk7JiM5OyYjOTtDNzUuNjQsMjUuODcsNjIuMTMsMzcuMzYsNDguNjMsNDguODZDMzcuMiw1OC41OCwyNS4yNCw2OS4yMSwxMy44LDc4LjkyIE0xMy44LDc4LjkyYzAuNTQsMCwxLjA3LDAsMS42MSwwJiMxMDsmIzk7JiM5OyYjOTtjMTEuNzYsMCwyMy41MiwwLDM1LjI4LDBjMC42LDAsMS4yMSwwLDEuOCwwLjFjMS41NCwwLjI2LDIuNDgsMS4zNSwyLjU0LDIuODVjMC4wNiwxLjU1LTAuODgsMi43OC0yLjQxLDMuMTImIzEwOyYjOTsmIzk7JiM5O2MtMC40LDAuMDktMC44MywwLjExLTEuMjQsMC4xMWMtNy40MSwwLjAxLTE0LjgyLDAuMDEtMjIuMjIsMC4wMWMtMC4zNCwwLTAuNjksMC0wLjk3LDBjMCwzMS4xNiwwLDYyLjE1LDAsOTMuMjImIzEwOyYjOTsmIzk7JiM5O2M0NC42NCwwLDg5LjEyLDAsMTMzLjcyLDBjMC0zMS4xMywwLTYyLjEzLDAtOTMuMjJjLTMuMTksMC02LjMzLDAtOS40NiwwYy00LjY4LDAtOS4zNSwwLjAyLTE0LjAzLTAuMDEmIzEwOyYjOTsmIzk7JiM5O2MtMi4yMy0wLjAyLTMuNjItMS40Ny0zLjQxLTMuNDZjMC4xNy0xLjY2LDEuNDMtMi42OSwzLjQ2LTIuNzFjMy4yOC0wLjA0LDYuNTctMC4wMSw5Ljg1LTAuMDFjOC44LDAsMTcuNiwwLDI2LjQsMCYjMTA7JiM5OyYjOTsmIzk7YzAuNDksMCwwLjk3LDAsMS40NiwwIiBpZD0iWE1MSURfNjFfIi8+JiN4YTsJPC9nPiYjeGE7PC9nPiYjeGE7PGcgaWQ9IlhNTElEXzJfIj4mI3hhOwk8cGF0aCBkPSJNMjY4LjI1LDg1LjU2Yy02LjgxLDAtMTMuNTMsMC0yMC4zOCwwYzAsMC40MSwwLDAuNzksMCwxLjE2YzAsMy40NiwwLjAxLDYuOTEsMCwxMC4zNyYjMTA7JiM5OyYjOTtjLTAuMDEsMy4wOS0yLjE2LDUuMzYtNS4wNSw1LjM5Yy0yLjk0LDAuMDMtNS4xNC0yLjI4LTUuMTUtNS40Yy0wLjAxLTMuOCwwLTcuNjEsMC0xMS41Yy02LjAzLDAtMTIuMDEsMC0xOC4xNSwwJiMxMDsmIzk7JiM5O2MwLDAuMzgsMCwwLjc1LDAsMS4xM2MwLDMuNDYsMC4wMSw2LjkxLDAsMTAuMzdjLTAuMDEsMy4xNi0yLjE4LDUuNDMtNS4xMyw1LjQxYy0yLjktMC4wMi01LjA1LTIuMy01LjA2LTUuMzkmIzEwOyYjOTsmIzk7Yy0wLjAyLTUuNDMtMC4wMi0xMC44NiwwLTE2LjNjMC4wMS0yLjkxLDEuMzUtNC42OCw0LjItNS40NmMxOS4wNC01LjIsMzguMDgtMTAuNCw1Ny4xMy0xNS41N2MwLjc3LTAuMjEsMS4xNy0wLjQ5LDEuMjgtMS4zNiYjMTA7JiM5OyYjOTtjMS40OC0xMS4zNiwzLTIyLjcyLDQuNTEtMzQuMDhjMC4wNS0wLjM1LDAuMDktMC42OSwwLjE0LTEuMTJjLTkuNTgsMC0xOS4wOCwwLTI4LjcyLDBjMCwwLjQyLDAsMC44LDAsMS4xNyYjMTA7JiM5OyYjOTtjMCwzLjQ2LDAuMDEsNi45MSwwLDEwLjM3Yy0wLjAxLDMuMTItMi4yMSw1LjQzLTUuMTQsNS40Yy0yLjkxLTAuMDMtNS4wNS0yLjMtNS4wNi01LjM5Yy0wLjAxLTUuNDMsMC0xMC44Ni0wLjAxLTE2LjMmIzEwOyYjOTsmIzk7YzAtMi4zOSwxLjA0LTQuMSwzLjE4LTUuMTdjMTEuMTctNS41NywyMi4zMy0xMS4xNywzMy41MS0xNi43MWMwLjc5LTAuMzksMS43NS0wLjYsMi42NC0wLjZjMTEuMTgtMC4wNCwyMi4zNi0wLjA0LDMzLjU1LDAmIzEwOyYjOTsmIzk7YzAuOTUsMCwxLjk4LDAuMjUsMi44MywwLjY3YzExLjA2LDUuNDgsMjIuMDgsMTEuMDMsMzMuMTMsMTYuNTFjMi4zMSwxLjE1LDMuNDIsMi44OCwzLjQsNS40NmMtMC4wNCw1LjQ3LDAsMTAuOTMtMC4wMiwxNi40JiMxMDsmIzk7JiM5O2MtMC4wMSwyLjA2LTAuOTYsMy42LTIuNzcsNC41NGMtMS43MywwLjktMy40OSwwLjc5LTUuMTMtMC4yOWMtMS41Ni0xLjAzLTIuMy0yLjUzLTIuMy00LjRjMC0zLjQ5LDAtNi45OCwwLTEwLjQ4JiMxMDsmIzk7JiM5O2MwLTAuMzgsMC0wLjc2LDAtMS4yMWMtOS41OCwwLTE5LjA1LDAtMjguNywwYzAuMiwxLjYzLDAuNCwzLjIyLDAuNjEsNC44YzEuMTgsOC44NCwyLjM2LDE3LjY4LDMuNTQsMjYuNTMmIzEwOyYjOTsmIzk7YzAuMTgsMS4zMywwLjQxLDIuNjUsMC41MywzLjk4YzAuMDYsMC43MywwLjM4LDEuMDIsMS4wNSwxLjJjOC4zNCwyLjI1LDE2LjY3LDQuNTMsMjUsNi44YzEwLjc4LDIuOTQsMjEuNTYsNS44OCwzMi4zNCw4Ljg0JiMxMDsmIzk7JiM5O2MyLjg1LDAuNzgsNC4xNiwyLjUyLDQuMTcsNS40NmMwLjAxLDUuNDMsMC4wMSwxMC44NiwwLDE2LjNjLTAuMDEsMy4wOS0yLjE1LDUuMzUtNS4wNiw1LjM3Yy0yLjkzLDAuMDItNS4xMi0yLjI4LTUuMTMtNS40MiYjMTA7JiM5OyYjOTtjLTAuMDEtMy40MiwwLTYuODQsMC0xMC4yNmMwLTAuMzgsMC0wLjc2LDAtMS4yMmMtNi4wOCwwLTEyLjA1LDAtMTguMSwwYy0wLjAxLDAuMzMtMC4wNCwwLjY0LTAuMDQsMC45NCYjMTA7JiM5OyYjOTtjMCwzLjUzLDAuMDEsNy4wNS0wLjAxLDEwLjU4Yy0wLjAxLDMuMTEtMi4xMyw1LjM2LTUuMDUsNS4zOGMtMi45MywwLjAzLTUuMTQtMi4yOC01LjE1LTUuNGMtMC4wMS0zLjgsMC03LjYxLDAtMTEuNSYjMTA7JiM5OyYjOTtjLTYuNzksMC0xMy41LDAtMjAuMzcsMGMwLjE3LDEuMzcsMC4zMiwyLjcxLDAuNSw0LjA2YzIuMDIsMTUuMSw0LjA1LDMwLjE5LDYuMDYsNDUuMjljMS45NCwxNC41NCwzLjg2LDI5LjA4LDUuOCw0My42MiYjMTA7JiM5OyYjOTtjMC4zOCwyLjg3LDAuNzYsNS43MywxLjE2LDguNmMwLjM4LDIuNzUtMS4xNSw1LjE1LTMuNzQsNS44NGMtMi40OSwwLjY2LTQuOTYtMC42Mi02LjA0LTMuMDdjLTAuMTgtMC40MS0wLjUzLTAuODQtMC45Mi0xLjA1JiMxMDsmIzk7JiM5O2MtOS4xOC01LjA0LTE4LjM4LTEwLjA0LTI3LjU3LTE1LjA3Yy0wLjU3LTAuMzEtMC45OS0wLjI5LTEuNTUsMC4wMmMtOS4xOSw1LjAzLTE4LjM5LDEwLjAzLTI3LjU3LDE1LjA3JiMxMDsmIzk7JiM5O2MtMC4zOSwwLjIxLTAuNzQsMC42NC0wLjkyLDEuMDZjLTEuMDcsMi40MS0zLjQ5LDMuNjktNS45NSwzLjA4Yy0yLjUyLTAuNjItNC4xNi0yLjkyLTMuODItNS41N2MxLTcuODMsMi4wNS0xNS42NiwzLjA5LTIzLjQ5JiMxMDsmIzk7JiM5O2MxLjE3LTguODEsMi4zNS0xNy42MSwzLjUzLTI2LjQyYzEuNi0xMS45OSwzLjItMjMuOTcsNC44LTM1Ljk2YzAuNjYtNC45MywxLjMxLTkuODYsMS45Ni0xNC43OCYjMTA7JiM5OyYjOTtDMjY4LjE4LDg2LjQsMjY4LjIxLDg2LjAyLDI2OC4yNSw4NS41NnogTTMxNS40OCwxNTMuNzljLTAuMzItMC4yNS0wLjUtMC40MS0wLjctMC41NGMtNi43NS00LjUtMTMuNS04Ljk5LTIwLjIzLTEzLjUxJiMxMDsmIzk7JiM5O2MtMC42Mi0wLjQyLTEuMDItMC4zMy0xLjU4LDAuMDVjLTYuNjgsNC40OC0xMy4zNyw4LjkzLTIwLjA2LDEzLjM5Yy0wLjI1LDAuMTctMC40OCwwLjM3LTAuNzUsMC41N2MwLjE2LDAuMTIsMC4yMywwLjIsMC4zMiwwLjI1JiMxMDsmIzk7JiM5O2M2LjksMy43NywxMy44LDcuNTQsMjAuNzIsMTEuMjdjMC4zNCwwLjE4LDAuOTYsMC4xMiwxLjMyLTAuMDdjMi40MS0xLjI2LDQuNzgtMi41OCw3LjE2LTMuODgmIzEwOyYjOTsmIzk7QzMwNi4yMiwxNTguODQsMzEwLjc3LDE1Ni4zNiwzMTUuNDgsMTUzLjc5eiBNMjkzLjc4LDEwNS4xMWMtNS42OSw0Ljg4LTExLjMyLDkuNzEtMTYuOTYsMTQuNTNjMC4xNiwwLjE3LDAuMTksMC4yMywwLjI1LDAuMjcmIzEwOyYjOTsmIzk7YzUuMzcsMy41OCwxMC43NCw3LjE1LDE2LjA5LDEwLjc2YzAuNTgsMC4zOSwwLjk0LDAuMTgsMS40LTAuMTJjNC40OC0zLDguOTctNS45OSwxMy40Ni04Ljk4YzAuODktMC42LDEuNzgtMS4yLDIuNzctMS44NyYjMTA7JiM5OyYjOTtDMzA1LjA3LDExNC43OCwyOTkuNDYsMTA5Ljk3LDI5My43OCwxMDUuMTF6IE0yNjQuOTUsMTIuNjdjMC4wMiwwLjA3LDAuMDQsMC4xMywwLjA2LDAuMmMxOS4xNywwLDM4LjM1LDAsNTcuNTIsMCYjMTA7JiM5OyYjOTtjLTAuMjQtMC4zMy0wLjUyLTAuNS0wLjgyLTAuNjVjLTMuNzItMS44Ni03LjQzLTMuNzQtMTEuMTctNS41NmMtMC42MS0wLjMtMS4zMy0wLjQ4LTItMC40OGMtOC4yMS0wLjAzLTE2LjQzLDAuMTQtMjQuNjQtMC4wOSYjMTA7JiM5OyYjOTtjLTQuMTEtMC4xMS03LjgyLDAuNTgtMTEuMzUsMi43MkMyNzAuMTMsMTAuMjcsMjY3LjQ5LDExLjQsMjY0Ljk1LDEyLjY3eiBNMjg2LjY4LDE2OS41Yy02LjA0LTMuMjktMTEuOTMtNi41LTE3Ljk3LTkuNzkmIzEwOyYjOTsmIzk7Yy0wLjk0LDcuMDktMS44NiwxMy45OC0yLjgxLDIxLjEzQzI3Mi45NCwxNzYuOTksMjc5Ljc0LDE3My4yOSwyODYuNjgsMTY5LjV6IE0zMjEuNjcsMTgwLjgzYy0wLjk1LTcuMTYtMS44Ny0xNC4wNS0yLjgxLTIxLjEyJiMxMDsmIzk7JiM5O2MtNi4wMiwzLjI4LTExLjkxLDYuNS0xNy45Niw5Ljc5QzMwNy44NiwxNzMuMywzMTQuNjUsMTc3LDMyMS42NywxODAuODN6IE0zMTcuMTIsMTQ2LjYxYy0wLjk1LTcuMTQtMS44Ny0xMy45OS0yLjgxLTIxLjAzJiMxMDsmIzk7JiM5O2MtNC44OCwzLjI1LTkuNTcsNi4zOC0xNC4zNyw5LjU4QzMwNS43LDEzOSwzMTEuMjksMTQyLjczLDMxNy4xMiwxNDYuNjF6IE0yNzMuMjYsMTI1LjU3Yy0wLjk0LDcuMDctMS44NSwxMy45LTIuOCwyMS4wMyYjMTA7JiM5OyYjOTtjNS44Ny0zLjkxLDExLjQ2LTcuNjQsMTcuMTctMTEuNDVDMjgyLjc5LDEzMS45MywyNzguMTEsMTI4LjgxLDI3My4yNiwxMjUuNTd6IE0zMDYuMDksODUuNThjLTguMzIsMC0xNi4zMiwwLTI0LjYxLDAmIzEwOyYjOTsmIzk7YzQuMjQsMy42Myw4LjI2LDcuMDgsMTIuMzEsMTAuNTVDMjk3Ljg3LDkyLjYzLDMwMS44Nyw4OS4yLDMwNi4wOSw4NS41OHogTTI3Ny44MSw5MS40M2MtMC45Myw2Ljk5LTEuODMsMTMuNy0yLjcyLDIwLjQyJiMxMDsmIzk7JiM5O2MwLjA3LDAuMDQsMC4xNCwwLjA4LDAuMjEsMC4xM2M0LjM5LTMuNzYsOC43OC03LjUyLDEzLjI0LTExLjM1QzI4NC45Niw5Ny41NSwyODEuNDksOTQuNTcsMjc3LjgxLDkxLjQzeiBNMzA5Ljc1LDkxLjQzJiMxMDsmIzk7JiM5O2MtMy42NywzLjE0LTcuMTUsNi4xMy0xMC43Myw5LjE5YzQuNDcsMy44Myw4Ljg0LDcuNTgsMTMuMjEsMTEuMzJjMC4wOC0wLjA0LDAuMTYtMC4wOSwwLjI0LTAuMTMmIzEwOyYjOTsmIzk7QzMxMS41OCwxMDUuMSwzMTAuNjgsOTguMzksMzA5Ljc1LDkxLjQzeiBNMjkzLjg2LDQzLjQzYy0wLjE2LDAuMTItMC4yNiwwLjE2LTAuMzIsMC4yNGMtMi4xLDIuNjEtNC4yLDUuMjEtNi4yNiw3Ljg1JiMxMDsmIzk7JiM5O2MtMC4xNiwwLjIxLTAuMTEsMC44MSwwLjA3LDEuMDRjMS4yNCwxLjU4LDIuNTUsMy4xLDMuODQsNC42NWMxLjMsMS41NiwzLjkxLDEuNTYsNS4yMi0wLjAxYzEuNDQtMS43MiwyLjg3LTMuNDUsNC4zMi01LjE5JiMxMDsmIzk7JiM5O0MyOTguMzksNDkuMDgsMjk2LjEzLDQ2LjI2LDI5My44Niw0My40M3ogTTMwMC44OSwyMy41NWMtMC4xLTAuMTItMC4yLTAuMjMtMC4zLTAuMzVjLTQuNTIsMC05LjA1LDAtMTMuNTcsMCYjMTA7JiM5OyYjOTtjLTAuMDcsMC43OCw1LjU2LDguMTksNi44OSw5LjA4QzI5Ni4yNCwyOS4zNywyOTguNTcsMjYuNDYsMzAwLjg5LDIzLjU1eiBNMjUzLjQ1LDc1LjAyYzAuMDEsMC4wNSwwLjAyLDAuMTEsMC4wMywwLjE2JiMxMDsmIzk7JiM5O2M1LjM3LDAsMTAuNzMsMCwxNi4xOSwwYzAuMjEtMS41NSwwLjQxLTMuMDcsMC42My00Ljc1QzI2NC41NSw3MiwyNTkuMDEsNzMuNTEsMjUzLjQ1LDc1LjAyeiBNMzE3LjksNzUuMTZjNS40NiwwLDEwLjgsMCwxNi4xNCwwJiMxMDsmIzk7JiM5O2MwLjAxLTAuMDUsMC4wMS0wLjEsMC4wMi0wLjE1Yy01LjU0LTEuNTEtMTEuMDgtMy4wMi0xNi43OS00LjU3QzMxNy40OSw3Mi4xMiwzMTcuNjksNzMuNjEsMzE3LjksNzUuMTZ6IE0yODQuMTIsNDQuMTgmIzEwOyYjOTsmIzk7YzAuMDcsMC4wMiwwLjE0LDAuMDQsMC4yMSwwLjA2YzEuNTYtMS45NSwzLjEzLTMuOSw0LjY4LTUuODZjMC4xNS0wLjE4LDAuMjgtMC41OSwwLjE4LTAuNzJjLTEuMTItMS40Ny0yLjI4LTIuOS0zLjYxLTQuNTcmIzEwOyYjOTsmIzk7QzI4NS4wNywzNy4wMSwyODQuNTksNDAuNiwyODQuMTIsNDQuMTh6IE0yODAuODcsNjguNTJjLTAuMywyLjI5LTAuNTksNC40Ni0wLjg4LDYuNmMwLjkzLDAuMjksMS40NywwLjA2LDEuOTgtMC41OSYjMTA7JiM5OyYjOTtjMS4zOC0xLjc0LDIuODMtMy40MSw0LjI0LTUuMTJjMC4yLTAuMjUsMC4zNy0wLjUyLDAuNjQtMC44OUMyODQuNzYsNjguNTIsMjgyLjg3LDY4LjUyLDI4MC44Nyw2OC41MnogTTI5OC4xNCwzNy44OCYjMTA7JiM5OyYjOTtjMS43NCwyLjE3LDMuNDQsNC4yOSw1LjE0LDYuNGMwLjA2LTAuMDQsMC4xMi0wLjA4LDAuMTgtMC4xMWMtMC40OC0zLjU5LTAuOTYtNy4xOS0xLjQ4LTExLjA2JiMxMDsmIzk7JiM5O0MzMDAuNTgsMzQuODQsMjk5LjM4LDM2LjMzLDI5OC4xNCwzNy44OHogTTMwMC41OCw2OC40N2MxLjg1LDIuMjIsMy41MSw0LjE3LDUuMTIsNi4xN2MwLjU0LDAuNjcsMS4xLDAuNzQsMS44NywwLjQ1JiMxMDsmIzk7JiM5O2MtMC4yNi0yLjAyLTAuNS00LjAxLTAuODEtNS45OWMtMC4wNC0wLjI0LTAuNDEtMC42LTAuNjQtMC42QzMwNC4zOCw2OC40NSwzMDIuNjMsNjguNDcsMzAwLjU4LDY4LjQ3eiBNMjk3LjMxLDc1LjImIzEwOyYjOTsmIzk7Yy0xLjI1LTEuNS0yLjM1LTIuODEtMy41My00LjIyYy0xLjE4LDEuNDItMi4yOCwyLjc1LTMuNTEsNC4yMkMyOTIuNjgsNzUuMiwyOTQuODYsNzUuMiwyOTcuMzEsNzUuMnoiIGlkPSJYTUxJRF8xMjVfIi8+JiN4YTs8L2c+JiN4YTs8ZyBpZD0iWE1MSURfMjFfIj4mI3hhOwk8cGF0aCBkPSJNNDkzLjY3LTIuNjF2OC40YzAsMi4xMS0xLjcxLDMuODItMy44MiwzLjgySDQ1NS43Yy0yLjExLDAtMy44Mi0xLjcxLTMuODItMy44MnYtOC40JiMxMDsmIzk7JiM5O2MwLTIuMTEsMS43MS0zLjgyLDMuODItMy44MmgzNC4xNEM0OTEuOTYtNi40Myw0OTMuNjctNC43Miw0OTMuNjctMi42MXoiIGNsYXNzPSJzdDAiIGlkPSJYTUxJRF8xOV8iLz4mI3hhOwk8cGF0aCBkPSJNNTI4Ljc4LDI4LjM1djE0OS4zOGMwLDEwLjMtOC40MywxOC43My0xOC43MywxOC43M0g0MzUuNWMtMTAuMywwLTE4LjczLTguNDMtMTguNzMtMTguNzMmIzEwOyYjOTsmIzk7VjI4LjM1YzAtMTAuMyw4LjQzLTE4LjczLDE4LjczLTE4LjczaDc0LjU0QzUyMC4zNSw5LjYyLDUyOC43OCwxOC4wNCw1MjguNzgsMjguMzV6IiBjbGFzcz0ic3QxIiBpZD0iWE1MSURfOF8iLz4mI3hhOzwvZz4mI3hhOzxnIGlkPSJYTUxJRF80XyI+JiN4YTsJPGcgaWQ9IlhNTElEXzM2N18iPiYjeGE7CQk8cGF0aCBkPSJNNTk3LjE3LDYwLjU4Yy0wLjA1LTE2LjI2LDEzLjAxLTI5LjM5LDI5LjI3LTI5LjQyYzE2LjItMC4wMywyOS40NCwxMy4xNywyOS40MiwyOS4zMyYjMTA7JiM5OyYjOTsmIzk7Yy0wLjAyLDE2LjAzLTEzLjE2LDI5LjI0LTI5LjE5LDI5LjM1QzYxMC41MSw4OS45NCw1OTcuMjEsNzYuNzYsNTk3LjE3LDYwLjU4eiIgaWQ9IlhNTElEXzgyN18iLz4mI3hhOwkJPHBhdGggZD0iTTYzMi44Nyw5NS43N2MtMS42OSw1LjcxLTMuMTUsMTAuNzctNC43MiwxNS43OWMtMC4xNywwLjU1LTEuMDUsMS4yNy0xLjUzLDEuMjMmIzEwOyYjOTsmIzk7JiM5O2MtMC42NS0wLjA2LTEuNjItMC42Ny0xLjgtMS4yNWMtMS41Ny01LjAyLTMuMDgtMTAuMDgtNC4zNy0xNS4xOGMtMC4xNS0wLjU4LDEuMTItMi4xNSwxLjgzLTIuMjFjMi43OS0wLjI2LDUuNjQtMC4yNSw4LjQ0LTAuMDImIzEwOyYjOTsmIzk7JiM5O0M2MzEuNTMsOTQuMTksNjMyLjI3LDk1LjI4LDYzMi44Nyw5NS43N3oiIGlkPSJYTUxJRF84MTVfIi8+JiN4YTsJCTxwYXRoIGQ9Ik02NjAuMDEsNjAuMjZjMC02LjY1LDAuMDEtNi42NSw2LjQtNC44MWMzLjMyLDAuOTUsNi42NiwxLjgzLDkuOTMsMi45NGMwLjk3LDAuMzMsMS43MSwxLjMzLDIuNTUsMi4wMiYjMTA7JiM5OyYjOTsmIzk7Yy0wLjgxLDAuNzEtMS41LDEuNzgtMi40NCwyLjA4Yy00LjIzLDEuMzktOC41MiwyLjU5LTEyLjgsMy44MWMtMi44NiwwLjgyLTMuNTgsMC4yNS0zLjY0LTIuNzYmIzEwOyYjOTsmIzk7JiM5O0M2NTkuOTksNjIuNDUsNjYwLjAxLDYxLjM1LDY2MC4wMSw2MC4yNnoiIGlkPSJYTUxJRF84MTRfIi8+JiN4YTsJCTxwYXRoIGQ9Ik02MjYuMywyNi45M2MtNi42OCwwLTYuNjgsMC00Ljg0LTYuMzhjMC45OC0zLjQsMS44OS02Ljg0LDMuMDEtMTAuMTljMC4zLTAuODksMS4yNy0xLjU2LDEuOTMtMi4zMyYjMTA7JiM5OyYjOTsmIzk7YzAuNzIsMC44MSwxLjgsMS41LDIuMTEsMi40NGMxLjM2LDQuMTQsMi41Miw4LjM1LDMuNzMsMTIuNTRjMC45NCwzLjI2LDAuNDQsMy45LTIuOTMsMy45M0M2MjguMywyNi45NCw2MjcuMywyNi45Myw2MjYuMywyNi45M3oiIGlkPSJYTUxJRF84MTNfIi8+JiN4YTsJCTxwYXRoIGQ9Ik01OTIuOTYsNjAuNDVjMC4wOCw2LjY3LDAuNDQsNy4yNC02LjY5LDQuOTRjLTMuMzctMS4wOS02LjgzLTEuOS0xMC4yLTMuMDEmIzEwOyYjOTsmIzk7JiM5O2MtMC44LTAuMjYtMS4zNi0xLjI0LTIuMDItMS44OWMwLjY2LTAuNjUsMS4yLTEuNjQsMS45OC0xLjg5YzQuNTgtMS40OCw5LjIyLTIuOCwxMy44NS00LjEzYzIuMTEtMC42MSwzLjEzLDAuMjUsMy4wOCwyLjQ0JiMxMDsmIzk7JiM5OyYjOTtDNTkyLjkzLDU4LjA5LDU5Mi45NSw1OS4yNyw1OTIuOTYsNjAuNDV6IiBpZD0iWE1MSURfODEyXyIvPiYjeGE7CQk8cGF0aCBkPSJNNTk5LjI5LDE2LjdjMC4yNy0wLjQ1LDAuNTEtMS4zNSwxLTEuNTNjMC42NC0wLjIyLDEuNzMtMC4xMywyLjE5LDAuM2MzLjgyLDMuNSw3LjU2LDcuMDksMTEuMjYsMTAuNzEmIzEwOyYjOTsmIzk7JiM5O2MxLjE3LDEuMTUsMC44NywyLjMzLTAuNSwzLjE1Yy0yLjM0LDEuNC00LjY0LDIuODktNy4xMSw0LjAyYy0wLjcsMC4zMi0yLjYzLTAuMjctMi43OC0wLjc5JiMxMDsmIzk7JiM5OyYjOTtDNjAxLjg4LDI3LjQyLDYwMC42NiwyMi4yLDU5OS4yOSwxNi43eiIgaWQ9IlhNTElEXzgxMV8iLz4mI3hhOwkJPHBhdGggZD0iTTY3MC4yOCw4Ny42NGMtNS41MS0xLjM0LTEwLjU2LTIuNTMtMTUuNTgtMy44MmMtMS41Ny0wLjQtMS45OC0xLjU4LTEuMjItMi45NyYjMTA7JiM5OyYjOTsmIzk7YzEuMzEtMi40LDIuNjktNC43NSw0LjA5LTcuMDljMC44OS0xLjUsMi4wNi0xLjc1LDMuMzMtMC40NGMzLjU0LDMuNjcsNy4wOCw3LjM0LDEwLjUzLDExLjA5YzAuNDQsMC40NywwLjYxLDEuNTgsMC4zNiwyLjE4JiMxMDsmIzk7JiM5OyYjOTtDNjcxLjU0LDg3LjE1LDY3MC42MSw4Ny40Miw2NzAuMjgsODcuNjR6IiBpZD0iWE1MSURfODEwXyIvPiYjeGE7CQk8cGF0aCBkPSJNNTgyLjU4LDg3LjY4Yy0wLjM2LTAuMjUtMS4xOC0wLjUyLTEuNDItMS4wNWMtMC4yNS0wLjU1LTAuMi0xLjYsMC4xOC0yYzMuNjUtMy45NCw3LjM1LTcuODQsMTEuMi0xMS41OCYjMTA7JiM5OyYjOTsmIzk7YzAuMzctMC4zNiwyLjMxLDAuMTEsMi43NiwwLjc0YzEuNTgsMi4yMSwyLjk3LDQuNTksNC4xLDcuMDZjMC4zMSwwLjY5LTAuMzMsMi42MS0wLjg3LDIuNzcmIzEwOyYjOTsmIzk7JiM5O0M1OTMuMzcsODUuMDksNTg4LjE0LDg2LjMsNTgyLjU4LDg3LjY4eiIgaWQ9IlhNTElEXzgwOV8iLz4mI3hhOwkJPHBhdGggZD0iTTY3Mi43MiwzNC41N2MtMC44NywxLjI4LTEuMiwxLjkyLTEuNjcsMi40M2MtMy4yNSwzLjQ0LTYuNTQsNi44My05Ljc5LDEwLjI2JiMxMDsmIzk7JiM5OyYjOTtjLTEuNDgsMS41Ni0yLjc1LDEuNjItMy44Ny0wLjM2Yy0xLjI2LTIuMjEtMi41NS00LjQtMy44LTYuNjJjLTAuOTQtMS42Ny0wLjQ0LTIuODIsMS40LTMuMjhjNC43Ni0xLjE5LDkuNTEtMi40LDE0LjMxLTMuNCYjMTA7JiM5OyYjOTsmIzk7QzY3MC4yLDMzLjQyLDY3MS4yOSwzNC4xNCw2NzIuNzIsMzQuNTd6IiBpZD0iWE1MSURfODA4XyIvPiYjeGE7CQk8cGF0aCBkPSJNNTk5LjI4LDEwNC4yNmMxLjM4LTUuNTIsMi42LTEwLjc0LDQuMDgtMTUuODhjMC4xNS0wLjUyLDIuMDctMS4xMSwyLjc3LTAuNzkmIzEwOyYjOTsmIzk7JiM5O2MyLjQ3LDEuMTMsNC43OCwyLjYxLDcuMTEsNC4wMmMxLjU0LDAuOTMsMS41NiwyLjE1LDAuMzEsMy4zNWMtMy42LDMuNDgtNy4yLDYuOTUtMTAuODcsMTAuMzVjLTAuNSwwLjQ2LTEuNTQsMC43Ny0yLjE0LDAuNTgmIzEwOyYjOTsmIzk7JiM5O0M1OTkuOTgsMTA1LjY5LDU5OS42NCwxMDQuNzUsNTk5LjI4LDEwNC4yNnoiIGlkPSJYTUxJRF84MDdfIi8+JiN4YTsJCTxwYXRoIGQ9Ik01ODIuNjcsMzMuMjZjNS40OSwxLjM3LDEwLjcsMi41OSwxNS44NSw0LjA1YzAuNTYsMC4xNiwxLjI2LDEuOTMsMC45OSwyLjUyJiMxMDsmIzk7JiM5OyYjOTtjLTEuMjQsMi42Mi0yLjc1LDUuMTEtNC4yOSw3LjU4Yy0wLjg4LDEuNDEtMi4xLDEuMy0zLjE4LDAuMTljLTMuNDgtMy41OS02Ljk2LTcuMTgtMTAuMzMtMTAuODZjLTAuNS0wLjU0LTAuNjUtMS42NS0wLjUyLTIuNDImIzEwOyYjOTsmIzk7JiM5O0M1ODEuMjYsMzMuODYsNTgyLjIyLDMzLjU2LDU4Mi42NywzMy4yNnoiIGlkPSJYTUxJRF84MDZfIi8+JiN4YTsJCTxwYXRoIGQ9Ik02NTMuNzEsMTA0LjM4Yy0wLjMxLDAuNDEtMC42MSwxLjItMS4xNSwxLjQzYy0wLjU0LDAuMjMtMS41NSwwLjE2LTEuOTUtMC4yMiYjMTA7JiM5OyYjOTsmIzk7Yy0zLjg4LTMuNTgtNy43My03LjItMTEuNDEtMTAuOTljLTAuNDMtMC40NC0wLjE2LTIuNDQsMC40MS0yLjg0YzIuMzctMS42Nyw0LjkzLTMuMSw3LjU0LTQuMzdjMC41Ny0wLjI4LDIuMjcsMC4zMywyLjQxLDAuODImIzEwOyYjOTsmIzk7JiM5O0M2NTEuMDQsOTMuNDcsNjUyLjMxLDk4Ljc3LDY1My43MSwxMDQuMzh6IiBpZD0iWE1MSURfODA1XyIvPiYjeGE7CQk8cGF0aCBkPSJNNjUzLjY0LDE2LjY5Yy0xLjM0LDUuNS0yLjUzLDEwLjU0LTMuODEsMTUuNTdjLTAuNCwxLjU3LTEuNTYsMS45OS0yLjk2LDEuMjImIzEwOyYjOTsmIzk7JiM5O2MtMi4zOS0xLjMxLTQuNzQtMi43MS03LjA5LTQuMWMtMS41My0wLjktMS43My0yLjA5LTAuNDUtMy4zM2MzLjY2LTMuNTUsNy4zMy03LjA5LDExLjA4LTEwLjU0YzAuNDgtMC40NCwxLjYtMC42MywyLjE5LTAuMzgmIzEwOyYjOTsmIzk7JiM5O0M2NTMuMTcsMTUuMzgsNjUzLjQyLDE2LjM0LDY1My42NCwxNi42OXoiIGlkPSJYTUxJRF84MDRfIi8+JiN4YTsJPC9nPiYjeGE7CTxnIGlkPSJYTUxJRF8zNjZfIj4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI2MTMuNjcsMTg2IDY2NC41LDE4NiA2OTIuODIsMTQ1IDY0MS45OSwxNDUiIGlkPSJYTUxJRF8xMV8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI3MDguNjcsMTM4IDc1OS41LDEzOCA3ODcuODIsOTcgNzM2Ljk5LDk3IiBpZD0iWE1MSURfMTBfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iNjc3LjY3LDkwIDcyOC41LDkwIDc1Ni44Miw0OSA3MDUuOTksNDkiIGlkPSJYTUxJRF8xMl8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI2NzYuNjcsMTg2IDcyNy41LDE4NiA3NTUuODIsMTQ1IDcwNC45OSwxNDUiIGlkPSJYTUxJRF8xM18iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI2NDUuNjcsMTM4IDY5Ni41LDEzOCA3MjQuODIsOTcgNjczLjk5LDk3IiBpZD0iWE1MSURfMTRfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iNzQwLjY3LDg5IDc5MS41LDg5IDgxOS44Miw0OCA3NjguOTksNDgiIGlkPSJYTUxJRF8xNV8iLz4mI3hhOwk8L2c+JiN4YTs8L2c+JiN4YTs8L3N2Zz4=;\" parent=\"diagram-load-icon-box\" vertex=\"1\">\n <mxGeometry x=\"18.156999999999996\" y=\"10.1625\" width=\"99.19729166666666\" height=\"96.58891666666668\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-solar-icon-box\" value=\"\" style=\"group\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"1893\" y=\"1504.5\" width=\"134.5\" height=\"201.17000000000002\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-14\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=3;fillColor=#fff2cc;strokeColor=#d6b656;\" parent=\"diagram-solar-icon-box\" vertex=\"1\">\n <mxGeometry width=\"134.41252032520325\" height=\"134.41252032520325\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-solar-icon\" value=\"\" style=\"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNDYuMzMgMTc5LjY3OyIgdmlld0JveD0iMCAwIDI0Ni4zMyAxNzkuNjciIHk9IjBweCIgeD0iMHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIj4mI3hhOzxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+JiN4YTsJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSYjeGE7CS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30mI3hhOzwvc3R5bGU+JiN4YTs8ZyBpZD0iWE1MSURfMV8iPiYjeGE7CTxnIGlkPSJYTUxJRF8zXyI+JiN4YTsJCTxwYXRoIGQ9Ik0tNDgyLjk4LDEzMC4wOWMwLTAuMzEtMC4yMi0wLjU4LTAuNTItMC42NWMtNi43OC0xLjU4LTExLjQ3LTUuNDUtMTMuMDctMTIuMjUmIzEwOyYjOTsmIzk7JiM5O2MtMC43NC0zLjE5LTAuNTctNi41OS0wLjczLTEwLjAxYy0wLjAyLTAuMzgsMC4yOC0wLjcsMC42Ni0wLjdoMzQuNDNjMC4zNywwLDAuNjYsMC4zLDAuNjYsMC42N2MtMC4wMiw0LjUzLDAuNTksOS4wOS0xLjY2LDEzLjM4JiMxMDsmIzk7JiM5OyYjOTtjLTEuOTEsMy42NC00LjY5LDYuMy04LjQ5LDcuODVjLTEuMDksMC40NC0yLjI0LDAuNzMtMy41MiwxLjExYy0wLjI4LDAuMDgtMC40OCwwLjM0LTAuNDgsMC42NGMwLDAuMjgsMCwwLjU5LDAsMC45JiMxMDsmIzk7JiM5OyYjOTtjMCw1LjQyLTAuMDQsMTAuODQsMC4wMywxNi4yNmMwLjAyLDEuNDMsMC4xNywyLjg5LDAuNDQsNC4zYzAuNDksMi41NiwyLjY0LDQuNSw1LjI0LDQuNjljMy4xMywwLjIzLDYuMTUtMC4yOSw4LjkzLTEuNzEmIzEwOyYjOTsmIzk7JiM5O2MxMy43Ni03LjAyLDIxLjcxLTE4LjIzLDIzLjUzLTMzLjU3YzIuNTItMjEuMjYtMTIuMTctNDEuMTYtMzMuMjctNDUuNjNjLTIyLjk2LTQuODctNDYuMTcsMTAuNzUtNTAuMDMsMzMuODMmIzEwOyYjOTsmIzk7JiM5O2MtMy40LDIwLjMyLDcuMzEsMzkuMjcsMjYuNDgsNDYuODJjMS41LDAuNTksMi43MSwxLjQyLDIuOTMsMy4xNGMwLjQsMy4wNi0yLjI5LDUuMDEtNS4zNCwzLjg2JiMxMDsmIzk7JiM5OyYjOTtjLTcuMzItMi43Ny0xMy42OS02Ljk5LTE4Ljk1LTEyLjc5Yy03LjY3LTguNDgtMTIuMDctMTguMTctMTIuOTgtMjguOTdjLTEuNTMtMTguMjcsNy4xLTM2LjE0LDIyLjQ4LTQ2LjEzJiMxMDsmIzk7JiM5OyYjOTtjMjguNTQtMTguNTMsNjcuMDYtMy40LDc1LjA3LDMwLjQyYzUuMjUsMjIuMTctNi4wOCw0NS44Ny0yNi42OSw1NS42NmMtNC4zNiwyLjA3LTkuMDEsMy4xMS0xMy44NCwyLjIxJiMxMDsmIzk7JiM5OyYjOTtjLTcuMjEtMS4zNC0xMC45Ni01LjY1LTExLjItMTIuOTZjLTAuMi02LjMyLTAuMS0xMi42NC0wLjEzLTE4Ljk2Qy00ODIuOTgsMTMxLjA0LTQ4Mi45OCwxMzAuNTgtNDgyLjk4LDEzMC4wOXoiIGlkPSJYTUxJRF80OF8iLz4mI3hhOwkJPHBhdGggZD0iTS00NzkuNCwxMDQuNDRjLTUuMDgsMC0xMC4xNiwwLTE1LjI0LDBjLTEuODksMC0yLjQ3LTAuNTgtMi40OC0yLjQyYy0wLjAxLTEsMC4wMS0xLjk5LDAtMi45OSYjMTA7JiM5OyYjOTsmIzk7Yy0wLjAxLTEuMzUsMC43LTEuOTksMS45OS0yLjA4YzAuMDUsMCwwLjA5LDAsMC4xNCwwYzEwLjQ1LDAsMjAuODktMC4wMSwzMS4zNCwwLjAxYzEuNTEsMCwyLjExLDAuNjksMi4xNCwyLjIyJiMxMDsmIzk7JiM5OyYjOTtjMC4wMiwxLDAuMDEsMS45OSwwLDIuOTljLTAuMDIsMS42NS0wLjY2LDIuMjctMi4zNiwyLjI3Qy00NjkuMDUsMTA0LjQ1LTQ3NC4yMiwxMDQuNDQtNDc5LjQsMTA0LjQ0eiIgaWQ9IlhNTElEXzQ3XyIvPiYjeGE7CQk8cGF0aCBkPSJNLTQ4NS43Nyw5NC44NWMtMS45NCwwLTMuNjgsMC01LjU2LDBjMC0zLjI0LTAuMDgtNi40NCwwLjA0LTkuNjRjMC4wNS0xLjMzLDEuNTQtMi4zMSwyLjg3LTIuMjMmIzEwOyYjOTsmIzk7JiM5O2MxLjM2LDAuMDgsMi42LDEuMTMsMi42MywyLjUyQy00ODUuNzIsODguNTctNDg1Ljc3LDkxLjY0LTQ4NS43Nyw5NC44NXoiIGlkPSJYTUxJRF80Nl8iLz4mI3hhOwkJPHBhdGggZD0iTS00NjcuMjMsOTQuODNjLTEuOTIsMC0zLjY2LDAtNS42NCwwYzAtMC42OCwwLTEuMzYsMC0yLjA1YzAtMi4zMi0wLjAyLTQuNjQsMC4wMS02Ljk2JiMxMDsmIzk7JiM5OyYjOTtjMC4wMi0xLjYyLDEuMjItMi44MywyLjc1LTIuODVjMS41LTAuMDMsMi44MiwxLjE3LDIuODYsMi43NmMwLjA2LDIuNiwwLjAyLDUuMjEsMC4wMiw3LjgyJiMxMDsmIzk7JiM5OyYjOTtDLTQ2Ny4yMyw5My45Mi00NjcuMjMsOTQuMjktNDY3LjIzLDk0LjgzeiIgaWQ9IlhNTElEXzQ1XyIvPiYjeGE7CTwvZz4mI3hhOwk8ZyBpZD0iWE1MSURfNl8iPiYjeGE7CQk8cGF0aCBkPSJNLTQwNC42MSwxNzMuMDZjMC42OCwwLDEuMTcsMCwxLjY3LDBjNC44MSwwLDkuNjMtMC4wMSwxNC40NCwwLjAxYzAuNjQsMCwxLjMxLDAuMDQsMS45MiwwLjIxJiMxMDsmIzk7JiM5OyYjOTtjMS40MSwwLjQsMi4yMiwxLjcyLDIuMDcsMy4yMWMtMC4xNSwxLjQyLTEuMTcsMi4zOS0yLjY2LDIuNTJjLTAuMzIsMC4wMy0wLjY1LDAuMDEtMC45NywwLjAxYy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMCYjMTA7JiM5OyYjOTsmIzk7Yy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMGMtMTIuNDUsMC0yNC45LDAtMzcuMzUsMGMtMTIuNDUsMC0yNC45MSwwLTM3LjM2LDBjLTEyLjU5LDAtMjUuMTgsMC0zNy43NywwYy0xLjk0LDAtMy4wOS0xLTMuMTktMi43JiMxMDsmIzk7JiM5OyYjOTtjLTAuMS0xLjc1LDEuMDYtMy4wMywyLjkzLTMuMjJjMC40Ni0wLjA1LDAuOTMtMC4wMywxLjM5LTAuMDNjNC42OCwwLDkuMzUsMCwxNC4wMywwYzAuNSwwLDEsMCwxLjY2LDBjMC0zMS4xLDAtNjIuMDksMC05My4yNyYjMTA7JiM5OyYjOTsmIzk7Yy0wLjU0LDAtMS4wMywwLTEuNTMsMGMtNC45NSwwLTkuOTEsMC4wMS0xNC44NiwwYy0xLjgsMC0yLjk3LTAuNzItMy40NC0yLjA1Yy0wLjQ5LTEuMzctMC4xLTIuNTUsMS4zMy0zLjc2JiMxMDsmIzk7JiM5OyYjOTtjMTMuODItMTEuNzcsMjcuNjUtMjMuNTMsNDEuNDgtMzUuMjhjMTMuMTItMTEuMTYsMjYuMjUtMjIuMzEsMzkuMzctMzMuNDZjMi44Ni0yLjQzLDUuNzEtNC44Niw4LjU4LTcuMjgmIzEwOyYjOTsmIzk7JiM5O2MxLjUxLTEuMjcsMi45Ni0xLjI2LDQuNDksMC4wNWM4Ljk5LDcuNjYsMTcuOTYsMTUuMzQsMjYuOTUsMjIuOTljNi40Miw1LjQ2LDEyLjg3LDEwLjg5LDE5LjI5LDE2LjM1JiMxMDsmIzk7JiM5OyYjOTtjMTMuMywxMS4zLDI2LjYsMjIuNjIsMzkuOSwzMy45M2MxLjA2LDAuOSwyLjEyLDEuNzksMy4xNiwyLjdjMS40NCwxLjI1LDEuODYsMi40MiwxLjM2LDMuNzZjLTAuNSwxLjM2LTEuNywyLjA3LTMuNTgsMi4wNyYjMTA7JiM5OyYjOTsmIzk7Yy00LjkxLDAuMDEtOS44MSwwLTE0LjcyLDBjLTAuNDksMC0wLjk5LDAtMS42MSwwQy00MDQuNjEsMTEwLjkxLTQwNC42MSwxNDEuODYtNDA0LjYxLDE3My4wNnogTS0zOTYuNDIsNzMuNTkmIzEwOyYjOTsmIzk7JiM5O2MtNS42NC00LjgtMTEuMjktOS45Ni0xNi45Mi0xNC43N2MtNi40MS01LjQ3LTEyLjgtMTAuOTYtMTkuMjItMTYuNDNjLTcuMjctNi4xOC0xNC41Ni0xMi4zMi0yMS44My0xOC41JiMxMDsmIzk7JiM5OyYjOTtjLTcuNDgtNi4zNi0xNC45Ni0xMi43Mi0yMi40Mi0xOS4xMWMtMC42Ny0wLjU3LTEuMDktMC41OC0xLjc0LDAuMDFjLTEuNjIsMS40Ni0zLjMsMi44My00Ljk2LDQuMjQmIzEwOyYjOTsmIzk7JiM5O2MtMTMuNTEsMTEuNDktMjcuMDEsMjIuOTktNDAuNTIsMzQuNDhjLTExLjQzLDkuNzItMjMuMzksMjAuMzUtMzQuODMsMzAuMDcgTS01NTguODcsNzMuNTljMC41NCwwLDEuMDcsMCwxLjYxLDAmIzEwOyYjOTsmIzk7JiM5O2MxMS43NiwwLDIzLjUyLDAsMzUuMjgsMGMwLjYsMCwxLjIxLDAsMS44LDAuMWMxLjU0LDAuMjYsMi40OCwxLjM1LDIuNTQsMi44NWMwLjA2LDEuNTUtMC44OCwyLjc4LTIuNDEsMy4xMiYjMTA7JiM5OyYjOTsmIzk7Yy0wLjQsMC4wOS0wLjgzLDAuMTEtMS4yNCwwLjExYy03LjQxLDAuMDEtMTQuODIsMC4wMS0yMi4yMiwwLjAxYy0wLjM0LDAtMC42OSwwLTAuOTcsMGMwLDMxLjE2LDAsNjIuMTUsMCw5My4yMiYjMTA7JiM5OyYjOTsmIzk7YzQ0LjY0LDAsODkuMTIsMCwxMzMuNzIsMGMwLTMxLjEzLDAtNjIuMTMsMC05My4yMmMtMy4xOSwwLTYuMzMsMC05LjQ2LDBjLTQuNjgsMC05LjM1LDAuMDItMTQuMDMtMC4wMSYjMTA7JiM5OyYjOTsmIzk7Yy0yLjIzLTAuMDItMy42Mi0xLjQ3LTMuNDEtMy40NmMwLjE3LTEuNjYsMS40My0yLjY5LDMuNDYtMi43MWMzLjI4LTAuMDQsNi41Ny0wLjAxLDkuODUtMC4wMWM4LjgsMCwxNy42LDAsMjYuNCwwJiMxMDsmIzk7JiM5OyYjOTtjMC40OSwwLDAuOTcsMCwxLjQ2LDAiIGlkPSJYTUxJRF82MV8iLz4mI3hhOwk8L2c+JiN4YTs8L2c+JiN4YTs8ZyBpZD0iWE1MSURfMl8iPiYjeGE7CTxwYXRoIGQ9Ik0tMzA0LjQxLDc4LjU2Yy02LjgxLDAtMTMuNTMsMC0yMC4zOCwwYzAsMC40MSwwLDAuNzksMCwxLjE2YzAsMy40NiwwLjAxLDYuOTEsMCwxMC4zNyYjMTA7JiM5OyYjOTtjLTAuMDEsMy4wOS0yLjE2LDUuMzYtNS4wNSw1LjM5Yy0yLjk0LDAuMDMtNS4xNC0yLjI4LTUuMTUtNS40Yy0wLjAxLTMuOCwwLTcuNjEsMC0xMS41Yy02LjAzLDAtMTIuMDEsMC0xOC4xNSwwJiMxMDsmIzk7JiM5O2MwLDAuMzgsMCwwLjc1LDAsMS4xM2MwLDMuNDYsMC4wMSw2LjkxLDAsMTAuMzdjLTAuMDEsMy4xNi0yLjE4LDUuNDMtNS4xMyw1LjQxYy0yLjktMC4wMi01LjA1LTIuMy01LjA2LTUuMzkmIzEwOyYjOTsmIzk7Yy0wLjAyLTUuNDMtMC4wMi0xMC44NiwwLTE2LjNjMC4wMS0yLjkxLDEuMzUtNC42OCw0LjItNS40NmMxOS4wNC01LjIsMzguMDgtMTAuNCw1Ny4xMy0xNS41N2MwLjc3LTAuMjEsMS4xNy0wLjQ5LDEuMjgtMS4zNiYjMTA7JiM5OyYjOTtjMS40OC0xMS4zNiwzLTIyLjcyLDQuNTEtMzQuMDhjMC4wNS0wLjM1LDAuMDktMC42OSwwLjE0LTEuMTJjLTkuNTgsMC0xOS4wOCwwLTI4LjcyLDBjMCwwLjQyLDAsMC44LDAsMS4xNyYjMTA7JiM5OyYjOTtjMCwzLjQ2LDAuMDEsNi45MSwwLDEwLjM3Yy0wLjAxLDMuMTItMi4yMSw1LjQzLTUuMTQsNS40Yy0yLjkxLTAuMDMtNS4wNS0yLjMtNS4wNi01LjM5Yy0wLjAxLTUuNDMsMC0xMC44Ni0wLjAxLTE2LjMmIzEwOyYjOTsmIzk7YzAtMi4zOSwxLjA0LTQuMSwzLjE4LTUuMTdjMTEuMTctNS41NywyMi4zMy0xMS4xNywzMy41MS0xNi43MWMwLjc5LTAuMzksMS43NS0wLjYsMi42NC0wLjZjMTEuMTgtMC4wNCwyMi4zNi0wLjA0LDMzLjU1LDAmIzEwOyYjOTsmIzk7YzAuOTUsMCwxLjk4LDAuMjUsMi44MywwLjY3YzExLjA2LDUuNDgsMjIuMDgsMTEuMDMsMzMuMTMsMTYuNTFjMi4zMSwxLjE1LDMuNDIsMi44OCwzLjQsNS40NmMtMC4wNCw1LjQ3LDAsMTAuOTMtMC4wMiwxNi40JiMxMDsmIzk7JiM5O2MtMC4wMSwyLjA2LTAuOTYsMy42LTIuNzcsNC41NGMtMS43MywwLjktMy40OSwwLjc5LTUuMTMtMC4yOWMtMS41Ni0xLjAzLTIuMy0yLjUzLTIuMy00LjRjMC0zLjQ5LDAtNi45OCwwLTEwLjQ4JiMxMDsmIzk7JiM5O2MwLTAuMzgsMC0wLjc2LDAtMS4yMWMtOS41OCwwLTE5LjA1LDAtMjguNywwYzAuMiwxLjYzLDAuNCwzLjIyLDAuNjEsNC44YzEuMTgsOC44NCwyLjM2LDE3LjY4LDMuNTQsMjYuNTMmIzEwOyYjOTsmIzk7YzAuMTgsMS4zMywwLjQxLDIuNjUsMC41MywzLjk4YzAuMDYsMC43MywwLjM4LDEuMDIsMS4wNSwxLjJjOC4zNCwyLjI1LDE2LjY3LDQuNTMsMjUsNi44YzEwLjc4LDIuOTQsMjEuNTYsNS44OCwzMi4zNCw4Ljg0JiMxMDsmIzk7JiM5O2MyLjg1LDAuNzgsNC4xNiwyLjUyLDQuMTcsNS40NmMwLjAxLDUuNDMsMC4wMSwxMC44NiwwLDE2LjNjLTAuMDEsMy4wOS0yLjE1LDUuMzUtNS4wNiw1LjM3Yy0yLjkzLDAuMDItNS4xMi0yLjI4LTUuMTMtNS40MiYjMTA7JiM5OyYjOTtjLTAuMDEtMy40MiwwLTYuODQsMC0xMC4yNmMwLTAuMzgsMC0wLjc2LDAtMS4yMmMtNi4wOCwwLTEyLjA1LDAtMTguMSwwYy0wLjAxLDAuMzMtMC4wNCwwLjY0LTAuMDQsMC45NCYjMTA7JiM5OyYjOTtjMCwzLjUzLDAuMDEsNy4wNS0wLjAxLDEwLjU4Yy0wLjAxLDMuMTEtMi4xMyw1LjM2LTUuMDUsNS4zOGMtMi45MywwLjAzLTUuMTQtMi4yOC01LjE1LTUuNGMtMC4wMS0zLjgsMC03LjYxLDAtMTEuNSYjMTA7JiM5OyYjOTtjLTYuNzksMC0xMy41LDAtMjAuMzcsMGMwLjE3LDEuMzcsMC4zMiwyLjcxLDAuNSw0LjA2YzIuMDIsMTUuMSw0LjA1LDMwLjE5LDYuMDYsNDUuMjljMS45NCwxNC41NCwzLjg2LDI5LjA4LDUuOCw0My42MiYjMTA7JiM5OyYjOTtjMC4zOCwyLjg3LDAuNzYsNS43MywxLjE2LDguNmMwLjM4LDIuNzUtMS4xNSw1LjE1LTMuNzQsNS44NGMtMi40OSwwLjY2LTQuOTYtMC42Mi02LjA0LTMuMDdjLTAuMTgtMC40MS0wLjUzLTAuODQtMC45Mi0xLjA1JiMxMDsmIzk7JiM5O2MtOS4xOC01LjA0LTE4LjM4LTEwLjA0LTI3LjU3LTE1LjA3Yy0wLjU3LTAuMzEtMC45OS0wLjI5LTEuNTUsMC4wMmMtOS4xOSw1LjAzLTE4LjM5LDEwLjAzLTI3LjU3LDE1LjA3JiMxMDsmIzk7JiM5O2MtMC4zOSwwLjIxLTAuNzQsMC42NC0wLjkyLDEuMDZjLTEuMDcsMi40MS0zLjQ5LDMuNjktNS45NSwzLjA4Yy0yLjUyLTAuNjItNC4xNi0yLjkyLTMuODItNS41N2MxLTcuODMsMi4wNS0xNS42NiwzLjA5LTIzLjQ5JiMxMDsmIzk7JiM5O2MxLjE3LTguODEsMi4zNS0xNy42MSwzLjUzLTI2LjQyYzEuNi0xMS45OSwzLjItMjMuOTcsNC44LTM1Ljk2YzAuNjYtNC45MywxLjMxLTkuODYsMS45Ni0xNC43OCYjMTA7JiM5OyYjOTtDLTMwNC40OSw3OS40LTMwNC40Niw3OS4wMi0zMDQuNDEsNzguNTZ6IE0tMjU3LjE5LDE0Ni43OWMtMC4zMi0wLjI1LTAuNS0wLjQxLTAuNy0wLjU0Yy02Ljc1LTQuNS0xMy41LTguOTktMjAuMjMtMTMuNTEmIzEwOyYjOTsmIzk7Yy0wLjYyLTAuNDItMS4wMi0wLjMzLTEuNTgsMC4wNWMtNi42OCw0LjQ4LTEzLjM3LDguOTMtMjAuMDYsMTMuMzljLTAuMjUsMC4xNy0wLjQ4LDAuMzctMC43NSwwLjU3YzAuMTYsMC4xMiwwLjIzLDAuMiwwLjMyLDAuMjUmIzEwOyYjOTsmIzk7YzYuOSwzLjc3LDEzLjgsNy41NCwyMC43MiwxMS4yN2MwLjM0LDAuMTgsMC45NiwwLjEyLDEuMzItMC4wN2MyLjQxLTEuMjYsNC43OC0yLjU4LDcuMTYtMy44OCYjMTA7JiM5OyYjOTtDLTI2Ni40NSwxNTEuODQtMjYxLjksMTQ5LjM2LTI1Ny4xOSwxNDYuNzl6IE0tMjc4Ljg5LDk4LjExYy01LjY5LDQuODgtMTEuMzIsOS43MS0xNi45NiwxNC41M2MwLjE2LDAuMTcsMC4xOSwwLjIzLDAuMjUsMC4yNyYjMTA7JiM5OyYjOTtjNS4zNywzLjU4LDEwLjc0LDcuMTUsMTYuMDksMTAuNzZjMC41OCwwLjM5LDAuOTQsMC4xOCwxLjQtMC4xMmM0LjQ4LTMsOC45Ny01Ljk5LDEzLjQ2LTguOThjMC44OS0wLjYsMS43OC0xLjIsMi43Ny0xLjg3JiMxMDsmIzk7JiM5O0MtMjY3LjYsMTA3Ljc4LTI3My4yMSwxMDIuOTctMjc4Ljg5LDk4LjExeiBNLTMwNy43Miw1LjY3YzAuMDIsMC4wNywwLjA0LDAuMTMsMC4wNiwwLjJjMTkuMTcsMCwzOC4zNSwwLDU3LjUyLDAmIzEwOyYjOTsmIzk7Yy0wLjI0LTAuMzMtMC41Mi0wLjUtMC44Mi0wLjY1Yy0zLjcyLTEuODYtNy40My0zLjc0LTExLjE3LTUuNTZjLTAuNjEtMC4zLTEuMzMtMC40OC0yLTAuNDhjLTguMjEtMC4wMy0xNi40MywwLjE0LTI0LjY0LTAuMDkmIzEwOyYjOTsmIzk7Yy00LjExLTAuMTEtNy44MiwwLjU4LTExLjM1LDIuNzJDLTMwMi41NCwzLjI3LTMwNS4xNyw0LjQtMzA3LjcyLDUuNjd6IE0tMjg1Ljk5LDE2Mi41Yy02LjA0LTMuMjktMTEuOTMtNi41LTE3Ljk3LTkuNzkmIzEwOyYjOTsmIzk7Yy0wLjk0LDcuMDktMS44NiwxMy45OC0yLjgxLDIxLjEzQy0yOTkuNzIsMTY5Ljk5LTI5Mi45MywxNjYuMjktMjg1Ljk5LDE2Mi41eiBNLTI1MC45OSwxNzMuODNjLTAuOTUtNy4xNi0xLjg3LTE0LjA1LTIuODEtMjEuMTImIzEwOyYjOTsmIzk7Yy02LjAyLDMuMjgtMTEuOTEsNi41LTE3Ljk2LDkuNzlDLTI2NC44LDE2Ni4zLTI1OC4wMiwxNzAtMjUwLjk5LDE3My44M3ogTS0yNTUuNTUsMTM5LjYxYy0wLjk1LTcuMTQtMS44Ny0xMy45OS0yLjgxLTIxLjAzJiMxMDsmIzk7JiM5O2MtNC44OCwzLjI1LTkuNTcsNi4zOC0xNC4zNyw5LjU4Qy0yNjYuOTcsMTMyLTI2MS4zOCwxMzUuNzMtMjU1LjU1LDEzOS42MXogTS0yOTkuNDEsMTE4LjU3Yy0wLjk0LDcuMDctMS44NSwxMy45LTIuOCwyMS4wMyYjMTA7JiM5OyYjOTtjNS44Ny0zLjkxLDExLjQ2LTcuNjQsMTcuMTctMTEuNDVDLTI4OS44OCwxMjQuOTMtMjk0LjU2LDEyMS44MS0yOTkuNDEsMTE4LjU3eiBNLTI2Ni41Nyw3OC41OGMtOC4zMiwwLTE2LjMyLDAtMjQuNjEsMCYjMTA7JiM5OyYjOTtjNC4yNCwzLjYzLDguMjYsNy4wOCwxMi4zMSwxMC41NUMtMjc0Ljc5LDg1LjYzLTI3MC43OSw4Mi4yLTI2Ni41Nyw3OC41OHogTS0yOTQuODUsODQuNDNjLTAuOTMsNi45OS0xLjgzLDEzLjctMi43MiwyMC40MiYjMTA7JiM5OyYjOTtjMC4wNywwLjA0LDAuMTQsMC4wOCwwLjIxLDAuMTNjNC4zOS0zLjc2LDguNzgtNy41MiwxMy4yNC0xMS4zNUMtMjg3LjcxLDkwLjU1LTI5MS4xOCw4Ny41Ny0yOTQuODUsODQuNDN6IE0tMjYyLjkyLDg0LjQzJiMxMDsmIzk7JiM5O2MtMy42NywzLjE0LTcuMTUsNi4xMy0xMC43Myw5LjE5YzQuNDcsMy44Myw4Ljg0LDcuNTgsMTMuMjEsMTEuMzJjMC4wOC0wLjA0LDAuMTYtMC4wOSwwLjI0LTAuMTMmIzEwOyYjOTsmIzk7Qy0yNjEuMDksOTguMS0yNjEuOTksOTEuMzktMjYyLjkyLDg0LjQzeiBNLTI3OC44MSwzNi40M2MtMC4xNiwwLjEyLTAuMjYsMC4xNi0wLjMyLDAuMjRjLTIuMSwyLjYxLTQuMiw1LjIxLTYuMjYsNy44NSYjMTA7JiM5OyYjOTtjLTAuMTYsMC4yMS0wLjExLDAuODEsMC4wNywxLjA0YzEuMjQsMS41OCwyLjU1LDMuMSwzLjg0LDQuNjVjMS4zLDEuNTYsMy45MSwxLjU2LDUuMjItMC4wMWMxLjQ0LTEuNzIsMi44Ny0zLjQ1LDQuMzItNS4xOSYjMTA7JiM5OyYjOTtDLTI3NC4yOCw0Mi4wOC0yNzYuNTQsMzkuMjYtMjc4LjgxLDM2LjQzeiBNLTI3MS43NywxNi41NWMtMC4xLTAuMTItMC4yLTAuMjMtMC4zLTAuMzVjLTQuNTIsMC05LjA1LDAtMTMuNTcsMCYjMTA7JiM5OyYjOTtjLTAuMDcsMC43OCw1LjU2LDguMTksNi44OSw5LjA4Qy0yNzYuNDMsMjIuMzctMjc0LjEsMTkuNDYtMjcxLjc3LDE2LjU1eiBNLTMxOS4yMSw2OC4wMmMwLjAxLDAuMDUsMC4wMiwwLjExLDAuMDMsMC4xNiYjMTA7JiM5OyYjOTtjNS4zNywwLDEwLjczLDAsMTYuMTksMGMwLjIxLTEuNTUsMC40MS0zLjA3LDAuNjMtNC43NUMtMzA4LjEyLDY1LTMxMy42Niw2Ni41MS0zMTkuMjEsNjguMDJ6IE0tMjU0Ljc3LDY4LjE2JiMxMDsmIzk7JiM5O2M1LjQ2LDAsMTAuOCwwLDE2LjE0LDBjMC4wMS0wLjA1LDAuMDEtMC4xLDAuMDItMC4xNWMtNS41NC0xLjUxLTExLjA4LTMuMDItMTYuNzktNC41N0MtMjU1LjE4LDY1LjEyLTI1NC45OCw2Ni42MS0yNTQuNzcsNjguMTZ6JiMxMDsmIzk7JiM5OyBNLTI4OC41NSwzNy4xOGMwLjA3LDAuMDIsMC4xNCwwLjA0LDAuMjEsMC4wNmMxLjU2LTEuOTUsMy4xMy0zLjksNC42OC01Ljg2YzAuMTUtMC4xOCwwLjI4LTAuNTksMC4xOC0wLjcyJiMxMDsmIzk7JiM5O2MtMS4xMi0xLjQ3LTIuMjgtMi45LTMuNjEtNC41N0MtMjg3LjYsMzAuMDEtMjg4LjA3LDMzLjYtMjg4LjU1LDM3LjE4eiBNLTI5MS44LDYxLjUyYy0wLjMsMi4yOS0wLjU5LDQuNDYtMC44OCw2LjYmIzEwOyYjOTsmIzk7YzAuOTMsMC4yOSwxLjQ3LDAuMDYsMS45OC0wLjU5YzEuMzgtMS43NCwyLjgzLTMuNDEsNC4yNC01LjEyYzAuMi0wLjI1LDAuMzctMC41MiwwLjY0LTAuODkmIzEwOyYjOTsmIzk7Qy0yODcuOTEsNjEuNTItMjg5LjgsNjEuNTItMjkxLjgsNjEuNTJ6IE0tMjc0LjUyLDMwLjg4YzEuNzQsMi4xNywzLjQ0LDQuMjksNS4xNCw2LjRjMC4wNi0wLjA0LDAuMTItMC4wOCwwLjE4LTAuMTEmIzEwOyYjOTsmIzk7Yy0wLjQ4LTMuNTktMC45Ni03LjE5LTEuNDgtMTEuMDZDLTI3Mi4wOCwyNy44NC0yNzMuMjgsMjkuMzMtMjc0LjUyLDMwLjg4eiBNLTI3Mi4wOSw2MS40N2MxLjg1LDIuMjIsMy41MSw0LjE3LDUuMTIsNi4xNyYjMTA7JiM5OyYjOTtjMC41NCwwLjY3LDEuMSwwLjc0LDEuODcsMC40NWMtMC4yNi0yLjAyLTAuNS00LjAxLTAuODEtNS45OWMtMC4wNC0wLjI0LTAuNDEtMC42LTAuNjQtMC42JiMxMDsmIzk7JiM5O0MtMjY4LjI5LDYxLjQ1LTI3MC4wNCw2MS40Ny0yNzIuMDksNjEuNDd6IE0tMjc1LjM2LDY4LjJjLTEuMjUtMS41LTIuMzUtMi44MS0zLjUzLTQuMjJjLTEuMTgsMS40Mi0yLjI4LDIuNzUtMy41MSw0LjIyJiMxMDsmIzk7JiM5O0MtMjc5Ljk4LDY4LjItMjc3LjgxLDY4LjItMjc1LjM2LDY4LjJ6IiBpZD0iWE1MSURfMTI1XyIvPiYjeGE7PC9nPiYjeGE7PGcgaWQ9IlhNTElEXzIxXyI+JiN4YTsJPHBhdGggZD0iTS03OS05LjYxdjguNGMwLDIuMTEtMS43MSwzLjgyLTMuODIsMy44MmgtMzQuMTRjLTIuMTEsMC0zLjgyLTEuNzEtMy44Mi0zLjgydi04LjQmIzEwOyYjOTsmIzk7YzAtMi4xMSwxLjcxLTMuODIsMy44Mi0zLjgyaDM0LjE0Qy04MC43MS0xMy40My03OS0xMS43Mi03OS05LjYxeiIgY2xhc3M9InN0MCIgaWQ9IlhNTElEXzE5XyIvPiYjeGE7CTxwYXRoIGQ9Ik0tNDMuODksMjEuMzV2MTQ5LjM4YzAsMTAuMy04LjQzLDE4LjczLTE4LjczLDE4LjczaC03NC41NGMtMTAuMywwLTE4LjczLTguNDMtMTguNzMtMTguNzMmIzEwOyYjOTsmIzk7VjIxLjM1YzAtMTAuMyw4LjQzLTE4LjczLDE4LjczLTE4LjczaDc0LjU0Qy01Mi4zMiwyLjYyLTQzLjg5LDExLjA0LTQzLjg5LDIxLjM1eiIgY2xhc3M9InN0MSIgaWQ9IlhNTElEXzhfIi8+JiN4YTs8L2c+JiN4YTs8ZyBpZD0iWE1MSURfNF8iPiYjeGE7CTxnIGlkPSJYTUxJRF8zNjdfIj4mI3hhOwkJPHBhdGggZD0iTTI0LjUsNTMuNThDMjQuNDUsMzcuMzIsMzcuNTEsMjQuMiw1My43NywyNC4xNmMxNi4yLTAuMDMsMjkuNDQsMTMuMTcsMjkuNDIsMjkuMzMmIzEwOyYjOTsmIzk7JiM5O0M4My4xNiw2OS41Miw3MC4wMyw4Mi43Myw1NCw4Mi44NEMzNy44NCw4Mi45NCwyNC41NSw2OS43NiwyNC41LDUzLjU4eiIgaWQ9IlhNTElEXzgyN18iLz4mI3hhOwkJPHBhdGggZD0iTTYwLjIsODguNzdjLTEuNjksNS43MS0zLjE1LDEwLjc3LTQuNzIsMTUuNzljLTAuMTcsMC41NS0xLjA1LDEuMjctMS41MywxLjIzJiMxMDsmIzk7JiM5OyYjOTtjLTAuNjUtMC4wNi0xLjYyLTAuNjctMS44LTEuMjVjLTEuNTctNS4wMi0zLjA4LTEwLjA4LTQuMzctMTUuMThjLTAuMTUtMC41OCwxLjEyLTIuMTUsMS44My0yLjIxYzIuNzktMC4yNiw1LjY0LTAuMjUsOC40NC0wLjAyJiMxMDsmIzk7JiM5OyYjOTtDNTguODcsODcuMTksNTkuNiw4OC4yOCw2MC4yLDg4Ljc3eiIgaWQ9IlhNTElEXzgxNV8iLz4mI3hhOwkJPHBhdGggZD0iTTg3LjM0LDUzLjI2YzAtNi42NSwwLjAxLTYuNjUsNi40LTQuODFjMy4zMiwwLjk1LDYuNjYsMS44Myw5LjkzLDIuOTRjMC45NywwLjMzLDEuNzEsMS4zMywyLjU1LDIuMDImIzEwOyYjOTsmIzk7JiM5O2MtMC44MSwwLjcxLTEuNSwxLjc4LTIuNDQsMi4wOGMtNC4yMywxLjM5LTguNTIsMi41OS0xMi44LDMuODFjLTIuODYsMC44Mi0zLjU4LDAuMjUtMy42NC0yLjc2JiMxMDsmIzk7JiM5OyYjOTtDODcuMzIsNTUuNDUsODcuMzQsNTQuMzUsODcuMzQsNTMuMjZ6IiBpZD0iWE1MSURfODE0XyIvPiYjeGE7CQk8cGF0aCBkPSJNNTMuNjMsMTkuOTNjLTYuNjgsMC02LjY4LDAtNC44NC02LjM4YzAuOTgtMy40LDEuODktNi44NCwzLjAxLTEwLjE5YzAuMy0wLjg5LDEuMjctMS41NiwxLjkzLTIuMzMmIzEwOyYjOTsmIzk7JiM5O2MwLjcyLDAuODEsMS44LDEuNSwyLjExLDIuNDRjMS4zNiw0LjE0LDIuNTIsOC4zNSwzLjczLDEyLjU0YzAuOTQsMy4yNiwwLjQ0LDMuOS0yLjkzLDMuOTNDNTUuNjQsMTkuOTQsNTQuNjQsMTkuOTMsNTMuNjMsMTkuOTN6IiBpZD0iWE1MSURfODEzXyIvPiYjeGE7CQk8cGF0aCBkPSJNMjAuMjksNTMuNDVjMC4wOCw2LjY3LDAuNDQsNy4yNC02LjY5LDQuOTRjLTMuMzctMS4wOS02LjgzLTEuOS0xMC4yLTMuMDEmIzEwOyYjOTsmIzk7JiM5O2MtMC44LTAuMjYtMS4zNi0xLjI0LTIuMDItMS44OWMwLjY2LTAuNjUsMS4yLTEuNjQsMS45OC0xLjg5YzQuNTgtMS40OCw5LjIyLTIuOCwxMy44NS00LjEzYzIuMTEtMC42MSwzLjEzLDAuMjUsMy4wOCwyLjQ0JiMxMDsmIzk7JiM5OyYjOTtDMjAuMjcsNTEuMDksMjAuMjksNTIuMjcsMjAuMjksNTMuNDV6IiBpZD0iWE1MSURfODEyXyIvPiYjeGE7CQk8cGF0aCBkPSJNMjYuNjMsOS43YzAuMjctMC40NSwwLjUxLTEuMzUsMS0xLjUzYzAuNjQtMC4yMiwxLjczLTAuMTMsMi4xOSwwLjNjMy44MiwzLjUsNy41Niw3LjA5LDExLjI2LDEwLjcxJiMxMDsmIzk7JiM5OyYjOTtjMS4xNywxLjE1LDAuODcsMi4zMy0wLjUsMy4xNWMtMi4zNCwxLjQtNC42NCwyLjg5LTcuMTEsNC4wMmMtMC43LDAuMzItMi42My0wLjI3LTIuNzgtMC43OUMyOS4yMiwyMC40MiwyNy45OSwxNS4yLDI2LjYzLDkuN3oiIGlkPSJYTUxJRF84MTFfIi8+JiN4YTsJCTxwYXRoIGQ9Ik05Ny42MSw4MC42NGMtNS41MS0xLjM0LTEwLjU2LTIuNTMtMTUuNTgtMy44MmMtMS41Ny0wLjQtMS45OC0xLjU4LTEuMjItMi45NyYjMTA7JiM5OyYjOTsmIzk7YzEuMzEtMi40LDIuNjktNC43NSw0LjA5LTcuMDljMC44OS0xLjUsMi4wNi0xLjc1LDMuMzItMC40NGMzLjU0LDMuNjcsNy4wOCw3LjM0LDEwLjUzLDExLjA5YzAuNDQsMC40NywwLjYxLDEuNTgsMC4zNiwyLjE4JiMxMDsmIzk7JiM5OyYjOTtDOTguODgsODAuMTUsOTcuOTQsODAuNDIsOTcuNjEsODAuNjR6IiBpZD0iWE1MSURfODEwXyIvPiYjeGE7CQk8cGF0aCBkPSJNOS45MSw4MC42OGMtMC4zNi0wLjI1LTEuMTgtMC41Mi0xLjQyLTEuMDVjLTAuMjUtMC41NS0wLjItMS42LDAuMTgtMmMzLjY1LTMuOTQsNy4zNS03Ljg0LDExLjItMTEuNTgmIzEwOyYjOTsmIzk7JiM5O2MwLjM3LTAuMzYsMi4zMSwwLjExLDIuNzYsMC43NGMxLjU4LDIuMjEsMi45Nyw0LjU5LDQuMSw3LjA2YzAuMzEsMC42OS0wLjMzLDIuNjEtMC44NywyLjc3QzIwLjcsNzguMDksMTUuNDgsNzkuMyw5LjkxLDgwLjY4eiIgaWQ9IlhNTElEXzgwOV8iLz4mI3hhOwkJPHBhdGggZD0iTTEwMC4wNiwyNy41N2MtMC44NywxLjI4LTEuMiwxLjkyLTEuNjcsMi40M2MtMy4yNSwzLjQ0LTYuNTQsNi44My05Ljc5LDEwLjI2JiMxMDsmIzk7JiM5OyYjOTtjLTEuNDgsMS41Ni0yLjc1LDEuNjItMy44Ny0wLjM2Yy0xLjI2LTIuMjEtMi41NS00LjQtMy44LTYuNjJjLTAuOTQtMS42Ny0wLjQ0LTIuODIsMS40LTMuMjhjNC43Ni0xLjE5LDkuNTEtMi40LDE0LjMxLTMuNCYjMTA7JiM5OyYjOTsmIzk7Qzk3LjUzLDI2LjQyLDk4LjYzLDI3LjE0LDEwMC4wNiwyNy41N3oiIGlkPSJYTUxJRF84MDhfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0yNi42MSw5Ny4yNmMxLjM4LTUuNTIsMi42LTEwLjc0LDQuMDgtMTUuODhjMC4xNS0wLjUyLDIuMDctMS4xMSwyLjc3LTAuNzkmIzEwOyYjOTsmIzk7JiM5O2MyLjQ3LDEuMTMsNC43OCwyLjYxLDcuMTEsNC4wMmMxLjU0LDAuOTMsMS41NiwyLjE1LDAuMzEsMy4zNWMtMy42LDMuNDgtNy4yLDYuOTUtMTAuODcsMTAuMzVjLTAuNSwwLjQ2LTEuNTQsMC43Ny0yLjE0LDAuNTgmIzEwOyYjOTsmIzk7JiM5O0MyNy4zMSw5OC42OSwyNi45OCw5Ny43NSwyNi42MSw5Ny4yNnoiIGlkPSJYTUxJRF84MDdfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0xMCwyNi4yNmM1LjQ5LDEuMzcsMTAuNywyLjU5LDE1Ljg1LDQuMDVjMC41NiwwLjE2LDEuMjYsMS45MywwLjk5LDIuNTJjLTEuMjQsMi42Mi0yLjc1LDUuMTEtNC4yOSw3LjU4JiMxMDsmIzk7JiM5OyYjOTtjLTAuODgsMS40MS0yLjEsMS4zLTMuMTgsMC4xOUMxNS44OSwzNywxMi40MSwzMy40Miw5LjAzLDI5LjczYy0wLjUtMC41NC0wLjY1LTEuNjUtMC41Mi0yLjQyQzguNTksMjYuODYsOS41NSwyNi41NiwxMCwyNi4yNnoiIGlkPSJYTUxJRF84MDZfIi8+JiN4YTsJCTxwYXRoIGQ9Ik04MS4wNSw5Ny4zOGMtMC4zMSwwLjQxLTAuNjEsMS4yLTEuMTUsMS40M2MtMC41NCwwLjIzLTEuNTUsMC4xNi0xLjk1LTAuMjImIzEwOyYjOTsmIzk7JiM5O2MtMy44OC0zLjU4LTcuNzMtNy4yLTExLjQxLTEwLjk5Yy0wLjQzLTAuNDQtMC4xNi0yLjQ0LDAuNDEtMi44NGMyLjM3LTEuNjcsNC45My0zLjEsNy41NC00LjM3YzAuNTctMC4yOCwyLjI3LDAuMzMsMi40MSwwLjgyJiMxMDsmIzk7JiM5OyYjOTtDNzguMzcsODYuNDcsNzkuNjQsOTEuNzcsODEuMDUsOTcuMzh6IiBpZD0iWE1MSURfODA1XyIvPiYjeGE7CQk8cGF0aCBkPSJNODAuOTcsOS42OWMtMS4zNCw1LjUtMi41MywxMC41NC0zLjgxLDE1LjU3Yy0wLjQsMS41Ny0xLjU2LDEuOTktMi45NiwxLjIyJiMxMDsmIzk7JiM5OyYjOTtjLTIuMzktMS4zMS00Ljc0LTIuNzEtNy4wOS00LjFjLTEuNTMtMC45LTEuNzMtMi4wOS0wLjQ1LTMuMzNjMy42Ni0zLjU1LDcuMzMtNy4wOSwxMS4wOC0xMC41NGMwLjQ4LTAuNDQsMS42LTAuNjMsMi4xOS0wLjM4JiMxMDsmIzk7JiM5OyYjOTtDODAuNSw4LjM4LDgwLjc2LDkuMzQsODAuOTcsOS42OXoiIGlkPSJYTUxJRF84MDRfIi8+JiN4YTsJPC9nPiYjeGE7CTxnIGlkPSJYTUxJRF8zNjZfIj4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI0MSwxNzkgOTEuODMsMTc5IDEyMC4xNSwxMzggNjkuMzIsMTM4IiBpZD0iWE1MSURfMTFfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iMTM2LDEzMSAxODYuODMsMTMxIDIxNS4xNSw5MCAxNjQuMzIsOTAiIGlkPSJYTUxJRF8xMF8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSIxMDUsODMgMTU1LjgzLDgzIDE4NC4xNSw0MiAxMzMuMzIsNDIiIGlkPSJYTUxJRF8xMl8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSIxMDQsMTc5IDE1NC44MywxNzkgMTgzLjE1LDEzOCAxMzIuMzIsMTM4IiBpZD0iWE1MSURfMTNfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iNzMsMTMxIDEyMy44MywxMzEgMTUyLjE1LDkwIDEwMS4zMiw5MCIgaWQ9IlhNTElEXzE0XyIvPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjE2OCw4MiAyMTguODMsODIgMjQ3LjE1LDQxIDE5Ni4zMiw0MSIgaWQ9IlhNTElEXzE1XyIvPiYjeGE7CTwvZz4mI3hhOzwvZz4mI3hhOzwvc3ZnPg==;\" parent=\"diagram-solar-icon-box\" vertex=\"1\">\n <mxGeometry x=\"10.690965078173774\" y=\"25.848561601000625\" width=\"113.04092959349592\" height=\"82.71539712320198\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-72\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontSize=18;strokeWidth=3;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2151\" y=\"1421.5\" width=\"11\" height=\"11\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-79\" style=\"edgeStyle=none;rounded=0;jumpStyle=none;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;fontSize=18;endArrow=none;endFill=0;sourcePerimeterSpacing=0;targetPerimeterSpacing=0;strokeWidth=8;\" parent=\"1\" source=\"2NBHaG3951vh6ttSq2t9-38\" target=\"diagram-main-breaker-status-value-indicator\" edge=\"1\">\n <mxGeometry relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1959.17\" y=\"1421\" as=\"sourcePoint\" />\n <mxPoint x=\"1959.96\" y=\"1389.46\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-77\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontSize=18;strokeWidth=3;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1760\" y=\"1421.5\" width=\"12\" height=\"12\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-main-breaker-status-label\" value=\"&lt;font size=&quot;1&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 22px;&quot;&gt;CB-1&lt;/b&gt;&lt;/font&gt;\" style=\"text;html=1;align=right;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=18;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1862\" y=\"1339\" width=\"67\" height=\"41\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-main-breaker-status-value-word\" value=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;\" style=\"text;html=1;align=right;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1872\" y=\"1370\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <object label=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;\" id=\"diagram-main-breaker-voltage-value\">\n <mxCell style=\"text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2084\" y=\"1351\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <mxCell id=\"diagram-main-breaker-frequency-value\" value=\"&lt;div style=&quot;font-size: 22px;&quot;&gt;&lt;span style=&quot;font-size: 22px;&quot;&gt;null&lt;/span&gt;&lt;/div&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" style=\"text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2084\" y=\"1384\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"header-site\" value=\"&lt;font color=&quot;#000066&quot; size=&quot;1&quot; style=&quot;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 32px;&quot;&gt;SD78&lt;/b&gt;&lt;/font&gt;\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontSize=22;strokeColor=#000066;fillColor=#FFFFFF;strokeWidth=4;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1775.46\" y=\"913.5\" width=\"96\" height=\"96\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"section-divider-horizontal\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeWidth=4;\" parent=\"1\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"1626\" y=\"1194\" as=\"sourcePoint\" />\n <mxPoint x=\"3176\" y=\"1194\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"section-divider-vertical\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeWidth=4;\" parent=\"1\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"2266\" y=\"1782\" as=\"sourcePoint\" />\n <mxPoint x=\"2266\" y=\"1213\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"diagram-utility-label\" value=\"&lt;font style=&quot;font-size: 22px;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 22px;&quot;&gt;Utility&lt;/b&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2034\" y=\"1226\" width=\"78\" height=\"40\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-table\" value=\"\" style=\"shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2360.75\" y=\"1335\" width=\"330\" height=\"131\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-140\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-current-event-table\" vertex=\"1\">\n <mxGeometry width=\"330\" height=\"34\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-date-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Date&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"pL6iwbcucHw1mP94qOPg-140\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"34\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"34\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-current-event-date-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;verticalAlign=middle;\" parent=\"pL6iwbcucHw1mP94qOPg-140\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"34\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"34\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-143\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-current-event-table\" vertex=\"1\">\n <mxGeometry y=\"34\" width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-end-time-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;End&amp;nbsp;Time&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"pL6iwbcucHw1mP94qOPg-143\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-current-event-end-time-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;verticalAlign=middle;\" parent=\"pL6iwbcucHw1mP94qOPg-143\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-146\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=1;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-current-event-table\" vertex=\"1\">\n <mxGeometry y=\"67\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-duration-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Duration&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"pL6iwbcucHw1mP94qOPg-146\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-current-event-duration-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"pL6iwbcucHw1mP94qOPg-146\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"PLRU7H0_bgwFbPNUfVzT-1\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-current-event-table\" vertex=\"1\">\n <mxGeometry y=\"99\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-payload-label\" value=\"&lt;span&gt;Payload&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"PLRU7H0_bgwFbPNUfVzT-1\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-current-event-payload-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"PLRU7H0_bgwFbPNUfVzT-1\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"diagram-battery-label\" value=\"&lt;font size=&quot;1&quot; style=&quot;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 22px;&quot;&gt;Battery&lt;/b&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1722\" y=\"1637\" width=\"94\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"PqcU_-sKHV8icRWGpbwA-2\" value=\"\" style=\"edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;fontColor=#FFFFFF;\" parent=\"1\" source=\"header-title\" target=\"header-site\" edge=\"1\">\n <mxGeometry relative=\"1\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"header-title\" value=\"Harrison Hot Springs Elementary&lt;br style=&quot;font-size: 28px;&quot;&gt;Solar and Battery Energy Storage System&amp;nbsp;\" style=\"text;html=1;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=28;fontColor=#FFFFFF;fontStyle=1;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1922\" y=\"927\" width=\"624\" height=\"69\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-current-event-label\" value=\"&lt;font style=&quot;font-size: 22px;&quot; color=&quot;#000000&quot;&gt;Current Event&lt;/font&gt;\" style=\"text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=22;fontColor=#FFFFFF;fontStyle=1\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2433.25\" y=\"1301\" width=\"185\" height=\"30\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-label\" value=\"&lt;font style=&quot;font-size: 22px;&quot; color=&quot;#000000&quot;&gt;Next Event&lt;/font&gt;\" style=\"text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=22;fontColor=#FFFFFF;fontStyle=1\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2425.75\" y=\"1487\" width=\"200\" height=\"30\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-table\" value=\"\" style=\"shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2360.75\" y=\"1520\" width=\"330\" height=\"131\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"PLRU7H0_bgwFbPNUfVzT-9\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-next-event-table\" vertex=\"1\">\n <mxGeometry width=\"330\" height=\"34\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-date-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Date&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"PLRU7H0_bgwFbPNUfVzT-9\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"34\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"34\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-next-event-date-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"PLRU7H0_bgwFbPNUfVzT-9\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"34\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"34\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"PLRU7H0_bgwFbPNUfVzT-12\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-next-event-table\" vertex=\"1\">\n <mxGeometry y=\"34\" width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-start-time-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Start Time&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"PLRU7H0_bgwFbPNUfVzT-12\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-next-event-start-time-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"PLRU7H0_bgwFbPNUfVzT-12\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"PLRU7H0_bgwFbPNUfVzT-15\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-next-event-table\" vertex=\"1\">\n <mxGeometry y=\"67\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-duration-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Duration&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"PLRU7H0_bgwFbPNUfVzT-15\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-next-event-duration-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"PLRU7H0_bgwFbPNUfVzT-15\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"PLRU7H0_bgwFbPNUfVzT-18\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-dr-next-event-table\" vertex=\"1\">\n <mxGeometry y=\"99\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-event-payload-label\" value=\"&lt;span&gt;Payload&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"PLRU7H0_bgwFbPNUfVzT-18\" vertex=\"1\">\n <mxGeometry width=\"137\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"137\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-dr-next-event-payload-value\" value=\"nul\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"PLRU7H0_bgwFbPNUfVzT-18\" vertex=\"1\">\n <mxGeometry x=\"137\" width=\"193\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"193\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"diagram-utility-power-flow-direction-arrow\" value=\"\" style=\"html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.arrow;dy=0.74;dx=20.08;direction=south;notch=0;fillColor=#000000;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1987\" y=\"1345\" width=\"13\" height=\"63\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-battery-flow-direction-arrow\" value=\"\" style=\"html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.arrow;dy=0.74;dx=20.08;direction=south;notch=0;fillColor=#000000;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1796\" y=\"1436\" width=\"13\" height=\"63\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-solar-flow-direction-arrow\" value=\"\" style=\"html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.arrow;dy=0.74;dx=20.08;direction=south;notch=0;fillColor=#000000;rotation=-180;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1987\" y=\"1436\" width=\"13\" height=\"63\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-load-flow-direction-arrow\" value=\"\" style=\"html=1;shadow=0;dashed=0;align=center;verticalAlign=middle;shape=mxgraph.arrows2.arrow;dy=0.74;dx=20.08;direction=south;notch=0;fillColor=#000000;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2183\" y=\"1436\" width=\"13\" height=\"63\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"4HPK6ZDiKm_itwoK5ezB-2\" value=\"&lt;font size=&quot;1&quot; style=&quot;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 22px;&quot;&gt;Solar&lt;/b&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;flipV=1;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1924\" y=\"1637\" width=\"71\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-load-label\" value=\"&lt;font size=&quot;1&quot; style=&quot;&quot; data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; face=&quot;Open Sans&quot;&gt;&lt;b style=&quot;font-size: 22px;&quot;&gt;Load&lt;/b&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;flipV=1;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2122\" y=\"1637\" width=\"69\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <object label=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" id=\"diagram-load-real-power-value\">\n <mxCell style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;flipV=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2128\" y=\"1671\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <mxCell id=\"diagram-load-reactive-power-value\" value=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;flipV=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2128.5\" y=\"1705\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <object label=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" id=\"diagram-solar-real-power-value\">\n <mxCell style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;flipV=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1931.46\" y=\"1671\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <object label=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" id=\"diagram-solar-daily-energy-value\">\n <mxCell style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;flipV=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1931.46\" y=\"1705\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <object label=\"&lt;span style=&quot;font-size: 22px;&quot;&gt;null&lt;/span&gt;\" id=\"diagram-battery-real-power-value\">\n <mxCell style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1740.5\" y=\"1671\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <mxCell id=\"diagram-battery-reactive-power-value\" value=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1741\" y=\"1705\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <object label=\"&lt;div style=&quot;font-size: 22px;&quot;&gt;null&lt;/div&gt;&lt;font data-font-src=&quot;https://fonts.googleapis.com/css?family=Open+Sans&quot; style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" id=\"diagram-utility-real-power-value\">\n <mxCell style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2044.5\" y=\"1259\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <mxCell id=\"diagram-utility-reactive-power-value\" value=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" style=\"text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2045\" y=\"1291\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"header-system-status-label\" value=\"&lt;div style=&quot;font-size: 24px;&quot;&gt;&lt;span style=&quot;font-size: 24px; background-color: initial;&quot;&gt;SYSTEM STATUS&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 24px;&quot;&gt;&lt;span style=&quot;font-size: 24px;&quot;&gt;&lt;span style=&quot;font-size: 24px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=24;fontFamily=Open Sans;fontColor=#FFFFFF;align=center;verticalAlign=middle;fontStyle=1\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2960\" y=\"923.5\" width=\"111\" height=\"76\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"header-system-status-indicator\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#FFFFFF;strokeWidth=4;fillColor=none;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"3088\" y=\"919.5\" width=\"84\" height=\"84\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-executing-value-label\" value=\"&lt;div style=&quot;font-size: 20px;&quot;&gt;&lt;font style=&quot;font-size: 20px;&quot;&gt;EXECUTING EVENT&lt;/font&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=20;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;fontStyle=1\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2637.75\" y=\"1231\" width=\"115\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-executing-value-indicator\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2596.75\" y=\"1234.5\" width=\"35\" height=\"35\" as=\"geometry\" />\n </mxCell>\n <object label=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" id=\"diagram-battery-state-of-charge-value\">\n <mxCell style=\"text;html=1;align=right;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1634\" y=\"1541\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n </object>\n <mxCell id=\"diagram-battery-voltage-value\" value=\"&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;&lt;/font&gt;\" style=\"text;html=1;align=right;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=22;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1634\" y=\"1574\" width=\"57\" height=\"39\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-update-time-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; font-size: 22px;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;Next Event Update Time:&lt;/font&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=22;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontStyle=1;align=right;verticalAlign=middle;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2272\" y=\"1681\" width=\"310\" height=\"38\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-next-update-time-value\" value=\"&lt;div style=&quot;font-size: 22px;&quot;&gt;&lt;span style=&quot;background-color: initial; font-size: 22px;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;null&lt;/font&gt;&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=22;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;verticalAlign=top;align=left;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2589\" y=\"1681\" width=\"142\" height=\"38\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-36\" value=\"\" style=\"group;fontStyle=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=22;\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"2321\" y=\"1228\" width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-48\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"2NBHaG3951vh6ttSq2t9-36\" vertex=\"1\">\n <mxGeometry width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-dr-section-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;DEMAND RESPONSE&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;fontStyle=1\" parent=\"2NBHaG3951vh6ttSq2t9-36\" vertex=\"1\">\n <mxGeometry x=\"0.125\" y=\"6.369999999999891\" width=\"239.75\" height=\"35.26\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-38\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;fontSize=18;strokeWidth=3;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1953.96\" y=\"1421\" width=\"12\" height=\"12\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-main-breaker-status-value-indicator\" value=\"\" style=\"rounded=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fillColor=#FFFFFF;strokeWidth=4;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1944.46\" y=\"1361\" width=\"31\" height=\"26\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"cw2p3luD9OzxgRC5h-mp-12\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=3;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1899.96\" y=\"1210\" width=\"120\" height=\"120\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-utility-icon\" value=\"\" style=\"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzEuNjcgMjAyLjQzOyIgdmlld0JveD0iMCAwIDE3MS42NyAyMDIuNDMiIHk9IjBweCIgeD0iMHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIj4mI3hhOzxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+JiN4YTsJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSYjeGE7CS5zdDF7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30mI3hhOzwvc3R5bGU+JiN4YTs8ZyBpZD0iWE1MSURfMV8iPiYjeGE7CTxnIGlkPSJYTUxJRF8zXyI+JiN4YTsJCTxwYXRoIGQ9Ik0tMTE3Ljk4LDE0My41MmMwLTAuMzEtMC4yMi0wLjU4LTAuNTItMC42NWMtNi43OC0xLjU4LTExLjQ3LTUuNDUtMTMuMDctMTIuMjUmIzEwOyYjOTsmIzk7JiM5O2MtMC43NC0zLjE5LTAuNTctNi41OS0wLjczLTEwLjAxYy0wLjAyLTAuMzgsMC4yOC0wLjcsMC42Ni0wLjdoMzQuNDNjMC4zNywwLDAuNjYsMC4zLDAuNjYsMC42N2MtMC4wMiw0LjUzLDAuNTksOS4wOS0xLjY2LDEzLjM4JiMxMDsmIzk7JiM5OyYjOTtjLTEuOTEsMy42NC00LjY5LDYuMy04LjQ5LDcuODVjLTEuMDksMC40NC0yLjI0LDAuNzMtMy41MiwxLjExYy0wLjI4LDAuMDgtMC40OCwwLjM0LTAuNDgsMC42NGMwLDAuMjgsMCwwLjU5LDAsMC45JiMxMDsmIzk7JiM5OyYjOTtjMCw1LjQyLTAuMDQsMTAuODQsMC4wMywxNi4yNmMwLjAyLDEuNDMsMC4xNywyLjg5LDAuNDQsNC4zYzAuNDksMi41NiwyLjY0LDQuNSw1LjI0LDQuNjljMy4xMywwLjIzLDYuMTUtMC4yOSw4LjkzLTEuNzEmIzEwOyYjOTsmIzk7JiM5O2MxMy43Ni03LjAyLDIxLjcxLTE4LjIzLDIzLjUzLTMzLjU3Qy03MCwxMTMuMTctODQuNyw5My4yNy0xMDUuOCw4OC44Yy0yMi45Ni00Ljg3LTQ2LjE3LDEwLjc1LTUwLjAzLDMzLjgzJiMxMDsmIzk7JiM5OyYjOTtjLTMuNCwyMC4zMiw3LjMxLDM5LjI3LDI2LjQ4LDQ2LjgyYzEuNSwwLjU5LDIuNzEsMS40MiwyLjkzLDMuMTRjMC40LDMuMDYtMi4yOSw1LjAxLTUuMzQsMy44NiYjMTA7JiM5OyYjOTsmIzk7Yy03LjMyLTIuNzctMTMuNjktNi45OS0xOC45NS0xMi43OWMtNy42Ny04LjQ4LTEyLjA3LTE4LjE3LTEyLjk4LTI4Ljk3Yy0xLjUzLTE4LjI3LDcuMS0zNi4xNCwyMi40OC00Ni4xMyYjMTA7JiM5OyYjOTsmIzk7YzI4LjU0LTE4LjUzLDY3LjA2LTMuNCw3NS4wNywzMC40MmM1LjI1LDIyLjE3LTYuMDgsNDUuODctMjYuNjksNTUuNjZjLTQuMzYsMi4wNy05LjAxLDMuMTEtMTMuODQsMi4yMSYjMTA7JiM5OyYjOTsmIzk7Yy03LjIxLTEuMzQtMTAuOTYtNS42NS0xMS4yLTEyLjk2Yy0wLjItNi4zMi0wLjEtMTIuNjQtMC4xMy0xOC45NkMtMTE3Ljk4LDE0NC40Ny0xMTcuOTgsMTQ0LjAyLTExNy45OCwxNDMuNTJ6IiBpZD0iWE1MSURfNDhfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0tMTE0LjQsMTE3Ljg4Yy01LjA4LDAtMTAuMTYsMC0xNS4yNCwwYy0xLjg5LDAtMi40Ny0wLjU4LTIuNDgtMi40MmMtMC4wMS0xLDAuMDEtMS45OSwwLTIuOTkmIzEwOyYjOTsmIzk7JiM5O2MtMC4wMS0xLjM1LDAuNy0xLjk5LDEuOTktMi4wOGMwLjA1LDAsMC4wOSwwLDAuMTQsMGMxMC40NSwwLDIwLjg5LTAuMDEsMzEuMzQsMC4wMWMxLjUxLDAsMi4xMSwwLjY5LDIuMTQsMi4yMiYjMTA7JiM5OyYjOTsmIzk7YzAuMDIsMSwwLjAxLDEuOTksMCwyLjk5Yy0wLjAyLDEuNjUtMC42NiwyLjI3LTIuMzYsMi4yN0MtMTA0LjA1LDExNy44OC0xMDkuMjIsMTE3Ljg4LTExNC40LDExNy44OHoiIGlkPSJYTUxJRF80N18iLz4mI3hhOwkJPHBhdGggZD0iTS0xMjAuNzcsMTA4LjI4Yy0xLjk0LDAtMy42OCwwLTUuNTYsMGMwLTMuMjQtMC4wOC02LjQ0LDAuMDQtOS42NGMwLjA1LTEuMzMsMS41NC0yLjMxLDIuODctMi4yMyYjMTA7JiM5OyYjOTsmIzk7YzEuMzYsMC4wOCwyLjYsMS4xMywyLjYzLDIuNTJDLTEyMC43MiwxMDItMTIwLjc3LDEwNS4wNy0xMjAuNzcsMTA4LjI4eiIgaWQ9IlhNTElEXzQ2XyIvPiYjeGE7CQk8cGF0aCBkPSJNLTEwMi4yMywxMDguMjdjLTEuOTIsMC0zLjY2LDAtNS42NCwwYzAtMC42OCwwLTEuMzYsMC0yLjA1YzAtMi4zMi0wLjAyLTQuNjQsMC4wMS02Ljk2JiMxMDsmIzk7JiM5OyYjOTtjMC4wMi0xLjYyLDEuMjItMi44MywyLjc1LTIuODVjMS41LTAuMDMsMi44MiwxLjE3LDIuODYsMi43NmMwLjA2LDIuNiwwLjAyLDUuMjEsMC4wMiw3LjgyJiMxMDsmIzk7JiM5OyYjOTtDLTEwMi4yMywxMDcuMzUtMTAyLjIzLDEwNy43My0xMDIuMjMsMTA4LjI3eiIgaWQ9IlhNTElEXzQ1XyIvPiYjeGE7CTwvZz4mI3hhOwk8ZyBpZD0iWE1MSURfNl8iPiYjeGE7CQk8cGF0aCBkPSJNLTM5LjYxLDE4Ni40OWMwLjY4LDAsMS4xNywwLDEuNjcsMGM0LjgxLDAsOS42My0wLjAxLDE0LjQ0LDAuMDFjMC42NCwwLDEuMzEsMC4wNCwxLjkyLDAuMjEmIzEwOyYjOTsmIzk7JiM5O2MxLjQxLDAuNCwyLjIyLDEuNzIsMi4wNywzLjIxYy0wLjE1LDEuNDItMS4xNywyLjM5LTIuNjYsMi41MmMtMC4zMiwwLjAzLTAuNjUsMC4wMS0wLjk3LDAuMDFjLTExLjE2LDAtMjIuMzIsMC0zMy40OCwwJiMxMDsmIzk7JiM5OyYjOTtjLTExLjE2LDAtMjIuMzIsMC0zMy40OCwwYy0xMi40NSwwLTI0LjksMC0zNy4zNSwwYy0xMi40NSwwLTI0LjkxLDAtMzcuMzYsMGMtMTIuNTksMC0yNS4xOCwwLTM3Ljc3LDBjLTEuOTQsMC0zLjA5LTEtMy4xOS0yLjcmIzEwOyYjOTsmIzk7JiM5O2MtMC4xLTEuNzUsMS4wNi0zLjAzLDIuOTMtMy4yMmMwLjQ2LTAuMDUsMC45My0wLjAzLDEuMzktMC4wM2M0LjY4LDAsOS4zNSwwLDE0LjAzLDBjMC41LDAsMSwwLDEuNjYsMGMwLTMxLjEsMC02Mi4wOSwwLTkzLjI3JiMxMDsmIzk7JiM5OyYjOTtjLTAuNTQsMC0xLjAzLDAtMS41MiwwYy00Ljk1LDAtOS45MSwwLjAxLTE0Ljg2LDBjLTEuOCwwLTIuOTctMC43Mi0zLjQ0LTIuMDVjLTAuNDktMS4zNy0wLjEtMi41NSwxLjMzLTMuNzYmIzEwOyYjOTsmIzk7JiM5O2MxMy44Mi0xMS43NywyNy42NS0yMy41Myw0MS40OC0zNS4yOGMxMy4xMi0xMS4xNiwyNi4yNS0yMi4zMSwzOS4zNy0zMy40NmMyLjg2LTIuNDMsNS43MS00Ljg2LDguNTgtNy4yOCYjMTA7JiM5OyYjOTsmIzk7YzEuNTEtMS4yNywyLjk2LTEuMjYsNC40OSwwLjA1YzguOTksNy42NiwxNy45NiwxNS4zNCwyNi45NSwyMi45OUMtNzcsMzkuODgtNzAuNTUsNDUuMy02NC4xMiw1MC43NiYjMTA7JiM5OyYjOTsmIzk7YzEzLjMsMTEuMywyNi42LDIyLjYyLDM5LjksMzMuOTNjMS4wNiwwLjksMi4xMiwxLjc5LDMuMTYsMi43YzEuNDQsMS4yNSwxLjg2LDIuNDIsMS4zNiwzLjc2Yy0wLjUsMS4zNi0xLjcsMi4wNy0zLjU4LDIuMDcmIzEwOyYjOTsmIzk7JiM5O2MtNC45MSwwLjAxLTkuODEsMC0xNC43MiwwYy0wLjQ5LDAtMC45OSwwLTEuNjEsMEMtMzkuNjEsMTI0LjM1LTM5LjYxLDE1NS4zLTM5LjYxLDE4Ni40OXogTS0zMS40Miw4Ny4wMiYjMTA7JiM5OyYjOTsmIzk7Yy01LjY0LTQuOC0xMS4yOS05Ljk2LTE2LjkyLTE0Ljc3Yy02LjQxLTUuNDctMTIuOC0xMC45Ni0xOS4yMi0xNi40M2MtNy4yNy02LjE4LTE0LjU2LTEyLjMyLTIxLjgzLTE4LjUmIzEwOyYjOTsmIzk7JiM5O2MtNy40OC02LjM2LTE0Ljk2LTEyLjcyLTIyLjQyLTE5LjExYy0wLjY3LTAuNTctMS4wOS0wLjU4LTEuNzQsMC4wMWMtMS42MiwxLjQ2LTMuMywyLjgzLTQuOTYsNC4yNCYjMTA7JiM5OyYjOTsmIzk7Yy0xMy41MSwxMS40OS0yNy4wMSwyMi45OS00MC41MiwzNC40OGMtMTEuNDMsOS43Mi0yMy4zOSwyMC4zNS0zNC44MywzMC4wNyBNLTE5My44Nyw4Ny4wMmMwLjU0LDAsMS4wNywwLDEuNjEsMCYjMTA7JiM5OyYjOTsmIzk7YzExLjc2LDAsMjMuNTIsMCwzNS4yOCwwYzAuNiwwLDEuMjEsMCwxLjgsMC4xYzEuNTQsMC4yNiwyLjQ4LDEuMzUsMi41NCwyLjg1YzAuMDYsMS41NS0wLjg4LDIuNzgtMi40MSwzLjEyJiMxMDsmIzk7JiM5OyYjOTtjLTAuNCwwLjA5LTAuODMsMC4xMS0xLjI0LDAuMTFjLTcuNDEsMC4wMS0xNC44MiwwLjAxLTIyLjIyLDAuMDFjLTAuMzQsMC0wLjY5LDAtMC45NywwYzAsMzEuMTYsMCw2Mi4xNSwwLDkzLjIyJiMxMDsmIzk7JiM5OyYjOTtjNDQuNjQsMCw4OS4xMiwwLDEzMy43MiwwYzAtMzEuMTMsMC02Mi4xMywwLTkzLjIyYy0zLjE5LDAtNi4zMywwLTkuNDYsMGMtNC42OCwwLTkuMzUsMC4wMi0xNC4wMy0wLjAxJiMxMDsmIzk7JiM5OyYjOTtjLTIuMjMtMC4wMi0zLjYyLTEuNDctMy40MS0zLjQ2YzAuMTctMS42NiwxLjQzLTIuNjksMy40Ni0yLjcxYzMuMjgtMC4wNCw2LjU3LTAuMDEsOS44NS0wLjAxYzguOCwwLDE3LjYsMCwyNi40LDAmIzEwOyYjOTsmIzk7JiM5O2MwLjQ5LDAsMC45NywwLDEuNDYsMCIgaWQ9IlhNTElEXzYxXyIvPiYjeGE7CTwvZz4mI3hhOzwvZz4mI3hhOzxnIGlkPSJYTUxJRF8yXyI+JiN4YTsJPHBhdGggZD0iTTYwLjU5LDkyYy02LjgxLDAtMTMuNTMsMC0yMC4zOCwwYzAsMC40MSwwLDAuNzksMCwxLjE2YzAsMy40NiwwLjAxLDYuOTEsMCwxMC4zNyYjMTA7JiM5OyYjOTtjLTAuMDEsMy4wOS0yLjE2LDUuMzYtNS4wNSw1LjM5Yy0yLjk0LDAuMDMtNS4xNC0yLjI4LTUuMTUtNS40Yy0wLjAxLTMuOCwwLTcuNjEsMC0xMS41Yy02LjAzLDAtMTIuMDEsMC0xOC4xNSwwJiMxMDsmIzk7JiM5O2MwLDAuMzgsMCwwLjc1LDAsMS4xM2MwLDMuNDYsMC4wMSw2LjkxLDAsMTAuMzdjLTAuMDEsMy4xNi0yLjE4LDUuNDMtNS4xMyw1LjQxYy0yLjktMC4wMi01LjA1LTIuMy01LjA2LTUuMzkmIzEwOyYjOTsmIzk7Yy0wLjAyLTUuNDMtMC4wMi0xMC44NiwwLTE2LjNjMC4wMS0yLjkxLDEuMzUtNC42OCw0LjItNS40NmMxOS4wNC01LjIsMzguMDgtMTAuNCw1Ny4xMy0xNS41N2MwLjc3LTAuMjEsMS4xNy0wLjQ5LDEuMjgtMS4zNiYjMTA7JiM5OyYjOTtjMS40OC0xMS4zNiwzLTIyLjcyLDQuNTEtMzQuMDhjMC4wNS0wLjM1LDAuMDktMC42OSwwLjE0LTEuMTJjLTkuNTgsMC0xOS4wOCwwLTI4LjcyLDBjMCwwLjQyLDAsMC44LDAsMS4xNyYjMTA7JiM5OyYjOTtjMCwzLjQ2LDAuMDEsNi45MSwwLDEwLjM3Yy0wLjAxLDMuMTItMi4yMSw1LjQzLTUuMTQsNS40QzMyLjE1LDQ2LjU2LDMwLDQ0LjI5LDMwLDQxLjJjLTAuMDEtNS40MywwLTEwLjg2LTAuMDEtMTYuMyYjMTA7JiM5OyYjOTtjMC0yLjM5LDEuMDQtNC4xLDMuMTgtNS4xN0M0NC4zNCwxNC4xNiw1NS41LDguNTcsNjYuNjgsMy4wM2MwLjc5LTAuMzksMS43NS0wLjYsMi42NC0wLjZjMTEuMTgtMC4wNCwyMi4zNi0wLjA0LDMzLjU1LDAmIzEwOyYjOTsmIzk7YzAuOTUsMCwxLjk4LDAuMjUsMi44MywwLjY3YzExLjA2LDUuNDgsMjIuMDgsMTEuMDMsMzMuMTMsMTYuNTFjMi4zMSwxLjE1LDMuNDIsMi44OCwzLjQsNS40NmMtMC4wNCw1LjQ3LDAsMTAuOTMtMC4wMiwxNi40JiMxMDsmIzk7JiM5O2MtMC4wMSwyLjA2LTAuOTYsMy42LTIuNzcsNC41NGMtMS43MywwLjktMy40OSwwLjc5LTUuMTMtMC4yOWMtMS41Ni0xLjAzLTIuMy0yLjUzLTIuMy00LjRjMC0zLjQ5LDAtNi45OCwwLTEwLjQ4JiMxMDsmIzk7JiM5O2MwLTAuMzgsMC0wLjc2LDAtMS4yMWMtOS41OCwwLTE5LjA1LDAtMjguNywwYzAuMiwxLjYzLDAuNCwzLjIyLDAuNjEsNC44YzEuMTgsOC44NCwyLjM2LDE3LjY4LDMuNTQsMjYuNTMmIzEwOyYjOTsmIzk7YzAuMTgsMS4zMywwLjQxLDIuNjUsMC41MywzLjk4YzAuMDYsMC43MywwLjM4LDEuMDIsMS4wNSwxLjJjOC4zNCwyLjI1LDE2LjY3LDQuNTMsMjUsNi44YzEwLjc4LDIuOTQsMjEuNTYsNS44OCwzMi4zNCw4Ljg0JiMxMDsmIzk7JiM5O2MyLjg1LDAuNzgsNC4xNiwyLjUyLDQuMTcsNS40NmMwLjAxLDUuNDMsMC4wMSwxMC44NiwwLDE2LjNjLTAuMDEsMy4wOS0yLjE1LDUuMzUtNS4wNiw1LjM3Yy0yLjkzLDAuMDItNS4xMi0yLjI4LTUuMTMtNS40MiYjMTA7JiM5OyYjOTtjLTAuMDEtMy40MiwwLTYuODQsMC0xMC4yNmMwLTAuMzgsMC0wLjc2LDAtMS4yMmMtNi4wOCwwLTEyLjA1LDAtMTguMSwwYy0wLjAxLDAuMzMtMC4wNCwwLjY0LTAuMDQsMC45NCYjMTA7JiM5OyYjOTtjMCwzLjUzLDAuMDEsNy4wNS0wLjAxLDEwLjU4Yy0wLjAxLDMuMTEtMi4xMyw1LjM2LTUuMDUsNS4zOGMtMi45MywwLjAzLTUuMTQtMi4yOC01LjE1LTUuNGMtMC4wMS0zLjgsMC03LjYxLDAtMTEuNSYjMTA7JiM5OyYjOTtjLTYuNzksMC0xMy41LDAtMjAuMzcsMGMwLjE3LDEuMzcsMC4zMiwyLjcxLDAuNSw0LjA2YzIuMDIsMTUuMSw0LjA1LDMwLjE5LDYuMDYsNDUuMjljMS45NCwxNC41NCwzLjg2LDI5LjA4LDUuOCw0My42MiYjMTA7JiM5OyYjOTtjMC4zOCwyLjg3LDAuNzYsNS43MywxLjE2LDguNmMwLjM4LDIuNzUtMS4xNSw1LjE1LTMuNzQsNS44NGMtMi40OSwwLjY2LTQuOTYtMC42Mi02LjA0LTMuMDdjLTAuMTgtMC40MS0wLjUzLTAuODQtMC45Mi0xLjA1JiMxMDsmIzk7JiM5O2MtOS4xOC01LjA0LTE4LjM4LTEwLjA0LTI3LjU3LTE1LjA3Yy0wLjU3LTAuMzEtMC45OS0wLjI5LTEuNTUsMC4wMmMtOS4xOSw1LjAzLTE4LjM5LDEwLjAzLTI3LjU3LDE1LjA3JiMxMDsmIzk7JiM5O2MtMC4zOSwwLjIxLTAuNzQsMC42NC0wLjkyLDEuMDZjLTEuMDcsMi40MS0zLjQ5LDMuNjktNS45NSwzLjA4Yy0yLjUyLTAuNjItNC4xNi0yLjkyLTMuODItNS41N2MxLTcuODMsMi4wNS0xNS42NiwzLjA5LTIzLjQ5JiMxMDsmIzk7JiM5O2MxLjE3LTguODEsMi4zNS0xNy42MSwzLjUzLTI2LjQyYzEuNi0xMS45OSwzLjItMjMuOTcsNC44LTM1Ljk2YzAuNjYtNC45MywxLjMxLTkuODYsMS45Ni0xNC43OEM2MC41MSw5Mi44NCw2MC41NCw5Mi40Niw2MC41OSw5MiYjMTA7JiM5OyYjOTt6IE0xMDcuODEsMTYwLjIyYy0wLjMyLTAuMjUtMC41LTAuNDEtMC43LTAuNTRjLTYuNzUtNC41LTEzLjUtOC45OS0yMC4yMy0xMy41MWMtMC42Mi0wLjQyLTEuMDItMC4zMy0xLjU4LDAuMDUmIzEwOyYjOTsmIzk7Yy02LjY4LDQuNDgtMTMuMzcsOC45My0yMC4wNiwxMy4zOWMtMC4yNSwwLjE3LTAuNDgsMC4zNy0wLjc1LDAuNTdjMC4xNiwwLjEyLDAuMjMsMC4yLDAuMzIsMC4yNWM2LjksMy43NywxMy44LDcuNTQsMjAuNzIsMTEuMjcmIzEwOyYjOTsmIzk7YzAuMzQsMC4xOCwwLjk2LDAuMTIsMS4zMi0wLjA3YzIuNDEtMS4yNiw0Ljc4LTIuNTgsNy4xNi0zLjg4Qzk4LjU1LDE2NS4yOCwxMDMuMSwxNjIuNzksMTA3LjgxLDE2MC4yMnogTTg2LjExLDExMS41NCYjMTA7JiM5OyYjOTtjLTUuNjksNC44OC0xMS4zMiw5LjcxLTE2Ljk2LDE0LjUzYzAuMTYsMC4xNywwLjE5LDAuMjMsMC4yNSwwLjI3YzUuMzcsMy41OCwxMC43NCw3LjE1LDE2LjA5LDEwLjc2YzAuNTgsMC4zOSwwLjk0LDAuMTgsMS40LTAuMTImIzEwOyYjOTsmIzk7YzQuNDgtMyw4Ljk3LTUuOTksMTMuNDYtOC45OGMwLjg5LTAuNiwxLjc4LTEuMiwyLjc3LTEuODdDOTcuNCwxMjEuMjEsOTEuNzksMTE2LjQxLDg2LjExLDExMS41NHogTTU3LjI4LDE5LjExJiMxMDsmIzk7JiM5O2MwLjAyLDAuMDcsMC4wNCwwLjEzLDAuMDYsMC4yYzE5LjE3LDAsMzguMzUsMCw1Ny41MiwwYy0wLjI0LTAuMzMtMC41Mi0wLjUtMC44Mi0wLjY1Yy0zLjcyLTEuODYtNy40My0zLjc0LTExLjE3LTUuNTYmIzEwOyYjOTsmIzk7Yy0wLjYxLTAuMy0xLjMzLTAuNDgtMi0wLjQ4Yy04LjIxLTAuMDMtMTYuNDMsMC4xNC0yNC42NC0wLjA5Yy00LjExLTAuMTEtNy44MiwwLjU4LTExLjM1LDIuNzImIzEwOyYjOTsmIzk7QzYyLjQ2LDE2LjcxLDU5LjgzLDE3LjgzLDU3LjI4LDE5LjExeiBNNzkuMDEsMTc1LjkzYy02LjA0LTMuMjktMTEuOTMtNi41LTE3Ljk3LTkuNzljLTAuOTQsNy4wOS0xLjg2LDEzLjk4LTIuODEsMjEuMTMmIzEwOyYjOTsmIzk7QzY1LjI4LDE4My40Myw3Mi4wNywxNzkuNzIsNzkuMDEsMTc1LjkzeiBNMTE0LjAxLDE4Ny4yN2MtMC45NS03LjE2LTEuODctMTQuMDUtMi44MS0yMS4xMmMtNi4wMiwzLjI4LTExLjkxLDYuNS0xNy45Niw5Ljc5JiMxMDsmIzk7JiM5O0MxMDAuMiwxNzkuNzQsMTA2Ljk4LDE4My40NCwxMTQuMDEsMTg3LjI3eiBNMTA5LjQ1LDE1My4wNWMtMC45NS03LjE0LTEuODctMTMuOTktMi44MS0yMS4wM2MtNC44OCwzLjI1LTkuNTcsNi4zOC0xNC4zNyw5LjU4JiMxMDsmIzk7JiM5O0M5OC4wMywxNDUuNDQsMTAzLjYyLDE0OS4xNiwxMDkuNDUsMTUzLjA1eiBNNjUuNTksMTMyLjAxYy0wLjk0LDcuMDctMS44NSwxMy45LTIuOCwyMS4wM2M1Ljg3LTMuOTEsMTEuNDYtNy42NCwxNy4xNy0xMS40NSYjMTA7JiM5OyYjOTtDNzUuMTIsMTM4LjM2LDcwLjQ0LDEzNS4yNCw2NS41OSwxMzIuMDF6IE05OC40Myw5Mi4wMmMtOC4zMiwwLTE2LjMyLDAtMjQuNjEsMGM0LjI0LDMuNjMsOC4yNiw3LjA4LDEyLjMxLDEwLjU1JiMxMDsmIzk7JiM5O0M5MC4yMSw5OS4wNiw5NC4yMSw5NS42Myw5OC40Myw5Mi4wMnogTTcwLjE1LDk3Ljg2Yy0wLjkzLDYuOTktMS44MywxMy43LTIuNzIsMjAuNDJjMC4wNywwLjA0LDAuMTQsMC4wOCwwLjIxLDAuMTMmIzEwOyYjOTsmIzk7YzQuMzktMy43Niw4Ljc4LTcuNTIsMTMuMjQtMTEuMzVDNzcuMjksMTAzLjk4LDczLjgyLDEwMS4wMSw3MC4xNSw5Ny44NnogTTEwMi4wOCw5Ny44NmMtMy42NywzLjE0LTcuMTUsNi4xMy0xMC43Myw5LjE5JiMxMDsmIzk7JiM5O2M0LjQ3LDMuODMsOC44NCw3LjU4LDEzLjIxLDExLjMyYzAuMDgtMC4wNCwwLjE2LTAuMDksMC4yNC0wLjEzQzEwMy45MSwxMTEuNTMsMTAzLjAxLDEwNC44MiwxMDIuMDgsOTcuODZ6IE04Ni4xOSw0OS44NiYjMTA7JiM5OyYjOTtjLTAuMTYsMC4xMi0wLjI2LDAuMTYtMC4zMiwwLjI0Yy0yLjEsMi42MS00LjIsNS4yMS02LjI2LDcuODVjLTAuMTYsMC4yMS0wLjExLDAuODEsMC4wNywxLjA0YzEuMjQsMS41OCwyLjU1LDMuMSwzLjg0LDQuNjUmIzEwOyYjOTsmIzk7YzEuMywxLjU2LDMuOTEsMS41Niw1LjIyLTAuMDFjMS40NC0xLjcyLDIuODctMy40NSw0LjMyLTUuMTlDOTAuNzIsNTUuNTIsODguNDYsNTIuNyw4Ni4xOSw0OS44NnogTTkzLjIzLDI5Ljk4JiMxMDsmIzk7JiM5O2MtMC4xLTAuMTItMC4yLTAuMjMtMC4zLTAuMzVjLTQuNTIsMC05LjA1LDAtMTMuNTcsMGMtMC4wNywwLjc4LDUuNTYsOC4xOSw2Ljg5LDkuMDhDODguNTcsMzUuOCw5MC45LDMyLjg5LDkzLjIzLDI5Ljk4eiYjMTA7JiM5OyYjOTsgTTQ1Ljc5LDgxLjQ2YzAuMDEsMC4wNSwwLjAyLDAuMTEsMC4wMywwLjE2YzUuMzcsMCwxMC43MywwLDE2LjE5LDBjMC4yMS0xLjU1LDAuNDEtMy4wNywwLjYzLTQuNzUmIzEwOyYjOTsmIzk7QzU2Ljg4LDc4LjQzLDUxLjM0LDc5Ljk0LDQ1Ljc5LDgxLjQ2eiBNMTEwLjIzLDgxLjU5YzUuNDYsMCwxMC44LDAsMTYuMTQsMGMwLjAxLTAuMDUsMC4wMS0wLjEsMC4wMi0wLjE1JiMxMDsmIzk7JiM5O2MtNS41NC0xLjUxLTExLjA4LTMuMDItMTYuNzktNC41N0MxMDkuODIsNzguNTUsMTEwLjAyLDgwLjA0LDExMC4yMyw4MS41OXogTTc2LjQ1LDUwLjYxYzAuMDcsMC4wMiwwLjE0LDAuMDQsMC4yMSwwLjA2JiMxMDsmIzk7JiM5O2MxLjU2LTEuOTUsMy4xMy0zLjksNC42OC01Ljg2YzAuMTUtMC4xOCwwLjI4LTAuNTksMC4xOC0wLjcyYy0xLjEyLTEuNDctMi4yOC0yLjktMy42MS00LjU3Qzc3LjQsNDMuNDUsNzYuOTMsNDcuMDMsNzYuNDUsNTAuNjF6JiMxMDsmIzk7JiM5OyBNNzMuMiw3NC45NWMtMC4zLDIuMjktMC41OSw0LjQ2LTAuODgsNi42YzAuOTMsMC4yOSwxLjQ3LDAuMDYsMS45OC0wLjU5YzEuMzgtMS43NCwyLjgzLTMuNDEsNC4yNC01LjEyJiMxMDsmIzk7JiM5O2MwLjItMC4yNSwwLjM3LTAuNTIsMC42NC0wLjg5Qzc3LjA5LDc0Ljk1LDc1LjIsNzQuOTUsNzMuMiw3NC45NXogTTkwLjQ4LDQ0LjMyYzEuNzQsMi4xNywzLjQ0LDQuMjksNS4xNCw2LjQmIzEwOyYjOTsmIzk7YzAuMDYtMC4wNCwwLjEyLTAuMDgsMC4xOC0wLjExYy0wLjQ4LTMuNTktMC45Ni03LjE5LTEuNDgtMTEuMDZDOTIuOTIsNDEuMjcsOTEuNzIsNDIuNzcsOTAuNDgsNDQuMzJ6IE05Mi45MSw3NC45JiMxMDsmIzk7JiM5O2MxLjg1LDIuMjIsMy41MSw0LjE3LDUuMTIsNi4xN2MwLjU0LDAuNjcsMS4xLDAuNzQsMS44NywwLjQ1Yy0wLjI2LTIuMDItMC41LTQuMDEtMC44MS01Ljk5Yy0wLjA0LTAuMjQtMC40MS0wLjYtMC42NC0wLjYmIzEwOyYjOTsmIzk7Qzk2LjcxLDc0Ljg4LDk0Ljk2LDc0LjksOTIuOTEsNzQuOXogTTg5LjY0LDgxLjYzYy0xLjI1LTEuNS0yLjM1LTIuODEtMy41My00LjIyYy0xLjE4LDEuNDItMi4yOCwyLjc1LTMuNTEsNC4yMiYjMTA7JiM5OyYjOTtDODUuMDIsODEuNjMsODcuMTksODEuNjMsODkuNjQsODEuNjN6IiBpZD0iWE1MSURfMTI1XyIvPiYjeGE7PC9nPiYjeGE7PGcgaWQ9IlhNTElEXzIxXyI+JiN4YTsJPHBhdGggZD0iTTI4NiwzLjgydjguNGMwLDIuMTEtMS43MSwzLjgyLTMuODIsMy44MmgtMzQuMTRjLTIuMTEsMC0zLjgyLTEuNzEtMy44Mi0zLjgydi04LjQmIzEwOyYjOTsmIzk7YzAtMi4xMSwxLjcxLTMuODIsMy44Mi0zLjgybDM0LjE0LDBDMjg0LjI5LDAsMjg2LDEuNzEsMjg2LDMuODJ6IiBjbGFzcz0ic3QwIiBpZD0iWE1MSURfMTlfIi8+JiN4YTsJPHBhdGggZD0iTTMyMS4xMSwzNC43OHYxNDkuMzhjMCwxMC4zLTguNDMsMTguNzMtMTguNzMsMTguNzNoLTc0LjU0Yy0xMC4zLDAtMTguNzMtOC40My0xOC43My0xOC43MyYjMTA7JiM5OyYjOTtWMzQuNzhjMC0xMC4zLDguNDMtMTguNzMsMTguNzMtMTguNzNoNzQuNTRDMzEyLjY4LDE2LjA1LDMyMS4xMSwyNC40OCwzMjEuMTEsMzQuNzh6IiBjbGFzcz0ic3QxIiBpZD0iWE1MSURfOF8iLz4mI3hhOzwvZz4mI3hhOzxnIGlkPSJYTUxJRF80XyI+JiN4YTsJPGcgaWQ9IlhNTElEXzM2N18iPiYjeGE7CQk8cGF0aCBkPSJNMzg5LjUsNjcuMDJjLTAuMDUtMTYuMjYsMTMuMDEtMjkuMzksMjkuMjctMjkuNDJjMTYuMi0wLjAzLDI5LjQ0LDEzLjE3LDI5LjQyLDI5LjMzJiMxMDsmIzk7JiM5OyYjOTtjLTAuMDIsMTYuMDMtMTMuMTYsMjkuMjQtMjkuMTksMjkuMzVDNDAyLjg0LDk2LjM4LDM4OS41NSw4My4xOSwzODkuNSw2Ny4wMnoiIGlkPSJYTUxJRF84MjdfIi8+JiN4YTsJCTxwYXRoIGQ9Ik00MjUuMiwxMDIuMmMtMS42OSw1LjcxLTMuMTUsMTAuNzctNC43MiwxNS43OWMtMC4xNywwLjU1LTEuMDUsMS4yNy0xLjUzLDEuMjMmIzEwOyYjOTsmIzk7JiM5O2MtMC42NS0wLjA2LTEuNjItMC42Ny0xLjgtMS4yNWMtMS41Ny01LjAyLTMuMDgtMTAuMDgtNC4zNy0xNS4xOGMtMC4xNS0wLjU4LDEuMTItMi4xNSwxLjgzLTIuMjFjMi43OS0wLjI2LDUuNjQtMC4yNSw4LjQ0LTAuMDImIzEwOyYjOTsmIzk7JiM5O0M0MjMuODcsMTAwLjYyLDQyNC42LDEwMS43Miw0MjUuMiwxMDIuMnoiIGlkPSJYTUxJRF84MTVfIi8+JiN4YTsJCTxwYXRoIGQ9Ik00NTIuMzQsNjYuN2MwLTYuNjUsMC4wMS02LjY1LDYuNC00LjgxYzMuMzIsMC45NSw2LjY2LDEuODMsOS45MywyLjk0YzAuOTcsMC4zMywxLjcxLDEuMzMsMi41NSwyLjAyJiMxMDsmIzk7JiM5OyYjOTtjLTAuODEsMC43MS0xLjUsMS43OC0yLjQ0LDIuMDhjLTQuMjMsMS4zOS04LjUyLDIuNTktMTIuOCwzLjgxYy0yLjg2LDAuODItMy41OCwwLjI1LTMuNjQtMi43NiYjMTA7JiM5OyYjOTsmIzk7QzQ1Mi4zMiw2OC44OCw0NTIuMzQsNjcuNzksNDUyLjM0LDY2Ljd6IiBpZD0iWE1MSURfODE0XyIvPiYjeGE7CQk8cGF0aCBkPSJNNDE4LjYzLDMzLjM3Yy02LjY4LDAtNi42OCwwLTQuODQtNi4zOGMwLjk4LTMuNCwxLjg5LTYuODQsMy4wMS0xMC4xOWMwLjMtMC44OSwxLjI3LTEuNTYsMS45My0yLjMzJiMxMDsmIzk7JiM5OyYjOTtjMC43MiwwLjgxLDEuOCwxLjUsMi4xMSwyLjQ0YzEuMzYsNC4xNCwyLjUyLDguMzUsMy43MywxMi41NGMwLjk0LDMuMjYsMC40NCwzLjktMi45MywzLjkzJiMxMDsmIzk7JiM5OyYjOTtDNDIwLjY0LDMzLjM3LDQxOS42NCwzMy4zNyw0MTguNjMsMzMuMzd6IiBpZD0iWE1MSURfODEzXyIvPiYjeGE7CQk8cGF0aCBkPSJNMzg1LjI5LDY2Ljg5YzAuMDgsNi42NywwLjQ0LDcuMjQtNi42OSw0Ljk0Yy0zLjM3LTEuMDktNi44My0xLjktMTAuMi0zLjAxJiMxMDsmIzk7JiM5OyYjOTtjLTAuOC0wLjI2LTEuMzYtMS4yNC0yLjAyLTEuODljMC42Ni0wLjY1LDEuMi0xLjY0LDEuOTgtMS44OWM0LjU4LTEuNDgsOS4yMi0yLjgsMTMuODUtNC4xM2MyLjExLTAuNjEsMy4xMywwLjI1LDMuMDgsMi40NCYjMTA7JiM5OyYjOTsmIzk7QzM4NS4yNyw2NC41MiwzODUuMjksNjUuNywzODUuMjksNjYuODl6IiBpZD0iWE1MSURfODEyXyIvPiYjeGE7CQk8cGF0aCBkPSJNMzkxLjYzLDIzLjE0YzAuMjctMC40NSwwLjUxLTEuMzUsMS0xLjUzYzAuNjQtMC4yMiwxLjczLTAuMTMsMi4xOSwwLjNjMy44MiwzLjUsNy41Niw3LjA5LDExLjI2LDEwLjcxJiMxMDsmIzk7JiM5OyYjOTtjMS4xNywxLjE1LDAuODcsMi4zMy0wLjUsMy4xNWMtMi4zNCwxLjQtNC42NCwyLjg5LTcuMTEsNC4wMmMtMC43LDAuMzItMi42My0wLjI3LTIuNzgtMC43OSYjMTA7JiM5OyYjOTsmIzk7QzM5NC4yMiwzMy44NSwzOTIuOTksMjguNjMsMzkxLjYzLDIzLjE0eiIgaWQ9IlhNTElEXzgxMV8iLz4mI3hhOwkJPHBhdGggZD0iTTQ2Mi42MSw5NC4wN2MtNS41MS0xLjM0LTEwLjU2LTIuNTMtMTUuNTgtMy44MmMtMS41Ny0wLjQtMS45OC0xLjU4LTEuMjItMi45NyYjMTA7JiM5OyYjOTsmIzk7YzEuMzEtMi40LDIuNjktNC43NSw0LjA5LTcuMDljMC44OS0xLjUsMi4wNi0xLjc1LDMuMzMtMC40NGMzLjU0LDMuNjcsNy4wOCw3LjM0LDEwLjUzLDExLjA5YzAuNDQsMC40NywwLjYxLDEuNTgsMC4zNiwyLjE4JiMxMDsmIzk7JiM5OyYjOTtDNDYzLjg4LDkzLjU4LDQ2Mi45NCw5My44Niw0NjIuNjEsOTQuMDd6IiBpZD0iWE1MSURfODEwXyIvPiYjeGE7CQk8cGF0aCBkPSJNMzc0LjkxLDk0LjExYy0wLjM2LTAuMjUtMS4xOC0wLjUyLTEuNDItMS4wNWMtMC4yNS0wLjU1LTAuMi0xLjYsMC4xOC0yYzMuNjUtMy45NCw3LjM1LTcuODQsMTEuMi0xMS41OCYjMTA7JiM5OyYjOTsmIzk7YzAuMzctMC4zNiwyLjMxLDAuMTEsMi43NiwwLjc0YzEuNTgsMi4yMSwyLjk3LDQuNTksNC4xLDcuMDZjMC4zMSwwLjY5LTAuMzMsMi42MS0wLjg3LDIuNzcmIzEwOyYjOTsmIzk7JiM5O0MzODUuNyw5MS41MiwzODAuNDgsOTIuNzQsMzc0LjkxLDk0LjExeiIgaWQ9IlhNTElEXzgwOV8iLz4mI3hhOwkJPHBhdGggZD0iTTQ2NS4wNiw0MWMtMC44NywxLjI4LTEuMiwxLjkyLTEuNjcsMi40M2MtMy4yNSwzLjQ0LTYuNTQsNi44My05Ljc5LDEwLjI2JiMxMDsmIzk7JiM5OyYjOTtjLTEuNDgsMS41Ni0yLjc1LDEuNjItMy44Ny0wLjM2Yy0xLjI2LTIuMjEtMi41NS00LjQtMy44LTYuNjJjLTAuOTQtMS42Ny0wLjQ0LTIuODIsMS40LTMuMjhjNC43Ni0xLjE5LDkuNTEtMi40LDE0LjMxLTMuNCYjMTA7JiM5OyYjOTsmIzk7QzQ2Mi41MywzOS44NSw0NjMuNjMsNDAuNTgsNDY1LjA2LDQxeiIgaWQ9IlhNTElEXzgwOF8iLz4mI3hhOwkJPHBhdGggZD0iTTM5MS42MSwxMTAuNjljMS4zOC01LjUyLDIuNi0xMC43NCw0LjA4LTE1Ljg4YzAuMTUtMC41MiwyLjA3LTEuMTEsMi43Ny0wLjc5JiMxMDsmIzk7JiM5OyYjOTtjMi40NywxLjEzLDQuNzgsMi42MSw3LjExLDQuMDJjMS41NCwwLjkzLDEuNTYsMi4xNSwwLjMxLDMuMzVjLTMuNiwzLjQ4LTcuMiw2Ljk1LTEwLjg3LDEwLjM1Yy0wLjUsMC40Ni0xLjU0LDAuNzctMi4xNCwwLjU4JiMxMDsmIzk7JiM5OyYjOTtDMzkyLjMxLDExMi4xMiwzOTEuOTgsMTExLjE5LDM5MS42MSwxMTAuNjl6IiBpZD0iWE1MSURfODA3XyIvPiYjeGE7CQk8cGF0aCBkPSJNMzc1LDM5LjdjNS40OSwxLjM3LDEwLjcsMi41OSwxNS44NSw0LjA1YzAuNTYsMC4xNiwxLjI2LDEuOTMsMC45OSwyLjUyYy0xLjI0LDIuNjItMi43NSw1LjExLTQuMjksNy41OCYjMTA7JiM5OyYjOTsmIzk7Yy0wLjg4LDEuNDEtMi4xLDEuMy0zLjE4LDAuMTljLTMuNDgtMy41OS02Ljk2LTcuMTgtMTAuMzMtMTAuODZjLTAuNS0wLjU0LTAuNjUtMS42NS0wLjUyLTIuNDImIzEwOyYjOTsmIzk7JiM5O0MzNzMuNTksNDAuMjksMzc0LjU1LDM5Ljk5LDM3NSwzOS43eiIgaWQ9IlhNTElEXzgwNl8iLz4mI3hhOwkJPHBhdGggZD0iTTQ0Ni4wNSwxMTAuODFjLTAuMzEsMC40MS0wLjYxLDEuMi0xLjE1LDEuNDNjLTAuNTQsMC4yMy0xLjU1LDAuMTYtMS45NS0wLjIyJiMxMDsmIzk7JiM5OyYjOTtjLTMuODgtMy41OC03LjczLTcuMi0xMS40MS0xMC45OWMtMC40My0wLjQ0LTAuMTYtMi40NCwwLjQxLTIuODRjMi4zNy0xLjY3LDQuOTMtMy4xLDcuNTQtNC4zN2MwLjU3LTAuMjgsMi4yNywwLjMzLDIuNDEsMC44MiYjMTA7JiM5OyYjOTsmIzk7QzQ0My4zNyw5OS45LDQ0NC42NCwxMDUuMjEsNDQ2LjA1LDExMC44MXoiIGlkPSJYTUxJRF84MDVfIi8+JiN4YTsJCTxwYXRoIGQ9Ik00NDUuOTcsMjMuMTJjLTEuMzQsNS41LTIuNTMsMTAuNTQtMy44MSwxNS41N2MtMC40LDEuNTctMS41NiwxLjk5LTIuOTYsMS4yMiYjMTA7JiM5OyYjOTsmIzk7Yy0yLjM5LTEuMzEtNC43NC0yLjcxLTcuMDktNC4xYy0xLjUzLTAuOS0xLjczLTIuMDktMC40NS0zLjMzYzMuNjYtMy41NSw3LjMzLTcuMDksMTEuMDgtMTAuNTRjMC40OC0wLjQ0LDEuNi0wLjYzLDIuMTktMC4zOCYjMTA7JiM5OyYjOTsmIzk7QzQ0NS41LDIxLjgxLDQ0NS43NiwyMi43Nyw0NDUuOTcsMjMuMTJ6IiBpZD0iWE1MSURfODA0XyIvPiYjeGE7CTwvZz4mI3hhOwk8ZyBpZD0iWE1MSURfMzY2XyI+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iNDA2LDE5Mi40MyA0NTYuODMsMTkyLjQzIDQ4NS4xNSwxNTEuNDMgNDM0LjMyLDE1MS40MyIgaWQ9IlhNTElEXzExXyIvPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjUwMSwxNDQuNDMgNTUxLjgzLDE0NC40MyA1ODAuMTUsMTAzLjQzIDUyOS4zMiwxMDMuNDMiIGlkPSJYTUxJRF8xMF8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI0NzAsOTYuNDMgNTIwLjgzLDk2LjQzIDU0OS4xNSw1NS40MyA0OTguMzIsNTUuNDMiIGlkPSJYTUxJRF8xMl8iLz4mI3hhOwkJPHBvbHlnb24gcG9pbnRzPSI0NjksMTkyLjQzIDUxOS44MywxOTIuNDMgNTQ4LjE1LDE1MS40MyA0OTcuMzIsMTUxLjQzIiBpZD0iWE1MSURfMTNfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iNDM4LDE0NC40MyA0ODguODMsMTQ0LjQzIDUxNy4xNSwxMDMuNDMgNDY2LjMyLDEwMy40MyIgaWQ9IlhNTElEXzE0XyIvPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjUzMyw5NS40MyA1ODMuODMsOTUuNDMgNjEyLjE1LDU0LjQzIDU2MS4zMiw1NC40MyIgaWQ9IlhNTElEXzE1XyIvPiYjeGE7CTwvZz4mI3hhOzwvZz4mI3hhOzwvc3ZnPg==;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1920.6553846153847\" y=\"1224.8461538461538\" width=\"78.6\" height=\"92.3076923076923\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-battery-icon-circle\" value=\"\" style=\"ellipse;whiteSpace=wrap;html=1;aspect=fixed;strokeWidth=3;fillColor=#dae8fc;strokeColor=#6c8ebf;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1699\" y=\"1504.75\" width=\"134\" height=\"134\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-solar-gen-box\" value=\"\" style=\"group;fontStyle=1\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"2879\" y=\"1228\" width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-49\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"graph-solar-gen-box\" vertex=\"1\">\n <mxGeometry width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-solar-gen-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;SOLAR GENERATION&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;fontStyle=1\" parent=\"graph-solar-gen-box\" vertex=\"1\">\n <mxGeometry x=\"0.125\" y=\"6.369999999999891\" width=\"239.75\" height=\"35.26\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-52\" value=\"\" style=\"endArrow=none;html=1;rounded=0;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeWidth=4;\" parent=\"1\" edge=\"1\">\n <mxGeometry width=\"50\" height=\"50\" relative=\"1\" as=\"geometry\">\n <mxPoint x=\"2795\" y=\"1783\" as=\"sourcePoint\" />\n <mxPoint x=\"2795\" y=\"1214\" as=\"targetPoint\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-battery-backup-label-box\" value=\"\" style=\"group;verticalAlign=middle;fontStyle=1\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"2879\" y=\"1585\" width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-54\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"graph-battery-backup-label-box\" vertex=\"1\">\n <mxGeometry width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-battery-backup-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;BATTERY BACKUP&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;fontStyle=1\" parent=\"graph-battery-backup-label-box\" vertex=\"1\">\n <mxGeometry x=\"0.125\" y=\"6.369999999999891\" width=\"239.75\" height=\"35.26\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-solar-gen-table\" value=\"\" style=\"shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2834\" y=\"1299\" width=\"330\" height=\"65\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-61\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-solar-gen-table\" vertex=\"1\">\n <mxGeometry width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-solar-gen-daily-yield-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Daily Energy Yield&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"2NBHaG3951vh6ttSq2t9-61\" vertex=\"1\">\n <mxGeometry width=\"185\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"185\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-solar-gen-daily-yield-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"2NBHaG3951vh6ttSq2t9-61\" vertex=\"1\">\n <mxGeometry x=\"185\" width=\"145\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"145\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-64\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=1;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-solar-gen-table\" vertex=\"1\">\n <mxGeometry y=\"33\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-solar-gen-total-yield-label\" value=\"&lt;span style=&quot;font-size: 20px;&quot;&gt;Total Energy Yield&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"2NBHaG3951vh6ttSq2t9-64\" vertex=\"1\">\n <mxGeometry width=\"185\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"185\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-solar-gen-total-yield-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"2NBHaG3951vh6ttSq2t9-64\" vertex=\"1\">\n <mxGeometry x=\"185\" width=\"145\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"145\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-load-demand-table\" value=\"\" style=\"shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2834\" y=\"1478\" width=\"330\" height=\"65\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-89\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-load-demand-table\" vertex=\"1\">\n <mxGeometry width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-load-demand-avg-daily-load-label\" value=\"&lt;span&gt;Avg Daily Load&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"2NBHaG3951vh6ttSq2t9-89\" vertex=\"1\">\n <mxGeometry width=\"183\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"183\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-load-demand-avg-daily-load-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"2NBHaG3951vh6ttSq2t9-89\" vertex=\"1\">\n <mxGeometry x=\"183\" width=\"147\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"147\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-92\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=1;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-load-demand-table\" vertex=\"1\">\n <mxGeometry y=\"33\" width=\"330\" height=\"32\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-load-demand-peak-daily-load-label\" value=\"&lt;span&gt;Peak&amp;nbsp;&lt;/span&gt;&lt;span&gt;Daily Load&lt;/span&gt;\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"2NBHaG3951vh6ttSq2t9-92\" vertex=\"1\">\n <mxGeometry width=\"183\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"183\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-load-demand-peak-daily-load-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"2NBHaG3951vh6ttSq2t9-92\" vertex=\"1\">\n <mxGeometry x=\"183\" width=\"147\" height=\"32\" as=\"geometry\">\n <mxRectangle width=\"147\" height=\"32\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"ESsCR9n_2CBBInipOTS--2\" value=\"\" style=\"group;fontSize=24;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"1877\" y=\"1053\" width=\"1047\" height=\"118\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-9\" value=\"\" style=\"group;verticalAlign=middle;fontSize=24;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"ESsCR9n_2CBBInipOTS--2\" vertex=\"1\" connectable=\"0\">\n <mxGeometry width=\"255\" height=\"118\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"ESsCR9n_2CBBInipOTS--1\" value=\"\" style=\"group\" parent=\"2NBHaG3951vh6ttSq2t9-9\" vertex=\"1\" connectable=\"0\">\n <mxGeometry width=\"255\" height=\"118\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-mode-value\" value=\"&lt;font style=&quot;font-size: 24px;&quot;&gt;null&lt;/font&gt;&lt;div style=&quot;font-size: 24px;&quot;&gt;&lt;span style=&quot;background-color: initial; font-size: 24px;&quot;&gt;&lt;b style=&quot;font-size: 24px;&quot;&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=24;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;\" parent=\"ESsCR9n_2CBBInipOTS--1\" vertex=\"1\">\n <mxGeometry x=\"5.75\" y=\"76\" width=\"243.5\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-mode-label-box\" value=\"\" style=\"group;fontSize=24;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"ESsCR9n_2CBBInipOTS--1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry width=\"255\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-5\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"status-bar-controller-mode-label-box\" vertex=\"1\">\n <mxGeometry width=\"255\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-mode-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 24px;&quot;&gt;CONTROLLER MODE&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;fontStyle=1\" parent=\"status-bar-controller-mode-label-box\" vertex=\"1\">\n <mxGeometry x=\"0.6400000000000006\" y=\"10\" width=\"253.72\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-10\" value=\"\" style=\"group;verticalAlign=middle;fontSize=24;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;\" parent=\"ESsCR9n_2CBBInipOTS--2\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"387\" width=\"273\" height=\"118\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-state-label-box\" value=\"\" style=\"group;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;\" parent=\"2NBHaG3951vh6ttSq2t9-10\" vertex=\"1\" connectable=\"0\">\n <mxGeometry width=\"273\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-40\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"status-bar-controller-state-label-box\" vertex=\"1\">\n <mxGeometry x=\"10.459770114942529\" width=\"252.08045977011494\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-state-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 24px;&quot;&gt;CONTROLLER STATE&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;fontStyle=1\" parent=\"status-bar-controller-state-label-box\" vertex=\"1\">\n <mxGeometry x=\"12.813218390804607\" y=\"10\" width=\"247.37356321839079\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-controller-state-value-word\" value=\"&lt;font style=&quot;font-size: 24px;&quot;&gt;null&lt;/font&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;background-color: initial; font-size: 24px;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;\" parent=\"2NBHaG3951vh6ttSq2t9-10\" vertex=\"1\">\n <mxGeometry x=\"16.25\" y=\"76\" width=\"240.5\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"2NBHaG3951vh6ttSq2t9-11\" value=\"\" style=\"group;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;\" parent=\"ESsCR9n_2CBBInipOTS--2\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"792\" width=\"255\" height=\"118\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-battery-state-value\" value=\"&lt;font style=&quot;font-size: 24px;&quot;&gt;null&lt;/font&gt;&lt;div style=&quot;font-size: 24px;&quot;&gt;&lt;span style=&quot;background-color: initial; font-size: 24px;&quot;&gt;&lt;b style=&quot;font-size: 24px;&quot;&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=24;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;\" parent=\"2NBHaG3951vh6ttSq2t9-11\" vertex=\"1\">\n <mxGeometry y=\"76\" width=\"255\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-battery-state-label-box\" value=\"\" style=\"group\" parent=\"2NBHaG3951vh6ttSq2t9-11\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"11\" width=\"231\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"pL6iwbcucHw1mP94qOPg-18\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"status-bar-battery-state-label-box\" vertex=\"1\">\n <mxGeometry width=\"231\" height=\"62\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-battery-state-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 24px;&quot;&gt;BATTERY STATE&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;fontStyle=1\" parent=\"status-bar-battery-state-label-box\" vertex=\"1\">\n <mxGeometry x=\"9.5\" y=\"10\" width=\"212\" height=\"42\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-load-demand-box\" value=\"\" style=\"group;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=23;\" parent=\"1\" vertex=\"1\" connectable=\"0\">\n <mxGeometry x=\"2880\" y=\"1409\" width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"ESsCR9n_2CBBInipOTS--4\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=32;fontColor=#000066;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"graph-load-demand-box\" vertex=\"1\">\n <mxGeometry width=\"240\" height=\"48\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-load-demand-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-family: &amp;quot;Open Sans&amp;quot;; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;&quot;&gt;&lt;span style=&quot;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;LOAD DEMAND&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=23;fontFamily=Open Sans;fontColor=#000000;align=center;verticalAlign=middle;fontStyle=1\" parent=\"graph-load-demand-box\" vertex=\"1\">\n <mxGeometry x=\"0.125\" y=\"6.369999999999891\" width=\"239.75\" height=\"35.26\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-battery-backup-table\" value=\"\" style=\"shape=table;html=1;whiteSpace=wrap;startSize=0;container=1;collapsible=0;childLayout=tableLayout;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fillColor=#FFFFFF;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2835\" y=\"1655\" width=\"330\" height=\"66\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"ESsCR9n_2CBBInipOTS--7\" value=\"\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-battery-backup-table\" vertex=\"1\">\n <mxGeometry width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-battery-backup-storage-capacity-label\" value=\"Storage Capacity\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"ESsCR9n_2CBBInipOTS--7\" vertex=\"1\">\n <mxGeometry width=\"183\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"183\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-battery-backup-storage-capacity-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"ESsCR9n_2CBBInipOTS--7\" vertex=\"1\">\n <mxGeometry x=\"183\" width=\"147\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"147\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"ESsCR9n_2CBBInipOTS--19\" style=\"shape=tableRow;horizontal=0;startSize=0;swimlaneHead=0;swimlaneBody=0;top=0;left=0;bottom=0;right=0;collapsible=0;dropTarget=0;fillColor=none;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=24;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"graph-battery-backup-table\" vertex=\"1\">\n <mxGeometry y=\"33\" width=\"330\" height=\"33\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"graph-battery-backup-backup-time-label\" value=\"Backup Time\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=1;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;fontStyle=0\" parent=\"ESsCR9n_2CBBInipOTS--19\" vertex=\"1\">\n <mxGeometry width=\"183\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"183\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"graph-battery-backup-backup-time-value\" value=\"null\" style=\"shape=partialRectangle;html=1;whiteSpace=wrap;connectable=0;fillColor=none;top=0;left=0;bottom=0;right=0;overflow=hidden;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontSize=20;fontColor=#000000;strokeColor=#000000;strokeWidth=4;\" parent=\"ESsCR9n_2CBBInipOTS--19\" vertex=\"1\">\n <mxGeometry x=\"183\" width=\"147\" height=\"33\" as=\"geometry\">\n <mxRectangle width=\"147\" height=\"33\" as=\"alternateBounds\" />\n </mxGeometry>\n </mxCell>\n <mxCell id=\"status-bar-last-database-update-label\" value=\"&lt;span style=&quot;color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; font-size: 22px;&quot;&gt;&lt;font style=&quot;font-size: 22px;&quot;&gt;Database Last Updated:&lt;/font&gt;&lt;/span&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=22;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;fontStyle=1;align=right;verticalAlign=middle;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"2913\" y=\"1023\" width=\"272\" height=\"38\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"status-bar-last-database-update-value\" value=\"&lt;div style=&quot;font-size: 22px;&quot;&gt;&lt;span style=&quot;background-color: initial; font-size: 22px;&quot;&gt;null&lt;/span&gt;&lt;/div&gt;\" style=\"text;whiteSpace=wrap;html=1;fontSize=22;labelBackgroundColor=none;fontFamily=Open Sans;fontSource=https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DOpen%2BSans;align=right;verticalAlign=middle;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"3043\" y=\"1064\" width=\"142\" height=\"37\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-battery-icon-fill\" value=\"\" style=\"rounded=1;whiteSpace=wrap;html=1;rotation=-180;fillColor=none;strokeColor=none;imageVerticalAlign=bottom;imageHeight=24;noLabel=1;connectable=0;allowArrows=0;fixedWidth=1;resizeHeight=1;glass=0;shadow=0;sketch=0;imageAspect=0;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1735.85\" y=\"1524\" width=\"60.3\" height=\"100\" as=\"geometry\" />\n </mxCell>\n <mxCell id=\"diagram-battery-icon-outline\" value=\"\" style=\"shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjMgMjExLjY3OyIgdmlld0JveD0iMCAwIDEyMyAyMTEuNjciIHk9IjBweCIgeD0iMHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIj4mI3hhOzxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+JiN4YTsJLnN0MHtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9JiN4YTsJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjg7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSYjeGE7CS5zdDJ7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fSYjeGE7PC9zdHlsZT4mI3hhOzxnIGlkPSJYTUxJRF8xXyI+JiN4YTsJPGcgaWQ9IlhNTElEXzNfIj4mI3hhOwkJPHBhdGggZD0iTS0zMjEuMzEsMTQ2Ljc2YzAtMC4zMS0wLjIyLTAuNTgtMC41Mi0wLjY1Yy02Ljc4LTEuNTgtMTEuNDctNS40NS0xMy4wNy0xMi4yNSYjMTA7JiM5OyYjOTsmIzk7Yy0wLjc0LTMuMTktMC41Ny02LjU5LTAuNzMtMTAuMDFjLTAuMDItMC4zOCwwLjI4LTAuNywwLjY2LTAuN2gzNC40M2MwLjM3LDAsMC42NiwwLjMsMC42NiwwLjY3Yy0wLjAyLDQuNTMsMC41OSw5LjA5LTEuNjYsMTMuMzgmIzEwOyYjOTsmIzk7JiM5O2MtMS45MSwzLjY0LTQuNjksNi4zLTguNDksNy44NWMtMS4wOSwwLjQ0LTIuMjQsMC43My0zLjUyLDEuMTFjLTAuMjgsMC4wOC0wLjQ4LDAuMzQtMC40OCwwLjY0YzAsMC4yOCwwLDAuNTksMCwwLjkmIzEwOyYjOTsmIzk7JiM5O2MwLDUuNDItMC4wNCwxMC44NCwwLjAzLDE2LjI2YzAuMDIsMS40MywwLjE3LDIuODksMC40NCw0LjNjMC40OSwyLjU2LDIuNjQsNC41LDUuMjQsNC42OWMzLjEzLDAuMjMsNi4xNS0wLjI5LDguOTMtMS43MSYjMTA7JiM5OyYjOTsmIzk7YzEzLjc2LTcuMDIsMjEuNzEtMTguMjMsMjMuNTMtMzMuNTdjMi41Mi0yMS4yNi0xMi4xNy00MS4xNi0zMy4yNy00NS42M2MtMjIuOTYtNC44Ny00Ni4xNywxMC43NS01MC4wMywzMy44MyYjMTA7JiM5OyYjOTsmIzk7Yy0zLjQsMjAuMzIsNy4zMSwzOS4yNywyNi40OCw0Ni44MmMxLjUsMC41OSwyLjcxLDEuNDIsMi45MywzLjE0YzAuNCwzLjA2LTIuMjksNS4wMS01LjM0LDMuODYmIzEwOyYjOTsmIzk7JiM5O2MtNy4zMi0yLjc3LTEzLjY5LTYuOTktMTguOTUtMTIuNzljLTcuNjctOC40OC0xMi4wNy0xOC4xNy0xMi45OC0yOC45N2MtMS41My0xOC4yNyw3LjEtMzYuMTQsMjIuNDgtNDYuMTMmIzEwOyYjOTsmIzk7JiM5O2MyOC41NC0xOC41Myw2Ny4wNi0zLjQsNzUuMDcsMzAuNDJjNS4yNSwyMi4xNy02LjA4LDQ1Ljg3LTI2LjY5LDU1LjY2Yy00LjM2LDIuMDctOS4wMSwzLjExLTEzLjg0LDIuMjEmIzEwOyYjOTsmIzk7JiM5O2MtNy4yMS0xLjM0LTEwLjk2LTUuNjUtMTEuMi0xMi45NmMtMC4yLTYuMzItMC4xLTEyLjY0LTAuMTMtMTguOTZDLTMyMS4zMSwxNDcuNy0zMjEuMzEsMTQ3LjI1LTMyMS4zMSwxNDYuNzZ6IiBpZD0iWE1MSURfNDhfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0tMzE3LjczLDEyMS4xMWMtNS4wOCwwLTEwLjE2LDAtMTUuMjQsMGMtMS44OSwwLTIuNDctMC41OC0yLjQ4LTIuNDJjLTAuMDEtMSwwLjAxLTEuOTksMC0yLjk5JiMxMDsmIzk7JiM5OyYjOTtjLTAuMDEtMS4zNSwwLjctMS45OSwxLjk5LTIuMDhjMC4wNSwwLDAuMDksMCwwLjE0LDBjMTAuNDUsMCwyMC44OS0wLjAxLDMxLjM0LDAuMDFjMS41MSwwLDIuMTEsMC42OSwyLjE0LDIuMjImIzEwOyYjOTsmIzk7JiM5O2MwLjAyLDEsMC4wMSwxLjk5LDAsMi45OWMtMC4wMiwxLjY1LTAuNjYsMi4yNy0yLjM2LDIuMjdDLTMwNy4zOCwxMjEuMTEtMzEyLjU2LDEyMS4xMS0zMTcuNzMsMTIxLjExeiIgaWQ9IlhNTElEXzQ3XyIvPiYjeGE7CQk8cGF0aCBkPSJNLTMyNC4xMSwxMTEuNTJjLTEuOTQsMC0zLjY4LDAtNS41NiwwYzAtMy4yNC0wLjA4LTYuNDQsMC4wNC05LjY0YzAuMDUtMS4zMywxLjU0LTIuMzEsMi44Ny0yLjIzJiMxMDsmIzk7JiM5OyYjOTtjMS4zNiwwLjA4LDIuNiwxLjEzLDIuNjMsMi41MkMtMzI0LjA1LDEwNS4yNC0zMjQuMTEsMTA4LjMxLTMyNC4xMSwxMTEuNTJ6IiBpZD0iWE1MSURfNDZfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0tMzA1LjU2LDExMS41Yy0xLjkyLDAtMy42NiwwLTUuNjQsMGMwLTAuNjgsMC0xLjM2LDAtMi4wNWMwLTIuMzItMC4wMi00LjY0LDAuMDEtNi45NiYjMTA7JiM5OyYjOTsmIzk7YzAuMDItMS42MiwxLjIyLTIuODMsMi43NS0yLjg1YzEuNS0wLjAzLDIuODIsMS4xNywyLjg2LDIuNzZjMC4wNiwyLjYsMC4wMiw1LjIxLDAuMDIsNy44MiYjMTA7JiM5OyYjOTsmIzk7Qy0zMDUuNTYsMTEwLjU4LTMwNS41NiwxMTAuOTYtMzA1LjU2LDExMS41eiIgaWQ9IlhNTElEXzQ1XyIvPiYjeGE7CTwvZz4mI3hhOwk8ZyBpZD0iWE1MSURfNl8iPiYjeGE7CQk8cGF0aCBkPSJNLTI0Mi45NSwxODkuNzJjMC42OCwwLDEuMTcsMCwxLjY3LDBjNC44MSwwLDkuNjMtMC4wMSwxNC40NCwwLjAxYzAuNjQsMCwxLjMxLDAuMDQsMS45MiwwLjIxJiMxMDsmIzk7JiM5OyYjOTtjMS40MSwwLjQsMi4yMiwxLjcyLDIuMDcsMy4yMWMtMC4xNSwxLjQyLTEuMTcsMi4zOS0yLjY2LDIuNTJjLTAuMzIsMC4wMy0wLjY1LDAuMDEtMC45NywwLjAxYy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMCYjMTA7JiM5OyYjOTsmIzk7Yy0xMS4xNiwwLTIyLjMyLDAtMzMuNDgsMGMtMTIuNDUsMC0yNC45LDAtMzcuMzUsMGMtMTIuNDUsMC0yNC45MSwwLTM3LjM2LDBjLTEyLjU5LDAtMjUuMTgsMC0zNy43NywwYy0xLjk0LDAtMy4wOS0xLTMuMTktMi43JiMxMDsmIzk7JiM5OyYjOTtjLTAuMS0xLjc1LDEuMDYtMy4wMywyLjkzLTMuMjJjMC40Ni0wLjA1LDAuOTMtMC4wMywxLjM5LTAuMDNjNC42OCwwLDkuMzUsMCwxNC4wMywwYzAuNSwwLDEsMCwxLjY2LDBjMC0zMS4xLDAtNjIuMDksMC05My4yNyYjMTA7JiM5OyYjOTsmIzk7Yy0wLjU0LDAtMS4wMywwLTEuNTIsMGMtNC45NSwwLTkuOTEsMC4wMS0xNC44NiwwYy0xLjgsMC0yLjk3LTAuNzItMy40NC0yLjA1Yy0wLjQ5LTEuMzctMC4xLTIuNTUsMS4zMy0zLjc2JiMxMDsmIzk7JiM5OyYjOTtjMTMuODItMTEuNzcsMjcuNjUtMjMuNTMsNDEuNDgtMzUuMjhjMTMuMTItMTEuMTYsMjYuMjUtMjIuMzEsMzkuMzctMzMuNDZjMi44Ni0yLjQzLDUuNzEtNC44Niw4LjU4LTcuMjgmIzEwOyYjOTsmIzk7JiM5O2MxLjUxLTEuMjcsMi45Ni0xLjI2LDQuNDksMC4wNWM4Ljk5LDcuNjYsMTcuOTYsMTUuMzQsMjYuOTUsMjIuOTljNi40Miw1LjQ2LDEyLjg3LDEwLjg5LDE5LjI5LDE2LjM1JiMxMDsmIzk7JiM5OyYjOTtjMTMuMywxMS4zLDI2LjYsMjIuNjIsMzkuOSwzMy45M2MxLjA2LDAuOSwyLjEyLDEuNzksMy4xNiwyLjdjMS40NCwxLjI1LDEuODYsMi40MiwxLjM2LDMuNzZjLTAuNSwxLjM2LTEuNywyLjA3LTMuNTgsMi4wNyYjMTA7JiM5OyYjOTsmIzk7Yy00LjkxLDAuMDEtOS44MSwwLTE0LjcyLDBjLTAuNDksMC0wLjk5LDAtMS42MSwwQy0yNDIuOTUsMTI3LjU4LTI0Mi45NSwxNTguNTMtMjQyLjk1LDE4OS43MnogTS0yMzQuNzYsOTAuMjYmIzEwOyYjOTsmIzk7JiM5O2MtNS42NC00LjgtMTEuMjktOS45Ni0xNi45Mi0xNC43N2MtNi40MS01LjQ3LTEyLjgtMTAuOTYtMTkuMjItMTYuNDNjLTcuMjctNi4xOC0xNC41Ni0xMi4zMi0yMS44My0xOC41JiMxMDsmIzk7JiM5OyYjOTtjLTcuNDgtNi4zNi0xNC45Ni0xMi43Mi0yMi40Mi0xOS4xMWMtMC42Ny0wLjU3LTEuMDktMC41OC0xLjc0LDAuMDFjLTEuNjIsMS40Ni0zLjMsMi44My00Ljk2LDQuMjQmIzEwOyYjOTsmIzk7JiM5O2MtMTMuNTEsMTEuNDktMjcuMDEsMjIuOTktNDAuNTIsMzQuNDhjLTExLjQzLDkuNzItMjMuMzksMjAuMzUtMzQuODMsMzAuMDcgTS0zOTcuMiw5MC4yNmMwLjU0LDAsMS4wNywwLDEuNjEsMCYjMTA7JiM5OyYjOTsmIzk7YzExLjc2LDAsMjMuNTIsMCwzNS4yOCwwYzAuNiwwLDEuMjEsMCwxLjgsMC4xYzEuNTQsMC4yNiwyLjQ4LDEuMzUsMi41NCwyLjg1YzAuMDYsMS41NS0wLjg4LDIuNzgtMi40MSwzLjEyJiMxMDsmIzk7JiM5OyYjOTtjLTAuNCwwLjA5LTAuODMsMC4xMS0xLjI0LDAuMTFjLTcuNDEsMC4wMS0xNC44MiwwLjAxLTIyLjIyLDAuMDFjLTAuMzQsMC0wLjY5LDAtMC45NywwYzAsMzEuMTYsMCw2Mi4xNSwwLDkzLjIyJiMxMDsmIzk7JiM5OyYjOTtjNDQuNjQsMCw4OS4xMiwwLDEzMy43MiwwYzAtMzEuMTMsMC02Mi4xMywwLTkzLjIyYy0zLjE5LDAtNi4zMywwLTkuNDYsMGMtNC42OCwwLTkuMzUsMC4wMi0xNC4wMy0wLjAxJiMxMDsmIzk7JiM5OyYjOTtjLTIuMjMtMC4wMi0zLjYyLTEuNDctMy40MS0zLjQ2YzAuMTctMS42NiwxLjQzLTIuNjksMy40Ni0yLjcxYzMuMjgtMC4wNCw2LjU3LTAuMDEsOS44NS0wLjAxYzguOCwwLDE3LjYsMCwyNi40LDAmIzEwOyYjOTsmIzk7JiM5O2MwLjQ5LDAsMC45NywwLDEuNDYsMCIgaWQ9IlhNTElEXzYxXyIvPiYjeGE7CTwvZz4mI3hhOzwvZz4mI3hhOzxnIGlkPSJYTUxJRF8yXyI+JiN4YTsJPHBhdGggZD0iTS0xNDIuNzUsOTUuMjNjLTYuODEsMC0xMy41MywwLTIwLjM4LDBjMCwwLjQxLDAsMC43OSwwLDEuMTZjMCwzLjQ2LDAuMDEsNi45MSwwLDEwLjM3JiMxMDsmIzk7JiM5O2MtMC4wMSwzLjA5LTIuMTYsNS4zNi01LjA1LDUuMzljLTIuOTQsMC4wMy01LjE0LTIuMjgtNS4xNS01LjRjLTAuMDEtMy44LDAtNy42MSwwLTExLjVjLTYuMDMsMC0xMi4wMSwwLTE4LjE1LDAmIzEwOyYjOTsmIzk7YzAsMC4zOCwwLDAuNzUsMCwxLjEzYzAsMy40NiwwLjAxLDYuOTEsMCwxMC4zN2MtMC4wMSwzLjE2LTIuMTgsNS40My01LjEzLDUuNDFjLTIuOS0wLjAyLTUuMDUtMi4zLTUuMDYtNS4zOSYjMTA7JiM5OyYjOTtjLTAuMDItNS40My0wLjAyLTEwLjg2LDAtMTYuM2MwLjAxLTIuOTEsMS4zNS00LjY4LDQuMi01LjQ2YzE5LjA0LTUuMiwzOC4wOC0xMC40LDU3LjEzLTE1LjU3YzAuNzctMC4yMSwxLjE3LTAuNDksMS4yOC0xLjM2JiMxMDsmIzk7JiM5O2MxLjQ4LTExLjM2LDMtMjIuNzIsNC41MS0zNC4wOGMwLjA1LTAuMzUsMC4wOS0wLjY5LDAuMTQtMS4xMmMtOS41OCwwLTE5LjA4LDAtMjguNzIsMGMwLDAuNDIsMCwwLjgsMCwxLjE3JiMxMDsmIzk7JiM5O2MwLDMuNDYsMC4wMSw2LjkxLDAsMTAuMzdjLTAuMDEsMy4xMi0yLjIxLDUuNDMtNS4xNCw1LjRjLTIuOTEtMC4wMy01LjA1LTIuMy01LjA2LTUuMzljLTAuMDEtNS40MywwLTEwLjg2LTAuMDEtMTYuMyYjMTA7JiM5OyYjOTtjMC0yLjM5LDEuMDQtNC4xLDMuMTgtNS4xN2MxMS4xNy01LjU3LDIyLjMzLTExLjE3LDMzLjUxLTE2LjcxYzAuNzktMC4zOSwxLjc1LTAuNiwyLjY0LTAuNmMxMS4xOC0wLjA0LDIyLjM2LTAuMDQsMzMuNTUsMCYjMTA7JiM5OyYjOTtjMC45NSwwLDEuOTgsMC4yNSwyLjgzLDAuNjdjMTEuMDYsNS40OCwyMi4wOCwxMS4wMywzMy4xMywxNi41MWMyLjMxLDEuMTUsMy40MiwyLjg4LDMuNCw1LjQ2Yy0wLjA0LDUuNDcsMCwxMC45My0wLjAyLDE2LjQmIzEwOyYjOTsmIzk7Yy0wLjAxLDIuMDYtMC45NiwzLjYtMi43Nyw0LjU0Yy0xLjczLDAuOS0zLjQ5LDAuNzktNS4xMy0wLjI5Yy0xLjU2LTEuMDMtMi4zLTIuNTMtMi4zLTQuNGMwLTMuNDksMC02Ljk4LDAtMTAuNDgmIzEwOyYjOTsmIzk7YzAtMC4zOCwwLTAuNzYsMC0xLjIxYy05LjU4LDAtMTkuMDUsMC0yOC43LDBjMC4yLDEuNjMsMC40LDMuMjIsMC42MSw0LjhjMS4xOCw4Ljg0LDIuMzYsMTcuNjgsMy41NCwyNi41MyYjMTA7JiM5OyYjOTtjMC4xOCwxLjMzLDAuNDEsMi42NSwwLjUzLDMuOThjMC4wNiwwLjczLDAuMzgsMS4wMiwxLjA1LDEuMmM4LjM0LDIuMjUsMTYuNjcsNC41MywyNSw2LjhjMTAuNzgsMi45NCwyMS41Niw1Ljg4LDMyLjM0LDguODQmIzEwOyYjOTsmIzk7YzIuODUsMC43OCw0LjE2LDIuNTIsNC4xNyw1LjQ2YzAuMDEsNS40MywwLjAxLDEwLjg2LDAsMTYuM2MtMC4wMSwzLjA5LTIuMTUsNS4zNS01LjA2LDUuMzdjLTIuOTMsMC4wMi01LjEyLTIuMjgtNS4xMy01LjQyJiMxMDsmIzk7JiM5O2MtMC4wMS0zLjQyLDAtNi44NCwwLTEwLjI2YzAtMC4zOCwwLTAuNzYsMC0xLjIyYy02LjA4LDAtMTIuMDUsMC0xOC4xLDBjLTAuMDEsMC4zMy0wLjA0LDAuNjQtMC4wNCwwLjk0JiMxMDsmIzk7JiM5O2MwLDMuNTMsMC4wMSw3LjA1LTAuMDEsMTAuNThjLTAuMDEsMy4xMS0yLjEzLDUuMzYtNS4wNSw1LjM4Yy0yLjkzLDAuMDMtNS4xNC0yLjI4LTUuMTUtNS40Yy0wLjAxLTMuOCwwLTcuNjEsMC0xMS41JiMxMDsmIzk7JiM5O2MtNi43OSwwLTEzLjUsMC0yMC4zNywwYzAuMTcsMS4zNywwLjMyLDIuNzEsMC41LDQuMDZjMi4wMiwxNS4xLDQuMDUsMzAuMTksNi4wNiw0NS4yOWMxLjk0LDE0LjU0LDMuODYsMjkuMDgsNS44LDQzLjYyJiMxMDsmIzk7JiM5O2MwLjM4LDIuODcsMC43Niw1LjczLDEuMTYsOC42YzAuMzgsMi43NS0xLjE1LDUuMTUtMy43NCw1Ljg0Yy0yLjQ5LDAuNjYtNC45Ni0wLjYyLTYuMDQtMy4wN2MtMC4xOC0wLjQxLTAuNTMtMC44NC0wLjkyLTEuMDUmIzEwOyYjOTsmIzk7Yy05LjE4LTUuMDQtMTguMzgtMTAuMDQtMjcuNTctMTUuMDdjLTAuNTctMC4zMS0wLjk5LTAuMjktMS41NSwwLjAyYy05LjE5LDUuMDMtMTguMzksMTAuMDMtMjcuNTcsMTUuMDcmIzEwOyYjOTsmIzk7Yy0wLjM5LDAuMjEtMC43NCwwLjY0LTAuOTIsMS4wNmMtMS4wNywyLjQxLTMuNDksMy42OS01Ljk1LDMuMDhjLTIuNTItMC42Mi00LjE2LTIuOTItMy44Mi01LjU3YzEtNy44MywyLjA1LTE1LjY2LDMuMDktMjMuNDkmIzEwOyYjOTsmIzk7YzEuMTctOC44MSwyLjM1LTE3LjYxLDMuNTMtMjYuNDJjMS42LTExLjk5LDMuMi0yMy45Nyw0LjgtMzUuOTZjMC42Ni00LjkzLDEuMzEtOS44NiwxLjk2LTE0Ljc4JiMxMDsmIzk7JiM5O0MtMTQyLjgyLDk2LjA3LTE0Mi43OSw5NS42OS0xNDIuNzUsOTUuMjN6IE0tOTUuNTIsMTYzLjQ2Yy0wLjMyLTAuMjUtMC41LTAuNDEtMC43LTAuNTRjLTYuNzUtNC41LTEzLjUtOC45OS0yMC4yMy0xMy41MSYjMTA7JiM5OyYjOTtjLTAuNjItMC40Mi0xLjAyLTAuMzMtMS41OCwwLjA1Yy02LjY4LDQuNDgtMTMuMzcsOC45My0yMC4wNiwxMy4zOWMtMC4yNSwwLjE3LTAuNDgsMC4zNy0wLjc1LDAuNTdjMC4xNiwwLjEyLDAuMjMsMC4yLDAuMzIsMC4yNSYjMTA7JiM5OyYjOTtjNi45LDMuNzcsMTMuOCw3LjU0LDIwLjcyLDExLjI3YzAuMzQsMC4xOCwwLjk2LDAuMTIsMS4zMi0wLjA3YzIuNDEtMS4yNiw0Ljc4LTIuNTgsNy4xNi0zLjg4JiMxMDsmIzk7JiM5O0MtMTA0Ljc4LDE2OC41MS0xMDAuMjMsMTY2LjAzLTk1LjUyLDE2My40NnogTS0xMTcuMjIsMTE0Ljc4Yy01LjY5LDQuODgtMTEuMzIsOS43MS0xNi45NiwxNC41M2MwLjE2LDAuMTcsMC4xOSwwLjIzLDAuMjUsMC4yNyYjMTA7JiM5OyYjOTtjNS4zNywzLjU4LDEwLjc0LDcuMTUsMTYuMDksMTAuNzZjMC41OCwwLjM5LDAuOTQsMC4xOCwxLjQtMC4xMmM0LjQ4LTMsOC45Ny01Ljk5LDEzLjQ2LTguOThjMC44OS0wLjYsMS43OC0xLjIsMi43Ny0xLjg3JiMxMDsmIzk7JiM5O0MtMTA1LjkzLDEyNC40NS0xMTEuNTQsMTE5LjY0LTExNy4yMiwxMTQuNzh6IE0tMTQ2LjA1LDIyLjM0YzAuMDIsMC4wNywwLjA0LDAuMTMsMC4wNiwwLjJjMTkuMTcsMCwzOC4zNSwwLDU3LjUyLDAmIzEwOyYjOTsmIzk7Yy0wLjI0LTAuMzMtMC41Mi0wLjUtMC44Mi0wLjY1Yy0zLjcyLTEuODYtNy40My0zLjc0LTExLjE3LTUuNTZjLTAuNjEtMC4zLTEuMzMtMC40OC0yLTAuNDhjLTguMjEtMC4wMy0xNi40MywwLjE0LTI0LjY0LTAuMDkmIzEwOyYjOTsmIzk7Yy00LjExLTAuMTEtNy44MiwwLjU4LTExLjM1LDIuNzJDLTE0MC44NywxOS45NC0xNDMuNTEsMjEuMDYtMTQ2LjA1LDIyLjM0eiBNLTEyNC4zMiwxNzkuMTdjLTYuMDQtMy4yOS0xMS45My02LjUtMTcuOTctOS43OSYjMTA7JiM5OyYjOTtjLTAuOTQsNy4wOS0xLjg2LDEzLjk4LTIuODEsMjEuMTNDLTEzOC4wNiwxODYuNjYtMTMxLjI2LDE4Mi45NS0xMjQuMzIsMTc5LjE3eiBNLTg5LjMzLDE5MC41Yy0wLjk1LTcuMTYtMS44Ny0xNC4wNS0yLjgxLTIxLjEyJiMxMDsmIzk7JiM5O2MtNi4wMiwzLjI4LTExLjkxLDYuNS0xNy45Niw5Ljc5Qy0xMDMuMTQsMTgyLjk3LTk2LjM1LDE4Ni42Ny04OS4zMywxOTAuNXogTS05My44OCwxNTYuMjhjLTAuOTUtNy4xNC0xLjg3LTEzLjk5LTIuODEtMjEuMDMmIzEwOyYjOTsmIzk7Yy00Ljg4LDMuMjUtOS41Nyw2LjM4LTE0LjM3LDkuNThDLTEwNS4zLDE0OC42Ny05OS43MSwxNTIuMzktOTMuODgsMTU2LjI4eiBNLTEzNy43NCwxMzUuMjRjLTAuOTQsNy4wNy0xLjg1LDEzLjktMi44LDIxLjAzJiMxMDsmIzk7JiM5O2M1Ljg3LTMuOTEsMTEuNDYtNy42NCwxNy4xNy0xMS40NUMtMTI4LjIxLDE0MS41OS0xMzIuODksMTM4LjQ3LTEzNy43NCwxMzUuMjR6IE0tMTA0LjkxLDk1LjI1Yy04LjMyLDAtMTYuMzIsMC0yNC42MSwwJiMxMDsmIzk7JiM5O2M0LjI0LDMuNjMsOC4yNiw3LjA4LDEyLjMxLDEwLjU1Qy0xMTMuMTMsMTAyLjMtMTA5LjEzLDk4Ljg3LTEwNC45MSw5NS4yNXogTS0xMzMuMTksMTAxLjA5Yy0wLjkzLDYuOTktMS44MywxMy43LTIuNzIsMjAuNDImIzEwOyYjOTsmIzk7YzAuMDcsMC4wNCwwLjE0LDAuMDgsMC4yMSwwLjEzYzQuMzktMy43Niw4Ljc4LTcuNTIsMTMuMjQtMTEuMzVDLTEyNi4wNCwxMDcuMjEtMTI5LjUxLDEwNC4yNC0xMzMuMTksMTAxLjA5eiBNLTEwMS4yNSwxMDEuMDkmIzEwOyYjOTsmIzk7Yy0zLjY3LDMuMTQtNy4xNSw2LjEzLTEwLjczLDkuMTljNC40NywzLjgzLDguODQsNy41OCwxMy4yMSwxMS4zMmMwLjA4LTAuMDQsMC4xNi0wLjA5LDAuMjQtMC4xMyYjMTA7JiM5OyYjOTtDLTk5LjQyLDExNC43Ny0xMDAuMzIsMTA4LjA2LTEwMS4yNSwxMDEuMDl6IE0tMTE3LjE0LDUzLjA5Yy0wLjE2LDAuMTItMC4yNiwwLjE2LTAuMzIsMC4yNGMtMi4xLDIuNjEtNC4yLDUuMjEtNi4yNiw3Ljg1JiMxMDsmIzk7JiM5O2MtMC4xNiwwLjIxLTAuMTEsMC44MSwwLjA3LDEuMDRjMS4yNCwxLjU4LDIuNTUsMy4xLDMuODQsNC42NWMxLjMsMS41NiwzLjkxLDEuNTYsNS4yMi0wLjAxYzEuNDQtMS43MiwyLjg3LTMuNDUsNC4zMi01LjE5JiMxMDsmIzk7JiM5O0MtMTEyLjYxLDU4Ljc1LTExNC44Nyw1NS45My0xMTcuMTQsNTMuMDl6IE0tMTEwLjExLDMzLjIxYy0wLjEtMC4xMi0wLjItMC4yMy0wLjMtMC4zNWMtNC41MiwwLTkuMDUsMC0xMy41NywwJiMxMDsmIzk7JiM5O2MtMC4wNywwLjc4LDUuNTYsOC4xOSw2Ljg5LDkuMDhDLTExNC43NiwzOS4wMy0xMTIuNDMsMzYuMTItMTEwLjExLDMzLjIxeiBNLTE1Ny41NSw4NC42OWMwLjAxLDAuMDUsMC4wMiwwLjExLDAuMDMsMC4xNiYjMTA7JiM5OyYjOTtjNS4zNywwLDEwLjczLDAsMTYuMTksMGMwLjIxLTEuNTUsMC40MS0zLjA3LDAuNjMtNC43NUMtMTQ2LjQ1LDgxLjY3LTE1MS45OSw4My4xOC0xNTcuNTUsODQuNjl6IE0tOTMuMSw4NC44MyYjMTA7JiM5OyYjOTtjNS40NiwwLDEwLjgsMCwxNi4xNCwwYzAuMDEtMC4wNSwwLjAxLTAuMSwwLjAyLTAuMTVjLTUuNTQtMS41MS0xMS4wOC0zLjAyLTE2Ljc5LTQuNTdDLTkzLjUxLDgxLjc5LTkzLjMxLDgzLjI3LTkzLjEsODQuODN6JiMxMDsmIzk7JiM5OyBNLTEyNi44OCw1My44NWMwLjA3LDAuMDIsMC4xNCwwLjA0LDAuMjEsMC4wNmMxLjU2LTEuOTUsMy4xMy0zLjksNC42OC01Ljg2YzAuMTUtMC4xOCwwLjI4LTAuNTksMC4xOC0wLjcyJiMxMDsmIzk7JiM5O2MtMS4xMi0xLjQ3LTIuMjgtMi45LTMuNjEtNC41N0MtMTI1LjkzLDQ2LjY4LTEyNi40MSw1MC4yNi0xMjYuODgsNTMuODV6IE0tMTMwLjEzLDc4LjE4Yy0wLjMsMi4yOS0wLjU5LDQuNDYtMC44OCw2LjYmIzEwOyYjOTsmIzk7YzAuOTMsMC4yOSwxLjQ3LDAuMDYsMS45OC0wLjU5YzEuMzgtMS43NCwyLjgzLTMuNDEsNC4yNC01LjEyYzAuMi0wLjI1LDAuMzctMC41MiwwLjY0LTAuODkmIzEwOyYjOTsmIzk7Qy0xMjYuMjQsNzguMTgtMTI4LjEzLDc4LjE4LTEzMC4xMyw3OC4xOHogTS0xMTIuODYsNDcuNTVjMS43NCwyLjE3LDMuNDQsNC4yOSw1LjE0LDYuNGMwLjA2LTAuMDQsMC4xMi0wLjA4LDAuMTgtMC4xMSYjMTA7JiM5OyYjOTtjLTAuNDgtMy41OS0wLjk2LTcuMTktMS40OC0xMS4wNkMtMTEwLjQyLDQ0LjUxLTExMS42Miw0Ni0xMTIuODYsNDcuNTV6IE0tMTEwLjQyLDc4LjEzYzEuODUsMi4yMiwzLjUxLDQuMTcsNS4xMiw2LjE3JiMxMDsmIzk7JiM5O2MwLjU0LDAuNjcsMS4xLDAuNzQsMS44NywwLjQ1Yy0wLjI2LTIuMDItMC41LTQuMDEtMC44MS01Ljk5Yy0wLjA0LTAuMjQtMC40MS0wLjYtMC42NC0wLjYmIzEwOyYjOTsmIzk7Qy0xMDYuNjIsNzguMTEtMTA4LjM3LDc4LjEzLTExMC40Miw3OC4xM3ogTS0xMTMuNjksODQuODZjLTEuMjUtMS41LTIuMzUtMi44MS0zLjUzLTQuMjJjLTEuMTgsMS40Mi0yLjI4LDIuNzUtMy41MSw0LjIyJiMxMDsmIzk7JiM5O0MtMTE4LjMyLDg0Ljg2LTExNi4xNCw4NC44Ni0xMTMuNjksODQuODZ6IiBpZD0iWE1MSURfMTI1XyIvPiYjeGE7PC9nPiYjeGE7PGcgaWQ9IlhNTElEXzIxXyI+JiN4YTsJPHBhdGggZD0iTTgyLjg4LDcuMDZ2OC40YzAsMi4xMS0xLjcxLDMuODItMy44MiwzLjgySDQ0LjkxYy0yLjExLDAtMy44Mi0xLjcxLTMuODItMy44MnYtOC40JiMxMDsmIzk7JiM5O2MwLTIuMTEsMS43MS0zLjgyLDMuODItMy44MmgzNC4xNEM4MS4xNywzLjIzLDgyLjg4LDQuOTQsODIuODgsNy4wNnoiIGNsYXNzPSJzdDAiIGlkPSJYTUxJRF8xOV8iLz4mI3hhOwk8cGF0aCBkPSJNMTE3Ljk4LDM4LjAxdjE0OS4zOGMwLDEwLjMtOC40MywxOC43My0xOC43MywxOC43M0gyNC43MWMtMTAuMywwLTE4LjczLTguNDMtMTguNzMtMTguNzMmIzEwOyYjOTsmIzk7VjM4LjAxYzAtMTAuMyw4LjQzLTE4LjczLDE4LjczLTE4LjczaDc0LjU0QzEwOS41NiwxOS4yOCwxMTcuOTgsMjcuNzEsMTE3Ljk4LDM4LjAxeiIgY2xhc3M9InN0MSIgaWQ9IlhNTElEXzhfIi8+JiN4YTs8L2c+JiN4YTs8ZyBpZD0iWE1MSURfNF8iPiYjeGE7CTxnIGlkPSJYTUxJRF8zNjdfIj4mI3hhOwkJPHBhdGggZD0iTTE4Ni4xNyw3MC4yNWMtMC4wNS0xNi4yNiwxMy4wMS0yOS4zOSwyOS4yNy0yOS40MmMxNi4yLTAuMDMsMjkuNDQsMTMuMTcsMjkuNDIsMjkuMzMmIzEwOyYjOTsmIzk7JiM5O2MtMC4wMiwxNi4wMy0xMy4xNiwyOS4yNC0yOS4xOSwyOS4zNUMxOTkuNTEsOTkuNjEsMTg2LjIxLDg2LjQyLDE4Ni4xNyw3MC4yNXoiIGlkPSJYTUxJRF84MjdfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0yMjEuODcsMTA1LjQ0Yy0xLjY5LDUuNzEtMy4xNSwxMC43Ny00LjcyLDE1Ljc5Yy0wLjE3LDAuNTUtMS4wNSwxLjI3LTEuNTMsMS4yMyYjMTA7JiM5OyYjOTsmIzk7Yy0wLjY1LTAuMDYtMS42Mi0wLjY3LTEuOC0xLjI1Yy0xLjU3LTUuMDItMy4wOC0xMC4wOC00LjM3LTE1LjE4Yy0wLjE1LTAuNTgsMS4xMi0yLjE1LDEuODMtMi4yMWMyLjc5LTAuMjYsNS42NC0wLjI1LDguNDQtMC4wMiYjMTA7JiM5OyYjOTsmIzk7QzIyMC41MywxMDMuODYsMjIxLjI3LDEwNC45NSwyMjEuODcsMTA1LjQ0eiIgaWQ9IlhNTElEXzgxNV8iLz4mI3hhOwkJPHBhdGggZD0iTTI0OS4wMSw2OS45M2MwLTYuNjUsMC4wMS02LjY1LDYuNC00LjgxYzMuMzIsMC45NSw2LjY2LDEuODMsOS45MywyLjk0YzAuOTcsMC4zMywxLjcxLDEuMzMsMi41NSwyLjAyJiMxMDsmIzk7JiM5OyYjOTtjLTAuODEsMC43MS0xLjUsMS43OC0yLjQ0LDIuMDhjLTQuMjMsMS4zOS04LjUyLDIuNTktMTIuOCwzLjgxYy0yLjg2LDAuODItMy41OCwwLjI1LTMuNjQtMi43NiYjMTA7JiM5OyYjOTsmIzk7QzI0OC45OSw3Mi4xMSwyNDkuMDEsNzEuMDIsMjQ5LjAxLDY5LjkzeiIgaWQ9IlhNTElEXzgxNF8iLz4mI3hhOwkJPHBhdGggZD0iTTIxNS4zLDM2LjZjLTYuNjgsMC02LjY4LDAtNC44NC02LjM4YzAuOTgtMy40LDEuODktNi44NCwzLjAxLTEwLjE5YzAuMy0wLjg5LDEuMjctMS41NiwxLjkzLTIuMzMmIzEwOyYjOTsmIzk7JiM5O2MwLjcyLDAuODEsMS44LDEuNSwyLjExLDIuNDRjMS4zNiw0LjE0LDIuNTIsOC4zNSwzLjczLDEyLjU0YzAuOTQsMy4yNiwwLjQ0LDMuOS0yLjkzLDMuOTNDMjE3LjMsMzYuNiwyMTYuMywzNi42LDIxNS4zLDM2LjZ6IiBpZD0iWE1MSURfODEzXyIvPiYjeGE7CQk8cGF0aCBkPSJNMTgxLjk2LDcwLjEyYzAuMDgsNi42NywwLjQ0LDcuMjQtNi42OSw0Ljk0Yy0zLjM3LTEuMDktNi44My0xLjktMTAuMi0zLjAxJiMxMDsmIzk7JiM5OyYjOTtjLTAuOC0wLjI2LTEuMzYtMS4yNC0yLjAyLTEuODljMC42Ni0wLjY1LDEuMi0xLjY0LDEuOTgtMS44OWM0LjU4LTEuNDgsOS4yMi0yLjgsMTMuODUtNC4xM2MyLjExLTAuNjEsMy4xMywwLjI1LDMuMDgsMi40NCYjMTA7JiM5OyYjOTsmIzk7QzE4MS45Myw2Ny43NSwxODEuOTUsNjguOTQsMTgxLjk2LDcwLjEyeiIgaWQ9IlhNTElEXzgxMl8iLz4mI3hhOwkJPHBhdGggZD0iTTE4OC4yOSwyNi4zN2MwLjI3LTAuNDUsMC41MS0xLjM1LDEtMS41M2MwLjY0LTAuMjIsMS43My0wLjEzLDIuMTksMC4zYzMuODIsMy41LDcuNTYsNy4wOSwxMS4yNiwxMC43MSYjMTA7JiM5OyYjOTsmIzk7YzEuMTcsMS4xNSwwLjg3LDIuMzMtMC41LDMuMTVjLTIuMzQsMS40LTQuNjQsMi44OS03LjExLDQuMDJjLTAuNywwLjMyLTIuNjMtMC4yNy0yLjc4LTAuNzkmIzEwOyYjOTsmIzk7JiM5O0MxOTAuODgsMzcuMDgsMTg5LjY2LDMxLjg3LDE4OC4yOSwyNi4zN3oiIGlkPSJYTUxJRF84MTFfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0yNTkuMjgsOTcuM2MtNS41MS0xLjM0LTEwLjU2LTIuNTMtMTUuNTgtMy44MmMtMS41Ny0wLjQtMS45OC0xLjU4LTEuMjItMi45NyYjMTA7JiM5OyYjOTsmIzk7YzEuMzEtMi40LDIuNjktNC43NSw0LjA5LTcuMDljMC44OS0xLjUsMi4wNi0xLjc1LDMuMzItMC40NGMzLjU0LDMuNjcsNy4wOCw3LjM0LDEwLjUzLDExLjA5YzAuNDQsMC40NywwLjYxLDEuNTgsMC4zNiwyLjE4JiMxMDsmIzk7JiM5OyYjOTtDMjYwLjU0LDk2LjgxLDI1OS42MSw5Ny4wOSwyNTkuMjgsOTcuM3oiIGlkPSJYTUxJRF84MTBfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0xNzEuNTgsOTcuMzRjLTAuMzYtMC4yNS0xLjE4LTAuNTItMS40Mi0xLjA1Yy0wLjI1LTAuNTUtMC4yLTEuNiwwLjE4LTJjMy42NS0zLjk0LDcuMzUtNy44NCwxMS4yLTExLjU4JiMxMDsmIzk7JiM5OyYjOTtjMC4zNy0wLjM2LDIuMzEsMC4xMSwyLjc2LDAuNzRjMS41OCwyLjIxLDIuOTcsNC41OSw0LjEsNy4wNmMwLjMxLDAuNjktMC4zMywyLjYxLTAuODcsMi43NyYjMTA7JiM5OyYjOTsmIzk7QzE4Mi4zNyw5NC43NiwxNzcuMTQsOTUuOTcsMTcxLjU4LDk3LjM0eiIgaWQ9IlhNTElEXzgwOV8iLz4mI3hhOwkJPHBhdGggZD0iTTI2MS43Miw0NC4yNGMtMC44NywxLjI4LTEuMiwxLjkyLTEuNjcsMi40M2MtMy4yNSwzLjQ0LTYuNTQsNi44My05Ljc5LDEwLjI2JiMxMDsmIzk7JiM5OyYjOTtjLTEuNDgsMS41Ni0yLjc1LDEuNjItMy44Ny0wLjM2Yy0xLjI2LTIuMjEtMi41NS00LjQtMy44LTYuNjJjLTAuOTQtMS42Ny0wLjQ0LTIuODIsMS40LTMuMjhjNC43Ni0xLjE5LDkuNTEtMi40LDE0LjMxLTMuNCYjMTA7JiM5OyYjOTsmIzk7QzI1OS4yLDQzLjA5LDI2MC4yOSw0My44MSwyNjEuNzIsNDQuMjR6IiBpZD0iWE1MSURfODA4XyIvPiYjeGE7CQk8cGF0aCBkPSJNMTg4LjI4LDExMy45MmMxLjM4LTUuNTIsMi42LTEwLjc0LDQuMDgtMTUuODhjMC4xNS0wLjUyLDIuMDctMS4xMSwyLjc3LTAuNzkmIzEwOyYjOTsmIzk7JiM5O2MyLjQ3LDEuMTMsNC43OCwyLjYxLDcuMTEsNC4wMmMxLjU0LDAuOTMsMS41NiwyLjE1LDAuMzEsMy4zNWMtMy42LDMuNDgtNy4yLDYuOTUtMTAuODcsMTAuMzVjLTAuNSwwLjQ2LTEuNTQsMC43Ny0yLjE0LDAuNTgmIzEwOyYjOTsmIzk7JiM5O0MxODguOTgsMTE1LjM2LDE4OC42NCwxMTQuNDIsMTg4LjI4LDExMy45MnoiIGlkPSJYTUxJRF84MDdfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0xNzEuNjcsNDIuOTNjNS40OSwxLjM3LDEwLjcsMi41OSwxNS44NSw0LjA1YzAuNTYsMC4xNiwxLjI2LDEuOTMsMC45OSwyLjUyJiMxMDsmIzk7JiM5OyYjOTtjLTEuMjQsMi42Mi0yLjc1LDUuMTEtNC4yOSw3LjU4Yy0wLjg4LDEuNDEtMi4xLDEuMy0zLjE4LDAuMTljLTMuNDgtMy41OS02Ljk2LTcuMTgtMTAuMzMtMTAuODZjLTAuNS0wLjU0LTAuNjUtMS42NS0wLjUyLTIuNDImIzEwOyYjOTsmIzk7JiM5O0MxNzAuMjYsNDMuNTIsMTcxLjIyLDQzLjIyLDE3MS42Nyw0Mi45M3oiIGlkPSJYTUxJRF84MDZfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0yNDIuNzEsMTE0LjA1Yy0wLjMxLDAuNDEtMC42MSwxLjItMS4xNSwxLjQzYy0wLjU0LDAuMjMtMS41NSwwLjE2LTEuOTUtMC4yMiYjMTA7JiM5OyYjOTsmIzk7Yy0zLjg4LTMuNTgtNy43My03LjItMTEuNDEtMTAuOTljLTAuNDMtMC40NC0wLjE2LTIuNDQsMC40MS0yLjg0YzIuMzctMS42Nyw0LjkzLTMuMSw3LjU0LTQuMzdjMC41Ny0wLjI4LDIuMjcsMC4zMywyLjQxLDAuODImIzEwOyYjOTsmIzk7JiM5O0MyNDAuMDQsMTAzLjEzLDI0MS4zMSwxMDguNDQsMjQyLjcxLDExNC4wNXoiIGlkPSJYTUxJRF84MDVfIi8+JiN4YTsJCTxwYXRoIGQ9Ik0yNDIuNjQsMjYuMzZjLTEuMzQsNS41LTIuNTMsMTAuNTQtMy44MSwxNS41N2MtMC40LDEuNTctMS41NiwxLjk5LTIuOTYsMS4yMiYjMTA7JiM5OyYjOTsmIzk7Yy0yLjM5LTEuMzEtNC43NC0yLjcxLTcuMDktNC4xYy0xLjUzLTAuOS0xLjczLTIuMDktMC40NS0zLjMzYzMuNjYtMy41NSw3LjMzLTcuMDksMTEuMDgtMTAuNTRjMC40OC0wLjQ0LDEuNi0wLjYzLDIuMTktMC4zOCYjMTA7JiM5OyYjOTsmIzk7QzI0Mi4xNywyNS4wNCwyNDIuNDIsMjYsMjQyLjY0LDI2LjM2eiIgaWQ9IlhNTElEXzgwNF8iLz4mI3hhOwk8L2c+JiN4YTsJPGcgaWQ9IlhNTElEXzM2Nl8iPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjIwMi42NywxOTUuNjcgMjUzLjUsMTk1LjY3IDI4MS44MiwxNTQuNjcgMjMwLjk5LDE1NC42NyIgaWQ9IlhNTElEXzExXyIvPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjI5Ny42NywxNDcuNjcgMzQ4LjUsMTQ3LjY3IDM3Ni44MiwxMDYuNjcgMzI1Ljk5LDEwNi42NyIgaWQ9IlhNTElEXzEwXyIvPiYjeGE7CQk8cG9seWdvbiBwb2ludHM9IjI2Ni42Nyw5OS42NyAzMTcuNSw5OS42NyAzNDUuODIsNTguNjcgMjk0Ljk5LDU4LjY3IiBpZD0iWE1MSURfMTJfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iMjY1LjY3LDE5NS42NyAzMTYuNSwxOTUuNjcgMzQ0LjgyLDE1NC42NyAyOTMuOTksMTU0LjY3IiBpZD0iWE1MSURfMTNfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iMjM0LjY3LDE0Ny42NyAyODUuNSwxNDcuNjcgMzEzLjgyLDEwNi42NyAyNjIuOTksMTA2LjY3IiBpZD0iWE1MSURfMTRfIi8+JiN4YTsJCTxwb2x5Z29uIHBvaW50cz0iMzI5LjY3LDk4LjY3IDM4MC41LDk4LjY3IDQwOC44Miw1Ny42NyAzNTcuOTksNTcuNjciIGlkPSJYTUxJRF8xNV8iLz4mI3hhOwk8L2c+JiN4YTs8L2c+JiN4YTs8ZyBpZD0iWE1MSURfMzBfIj4mI3hhOwk8cGF0aCBkPSJNNTUuNDQsMTIzLjE0YzAuNTUtMS44NS0wLjU4LTMuMzYtMi41Mi0zLjM2Yy00LjQ2LDAuMDEtOC41OCwwLjAzLTEyLjcxLTAuMDImIzEwOyYjOTsmIzk7Yy00Ljg2LTAuMDUtNS42Mi0xLjA2LTMuODItNS40MWM3LjU5LTE4LjM1LDE1LjMtMzYuNjYsMjIuODUtNTUuMDNjMS4wOS0yLjY0LDIuNTItMy43OCw1LjQ2LTMuNjgmIzEwOyYjOTsmIzk7YzUuOTYsMC4yMSwxMS45NCwwLjA1LDE3LjkxLDAuMDdjNS44NywwLjAyLDYuNDIsMC44Miw0LjEsNi4wNEM4MS4zMiw3My45LDc1LjksODYuMDMsNzAuNDgsOTguMTdjLTAuMTEsMC4yNC0wLjIyLDAuNDktMC4zMywwLjc0JiMxMDsmIzk7JiM5O2MtMC44OCwyLjAyLDAuMjEsMy42NywyLjQxLDMuNjZjNC4xLTAuMDIsNy45OC0wLjA1LDExLjg1LDAuMDdjMC43NywwLjAyLDEuNTQsMC4yNCwyLjMxLDAuNWMxLjI1LDAuNDMsMS45OSwxLjg0LDEuNjYsMy4xMiYjMTA7JiM5OyYjOTtjLTAuMiwwLjc5LTAuNDUsMS41Ni0wLjg4LDIuMjFjLTE0LjY4LDIyLjU2LTI5LjQyLDQ1LjA5LTQ0LjI4LDY3LjU0Yy0wLjA3LDAuMS0wLjE0LDAuMi0wLjIyLDAuMjkmIzEwOyYjOTsmIzk7Yy0yLjc4LDMuMTYtNS4wMSwyLjAxLTQuNDUtMi4xNmMwLjAyLTAuMTgsMC4wNi0wLjM2LDAuMTItMC41M2M1LjM5LTE2LjU2LDEwLjk3LTMzLjA1LDE2LjQ4LTQ5LjU3JiMxMDsmIzk7JiM5O0M1NS4yNSwxMjMuNzYsNTUuMzUsMTIzLjQ2LDU1LjQ0LDEyMy4xNHogTTU5LjI4LDE0Mi44N2M2Ljc3LTEwLjM1LDEzLjU5LTIwLjc4LDIwLjU5LTMxLjQ4YzEuNDYtMi4yMywwLjQ3LTQuMDYtMi4xOS00LjA1JiMxMDsmIzk7JiM5O2MtMy42OCwwLTcsMC4wMS0xMC4zMi0wLjAxYy01LjM1LTAuMDMtNS44NC0wLjc2LTMuNzItNS41QzY4Ljg4LDkwLjEsNzQuMTUsNzguNCw3OS4zOSw2Ni42OGMwLjM3LTAuODMsMC43My0xLjY2LDEuMS0yLjU0JiMxMDsmIzk7JiM5O2MwLjg1LTIuMDItMC4yNS0zLjY2LTIuNDUtMy42M2MtMy43NCwwLjA0LTcuMTUsMC4xLTEwLjU0LTAuMWMtMi44Ni0wLjE3LTQuMDMsMS4xLTUsMy41MWMtMy41NCw4Ljc5LTcuMjYsMTcuNTEtMTAuODksMjYuMjYmIzEwOyYjOTsmIzk7Yy0yLjg2LDYuODgtNS43MSwxMy43Ny04LjcyLDIxLjAzYy0wLjgzLDEuOTksMC4yNiwzLjYyLDIuNDIsMy42MmMzLjk1LTAuMDEsNy42Mi0wLjAxLDExLjI5LDAuMDFjNS45NCwwLjA0LDYuNDEsMC43OCw0LjUzLDYuMzcmIzEwOyYjOTsmIzk7Yy0yLjE4LDYuNDYtNC4zNSwxMi45My02LjUxLDE5LjRDNTEuMDgsMTUxLjE2LDUzLjE4LDE1Mi4xOCw1OS4yOCwxNDIuODd6IiBjbGFzcz0ic3QyIiBpZD0iWE1MSURfNThfIi8+JiN4YTs8L2c+JiN4YTs8L3N2Zz4=;\" parent=\"1\" vertex=\"1\">\n <mxGeometry x=\"1733.6055\" y=\"1514.9966666666667\" width=\"64.789\" height=\"111.66666666666667\" as=\"geometry\" />\n </mxCell>\n </root>\n</mxGraphModel>", "zoom": "100%" } ] }, "format": "short", "graphId": "flowchart_2", "gridPos": { "h": 24, "w": 24, "x": 0, "y": 0 }, "id": 2, "newFlag": false, "rulesData": { "rulesData": [ { "aggregation": "current", "alias": "Status Bar - controller mode", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:nimba_mode", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 1, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "status-bar-controller-mode-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "string", "unit": "short", "valueData": [] }, { "aggregation": "current", "alias": "Status Bar - controller state", "colors": [ "rgba(245, 54, 54, 0.9)" ], "column": "SD78_Controller:nimba_state", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 2, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": true, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "status-bar-controller-state-value-word", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "string", "unit": "short", "valueData": [ { "hidden": false, "text": "STANDBY", "value": "NO_OPERATION" }, { "hidden": false, "text": "TRANSITIONING TO GRID-FOLLOWING", "value": "TRANSITION_TO_GRID_FOLLOWING" }, { "hidden": false, "text": "GRID-FOLLOWING", "value": "GRID_FOLLOWING" }, { "hidden": false, "text": "TRANSITIONING TO GRID-FORMING", "value": "TRANSITION_TO_GRID_FORMING" }, { "hidden": false, "text": "GRID-FORMING", "value": "GRID_FORMING" }, { "hidden": false, "text": "WAITING FOR GRID", "value": "WAITING_FOR_GRID" } ] }, { "aggregation": "current", "alias": "Status Bar - battery state", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:inv_operating_state", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 3, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": true, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "status-bar-battery-state-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "string", "unit": "voltampreact", "valueData": [ { "hidden": false, "text": "STANDBY", "value": "STANDBY" }, { "hidden": false, "text": "FAULTED", "value": "FAULTED" }, { "hidden": false, "text": "TRANSITIONING", "value": "TRANSITIONING" }, { "hidden": false, "text": "GRID-FOLLOWING", "value": "GRID_FOLLOWING" }, { "hidden": false, "text": "GRID-FORMING", "value": "GRID_FORMING" }, { "hidden": false, "text": "N/A", "value": "NOT_APPLICABLE" } ] }, { "aggregation": "last_time", "alias": "Status Bar - database last updated", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "time", "dateFormat": "D MMM, YYYY h:mm:ss A", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 4, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "status-bar-last-database-update-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "short", "valueData": [] }, { "aggregation": "current", "alias": "Header - system status", "colors": [ "#00000000", "#80c356", "#e02f44" ], "column": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": true, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "serie", "order": 5, "overlayIcon": false, "pattern": "Nimba Alarm", "rangeData": [], "reduce": false, "refId": "Next DR Event", "sanitize": false, "shapeData": [ { "colorOn": "a", "hidden": false, "pattern": "header-system-status-indicator", "style": "fillColor" } ], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/" ], "textData": [], "textProp": "id", "textRegEx": false, "thresholds": [ 0, 1 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "short", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Utility - real power/arrow", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:fpr_real_power_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [ { "eventOn": 1, "hidden": false, "pattern": "diagram-utility-power-flow-direction-arrow", "style": "rotation", "value": "180" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 6, "overlayIcon": false, "pattern": "SEL-751:real_power_kW:1", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-utility-real-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ -32768, 0 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Utility - reactive power", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:fpr_reactive_power_kVAR", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 7, "overlayIcon": false, "pattern": "SEL-751:real_power_kW:1", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-utility-reactive-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ -32768, 0 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kvoltampreact", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Main Breaker - FPR aux status", "colors": [ "#00000000", "#e02f44", "#80c356" ], "column": "SD78_Controller:fpr_auxiliary_status", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [ { "eventOn": 0, "hidden": false, "pattern": "diagram-utility-flow-direction-arrow", "style": "visibility", "value": "1" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 8, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": true, "shapeData": [ { "colorOn": "a", "hidden": false, "pattern": "diagram-main-breaker-status-value-indicator", "style": "fillColor" } ], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "OPEN", "CLOSE" ], "textData": [ { "hidden": false, "pattern": "diagram-main-breaker-status-value-word", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "string", "unit": "short", "valueData": [ { "hidden": false, "text": "CLOSED", "value": "CLOSE" } ] }, { "aggregation": "current", "alias": "Diagram - Main Breaker - voltage", "colors": [ "rgba(245, 54, 54, 0.9)" ], "column": "SEL-751:avg_voltage", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 9, "overlayIcon": false, "pattern": "SEL-751:avg_voltage", "rangeData": [], "reduce": true, "refId": "SEL-751", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "diagram-main-breaker-voltage-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": true, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kvolt", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Main Breaker - frequency", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SEL-751:frequency:1", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 10, "overlayIcon": false, "pattern": "SEL-751:real_power_kW:1", "rangeData": [], "reduce": true, "refId": "SEL-751", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "diagram-main-breaker-frequency-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "hertz", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Battery - real power/arrow", "colors": [ "rgba(245, 54, 54, 0.9)", "#56A64B" ], "column": "SD78_Controller:inv_real_power_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [ { "eventOn": 0, "hidden": false, "pattern": "diagram-battery-flow-direction-arrow", "style": "rotation", "value": "180" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 11, "overlayIcon": false, "pattern": "SunGrid-SD78:real_power_W:1", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-battery-real-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 0 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Battery - reactive power", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:inv_reactive_power_kVAR", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 12, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-battery-reactive-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kvoltampreact", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Battery - state of charge", "colors": [ "#E02F44", "#FFB357", "#80c356" ], "column": "SD78_Controller:bms_soc", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "eventData": [ { "eventOn": -1, "hidden": false, "pattern": "diagram-battery-icon-fill", "style": "height", "value": "-${_value}" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 13, "overlayIcon": false, "pattern": "SunGrid-SD78:state_of_charge:1", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [ { "colorOn": "a", "hidden": false, "pattern": "diagram-battery-icon-fill", "style": "fillColor" } ], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-battery-state-of-charge-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 26, 51 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "percent", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Battery - voltage", "colors": [ "rgba(245, 54, 54, 0.9)", "#F2CC0C", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:bms_vdc_V", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 14, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-battery-voltage-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "volt", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Load - real power", "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:load_gross_real_power_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [ { "eventOn": 0, "hidden": false, "pattern": "diagram-load-flow-direction-arrow", "style": "rotation", "value": "180" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": true, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 15, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "diagram-load-real-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 0 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Load - reactive power", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:load_reactive_power_kVAR", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 16, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "diagram-load-reactive-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kvoltampreact", "valueData": [] }, { "aggregation": "current", "alias": "Diagram - Solar - real power/arrow", "colors": [ "#56A64B", "#56A64B", "#E02F44" ], "column": "SD78_Controller:sol_real_power_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [ { "eventOn": 0, "hidden": false, "pattern": "diagram-solar-flow-direction-arrow", "style": "rotation", "value": "180" } ], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": true, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 17, "overlayIcon": false, "pattern": "FroniusSymo:ac_power_W:1", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/" ], "textData": [ { "hidden": false, "pattern": "diagram-solar-real-power-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 0, 10000000000000 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "range", "alias": "Diagram - Solar/Graph - Solar Gen - daily energy yield", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "serie", "order": 18, "overlayIcon": false, "pattern": "Daily Solar Yield", "rangeData": [], "reduce": true, "refId": "A", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "diagram-solar-daily-energy-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" }, { "hidden": false, "pattern": "graph-solar-gen-daily-yield-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "watth", "valueData": [] }, { "aggregation": "current", "alias": "Graph - Solar Gen - total energy yield", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "FroniusSymo:ac_energy_Wh:1", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 19, "overlayIcon": false, "pattern": "FroniusSymo:ac_energy_Wh:1", "rangeData": [], "reduce": true, "refId": "FroniusSymo", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "graph-solar-gen-total-yield-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": true, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "watth", "valueData": [] }, { "aggregation": "avg", "alias": "Graph - Load Demand - avg daily load", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:daily_avg_load_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "serie", "order": 20, "overlayIcon": false, "pattern": "Daily Load", "rangeData": [], "reduce": true, "refId": "Load Demand", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-load-demand-avg-daily-load-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "max", "alias": "Graph - Load Demand - peak daily load", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:daily_peak_load_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "serie", "order": 21, "overlayIcon": false, "pattern": "Daily Load", "rangeData": [], "reduce": true, "refId": "Load Demand", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-load-demand-peak-daily-load-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Graph - Battery Backup - storage capacity", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "SunGrid-SD78:ac_energy_kWh:1", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 22, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "SunGrid-SD78", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "graph-battery-backup-storage-capacity-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatth", "valueData": [] }, { "aggregation": "current", "alias": "Graph - Battery Backup - backup time", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "backup_time_h", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 1, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 23, "overlayIcon": false, "pattern": "/.*/", "rangeData": [], "reduce": true, "refId": "Battery Backup", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-battery-backup-backup-time-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "h", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Current Event - status", "colors": [ "#00000000", "#ccccdc", "#80c356" ], "column": "Time", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "serie", "order": 24, "overlayIcon": false, "pattern": "SD78_Controller:dr_current_event_info_status", "rangeData": [], "reduce": true, "refId": "Current DR Event", "sanitize": false, "shapeData": [ { "colorOn": "a", "hidden": false, "pattern": "graph-dr-executing-value-indicator", "style": "fillColor" } ], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "true", "false" ], "textData": [], "textProp": "id", "textRegEx": false, "thresholds": [ 0, 1 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "bool_on_off", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Current Event - date", "colors": [ "rgba(245, 54, 54, 0.9)" ], "column": "SD78_Controller:dr_current_event_info_date", "dateFormat": "D MMM, YYYY", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 25, "overlayIcon": false, "pattern": "dr_current_event_info_date", "rangeData": [], "reduce": true, "refId": "Current DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-current-event-date-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "dateTimeAsIso", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Current Event - end time", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:dr_current_event_info_end_time", "dateFormat": "LT", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 26, "overlayIcon": false, "pattern": "dr_current_event_info_end_time", "rangeData": [], "reduce": true, "refId": "Current DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-current-event-end-time-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": true, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "dateTimeAsLocalNoDateIfToday", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Current Event - duration", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:dr_current_event_info_duration", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 27, "overlayIcon": false, "pattern": "payload", "rangeData": [], "reduce": true, "refId": "Current DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-current-event-duration-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "h", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Current Event - payload", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(245, 54, 54, 0.9)" ], "column": "SD78_Controller:dr_current_event_info_payload_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 28, "overlayIcon": false, "pattern": "payload", "rangeData": [], "reduce": true, "refId": "Current DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-current-event-payload-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" }, { "hidden": false, "pattern": "graph-dr-current-event-payload-value", "textOn": "wc", "textPattern": "/.*/", "textReplace": "pattern" } ], "textProp": "id", "textRegEx": true, "thresholds": [ 1000 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Next Event - date", "colors": [ "#56A64B" ], "column": "SD78_Controller:dr_next_event_info_date", "dateFormat": "D MMM, YYYY", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": true, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 29, "overlayIcon": false, "pattern": "fpr_trip_status", "rangeData": [], "reduce": true, "refId": "Next DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-next-event-date-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "bool_yes_no", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Next Event - start time", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:dr_next_event_info_start_time", "dateFormat": "LT", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 30, "overlayIcon": false, "pattern": "dr_next_event_info_start_time", "rangeData": [], "reduce": true, "refId": "Next DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-next-event-start-time-value", "textOn": "wmd", "textPattern": "^([/^ ]*)[^ ]*(.*)$", "textReplace": "pattern" } ], "textProp": "id", "textRegEx": true, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "locale", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Next Event - duration", "colors": [ "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:dr_next_event_info_duration", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 31, "overlayIcon": false, "pattern": "SD78_Controller:dr_next_event_info_duration", "rangeData": [], "reduce": true, "refId": "Next DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-next-event-duration-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": true, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "h", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - Next Event - payload", "colors": [ "rgba(245, 54, 54, 0.9)" ], "column": "SD78_Controller:dr_next_event_info_payload_kW", "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 0, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": true, "mappingType": 1, "metricType": "table", "order": 32, "overlayIcon": false, "pattern": "dr_next_event_info_payload_kW", "rangeData": [], "reduce": true, "refId": "Next DR Event", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": true, "stringThresholds": [], "textData": [ { "hidden": false, "pattern": "graph-dr-next-event-payload-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": true, "thresholds": [], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "number", "unit": "kwatt", "valueData": [] }, { "aggregation": "current", "alias": "Graph - DR - next event update time", "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "column": "SD78_Controller:dr_next_update_datetime", "dateFormat": "D MMM, YYYY LT", "decimals": 2, "eventData": [], "eventProp": "id", "eventRegEx": false, "gradient": false, "hidden": false, "invert": false, "linkData": [], "linkProp": "id", "linkRegEx": false, "mappingType": 1, "metricType": "table", "order": 33, "overlayIcon": false, "pattern": "dr_next_update_datetime", "rangeData": [], "reduce": true, "refId": "SD78_Controller", "sanitize": false, "shapeData": [], "shapeProp": "id", "shapeRegEx": false, "stringThresholds": [ "/.*/", "/.*/" ], "textData": [ { "hidden": false, "pattern": "graph-dr-next-update-time-value", "textOn": "wmd", "textPattern": "/.*/", "textReplace": "content" } ], "textProp": "id", "textRegEx": false, "thresholds": [ 50, 80 ], "tooltip": false, "tooltipColors": false, "tooltipLabel": "", "tooltipOn": "a", "tpDirection": "v", "tpGraph": false, "tpGraphScale": "linear", "tpGraphSize": "100%", "tpGraphType": "line", "type": "date", "unit": "short", "valueData": [] } ] }, "targets": [ { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "time_series", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n time_stamp AS \"time\",\n CAST((nimba_alarm_nimba_unexpected_exception OR nimba_alarm_fpr_comms_lost OR nimba_alarm_fpr_relay_failure OR \n nimba_alarm_fpr_breaker_failure OR nimba_alarm_inv_comms_lost OR nimba_alarm_inv_fault OR nimba_alarm_inv_alarm OR \n nimba_alarm_bms_comms_lost OR nimba_alarm_bms_fault OR nimba_alarm_bms_alarm) AS int) AS \"Nimba Alarm\"\nFROM \"SD78_Controller\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp", "refId": "Nimba Alarm", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT \r\n\ttime_stamp AS \"time\", \r\n \"ac_energy_Wh:1\" AS \"Daily Solar Yield\"\r\nFROM \"FroniusSymo\"\r\nWHERE\r\n date(time_stamp)=current_date AND \r\n \"ac_energy_Wh:1\" != 'NaN'\r\nORDER BY time_stamp", "refId": "Solar Generation", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\r\n time_stamp AS \"time\",\r\n \"load_gross_real_power_kW\" AS \"Daily Load\"\r\nFROM \"SD78_Controller\"\r\nWHERE\r\n date(time_stamp) = current_date AND \r\n\t\"load_gross_real_power_kW\" != 'NaN'\r\nORDER BY time_stamp", "refId": "Daily Load", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\r\n\t\"SunGrid-SD78\".\"ac_energy_kWh:1\"/ AVG(\"SD78_Controller\".\"load_gross_real_power_kW\") AS \"backup_time_h\"\r\nFROM \r\n\t\"SD78_Controller\", \r\n\t\"SunGrid-SD78\"\r\nWHERE\r\n\tdate(\"SD78_Controller\".time_stamp) = current_date\r\nGROUP BY \r\n\t\"SunGrid-SD78\".\"ac_energy_kWh:1\", \r\n\t\"SD78_Controller\".time_stamp, \r\n\t\"SunGrid-SD78\".time_stamp\r\nORDER BY \r\n\t\"SD78_Controller\".time_stamp, \r\n\t\"SunGrid-SD78\".time_stamp DESC\r\nLIMIT 1;", "refId": "Battery Backup", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\r\ntime_stamp as \"time\",\r\nCAST(dr_current_event_info_status AS int) AS \"SD78_Controller:dr_current_event_info_status\" \r\nFROM \"SD78_Controller\"\r\nWHERE\r\n $__timeFilter(time_stamp)\r\nORDER BY time_stamp", "refId": "DR Event Statuses", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\r\n dr_current_event_info_date AS \"SD78_Controller:dr_current_event_info_date\",\r\n dr_current_event_info_start_time AS \"SD78_Controller:dr_current_event_info_start_time\",\r\n dr_current_event_info_end_time AS \"SD78_Controller:dr_current_event_info_end_time\",\r\n EXTRACT('hour' FROM dr_current_event_info_duration) AS \"SD78_Controller:dr_current_event_info_duration\",\r\n \"dr_current_event_info_payload_kW\" AS \"SD78_Controller:dr_current_event_info_payload_kW\"\r\nFROM \"SD78_Controller\"\r\nWHERE\r\n $__timeFilter(time_stamp)\r\nORDER BY time_stamp DESC\r\nLIMIT 1", "refId": "Current DR Event", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n dr_next_event_info_date AS \"SD78_Controller:dr_next_event_info_date\",\n dr_next_event_info_start_time AS \"SD78_Controller:dr_next_event_info_start_time\",\n EXTRACT('hour' FROM dr_next_event_info_duration) AS \"SD78_Controller:dr_next_event_info_duration\",\n \"dr_next_event_info_payload_kW\" AS \"SD78_Controller:dr_next_event_info_payload_kW\"\nFROM \"SD78_Controller\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp DESC\nLIMIT 1", "refId": "Next DR Event", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\r\n time_stamp AS \"time\",\r\n fpr_auxiliary_status as \"SD78_Controller:fpr_auxiliary_status\",\r\n nimba_state as \"SD78_Controller:nimba_state\",\r\n nimba_mode as \"SD78_Controller:nimba_mode\",\r\n dr_next_update_datetime AS \"SD78_Controller:dr_next_update_datetime\",\r\n inv_operating_state as \"SD78_Controller:inv_operating_state\",\r\n \"load_net_real_power_kW\" as \"SD78_Controller:load_net_real_power_kW\",\r\n \"load_gross_real_power_kW\" AS \"SD78_Controller:load_gross_real_power_kW\", \r\n \"load_reactive_power_kVAR\" as \"SD78_Controller:load_reactive_power_kVAR\",\r\n \"sol_real_power_kW\" as \"SD78_Controller:sol_real_power_kW\",\r\n \"fpr_real_power_kW\" as \"SD78_Controller:fpr_real_power_kW\",\r\n \"fpr_reactive_power_kVAR\" as \"SD78_Controller:fpr_reactive_power_kVAR\",\r\n \"inv_real_power_kW\" AS \"SD78_Controller:inv_real_power_kW\",\r\n \"inv_reactive_power_kVAR\" AS \"SD78_Controller:inv_reactive_power_kVAR\",\r\n bms_soc AS \"SD78_Controller:bms_soc\",\r\n \"bms_vdc_V\" AS \"SD78_Controller:bms_vdc_V\"\r\nFROM \"SD78_Controller\"\r\nWHERE\r\n $__timeFilter(time_stamp)\r\nORDER BY time_stamp ", "refId": "SD78_Controller", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n time_stamp AS \"time\",\n \"state_of_charge:1\" AS \"SunGrid-SD78:state_of_charge:1\",\n \"dc_voltage_V:1\" AS \"SunGrid-SD78:dc_voltage-V:1\",\n \"real_power_W:1\" AS \"SunGrid-SD78:real_power_W:1\",\n \"reactive_power_VAR:1\" AS \"SunGrid_SD78:reactive_power_VAR:1\",\n \"operating_state:1\" AS \"SunGrid-SD78:operating_state:1\",\n \"ac_energy_kWh:1\" AS \"SunGrid-SD78:ac_energy_kWh:1\"\nFROM \"SunGrid-SD78\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp", "refId": "SunGrid-SD78", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n time_stamp AS \"time\",\n \"ac_energy_Wh:1\" AS \"FroniusSymo:ac_energy_Wh:1\",\n \"ac_power_W:1\" AS \"FroniusSymo:ac_power_W:1\"\nFROM \"FroniusSymo\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp", "refId": "FroniusSymo", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "table", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n time_stamp AS \"time\",\n \"VAN:1\" * 1/3 + \"VBN:1\" * 1/3 + \"VCN:1\" * 1/3 as \"SEL-751:avg_voltage\",\n \"frequency:1\" AS \"SEL-751:frequency:1\",\n \"real_power_kW:1\" AS \"SEL-751:real_power_kW:1\",\n \"reactive_power_kVAR:1\" AS \"SEL-751:reactive_power_kVAR:1\",\n \"fast_status0:1\" AS \"SEL-751:fast_status0:1\"\nFROM \"SEL-751\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp", "refId": "SEL-751", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] }, { "datasource": { "uid": "test_db_uid", "type": "postgres" }, "format": "time_series", "group": [], "hide": false, "metricColumn": "none", "rawQuery": true, "rawSql": "SELECT\n time_stamp AS \"time\",\n \"ac_energy_kWh:1\" as \"Energy in Battery\"\nFROM \"SunGrid-SD78\"\nWHERE\n $__timeFilter(time_stamp)\nORDER BY time_stamp", "refId": "Energy in Battery", "select": [ [ { "params": [ "\"IA:1\"" ], "type": "column" } ] ], "table": "\"FroniusSymo\"", "timeColumn": "time_stamp", "timeColumnType": "timestamp", "where": [ { "name": "$__timeFilter", "params": [], "type": "macro" } ] } ], "transparent": true, "type": "agenty-flowcharting-panel", "valueName": "current", "version": "0.9.0" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "hidden": false, "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "Canada/Pacific", "title": "Test Home Dashboard", "uid": "test_home_dash_uid", "version": 6, "weekStart": "sunday", "gnetId": 17627, "description": "Home dashboard for test site" }
2022-12-15 17:27:50 UTC
2022-12-15 17:30:49 UTC
0
0
18,204
1
806,130
27,948
0
transmission
Transmission
Dashboard for Transmission bittorrent client
2023-03-01 13:31:53 UTC
2023-03-01 13:32:18 UTC
0
null
0
0
null
null
0
0
27,948
1
18,204
1
0
Transmission statistics prometheus dashboard
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Dashboard for Transmission bittorrent client", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 18204, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 23, "panels": [], "title": "Overview", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 1 }, "id": 13, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_torrents_active{instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Active torrents", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 1 }, "id": 15, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_torrents_paused{instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Paused torrents", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 1 }, "id": 14, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_torrents_total{instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Total torrents", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "#EAB839", "value": 1 }, { "color": "green", "value": 2 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 6, "x": 12, "y": 1 }, "id": 18, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_uploaded_bytes{instance=~\"$instance\",type=\"cumulative\"}/transmission_session_stats_downloaded_bytes{instance=~\"$instance\",type=\"cumulative\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Cumulative ratio", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 1 }, "id": 26, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^version$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "transmission_version{instance=~\"$instance\"}", "format": "table", "instant": true, "intervalFactor": 1, "range": false, "refId": "A" } ], "title": "Version", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 21, "y": 1 }, "id": 27, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Value$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "transmission_global_peer_limit{instance=~\"$instance\"}", "format": "table", "instant": true, "intervalFactor": 1, "range": false, "refId": "A" } ], "title": "Global peer limit", "transformations": [], "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 21, "y": 3 }, "id": 28, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Value$/", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "transmission_torrent_peer_limit{instance=~\"$instance\"}", "format": "table", "instant": true, "intervalFactor": 1, "range": false, "refId": "A" } ], "title": "Torrent peer limit", "transformations": [], "type": "stat" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 25, "panels": [], "title": "Traffic", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 6 }, "id": 3, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg(transmission_session_stats_download_speed_bytes{instance=~\"$instance\"}[1m])", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Avg download rate (5m)", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 6 }, "id": 6, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "avg(transmission_session_stats_upload_speed_bytes{instance=~\"$instance\"}[5m])", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "", "hide": false, "legendFormat": "__auto", "range": true, "refId": "B" } ], "title": "Avg upload rate (5m)", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 12, "y": 6 }, "id": 4, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_downloaded_bytes{type=\"cumulative\",instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Total downloaded", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 18, "y": 6 }, "id": 5, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_uploaded_bytes{type=\"cumulative\",instance=~\"$instance\"}", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Total uploaded", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 9 }, "id": 20, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_speed_limit_down_bytes{enabled=\"1\",instance=~\"$instance\"}*1000", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Download rate limit", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 9 }, "id": 21, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_speed_limit_up_bytes{enabled=\"1\",instance=~\"$instance\"}*1000", "format": "time_series", "intervalFactor": 1, "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "", "hide": false, "legendFormat": "__auto", "range": true, "refId": "B" } ], "title": "Upload rate limit", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "orange", "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "dashed" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binbps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 12 }, "id": 19, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "transmission_session_stats_upload_speed_bytes{instance=~\"$instance\"}", "hide": false, "legendFormat": "{{ instance }}-Tx", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "-transmission_session_stats_download_speed_bytes{instance=~\"$instance\"}", "hide": false, "legendFormat": "{{ instance }}-Rx", "range": true, "refId": "B" } ], "title": "Transfer rate", "transformations": [], "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 20 }, "id": 45, "panels": [], "title": "Containers", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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 } ] }, "unit": "percent" }, "overrides": [ { "matcher": { "id": "byName", "options": "max" }, "properties": [ { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } }, { "id": "custom.fillOpacity", "value": 0 }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 21 }, "id": 43, "options": { "legend": { "calcs": [ "max", "last" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(rate(container_cpu_usage_seconds_total{instance=~\"$instance\",name=~\"transm.*\"}[5m])) by (name) *100", "interval": "", "legendFormat": "__auto", "queryType": "randomWalk", "range": true, "refId": "A" } ], "title": "CPU Usage %", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "max" }, "properties": [ { "id": "custom.lineStyle", "value": { "dash": [ 10, 10 ], "fill": "dash" } }, { "id": "custom.fillOpacity", "value": 0 }, { "id": "color", "value": { "fixedColor": "dark-red", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 21 }, "id": 40, "options": { "legend": { "calcs": [ "max", "last" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(container_memory_rss{instance=~\"$instance\",name=~\"transm.*\"}) by (name)", "interval": "", "legendFormat": "__auto", "queryType": "randomWalk", "range": true, "refId": "A" } ], "title": "Memory Usage ", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "binbps" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 29 }, "id": 44, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "sum(rate(container_network_transmit_bytes_total{instance=~\"$instance\",name=~\"transm.*\"}[5m])) by (name)", "interval": "", "legendFormat": "{{name}}-Tx", "queryType": "randomWalk", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": true, "expr": "-sum(rate(container_network_receive_bytes_total{instance=~\"$instance\",name=~\"transm.*\"}[5m])) by (name)", "hide": false, "interval": "", "legendFormat": "{{name}}-Rx", "queryType": "randomWalk", "range": true, "refId": "B" } ], "title": "Network Traffic", "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [ "prometheus", "transmission" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(transmission_session_stats_torrents_active, instance)", "hide": 0, "includeAll": true, "multi": true, "name": "instance", "options": [], "query": { "query": "label_values(transmission_session_stats_torrents_active, instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-2d", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Transmission", "uid": "y_TlWHJiz", "version": 31, "weekStart": "" }
2023-03-01 13:31:53 UTC
2023-03-01 13:32:19 UTC
0
0
18,479
1
832,944
28,352
0
prometheus-demo-dashboard
Prometheus - Demo Dashboard
Prometheus Board
2023-04-10 00:04:26 UTC
2023-04-10 00:05:21 UTC
0
null
0
0
Other
null
0
0
28,352
1
18,479
1
0
Prometheus Board
{ "__inputs": [ { "name": "DS_DEMO.ROBUSTPERCEPTION.IO", "label": "demo.robustperception.io", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "4.3.0" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" } ], "annotations": { "list": [] }, "editable": true, "gnetId": 18479, "graphTooltip": 0, "hideControls": true, "id": null, "links": [ { "asDropdown": false, "icon": "external link", "keepTime": true, "tags": [ "prometheus" ], "title": "", "type": "dashboards" } ], "refresh": "5m", "rows": [ { "collapse": false, "height": "100px", "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "percentunit", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "node_load1{job=\"node\", instance=~\"$node:.*\"} / count by(job, instance)(count by(job, instance, cpu)(node_cpu{job=\"node\", instance=~\"$node:.*\"}))", "intervalFactor": 2, "legendFormat": "", "refId": "A", "step": 60 } ], "thresholds": "0.8,0.9", "title": "Load", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 9, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "up{job=\"node\", instance=~\"$node:.*\"}", "intervalFactor": 2, "legendFormat": "", "refId": "A", "step": 60 } ], "thresholds": "1,1", "title": "State", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "up", "value": "1" }, { "op": "=", "text": "down", "value": "0" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 5, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "count(count by(cpu)(node_cpu{job=\"node\", instance=~\"$node:.*\"}))", "intervalFactor": 10, "legendFormat": "", "metric": "", "refId": "A", "step": 300 } ], "thresholds": "", "title": "Cores", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "bytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 6, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "node_memory_MemTotal{job=\"node\", instance=~\"$node:.*\"}", "intervalFactor": 10, "metric": "", "refId": "A", "step": 300 } ], "thresholds": "", "title": "Memory", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "bytes", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 7, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "sum(node_filesystem_size{job=\"node\", instance=~\"$node:.*\", device=~\"/dev/.*\", mountpoint!=\"/var/lib/docker/aufs\"})", "intervalFactor": 10, "legendFormat": "", "metric": "", "refId": "A", "step": 300 } ], "thresholds": "", "title": "All disks", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)" ], "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "format": "s", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "span": 2, "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "expr": "time() - node_boot_time{job=\"node\", instance=~\"$node:.*\"}", "intervalFactor": 10, "legendFormat": "", "metric": "node_boot_time", "refId": "A", "step": 300 } ], "thresholds": "", "title": "Uptime", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "New row", "titleSize": "h6" }, { "collapse": false, "height": "300px", "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "decimals": 2, "editable": true, "error": false, "fill": 4, "grid": {}, "id": 1, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum by(mode)(irate(node_cpu{job=\"node\", instance=~\"$node:.*\", mode!=\"idle\"}[5m])) > 0", "interval": "", "intervalFactor": 2, "legendFormat": "{{mode}}", "metric": "", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CPU usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": { "buffers": "#705DA0", "free": "#7EB26D" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "fill": 1, "grid": {}, "id": 2, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_disk_io_time_ms{job=\"node\", instance=~\"$node:.*\"}[5m]) / 1000", "interval": "", "intervalFactor": 2, "legendFormat": "{{device}}", "refId": "A", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Disk I/O utilization", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percentunit", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Row", "titleSize": "h6" }, { "collapse": false, "height": "300px", "panels": [ { "aliasColors": { "buffers": "#705DA0", "free": "#7EB26D" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "fill": 7, "grid": {}, "id": 3, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "free", "fill": 1, "fillBelowTo": "used", "lines": false, "zindex": 2 }, { "alias": "used", "zindex": 1 } ], "spaceLength": 10, "span": 6, "stack": true, "steppedLine": false, "targets": [ { "expr": "node_memory_Buffers{job=\"node\", instance=~\"$node:.*\"}", "interval": "", "intervalFactor": 2, "legendFormat": "buffers", "refId": "A", "step": 10 }, { "expr": "node_memory_Cached{job=\"node\", instance=~\"$node:.*\"}", "interval": "", "intervalFactor": 2, "legendFormat": "cached", "refId": "B", "step": 10 }, { "expr": "node_memory_MemFree{job=\"node\", instance=~\"$node:.*\"}", "interval": "", "intervalFactor": 2, "legendFormat": "free", "refId": "C", "step": 10 }, { "expr": "node_memory_MemTotal{job=\"node\", instance=~\"$node:.*\"} - node_memory_MemFree{job=\"node\", instance=~\"$node:.*\"} - node_memory_Cached{job=\"node\", instance=~\"$node:.*\"} - node_memory_Buffers{job=\"node\", instance=~\"$node:.*\"}", "interval": "", "intervalFactor": 2, "legendFormat": "used", "metric": "", "refId": "D", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": { "buffers": "#705DA0", "free": "#7EB26D" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "fill": 1, "grid": {}, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*outbound/", "transform": "negative-Y" } ], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "expr": "irate(node_network_transmit_bytes{job=\"node\", instance=~\"$node:.*\", device!~\"lo|bond[0-9]|cbr[0-9]|veth.*\"}[5m]) > 0", "interval": "", "intervalFactor": 2, "legendFormat": "{{device}} outbound", "metric": "", "refId": "A", "step": 10 }, { "expr": "irate(node_network_receive_bytes{job=\"node\", instance=~\"$node:.*\", device!~\"lo|bond[0-9]|cbr[0-9]|veth.*\"}[5m]) > 0", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "{{device}} inbound", "metric": "", "refId": "B", "step": 10 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Network usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "New row", "titleSize": "h6" }, { "collapse": false, "height": "300px", "panels": [ { "aliasColors": { "free": "#7EB26D", "size": "#7EB26D", "usage": "#EAB839", "used": "#EAB839" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "editable": true, "error": false, "fill": 7, "grid": {}, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "minSpan": 4, "nullPointMode": "null as zero", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "repeat": "filesystem_mountpoint", "seriesOverrides": [ { "alias": "free", "fill": 10, "fillBelowTo": "used", "lines": false, "linewidth": 2 } ], "spaceLength": 10, "span": 12, "stack": true, "steppedLine": false, "targets": [ { "expr": "node_filesystem_size{job=\"node\", instance=~\"$node:.*\", device=~\"/dev/.*\", mountpoint=\"$filesystem_mountpoint\"} - node_filesystem_free{job=\"node\", instance=~\"$node:.*\", device=~\"/dev/.*\", mountpoint=\"$filesystem_mountpoint\"}", "interval": "", "intervalFactor": 2, "legendFormat": "used", "metric": "", "refId": "A", "step": 4 }, { "expr": "node_filesystem_free{job=\"node\", instance=~\"$node:.*\", device=~\"/dev/.*\", mountpoint=\"$filesystem_mountpoint\"}", "interval": "", "intervalFactor": 2, "legendFormat": "free", "metric": "", "refId": "B", "step": 4 } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Filesystem $filesystem_mountpoint usage", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "logBase": 1, "max": null, "min": 0, "show": true }, { "format": "short", "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "New row", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [ "prometheus", "node", "misc" ], "templating": { "list": [ { "allFormat": "pipe", "allValue": null, "current": {}, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "hide": 1, "hideLabel": true, "includeAll": false, "label": "Node", "multi": false, "multiFormat": "pipe", "name": "node", "options": [], "query": "label_values(node_load1{job=\"node\"}, instance)", "refresh": 1, "regex": "/([^:]+):.*/", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allFormat": "regex wildcard", "allValue": null, "current": {}, "datasource": "${DS_DEMO.ROBUSTPERCEPTION.IO}", "hide": 2, "hideVariable": true, "includeAll": true, "label": null, "multi": false, "multiFormat": "glob", "name": "filesystem_mountpoint", "options": [], "query": "query_result(node_filesystem_size{job=\"node\", instance=~\"$node:.*\", device=~\"/dev/.*\", mountpoint!=\"/var/lib/docker/aufs\"})", "refresh": 1, "regex": "/mountpoint=\"([^\"]+)/", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Prometheus - Demo Dashboard", "version": 3, "description": "Prometheus Board" }
2023-04-10 00:04:26 UTC
null
0
0
18,746
1
631,800
28,761
0
nethermind
Nethermind Node Monitor
Nethermind Node Monitoring Dashbaord
2023-05-15 09:50:19 UTC
2023-05-15 09:50:52 UTC
0
null
0
0
null
null
0
0
28,761
1
18,746
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.5.2-cloud.1.f9fd074b" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:13", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 118, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 1 }, "id": 49, "links": [], "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.5.2-cloud.1.f9fd074b", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_sync_peers{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "intervalFactor": 1, "refId": "A" } ], "title": "Sync Peers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 1 }, "id": 16, "links": [], "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "max" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.5.2-cloud.1.f9fd074b", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_blocks{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "refId": "B" } ], "title": "Block Number", "type": "stat" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 5 }, "hiddenSeries": false, "id": 136, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "9.5.2-cloud.1.f9fd074b", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_bytes_sent{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "interval": "", "legendFormat": "RPC Sent", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_bytes_received{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "hide": false, "interval": "", "legendFormat": "RPC Received", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_discovery_bytes_received{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "hide": false, "interval": "", "legendFormat": "Dscv Sent", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_discovery_bytes_sent{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "hide": false, "interval": "", "legendFormat": "Dscv Received", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_p2pbytes_received{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "hide": false, "interval": "", "legendFormat": "P2P Received", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_p2pbytes_sent{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "hide": false, "interval": "", "legendFormat": "P2P Sent", "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Traffic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:209", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:210", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 11 }, "hiddenSeries": false, "id": 73, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.5.2-cloud.1.f9fd074b", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_version{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Version", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:79", "decimals": 3, "format": "short", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:80", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "Basic Parameters", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 1 }, "id": 86, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Total number of sealed blocks", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 2 }, "id": 88, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_blocks_sealed{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Blocks Sealed (total)", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Total number of failed block seals", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "semi-dark-red", "value": 10000 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 2 }, "id": 90, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_failed_block_seals{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Failed Block Seals (total)", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Current AuRa step", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 2 }, "hiddenSeries": false, "id": 93, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "maxDataPoints": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_au_ra_step{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Aura Step", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:373", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:374", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Indicator if blocks can be produced", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 10 }, "id": 92, "maxDataPoints": 1, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_can_produce_blocks{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Blocks Production Indicator", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Number of reported malicious misbehaviour validators", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-red" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 10 }, "id": 95, "maxDataPoints": 1, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_reported_malicious_misbehaviour{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Reported Malicious Misbehaviour", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Number of sealed transactions generated by engine", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 10 }, "hiddenSeries": false, "id": 97, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "maxDataPoints": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_sealed_transactions{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "hide": false, "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Sealed Transactions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1610", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:1611", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Number of reported benign misbehaviour validators", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 18 }, "id": 94, "maxDataPoints": 1, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_reported_benign_misbehaviour{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Reported Benign Misbehaviour", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Number of current AuRa validators", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 18 }, "id": 96, "maxDataPoints": 1, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_validators_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Validators Count", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "RANDAO number of reveal number transactions", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 18 }, "hiddenSeries": false, "id": 99, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "maxDataPoints": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_reveal_number{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "RANDAO Reveal Number", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1967", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:1968", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "POSDAO number of emit init change transactions", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 100, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "maxDataPoints": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_emit_initiate_change{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "POSDAO Emit Initiate Change", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2069", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:2070", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "RANDAO number of commit hash transactions", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 26 }, "hiddenSeries": false, "id": 98, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "maxDataPoints": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_commit_hash_transaction{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "RANDAO Commit Hash Transaction", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1661", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:1662", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "AuRa Specific", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 2 }, "id": 105, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 9 }, "hiddenSeries": false, "id": 116, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_loaded_from_db_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "DB", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_loaded_from_rlp_cache_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "RLP Cache", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_loaded_from_cache_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Node Cache", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "", "interval": "", "legendFormat": "", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Caching Efficiency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:126", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:127", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 17 }, "hiddenSeries": false, "id": 128, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_memory_used_by_cache{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Pruning Cache", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:64", "format": "decbytes", "logBase": 1, "show": true }, { "$$hashKey": "object:65", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 24 }, "hiddenSeries": false, "id": 122, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_committed_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Committed", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_persisted_node_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "Persisted", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_pruned_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "hide": true, "instant": false, "interval": "", "legendFormat": "Pruned", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_cached_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Cached", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_replaced_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "Replaced", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_pruned_persisted_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "Pruned Persisted", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_pruned_transient_nodes_count{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "instant": false, "interval": "", "legendFormat": "Pruned Transient", "refId": "F" } ], "thresholds": [], "timeRegions": [], "title": "Pruning Levels", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:773", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:774", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": {}, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 120, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_snapshot_persistence_time{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Persistence", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_pruning_time{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Pruning", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_deep_pruning_time{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Times", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:545", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:546", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "Pruning", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 3 }, "id": 59, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 21 }, "hiddenSeries": false, "id": 102, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_last_block_processing_time_in_ms{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Block processing time (ms)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:112", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:113", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 3, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 30 }, "hiddenSeries": false, "id": 39, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_blocks{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "Blocks", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Blocks (per second)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:247", "format": "pps", "logBase": 1, "show": true }, { "$$hashKey": "object:248", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 35 }, "hiddenSeries": false, "id": 45, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_sync_peers{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Sync Peers", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Sync Peers", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1769", "format": "short", "label": "Sync Peers", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:1770", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 41 }, "hiddenSeries": false, "id": 79, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_state_synced{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "hide": false, "interval": "", "legendFormat": "State", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_state_synced{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[60m])*3600", "interval": "", "legendFormat": "", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "State Synced (in bytes)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:412", "format": "decbytes", "logBase": 1, "show": true }, { "$$hashKey": "object:413", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 47 }, "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": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_fast_headers{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Headers", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_fast_bodies{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Bodies", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_fast_receipts{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Receipts", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Fast Blocks", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transformations": [ { "id": "seriesToColumns", "options": {} } ], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:134", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:135", "format": "short", "logBase": 1, "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 55 }, "hiddenSeries": false, "id": 69, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_blocks{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Blocks", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 62 }, "hiddenSeries": false, "id": 67, "legend": { "alignAsTable": false, "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "process_cpu_seconds_total{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "legendFormat": "Uptime", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "CPU time (tracks restarts)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "s", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "Sync", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 130, "panels": [ { "aliasColors": { "Deserialization Failures": "purple", "Invalid Requests": "purple", "RPC Errors": "red", "RPC Requests": "green", "RPC Successes": "green" }, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 11 }, "hiddenSeries": false, "id": 61, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_requests{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "hide": true, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "RPC Requests", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_successes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "RPC Successes", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_errors{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "RPC Errors", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_request_deserialization_failures{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Deserialization Failures", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_json_rpc_invalid_requests{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Invalid Requests", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "JSON RPC (per minute)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:374", "format": "short", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:375", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [], "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green" }, { "color": "semi-dark-orange", "value": 95 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 18 }, "id": 126, "links": [], "options": { "displayMode": "gradient", "orientation": "auto", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_json_rpc_requests{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "RPC Requests", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_json_rpc_successes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "RPC Successes", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_json_rpc_errors{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "RPC Errors", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_json_rpc_request_deserialization_failures{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Deserialization Failures", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_json_rpc_invalid_requests{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Invalid Requests", "refId": "D" } ], "title": "JSON RPC (total)", "transparent": true, "type": "bargauge" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "JSON RPC", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 134, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 12 }, "hiddenSeries": false, "id": 80, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_beamed_transactions{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Transactions", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Beamed Transactions", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 12 }, "hiddenSeries": false, "id": 82, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_beamed_blocks{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Blocks", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Beamed Blocks", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 19 }, "hiddenSeries": false, "id": 83, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_beamed_requests{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Requests", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Beamed Requests", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 19 }, "hiddenSeries": false, "id": 84, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.5.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "nethermind_beamed_trie_nodes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Trie Nodes", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Beamed Trie Nodes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "Beam", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 53, "panels": [ { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 73 }, "hiddenSeries": false, "id": 22, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_receipts_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[10s])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_receipts_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[10s])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Receipts DB", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 79 }, "hiddenSeries": false, "id": 21, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_code_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_code_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Code DB", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 85 }, "hiddenSeries": false, "id": 24, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_state_tree_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_state_tree_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "State Tree", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 91 }, "hiddenSeries": false, "id": 23, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_block_infos_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_block_infos_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Block Info DB", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 97 }, "hiddenSeries": false, "id": 25, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_state_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(nethermind_state_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(nethermind_state_db_in_pruning_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Pruning Writes", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "State DB", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:121", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:122", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 105 }, "hiddenSeries": false, "id": 8, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_storage_tree_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_storage_tree_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Storage Tree", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "", "logBase": 1, "show": true }, { "format": "short", "label": "", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 112 }, "hiddenSeries": false, "id": 29, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_tree_node_rlp_decodings{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "RLP.Encode", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_tree_node_rlp_encodings{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "RLP.Decode", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_tree_node_hash_calculations{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Keccak", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "Trie Operations", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "", "logBase": 1, "show": true }, { "format": "short", "label": "", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 119 }, "hiddenSeries": false, "id": 28, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_other_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[10s])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_other_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[10s])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Other DB", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": "", "logBase": 1, "show": true }, { "format": "short", "label": "", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 126 }, "hiddenSeries": false, "id": 20, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.0.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_blocks_db_reads{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Reads", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(nethermind_blocks_db_writes{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}[1m])*60", "format": "time_series", "intervalFactor": 1, "legendFormat": "Writes", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Blocks DB (per minute)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:150", "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:151", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "Data", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 7 }, "id": 138, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Unknown transactions in blocks", "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 26 }, "hiddenSeries": false, "id": 140, "legend": { "avg": true, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.5.2-cloud.1.f9fd074b", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "nethermind_dark_pool_ratio_level1{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "Level1 (not known)", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "nethermind_dark_pool_ratio_level2{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "hide": false, "interval": "", "legendFormat": "level2 (not pending)", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "DarkPool", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:149", "format": "percentunit", "logBase": 1, "show": true }, { "$$hashKey": "object:150", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Ratio of 1559-type transactions in the block.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMax": 1, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 33 }, "id": 142, "options": { "legend": { "calcs": [ "mean" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "nethermind_eip1559transactions_ratio{job=\"nethermind\",instance=\"$enode\",nethermind_group=\"$group\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "1559-type transactions ratio", "type": "timeseries" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "f8894b2e-beda-486b-a7fc-c8f60fbe8b90" }, "refId": "A" } ], "title": "TxPool", "type": "row" } ], "refresh": "", "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": false, "multi": false, "name": "group", "options": [], "query": { "query": "label_values(nethermind_group)", "refId": "Prometheus-group-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values({nethermind_group=\"$group\"}, instance)", "hide": 0, "includeAll": false, "multi": false, "name": "enode", "options": [], "query": { "query": "label_values({nethermind_group=\"$group\"}, instance)", "refId": "Prometheus-enode-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Nethermind Node Monitor", "uid": "nQaRO6Yiz", "version": 2, "weekStart": "", "gnetId": 18746, "description": "Nethermind Node Monitoring Dashbaord" }
2023-05-15 09:50:19 UTC
2023-05-15 09:50:52 UTC
0
0
17,110
1
714,083
26,251
0
new-dashboard
New dashboard
dada
2022-10-02 18:38:31 UTC
2022-10-02 18:38:55 UTC
0
null
0
0
null
null
0
0
26,251
1
17,110
1
0
null
{ "__inputs": [ { "name": "DS_AWS_IOT SITEWISE US-EAST-1", "label": "AWS IoT SiteWise us-east-1", "description": "", "type": "datasource", "pluginId": "grafana-iot-sitewise-datasource", "pluginName": "AWS IoT SiteWise" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.4.7" }, { "type": "datasource", "id": "grafana-iot-sitewise-datasource", "name": "AWS IoT SiteWise", "version": "1.3.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "New link", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "datasource": { "type": "grafana-iot-sitewise-datasource", "uid": "${DS_AWS_IOT SITEWISE US-EAST-1}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 0 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "aggregates": [ "SUM" ], "assetId": "7d798311-65c6-4bb6-b8a9-f34804dcff41", "datasource": { "type": "grafana-iot-sitewise-datasource", "uid": "${DS_AWS_IOT SITEWISE US-EAST-1}" }, "maxPageAggregations": 1, "propertyId": "059c1ccc-58ac-4287-bfeb-aebb8f505fc2", "queryType": "PropertyValueHistory", "refId": "A", "resolution": "AUTO", "timeOrdering": "ASCENDING" } ], "title": "Panel Title", "type": "timeseries" } ], "schemaVersion": 35, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "New dashboard", "uid": "7vx3ETV4k", "version": 3, "weekStart": "", "gnetId": 17110, "description": "dada" }
2022-10-02 18:38:31 UTC
2022-10-02 18:38:55 UTC
0
0
17,312
1
254,223
26,618
0
monitoramento-under-protection
Monitoramento Under Protection
Dash Under
2022-10-31 16:33:43 UTC
2022-10-31 16:34:07 UTC
0
null
0
0
null
null
0
0
26,618
1
17,312
1
0
null
{ "__inputs": [ { "name": "DS_ZABBIX_UNDERPROTECTION", "label": "Zabbix_UnderProtection", "description": "", "type": "datasource", "pluginId": "alexanderzobnin-zabbix-datasource", "pluginName": "Zabbix" } ], "__elements": {}, "__requires": [ { "type": "datasource", "id": "alexanderzobnin-zabbix-datasource", "name": "Zabbix", "version": "1.0.0" }, { "type": "panel", "id": "alexanderzobnin-zabbix-triggers-panel", "name": "Zabbix Problems", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.2-eb6f0ffe76" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "2" }, "properties": [ { "id": "displayName", "value": "Warning" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "purple", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "3" }, "properties": [ { "id": "displayName", "value": "Avarage" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] } } ] } ] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 0 }, "id": 6, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "vertical", "reduceOptions": { "calcs": [], "fields": "/.*/", "values": true }, "textMode": "value_and_name" }, "pluginVersion": "9.2.2-eb6f0ffe76", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "functions": [], "group": { "filter": "" }, "host": { "filter": "" }, "item": { "filter": "" }, "itemTag": { "filter": "" }, "options": { "acknowledged": 2, "disableDataAlignment": false, "hostProxy": false, "hostsInMaintenance": false, "limit": 1001, "minSeverity": 0, "showDisabledItems": false, "skipEmptyValues": false, "sortProblems": "default", "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "5", "refId": "A", "resultFormat": "time_series", "showProblems": "problems", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Alertas", "transformations": [ { "id": "extractFields", "options": { "format": "json", "source": "Problems" } }, { "id": "extractFields", "options": { "format": "json", "replace": true, "source": "Problems" } }, { "id": "groupBy", "options": { "fields": { "alerts": { "aggregations": [ "count" ], "operation": "aggregate" }, "severity": { "aggregations": [], "operation": "groupby" } } } }, { "id": "rowsToFields", "options": { "mappings": [ { "fieldName": "alerts (count)", "handlerKey": "field.value" }, { "fieldName": "severity", "handlerKey": "field.name" } ] } } ], "type": "stat" }, { "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null }, { "color": "yellow", "value": 2 }, { "color": "orange", "value": 5 }, { "color": "red", "value": 15 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 5 }, "id": 2, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": true }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.2-eb6f0ffe76", "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "functions": [], "group": { "filter": "" }, "host": { "filter": "" }, "item": { "filter": "" }, "itemTag": { "filter": "" }, "options": { "acknowledged": 2, "disableDataAlignment": false, "hostProxy": false, "hostsInMaintenance": false, "limit": 1001, "minSeverity": 0, "showDisabledItems": false, "skipEmptyValues": false, "sortProblems": "default", "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "5", "refId": "A", "resultFormat": "time_series", "showProblems": "problems", "slaInterval": "none", "slaProperty": { "name": "SLA", "property": "sla" }, "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Quantidade de alertas ativos por cliente", "transformations": [ { "id": "extractFields", "options": { "format": "json", "replace": true, "source": "Problems" } }, { "id": "extractFields", "options": { "format": "json", "replace": false, "source": "groups" } }, { "id": "extractFields", "options": { "format": "json", "replace": true, "source": "0" } }, { "id": "groupBy", "options": { "fields": { "groupid": { "aggregations": [ "count" ], "operation": "aggregate" }, "name": { "aggregations": [], "operation": "groupby" }, "name 2": { "aggregations": [ "sum" ], "operation": "aggregate" } } } } ], "transparent": true, "type": "gauge" }, { "ackEventColor": "rgb(56, 219, 156)", "ackField": true, "ageField": true, "customLastChangeFormat": false, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "description": "", "descriptionAtNewLine": false, "descriptionField": true, "fontSize": "100%", "gridPos": { "h": 19, "w": 24, "x": 0, "y": 13 }, "highlightBackground": false, "highlightNewEvents": false, "highlightNewerThan": "1h", "hostField": true, "hostGroups": true, "hostProxy": false, "hostTechNameField": false, "id": 4, "lastChangeFormat": "", "layout": "table", "markAckEvents": false, "okEventColor": "rgb(56, 189, 113)", "pageSize": 50, "problemTimeline": true, "resizedColumns": [], "schemaVersion": 8, "severityField": true, "showTags": false, "sortProblems": "lastchange", "statusField": true, "statusIcon": true, "targets": [ { "application": { "filter": "" }, "datasource": { "type": "alexanderzobnin-zabbix-datasource", "uid": "${DS_ZABBIX_UNDERPROTECTION}" }, "functions": [], "group": { "filter": "" }, "host": { "filter": "" }, "item": { "filter": "" }, "itemTag": { "filter": "" }, "options": { "acknowledged": 2, "disableDataAlignment": false, "hostProxy": false, "hostsInMaintenance": false, "limit": 1001, "minSeverity": 0, "showDisabledItems": false, "skipEmptyValues": false, "sortProblems": "default", "useZabbixValueMapping": false }, "proxy": { "filter": "" }, "queryType": "5", "refId": "A", "resultFormat": "time_series", "showProblems": "problems", "table": { "skipEmptyValues": false }, "tags": { "filter": "" }, "trigger": { "filter": "" }, "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "title": "Ultimos Alertas", "transparent": true, "triggerSeverity": [ { "$$hashKey": "object:798", "color": "rgb(108, 108, 108)", "priority": 0, "severity": "Not classified", "show": true }, { "$$hashKey": "object:799", "color": "rgb(120, 158, 183)", "priority": 1, "severity": "Information", "show": true }, { "$$hashKey": "object:800", "color": "rgb(175, 180, 36)", "priority": 2, "severity": "Warning", "show": true }, { "$$hashKey": "object:801", "color": "rgb(255, 137, 30)", "priority": 3, "severity": "Average", "show": true }, { "$$hashKey": "object:802", "color": "rgb(255, 101, 72)", "priority": 4, "severity": "High", "show": true }, { "$$hashKey": "object:803", "color": "rgb(215, 0, 0)", "priority": 5, "severity": "Disaster", "show": true } ], "type": "alexanderzobnin-zabbix-triggers-panel" } ], "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Monitoramento Under Protection", "uid": "xs046QNVk", "version": 4, "weekStart": "", "gnetId": 17312, "description": "Dash Under" }
2022-10-31 16:33:43 UTC
2022-10-31 16:34:07 UTC
0
0
17,654
1
592,056
27,115
0
loki-dashboard
Loki Dashboard
Loki dashboard with quick search and timeline.
2022-12-19 14:52:11 UTC
2022-12-19 14:52:27 UTC
0
null
0
0
null
null
0
0
27,115
1
17,654
1
0
Loki dashboard with quick search and timeline.
{ "__inputs": [ { "name": "DS_LOKI", "label": "Loki", "description": "", "type": "datasource", "pluginId": "loki", "pluginName": "Loki" }, { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.0.3" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "panel", "id": "logs", "name": "Logs", "version": "" }, { "type": "datasource", "id": "loki", "name": "Loki", "version": "1.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Loki dashboard with quick search and timeline.", "editable": true, "gnetId": 17654, "graphTooltip": 0, "id": null, "iteration": 1602756869174, "links": [], "panels": [ { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_LOKI}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 6, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": false, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(count_over_time({namespace=\"$namespace\", app=\"$workload\", instance=~\"$pod\"} |~ \"$search\"[$__interval]))", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Timeline", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_LOKI}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 25, "w": 24, "x": 0, "y": 3 }, "id": 2, "maxDataPoints": "", "options": { "showLabels": true, "showTime": true, "sortOrder": "Descending", "wrapLogMessage": true }, "targets": [ { "expr": "{namespace=\"$namespace\", app=\"$workload\", instance=~\"$pod\"} |~ \"$search\"", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Logs", "type": "logs" } ], "refresh": false, "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(kube_pod_info, namespace)", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "namespace", "options": [], "query": "label_values(kube_pod_info, namespace)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(mixin_pod_workload{namespace=\"$namespace\"}, workload)", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "workload", "options": [], "query": "label_values(mixin_pod_workload{namespace=\"$namespace\"}, workload)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(mixin_pod_workload{namespace=\"$namespace\", workload=\"$workload\"}, pod)", "hide": 0, "includeAll": true, "label": null, "multi": false, "name": "pod", "options": [], "query": "label_values(mixin_pod_workload{namespace=\"$namespace\", workload=\"$workload\"}, pod)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "", "value": "" }, "hide": 0, "label": null, "name": "search", "options": [ { "selected": true, "text": "", "value": "" } ], "query": "", "skipUrlSync": false, "type": "textbox" } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Loki Dashboard", "uid": "liz0yRCZz", "version": 5 }
2022-12-19 14:52:11 UTC
null
0
0
17,808
1
661,981
27,313
0
speedtest-tracker-v2
Speedtest Tracker v2 - InfluxDBv2
A dashboard to display data exported by Speedtest Tracker v2 . This is NEW app that export data to InfluxDBv2 natively.
2023-01-05 21:17:17 UTC
2023-01-06 07:14:53 UTC
0
A dashboard to display data exported by Speedtest Tracker v2 . Avalible Now at Grafana Dashboard 17808 (https://grafana.com/grafana/dashboards/17808-speedtest-tracker-v2) (https://github.com/masterwishx/Speedtest-Tracker-v2-InfluxDBv2) This dashboard shows data collected by Speedtest Tracker v2 https://github.com/alexjustesen/speedtest-tracker and exported in an InfluxDBv2 database in the bucket. Dashboard based on my previous dashboard Speedtest Tracker - InfluxDBv2 with guide for OLD Speedtest Tracker app. https://grafana.com/grafana/dashboards/16428-speedtest-tracker/ Same steps here as before for exporting data but without needs for influxDBv1.
80,391
80,392
Other
null
0
0
27,313
1
17,808
1
0
A dashboard to display data exported by Speedtest Tracker
{ "__inputs": [ { "name": "DS_INFLUXDBV2", "label": "InfluxDBv2", "description": "using data exported to bucket in InfluxDBv2", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": false, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "A dashboard to display data exported by Speedtest Tracker v2 .\r\nThis is NEW app that export data to InfluxDBv2 natively.", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17808, "graphTooltip": 0, "id": null, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "Speedtest Tracker v2 App", "tooltip": "Speedtest Tracker", "type": "link", "url": "https://192.168.0.199:9443" }, { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": true, "title": "Speedtest Tracker v2 GitHub", "tooltip": "Speedtest Tracker Repo", "type": "link", "url": "https://github.com/alexjustesen/speedtest-tracker" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "influxdb", "uid": "aIJpPB_nk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 115, "panels": [], "title": "Speedtest Tracker v2", "type": "row" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "fieldConfig": { "defaults": { "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "light-yellow", "value": 420 }, { "color": "green", "value": 450 } ] }, "unit": "bps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 1 }, "id": 116, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "linear" ], "type": "fill" } ], "hide": false, "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"download_bits\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "download" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "1d", "title": "Download Speed", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "fieldConfig": { "defaults": { "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "light-yellow", "value": 7 }, { "color": "green", "value": 9 } ] }, "unit": "bps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 1 }, "id": 117, "interval": "", "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "linear" ], "type": "fill" } ], "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"upload_bits\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "upload" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "1d", "title": "Upload Speed", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "fieldConfig": { "defaults": { "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 12, "y": 1 }, "id": 118, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "linear" ], "type": "fill" } ], "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"ping\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "ping" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "1d", "title": "Response Time", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "fieldConfig": { "defaults": { "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 16, "y": 1 }, "id": 124, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "linear" ], "type": "fill" } ], "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"ping_jitter\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "ping" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "1d", "title": "Ping Jitter", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "fieldConfig": { "defaults": { "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 1 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 1 }, "id": 123, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "linear" ], "type": "fill" } ], "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"packet_loss\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "ping" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [] } ], "timeFrom": "1d", "title": "Packet Loss", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "upload_bits" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } }, { "id": "displayName", "value": "Upload" }, { "id": "custom.axisPlacement", "value": "right" }, { "id": "custom.axisSoftMin" }, { "id": "custom.axisSoftMax", "value": 15000000 } ] }, { "matcher": { "id": "byName", "options": "download_bits" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-yellow", "mode": "fixed" } }, { "id": "displayName", "value": "Download" } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 4 }, "id": 104, "interval": "", "options": { "legend": { "calcs": [ "last", "min", "max", "mean" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "hide": false, "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"download_bits\" or r[\"_field\"] == \"upload_bits\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "C" } ], "title": "Speedtest Results", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "ping" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-green", "mode": "fixed" } }, { "id": "displayName", "value": "Ping (ms)" } ] } ] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 14 }, "id": 119, "interval": "", "options": { "legend": { "calcs": [ "last", "min", "max", "mean" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "hide": false, "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"ping\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "C" } ], "title": "Ping", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 3, "scaleDistribution": { "type": "linear" }, "showPoints": "always", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] }, "unit": "ms" }, "overrides": [ { "matcher": { "id": "byName", "options": "ping_jitter" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-green", "mode": "fixed" } }, { "id": "displayName", "value": "Ping (ms)" } ] }, { "matcher": { "id": "byName", "options": "download_jitter" }, "properties": [ { "id": "displayName", "value": "Download (ms)" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "upload_jitter" }, "properties": [ { "id": "displayName", "value": "Upload (ms)" }, { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 22 }, "id": 122, "interval": "", "options": { "legend": { "calcs": [ "last", "min", "max", "mean" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.5.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "hide": false, "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"ping_jitter\" or r[\"_field\"] == \"download_jitter\" or r[\"_field\"] == \"upload_jitter\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "C" } ], "title": "Jitter (ms)", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "description": "Shows the avg speeds received by server", "fieldConfig": { "defaults": { "custom": { "align": "center", "displayMode": "color-background", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "Ping Avg." }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 16 }, { "color": "red", "value": 30 } ] } }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "max", "value": 20 }, { "id": "min", "value": 8 } ] }, { "matcher": { "id": "byName", "options": "DL Avg." }, "properties": [ { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 420 }, { "color": "green", "value": 450 } ] } }, { "id": "min", "value": 300 }, { "id": "max", "value": 500 }, { "id": "custom.width", "value": 569 } ] }, { "matcher": { "id": "byName", "options": "UL Avg." }, "properties": [ { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "min", "value": 5 }, { "id": "max", "value": 10 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "yellow", "value": 7 }, { "color": "green", "value": 9 } ] } }, { "id": "custom.width", "value": 554 } ] }, { "matcher": { "id": "byName", "options": "Server ID" }, "properties": [ { "id": "unit", "value": "string" } ] }, { "matcher": { "id": "byName", "options": "Server Name" }, "properties": [ { "id": "unit", "value": "string" } ] }, { "matcher": { "id": "byName", "options": "Server ID" }, "properties": [ { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Server Name" }, "properties": [ { "id": "custom.width", "value": 156 } ] }, { "matcher": { "id": "byName", "options": "Ping Jitter" }, "properties": [ { "id": "unit", "value": "ms" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 5 }, { "color": "red", "value": 10 } ] } }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "max", "value": 10 }, { "id": "min" } ] }, { "matcher": { "id": "byName", "options": "Packet Loss" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 0.5 }, { "color": "red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "decimals", "value": 1 }, { "id": "min", "value": 0 }, { "id": "max", "value": 1 } ] } ] }, "gridPos": { "h": 4, "w": 24, "x": 0, "y": 32 }, "id": 114, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "UL Avg." } ] }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "groupBy": [], "hide": false, "measurement": "speedtest", "orderByTime": "ASC", "policy": "default", "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"download_bits\" or r[\"_field\"] == \"id\" or r[\"_field\"] == \"ping\" or r[\"_field\"] == \"scheduled\" or r[\"_field\"] == \"server_host\" or r[\"_field\"] == \"server_id\" or r[\"_field\"] == \"server_name\" or r[\"_field\"] == \"upload_bits\" or r[\"_field\"] == \"ping_jitter\" or r[\"_field\"] == \"packet_loss\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "server_name" ], "type": "field" } ] ], "tags": [] } ], "title": "Avg. Speed by Server", "transformations": [ { "id": "merge", "options": {} }, { "id": "groupBy", "options": { "fields": { "Time": { "aggregations": [ "lastNotNull" ] }, "download": { "aggregations": [ "mean" ], "operation": "aggregate" }, "download_bits": { "aggregations": [ "mean" ], "operation": "aggregate" }, "packet_loss": { "aggregations": [ "mean" ], "operation": "aggregate" }, "ping": { "aggregations": [ "mean" ], "operation": "aggregate" }, "ping_jitter": { "aggregations": [ "mean" ], "operation": "aggregate" }, "server_host": { "aggregations": [] }, "server_id": { "aggregations": [], "operation": "groupby" }, "server_name": { "aggregations": [ "lastNotNull" ], "operation": "groupby" }, "upload": { "aggregations": [ "mean" ], "operation": "aggregate" }, "upload_bits": { "aggregations": [ "mean" ], "operation": "aggregate" } } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": { "download_bits (mean)": 2, "packet_loss (mean)": 6, "ping (mean)": 4, "ping_jitter (mean)": 5, "server_id": 0, "server_name": 1, "upload_bits (mean)": 3 }, "renameByName": { "download (mean)": "DL Avg.", "download_bits (mean)": "DL Avg.", "packet_loss (mean)": "Packet Loss", "ping (mean)": "Ping Avg.", "ping_jitter (mean)": "Ping Jitter", "server_id": "Server ID", "server_name": "Server Name", "upload (mean)": "UL Avg.", "upload_bits (mean)": "UL Avg." } } }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "Server ID", "Server Name", "DL Avg.", "Ping Avg.", "Ping Jitter", "UL Avg.", "Packet Loss" ] } } }, { "id": "filterByValue", "options": { "filters": [ { "config": { "id": "greater", "options": { "value": 0 } }, "fieldName": "Server ID" } ], "match": "any", "type": "include" } } ], "type": "table" }, { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "inspect": false, "minWidth": 150 }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "custom.displayMode", "value": "auto" }, { "id": "mappings", "value": [] }, { "id": "unit", "value": "dateTimeAsLocal" }, { "id": "custom.minWidth", "value": 200 } ] }, { "matcher": { "id": "byName", "options": "Server Host" }, "properties": [ { "id": "custom.width", "value": 250 } ] }, { "matcher": { "id": "byName", "options": "Download (Mbit/s)" }, "properties": [ { "id": "unit", "value": "bps" } ] }, { "matcher": { "id": "byName", "options": "Upload (Mbit/s)" }, "properties": [ { "id": "unit", "value": "bps" } ] }, { "matcher": { "id": "byName", "options": "Packet Loss" }, "properties": [ { "id": "unit", "value": "percent" } ] }, { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "decimals" }, { "id": "custom.minWidth", "value": 120 } ] }, { "matcher": { "id": "byName", "options": "Server ID" }, "properties": [ { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "Ping (ms)" }, "properties": [ { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Ping Jitter" }, "properties": [ { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Download Jitter" }, "properties": [ { "id": "unit", "value": "ms" } ] }, { "matcher": { "id": "byName", "options": "Upload Jitter" }, "properties": [ { "id": "unit", "value": "ms" } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 36 }, "id": 121, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 7, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "ID" } ] }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_INFLUXDBV2}" }, "hide": false, "query": "from(bucket: \"speedtest-tracker-new\")\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"speedtest\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"download\" or r[\"_field\"] == \"download_bits\" or r[\"_field\"] == \"download_jitter\" or r[\"_field\"] == \"id\" or r[\"_field\"] == \"packet_loss\" or r[\"_field\"] == \"ping\" or r[\"_field\"] == \"ping_jitter\" or r[\"_field\"] == \"scheduled\" or r[\"_field\"] == \"server_host\" or r[\"_field\"] == \"server_id\" or r[\"_field\"] == \"server_name\" or r[\"_field\"] == \"upload\" or r[\"_field\"] == \"upload_bits\" or r[\"_field\"] == \"upload_jitter\")\r\n |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false)\r\n |> yield(name: \"last\")", "refId": "A" } ], "title": "All Tests", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "download": true, "scheduled": true, "server_id": false, "upload": true }, "indexByName": { "Time": 1, "download": 2, "download_bits": 7, "download_jitter": 8, "id": 0, "packet_loss": 13, "ping": 11, "ping_jitter": 12, "scheduled": 4, "server_host": 14, "server_id": 6, "server_name": 5, "upload": 3, "upload_bits": 9, "upload_jitter": 10 }, "renameByName": { "Time": "Time", "download": "", "download_bits": "Download (Mbit/s)", "download_jitter": "Download Jitter", "id": "ID", "id {host=\"speedtest\", name=\"speedtest\"}": "", "packet_loss": "Packet Loss", "ping": "Ping (ms)", "ping_jitter": "Ping Jitter", "scheduled": "", "server_host": "Server Host", "server_id": "Server ID", "server_name": "Server Name", "upload": "", "upload_bits": "Upload (Mbit/s)", "upload_jitter": "Upload Jitter" } } } ], "type": "table" } ], "refresh": "5m", "schemaVersion": 37, "style": "dark", "tags": [ "speedtest tracker", "speedtest", "influxdbv2" ], "templating": { "list": [] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "15s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Speedtest Tracker v2 - InfluxDBv2", "uid": "g7QsvEtVV", "version": 3, "weekStart": "" }
2023-01-05 21:17:17 UTC
2023-01-05 21:55:23 UTC
0
0
18,468
1
832,619
28,339
0
lede-router
Home Router
Openwrt collectd
2023-04-09 04:08:10 UTC
2023-04-09 04:09:17 UTC
0
null
0
0
collectd
null
0
0
28,339
1
18,468
1
0
null
{ "__inputs": [ { "name": "DS_INFLUX_COLLECTD BYIP", "label": "influx collectd byip", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "4.6.0" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 18468, "graphTooltip": 1, "hideControls": false, "id": null, "links": [], "refresh": "30s", "rows": [ { "collapse": false, "height": "250px", "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "decimals": 0, "fill": 1, "id": 1, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": true, "show": true, "sideWidth": null, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host $tag_instance", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "iwinfo_value", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=", "value": "stations" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$wifi_if$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Number of wireless clients", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 2, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*bitrate$/", "yaxis": 2 } ], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host $tag_instance $tag_type", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "iwinfo_value", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=~", "value": "/^(signal.*|bitrate)/" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$wifi_if$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Wi-Fi signal quality", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "dBm", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 322, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 6, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*if_packets/", "yaxis": 2 }, { "alias": "/.*\\ tx\\ .*/", "transform": "negative-Y" } ], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host $tag_instance rx $tag_type", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "interface_rx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=~", "value": "/if_(octets|packets)/" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interface$/" } ] }, { "alias": "$tag_host $tag_instance tx $tag_type", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "interface_tx", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=~", "value": "/if_(octets|packets)/" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interface$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Network Traffic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "pps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 7, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*if_dropped/", "yaxis": 2 } ], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host $tag_instance rx $tag_type", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "interface_rx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=~", "value": "/if_(errors|dropped)/" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interface$/" } ] }, { "alias": "$tag_host $tag_instance tx $tag_type", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "interface_tx", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [], "type": "non_negative_difference" }, { "params": [ "*-1" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" }, { "condition": "AND", "key": "type", "operator": "=~", "value": "/if_(errors|dropped)/" }, { "condition": "AND", "key": "instance", "operator": "=~", "value": "/^$interface$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Errors and Drops", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "Errors", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "pps", "label": "Drops", "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 266, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 3, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host 1m", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "load_shortterm", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] }, { "alias": "$tag_host 5m", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "load_midterm", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] }, { "alias": "$tag_host 15m", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "load_longterm", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Load average", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 4, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 6, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host cpu$tag_instance $tag_type_instance", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "instance" ], "type": "tag" }, { "params": [ "type_instance" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "cpu_value", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CPU Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 5, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host $tag_type_instance", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "type_instance" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "memory_value", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory Distribution", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 8, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "uptime_value", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Uptime", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "dtdurations", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" }, { "collapse": false, "height": 250, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "fill": 1, "id": 9, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.*\\ tx\\ .*/", "transform": "negative-Y" } ], "spaceLength": 10, "span": 12, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_host rx $tag_type_instance", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "type_instance" ], "type": "tag" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "openvpn_rx", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] }, { "alias": "$tag_host tx $tag_type_instance", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "type_instance" ], "type": "tag" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "openvpn_tx", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "OpenVPN", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ] } ], "repeat": null, "repeatIteration": null, "repeatRowId": null, "showTitle": false, "title": "Dashboard Row", "titleSize": "h6" } ], "schemaVersion": 14, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "hide": 0, "includeAll": true, "label": "Host", "multi": false, "name": "host", "options": [], "query": "SHOW TAG VALUES FROM \"iwinfo_value\" WITH KEY=host", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "hide": 0, "includeAll": true, "label": "Interface", "multi": false, "name": "interface", "options": [], "query": "SHOW TAG VALUES FROM \"interface_rx\" WITH KEY=instance WHERE host =~ /$host/", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_INFLUX_COLLECTD BYIP}", "hide": 0, "includeAll": true, "label": "Wi-Fi Interface", "multi": false, "name": "wifi_if", "options": [], "query": "SHOW TAG VALUES FROM \"iwinfo_value\" WITH KEY=instance WHERE host =~ /$host/", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Home Router", "version": 14, "description": "Openwrt collectd" }
2023-04-09 04:08:11 UTC
2023-04-09 04:09:12 UTC
0
0
18,709
1
675,284
28,710
0
opennms-ubiquiti-airmax
OpenNMS Ubiquiti AirMax
Overview board for AirMax devices
2023-05-10 23:04:28 UTC
2023-05-10 23:04:41 UTC
0
null
0
0
null
null
0
0
28,710
1
18,709
1
0
Overview board for AirMax devices
{ "__inputs": [ { "name": "DS_OPENNMS_PERFORMANCE", "label": "OpenNMS Performance", "description": "", "type": "datasource", "pluginId": "opennms-helm-performance-datasource", "pluginName": "OpenNMS Performance" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "5.1.3" }, { "type": "datasource", "id": "opennms-helm-performance-datasource", "name": "OpenNMS Performance", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "5.0.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 18709, "graphTooltip": 0, "id": null, "iteration": 1529075254520, "links": [], "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 41, "panels": [], "repeat": null, "title": "Info", "type": "row" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 1 }, "hideTimeOverride": true, "id": 15, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntRadioMode", "label": "Mode", "nodeId": "$node", "refId": "A", "resourceId": "ubntRadioEntry[1]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Radio Mode", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "Station", "value": "1" }, { "op": "=", "text": "AP", "value": "2" }, { "op": "=", "text": "AP Repeater", "value": "3" }, { "op": "=", "text": "AP WDS", "value": "4" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 4, "y": 1 }, "hideTimeOverride": true, "id": 13, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntHostNetRole", "label": "TDD", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Net Role", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "Bridge", "value": "1" }, { "op": "=", "text": "Router", "value": "2" }, { "op": "=", "text": "SOHO", "value": "3" }, { "op": "=", "text": "unknown", "value": "0" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 7, "y": 1 }, "hideTimeOverride": true, "id": 14, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirMaxPriority", "label": "Prio", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "AirMax Prio", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "Medium", "value": "1" }, { "op": "=", "text": "Low", "value": "2" }, { "op": "=", "text": "none", "value": "3" }, { "op": "=", "text": "High", "value": "0" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 9, "y": 1 }, "hideTimeOverride": true, "id": 46, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntGpsHDOP", "label": "HDOP", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "HDOP", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 3, "x": 11, "y": 1 }, "hideTimeOverride": true, "id": 16, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntAirSyncMode", "label": "SyncMode", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirSyncEntry[1]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "AirSync Mode", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "Master", "value": "1" }, { "op": "=", "text": "Slave", "value": "2" }, { "op": "=", "text": "disabled", "value": "0" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "decimals": 2, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 14, "y": 1 }, "hideTimeOverride": true, "id": 24, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "GHz", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntRadioFreq", "hide": true, "label": "FrequencyRaw", "nodeId": "$node", "refId": "A", "resourceId": "ubntRadioEntry[1]", "type": "attribute" }, { "expression": "FrequencyRaw / 1000", "label": "Frequency", "refId": "B", "type": "expression" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Frequency", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "ON", "value": "1" }, { "op": "=", "text": "OFF", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 16, "y": 1 }, "hideTimeOverride": true, "id": 27, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "MHz", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntWlStatChanWidth", "hide": false, "label": "Bandwidth", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Bandwidth", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "ON", "value": "1" }, { "op": "=", "text": "OFF", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_OPENNMS_PERFORMANCE}", "decimals": null, "format": "lengthm", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 1 }, "hideTimeOverride": true, "id": 25, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntRadioDistance", "hide": false, "label": "Distance", "nodeId": "$node", "refId": "A", "resourceId": "ubntRadioEntry[1]", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Distance", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 42, "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 0, "y": 5 }, "hideTimeOverride": true, "id": 10, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirMaxNoAck", "label": "AP", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "NoAck", "value": "1" }, { "op": "=", "text": "NoAck", "value": "2" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 4, "y": 5 }, "hideTimeOverride": true, "id": 9, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirMaxEnabl", "label": "AP", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "transparent": false, "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "AirMax", "value": "1" }, { "op": "=", "text": "AirMax", "value": "2" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 6, "y": 5 }, "hideTimeOverride": true, "id": 7, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntWlStatHideSSID", "label": "AS", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "Hide SSID", "value": "1" }, { "op": "=", "text": "Hide SSID", "value": "2" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 8, "y": 5 }, "hideTimeOverride": true, "id": 11, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirMaxGpsSync", "label": "GpsSync", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "no GPS", "value": "null" }, { "op": "=", "text": "GPS Sync", "value": "1" }, { "op": "=", "text": "GPS Sync", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "rgb(119, 119, 119)", "#5195ce", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 10, "y": 5 }, "hideTimeOverride": true, "id": 6, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirSelEnabl", "label": "AS", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirSelEntry[1]", "type": "attribute" } ], "thresholds": "0.9,1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "no AirSelect", "value": "null" }, { "op": "=", "text": "AirSelect", "value": "1" }, { "op": "=", "text": "AirSelect", "value": "2" }, { "op": "=", "text": "no AirSelect", "value": "0" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 14, "y": 5 }, "hideTimeOverride": true, "id": 12, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntAirMaxTdd", "label": "TDD", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "no TDD", "value": "null" }, { "op": "=", "text": "TDD", "value": "1" }, { "op": "=", "text": "TDD", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 16, "y": 5 }, "hideTimeOverride": true, "id": 4, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntWlStatWdsEnabl", "label": "WDS", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "WDS", "value": "1" }, { "op": "=", "text": "WDS", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 18, "y": 5 }, "hideTimeOverride": true, "id": 5, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntRadioDfsEnabl", "label": "DFS", "nodeId": "$node", "refId": "A", "resourceId": "ubntRadioEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "DFS", "value": "1" }, { "op": "=", "text": "DFS", "value": "2" } ], "valueName": "avg" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#5195ce", "rgb(119, 119, 119)", "rgb(119, 119, 119)" ], "datasource": "OpenNMS Performance", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 5 }, "hideTimeOverride": true, "id": 8, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntWlStatApRep", "label": "AP", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": "1.1,2.1", "timeFrom": "10m", "timeShift": null, "title": "", "type": "singlestat", "valueFontSize": "50%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" }, { "op": "=", "text": "AP Repeater", "value": "1" }, { "op": "=", "text": "AP Repeater", "value": "2" } ], "valueName": "avg" } ], "repeat": null, "title": "Options", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 43, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 0, "y": 9 }, "id": 1, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "D", "type": "filter" }, { "attribute": "ubntWlStatSignal", "label": "Strength", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" }, { "attribute": "ubntWlStatNoisFloor", "label": "Noise Floor", "nodeId": "$node", "refId": "B", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" }, { "attribute": "ubntWlStatRssi", "label": "Receive Signal Strength", "nodeId": "$node", "refId": "C", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" }, { "attribute": "ubntRadioTxPower", "label": "Transmit Power", "nodeId": "$node", "refId": "E", "resourceId": "ubntRadioEntry[1]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Signals", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "dBm", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 8, "y": 9 }, "id": 22, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "G", "type": "filter" }, { "attribute": "ubntRadioRssi", "label": "RSSI 1.1", "nodeId": "$node", "refId": "A", "resourceId": "ubntRadioRssiEntry[1.1]", "type": "attribute" }, { "attribute": "ubntRadioRssiExt", "label": "RSSIExt 1.1", "nodeId": "$node", "refId": "B", "resourceId": "ubntRadioRssiEntry[1.1]", "type": "attribute" }, { "attribute": "ubntRadioRssi", "label": "RSSI 1.2", "nodeId": "$node", "refId": "C", "resourceId": "ubntRadioRssiEntry[1.2]", "type": "attribute" }, { "attribute": "ubntRadioRssiExt", "label": "RSSIExt 1.2", "nodeId": "$node", "refId": "D", "resourceId": "ubntRadioRssiEntry[1.2]", "type": "attribute" }, { "attribute": "ubntRadioRssiMgmt", "label": "RSSI MGMT 1.1", "nodeId": "$node", "refId": "E", "resourceId": "ubntRadioRssiEntry[1.1]", "type": "attribute" }, { "attribute": "ubntRadioRssiMgmt", "label": "RSSI MGMT 1.2", "nodeId": "$node", "refId": "F", "resourceId": "ubntRadioRssiEntry[1.2]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Radio RSSI", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 16, "y": 9 }, "id": 17, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "F", "type": "filter" }, { "attribute": "ubntAirMaxCapacity", "label": "Capacity", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" }, { "attribute": "ubntAirMaxQuality", "label": "Quality", "nodeId": "$node", "refId": "B", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" }, { "attribute": "ubntAirMaxAirtime", "hide": true, "label": "AirtimeRaw", "nodeId": "$node", "refId": "C", "resourceId": "ubntAirMaxEntry[1]", "type": "attribute" }, { "expression": "AirtimeRaw / 10", "hide": false, "label": "Airtime", "refId": "D", "type": "expression" }, { "attribute": "ubntWlStatCcq", "label": "CCQ", "nodeId": "$node", "refId": "E", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "AirMax Stats", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "totalraw": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 0, "y": 19 }, "id": 29, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Buffer", "stack": "A" }, { "alias": "Free", "stack": "A" }, { "alias": "Cache", "stack": "A" }, { "alias": "Used", "stack": "A" }, { "alias": "Total", "zindex": 3 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "F", "type": "filter" }, { "attribute": "ubntMemTotal", "hide": false, "label": "Total", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "attribute": "ubntMemFree", "label": "Free", "nodeId": "$node", "refId": "B", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "attribute": "ubntMemCache", "label": "Cache", "nodeId": "$node", "refId": "C", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "attribute": "ubntMemBuffer", "label": "Buffer", "nodeId": "$node", "refId": "D", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "expression": "Total-Buffer-Free-Cache", "label": "Used", "refId": "E", "type": "expression" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory Stats", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "deckbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 8, "y": 19 }, "id": 28, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Down", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "D", "type": "filter" }, { "attribute": "loadValue", "label": "1 Minute", "nodeId": "$node", "refId": "A", "resourceId": "loadEntry[1]", "type": "attribute" }, { "attribute": "loadValue", "label": "5 Minute", "nodeId": "$node", "refId": "B", "resourceId": "loadEntry[2]", "type": "attribute" }, { "attribute": "loadValue", "label": "15 Minute", "nodeId": "$node", "refId": "C", "resourceId": "loadEntry[3]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Load", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 8, "x": 16, "y": 19 }, "id": 21, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntWlStatStaCount", "label": "Stations", "nodeId": "$node", "refId": "A", "resourceId": "ubntWlStatEntry[1]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Station Count", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "none", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 6, "x": 0, "y": 29 }, "id": 30, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Free", "stack": "A" }, { "alias": "Used", "stack": "A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "D", "type": "filter" }, { "attribute": "ubntSwapFree", "label": "Free", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "attribute": "ubntSwapTotal", "label": "Total", "nodeId": "$node", "refId": "B", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "expression": "Total-Free", "label": "Used", "refId": "C", "type": "expression" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Swap", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 6, "x": 6, "y": 29 }, "id": 18, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntHostTemperature", "label": "Temperature", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Temperature", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "celsius", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 6, "x": 12, "y": 29 }, "id": 19, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntGpsSatsVis", "label": "Visable", "nodeId": "$node", "refId": "A", "resourceId": "nodeSnmp[]", "type": "attribute" }, { "attribute": "ubntGpsSatsTrack", "label": "Tracked", "nodeId": "$node", "refId": "B", "resourceId": "nodeSnmp[]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "GPS Satelites", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 10, "w": 6, "x": 18, "y": 29 }, "id": 23, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Down", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntAirSyncDownUtil", "label": "Down", "nodeId": "$node", "refId": "A", "resourceId": "ubntAirSyncEntry[1]", "type": "attribute" }, { "attribute": "ubntAirSyncUpUtil", "label": "Up", "nodeId": "$node", "refId": "B", "resourceId": "ubntAirSyncEntry[1]", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "AirSync Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } } ], "repeat": null, "title": "Metrics", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 44, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 7 }, "id": 35, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "D", "type": "filter" }, { "attribute": "ubntStaLocalCINR", "label": "Local CINR", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaSignal", "label": "Signal", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaNoiseFloor", "label": "Noise Floor", "nodeId": "$node", "refId": "C", "resourceId": "$station", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Signals", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "dBm", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 7 }, "id": 33, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Received", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntStaRxBytes", "label": "Received", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaTxBytes", "label": "Transmitted", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "In / Out transfered bytes", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 7 }, "id": 38, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Receive", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "C", "type": "filter" }, { "attribute": "ubntStaRxCapacity", "label": "Receive", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaTxCapacity", "label": "Transmit", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "In / Out Capacities", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "KBs", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "OpenNMS Performance", "decimals": null, "format": "lengthm", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 0, "y": 15 }, "hideTimeOverride": true, "id": 37, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntStaDistance", "hide": false, "label": "Distance", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Distance", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 7, "x": 2, "y": 15 }, "id": 32, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "30000000", "stripNaNs": "true" }, "refId": "D", "type": "filter" }, { "attribute": "ubntStaAmc", "label": "Capacity", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaAmq", "label": "Quality", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaCcq", "hide": true, "label": "CCQraw", "nodeId": "$node", "refId": "E", "resourceId": "$station", "type": "attribute" }, { "expression": "CCQraw / 10", "label": "CCQ", "refId": "C", "type": "expression" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "AirMax Stats", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 7, "x": 9, "y": 15 }, "id": 39, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "A", "type": "filter" }, { "attribute": "ubntStaTxLatency", "label": "Latency", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Uplink Latency", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "ms", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "OpenNMS Performance", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 15 }, "id": 36, "legend": { "alignAsTable": true, "avg": true, "current": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Receive", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "E", "type": "filter" }, { "attribute": "ubntStaTxAirtime", "hide": true, "label": "Transmitraw", "nodeId": "$node", "refId": "B", "resourceId": "$station", "type": "attribute" }, { "attribute": "ubntStaRxAirtime", "hide": true, "label": "Receiveraw", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" }, { "expression": "Transmitraw / 10", "label": "Transmit", "refId": "C", "type": "expression" }, { "expression": "Receiveraw / 10", "label": "Receive", "refId": "D", "type": "expression" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "AirTime", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "percent", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "OpenNMS Performance", "decimals": null, "format": "s", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 2, "x": 0, "y": 19 }, "hideTimeOverride": true, "id": 40, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false }, "tableColumn": "", "targets": [ { "filter": { "backend": "Java", "canonicalName": "org.opennms.netmgt.measurements.filters.impl.Chomp", "description": "Strips leading and trailing rows that contain nothing but NaNs/null values.", "name": "Chomp", "parameter": [ { "default": "true", "description": "When set, leading and trailing rows containing NaNs will be removed", "displayName": "Strip", "key": "stripNaNs", "required": false, "type": "boolean" }, { "default": "0", "description": "Timestamp in milliseconds. Any rows before this time will be removed.", "displayName": "Cutoff", "key": "cutoffDate", "required": false, "type": "double" } ] }, "filterParameters": { "cutoffDate": "300000", "stripNaNs": "true" }, "refId": "B", "type": "filter" }, { "attribute": "ubntStaConnTime", "hide": false, "label": "ConnectionTime", "nodeId": "$node", "refId": "A", "resourceId": "$station", "type": "attribute" } ], "thresholds": "", "timeFrom": "10m", "timeShift": null, "title": "Connection Uptime", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg" } ], "repeat": null, "title": "Station List", "type": "row" } ], "refresh": false, "schemaVersion": 16, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_OPENNMS_PERFORMANCE}", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "node", "options": [], "query": "nodeFilter((nodeSysOID LIKE '.1.3.6.1.4.1.10002.1' | nodeSysOID LIKE '.1.3.6.1.4.1.41112.1.4' ) & serviceName like 'SNMP')", "refresh": 1, "regex": "", "sort": 3, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_OPENNMS_PERFORMANCE}", "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "station", "options": [], "query": "nodeResources($node)", "refresh": 1, "regex": "^ubntStaEntry.*", "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-5m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "OpenNMS Ubiquiti AirMax", "uid": "000000001", "version": 65, "description": "Overview board for AirMax devices" }
2023-05-10 23:04:28 UTC
null
0
0
17,643
1
762,886
27,102
0
ups-statistics
UPS statistics
Simple and basic dashboard to display nut_exporter metrics.
2022-12-17 14:53:57 UTC
2022-12-17 15:05:27 UTC
0
Simple and basic dashboard to display [nut_exporter](https://github.com/DRuggeri/nut_exporter) metrics. Configured for 120v 60Hz (North America) ranges for voltages. Supports multiple UPS devices by examining the `ups` label values of `network_ups_tools_device_info`.
0
0
Other
null
0
0
27,102
1
17,643
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "Location ", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:7", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 17, "panels": [], "repeat": "ups", "targets": [ { "datasource": { "type": "prometheus", "uid": "PBFA97CFB590B2093" }, "refId": "A" } ], "title": "$ups", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": " * OL - On line (mains is present)\n * OB - On battery (mains is not present)\n * LB - Low battery\n * HB - High battery\n * RB - The battery needs to be replaced\n * CHRG - The battery is charging\n * DISCHRG - The battery is discharging (inverter is providing load power)\n * BYPASS - UPS bypass circuit is active -- no battery protection is available\n * CAL - UPS is currently performing runtime calibration (on battery)\n * OFF - UPS is offline and is not supplying power to the load\n * OVER - UPS is overloaded\n * TRIM - UPS is trimming incoming voltage (called \"buck\" in some hardware)\n * BOOST - UPS is boosting incoming voltage\n * FSD and SD - Forced Shutdown", "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 1 }, "id": 26, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_ups_status == 1", "interval": "", "legendFormat": "{{flag}}", "refId": "A" } ], "title": "UPS Status", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 10, "x": 3, "y": 1 }, "id": 19, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_device_info{ups=\"$ups\"}", "interval": "", "legendFormat": "{{mfr}}", "refId": "A" } ], "title": "Manufacturer", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 11, "x": 13, "y": 1 }, "id": 20, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "name" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_device_info{ups=\"$ups\"}", "interval": "", "legendFormat": "{{model}}", "refId": "A" } ], "title": "Model", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-orange", "value": 30 }, { "color": "dark-yellow", "value": 60 }, { "color": "dark-green", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 0, "y": 4 }, "id": 2, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_battery_charge{ups=\"$ups\"}", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Battery Charge", "transparent": true, "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": {}, "overrides": [ { "matcher": { "id": "byName", "options": "network_ups_tools_battery_runtime{instance=\"romulus.home.bitnebula.com:9199\", job=\"nut-ups\", ups=\"ups\"}" }, "properties": [ { "id": "unit" }, { "id": "links" } ] } ] }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 6, "w": 10, "x": 3, "y": 4 }, "hiddenSeries": false, "id": 11, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_battery_runtime{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [ { "$$hashKey": "object:416", "colorMode": "warning", "fill": true, "line": false, "op": "lt", "value": 900, "yaxis": "left" }, { "$$hashKey": "object:422", "colorMode": "critical", "fill": true, "line": false, "op": "lt", "value": 300, "yaxis": "left" } ], "timeRegions": [], "title": "Battery Run Time Left", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:74", "format": "s", "label": "", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:75", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 6, "w": 11, "x": 13, "y": 4 }, "hiddenSeries": false, "id": 15, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_ups_load{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "Load", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1040", "format": "percent", "label": "", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:1041", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-green", "value": 120 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 2, "w": 3, "x": 0, "y": 8 }, "id": 24, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_battery_runtime{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Battery Runtime", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "max": 140, "min": 90, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-green", "value": 95 }, { "color": "dark-yellow", "value": 125 }, { "color": "dark-red", "value": 135 } ] } }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 10 }, "id": 5, "links": [], "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_input_voltage{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Line Volts", "transparent": true, "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 6, "w": 21, "x": 3, "y": 10 }, "hiddenSeries": false, "id": 12, "legend": { "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_input_voltage{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:652", "format": "short", "label": "", "logBase": 1, "max": "140", "min": "90", "show": true }, { "$$hashKey": "object:653", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 30, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-green", "value": 22 }, { "color": "dark-red", "value": 28 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 16 }, "id": 4, "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_battery_voltage{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Battery Volts", "transparent": true, "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 6, "w": 21, "x": 3, "y": 16 }, "hiddenSeries": false, "id": 13, "legend": { "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "network_ups_tools_battery_voltage{ups=\"$ups\"}", "interval": "", "legendFormat": "", "refId": "A" } ], "thresholds": [], "timeRegions": [], "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transparent": true, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:652", "format": "short", "label": "", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:653", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(network_ups_tools_device_info, ups)", "hide": 0, "includeAll": false, "label": "UPS", "multi": false, "name": "ups", "options": [], "query": { "query": "label_values(network_ups_tools_device_info, ups)", "refId": "Prometheus-ups-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "UPS statistics", "uid": "j4a-DMWRk", "version": 14, "weekStart": "", "gnetId": 17643, "description": "Simple and basic dashboard to display nut_exporter metrics." }
2022-12-17 14:53:57 UTC
2022-12-17 15:02:38 UTC
0
0
18,354
1
428,770
28,175
0
production-api-endpoints-filtered-by-method
Production API Endpoints filtered by method
how long Eth methods are executed on api-reads nodes
2023-03-24 11:11:36 UTC
2023-03-24 11:18:15 UTC
0
null
0
0
null
null
0
0
28,175
1
18,354
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": [], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.0.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "iteration": 1679655896508, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 10, "panels": [], "repeat": "endpoint", "repeatDirection": "h", "title": "how long", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 1 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "histogram_quantile(0.50, sum(rate(lotus_api_request_duration_ms_bucket{exported_endpoint=~\"$endpoint\",pod=~\"api-read.*\"}[5m])) by (le, exported_endpoint))", "legendFormat": "P50", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "histogram_quantile(0.90, sum(rate(lotus_api_request_duration_ms_bucket{exported_endpoint=~\"$endpoint\",pod=~\"api-read.*\"}[5m])) by (le, exported_endpoint))", "hide": false, "legendFormat": "P90", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "histogram_quantile(0.99, sum(rate(lotus_api_request_duration_ms_bucket{exported_endpoint=~\"$endpoint\",pod=~\"api-read.*\"}[5m])) by (le, exported_endpoint))", "hide": false, "legendFormat": "P99", "range": true, "refId": "C" } ], "title": "how long $endpoint", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 9 }, "id": 8, "panels": [], "title": "volume", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "EthGetTransactionCount" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 10 }, "id": 11, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "sum (rate(lotus_api_request_duration_ms_count{exported_endpoint=~\"Eth.*\", pod=~\"api-read.*\"}[1m])) by(exported_endpoint)", "legendFormat": "__auto", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "", "hide": false, "range": true, "refId": "B" } ], "title": "volume-eth", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "percent" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 10 }, "id": 12, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "sum (rate(lotus_api_request_duration_ms_count{exported_endpoint=~\"Eth.*\", pod=~\"api-read.*\"}[1m])) by(exported_endpoint)", "legendFormat": "__auto", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "", "hide": false, "range": true, "refId": "B" } ], "title": "volume-eth-percentage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 8, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 19 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "sum (rate(lotus_api_request_duration_ms_count{exported_endpoint=~\".*\", pod=~\"api-read.*\"}[1m])) by(exported_endpoint)", "legendFormat": "__auto", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "editorMode": "code", "expr": "", "hide": false, "range": true, "refId": "B" } ], "title": "volume", "type": "timeseries" } ], "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "prometheus" }, "definition": "lotus_api_request_duration_ms_bucket", "hide": 0, "includeAll": true, "multi": false, "name": "endpoint", "options": [], "query": { "query": "lotus_api_request_duration_ms_bucket", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/.*endpoint=\"([a-zA-Z]*)\"/", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Production API Endpoints filtered by method", "uid": "fVCkcdfVz", "version": 2, "weekStart": "", "gnetId": 18354, "description": "how long Eth methods are executed on api-reads nodes" }
2023-03-24 11:11:36 UTC
2023-03-24 11:18:15 UTC
0
0
17,273
1
733,146
26,544
0
glue-jobs-metrics
Glue Jobs Metrics
Jobs metrics Grouped by all values
2022-10-26 19:01:23 UTC
2022-10-26 19:07:39 UTC
0
This board gets Glue metrics from ALL job runs and with row repeat by job Name. Considering the namespace as Glue only.
78,010
78,011
null
null
0
0
26,544
1
17,273
1
0
Jobs metrics Grouped by all values
{ "__inputs": [ { "name": "DS_ITX-BTY-CW", "label": "${datasource}", "description": "Generic Datasource", "type": "datasource", "pluginId": "cloudwatch", "pluginName": "CloudWatch" } ], "__elements": [], "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "datasource", "id": "cloudwatch", "name": "CloudWatch", "version": "1.0.0" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.5.2" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Jobs metrics Grouped by all values", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 2, "id": null, "iteration": 1666810834514, "links": [], "liveNow": true, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 8, "panels": [], "repeat": "jobName", "title": "$jobName", "type": "row" }, { "datasource": { "type": "cloudwatch", "uid": "${DS_ITX-BTY-CW}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 0, "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 1 }, "id": 20, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "orientation": "auto", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xField": "Time", "xTickLabelRotation": -45, "xTickLabelSpacing": 100 }, "repeat": "metrics", "repeatDirection": "h", "targets": [ { "alias": "{{metric}}", "datasource": { "type": "cloudwatch", "uid": "${DS_ITX-BTY-CW}" }, "dimensions": { "JobName": "$jobName", "JobRunId": "ALL" }, "expression": "", "id": "", "matchExact": false, "metricEditorMode": 0, "metricName": "$metrics", "metricQueryType": 0, "namespace": "$glue", "period": "$period", "queryMode": "Metrics", "refId": "A", "region": "default", "sqlExpression": "", "statistic": "Average" } ], "title": "$jobName - $metrics", "type": "barchart" } ], "refresh": "1m", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "itx-bty-cw", "value": "itx-bty-cw" }, "hide": 0, "includeAll": false, "multi": false, "name": "datasource", "options": [], "query": "cloudwatch", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "current": { "selected": false, "text": "csat", "value": "csat" }, "description": "Data provider filter", "hide": 0, "label": "Data Provider", "name": "dataprovider", "options": [ { "selected": true, "text": "csat", "value": "csat" } ], "query": "csat", "skipUrlSync": false, "type": "textbox" }, { "current": {}, "datasource": { "type": "cloudwatch", "uid": "${DS_ITX-BTY-CW}" }, "definition": "", "hide": 0, "includeAll": false, "multi": true, "name": "jobName", "options": [], "query": { "attributeName": "", "dimensionFilters": "", "dimensionKey": "JobName", "ec2Filters": "", "instanceID": "", "metricName": "glue.ALL.s3.filesystem.write_bytes", "namespace": "$glue", "queryType": "dimensionValues", "refId": "CloudWatchVariableQueryEditor-VariableQuery", "region": "default", "resourceType": "", "tags": "" }, "refresh": 1, "regex": "/[^data_validation|^data_processing|^ingestion]_.*$dataprovider.*/", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "cloudwatch", "uid": "${DS_ITX-BTY-CW}" }, "definition": "", "hide": 0, "includeAll": false, "label": "Metrics", "multi": true, "name": "metrics", "options": [], "query": { "attributeName": "", "dimensionFilters": "", "dimensionKey": "", "ec2Filters": "", "instanceID": "", "metricName": "", "namespace": "$glue", "queryType": "metrics", "refId": "CloudWatchVariableQueryEditor-VariableQuery", "region": "default", "resourceType": "", "tags": "" }, "refresh": 1, "regex": "/.*glue.ALL.*/", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": { "selected": false, "text": "Glue", "value": "Glue" }, "hide": 2, "includeAll": false, "multi": false, "name": "glue", "options": [ { "selected": true, "text": "Glue", "value": "Glue" } ], "query": "Glue", "skipUrlSync": false, "type": "custom" }, { "auto": false, "auto_count": 30, "auto_min": "10s", "current": { "selected": false, "text": "30d", "value": "30d" }, "hide": 0, "name": "period", "options": [ { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": true, "text": "30d", "value": "30d" } ], "query": "1m,10m,30m,1h,1d,30d", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" } ] }, "time": { "from": "now-90d", "to": "now" }, "timepicker": { "hidden": false, "refresh_intervals": [ "5s" ] }, "timezone": "utc", "title": "Glue Jobs Metrics", "uid": "PDl35pNVk", "version": 20, "weekStart": "sunday", "gnetId": 17273 }
2022-10-26 19:01:23 UTC
2022-10-26 19:06:48 UTC
0
0
17,410
1
744,024
26,743
0
v2ray-dashboard
V2Ray Dashboard
No
2022-11-15 05:49:46 UTC
2022-12-24 18:28:06 UTC
0
null
0
0
Other
null
0
0
26,743
1
17,410
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "11545", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.0.3" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "singlestat", "name": "Singlestat", "version": "" }, { "type": "panel", "id": "table-old", "name": "Table (old)", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": 17410, "graphTooltip": 0, "id": null, "iteration": 1594391256464, "links": [], "panels": [ { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 0, "y": 0 }, "id": 2, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "count(v2ray_up{job=~\"$job\",instance=~\"$instance\"} == 1)", "instant": false, "refId": "A" } ], "thresholds": "", "timeFrom": null, "timeShift": null, "title": "V2Ray Online", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "90%", "gridPos": { "h": 6, "w": 10, "x": 2, "y": 0 }, "id": 17, "pageSize": null, "showHeader": true, "sort": { "col": 2, "desc": false }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "link": false, "pattern": "Time", "type": "hidden" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "__name__", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Instance", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Job", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "job", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Uptime", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "Value #A", "thresholds": [], "type": "number", "unit": "s" }, { "alias": "Downlink", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 3, "mappingType": 1, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "decbytes" }, { "alias": "Uplink", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 3, "mappingType": 1, "pattern": "Value #C", "thresholds": [], "type": "number", "unit": "decbytes" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "/.*/", "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "expr": "v2ray_uptime_seconds{job=~\"$job\",instance=~\"$instance\"}", "format": "table", "instant": true, "legendFormat": "", "refId": "A" }, { "expr": "sum by (instance) (increase(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[$__range]))", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "", "refId": "B" }, { "expr": "sum by (instance) (increase(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[$__range]))", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "Real-Time Overview", "transform": "table", "type": "table-old" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 0 }, "hiddenSeries": false, "id": 8, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Uplink", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(irate(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m]))", "interval": "", "legendFormat": "Downlink", "refId": "A" }, { "expr": "sum(irate(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m]))", "interval": "", "legendFormat": "Uplink", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Total Bandwidth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": "Uplink (-) / Downlink (+)", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 2, "x": 0, "y": 3 }, "id": 9, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": false, "ymax": null, "ymin": null }, "tableColumn": "", "targets": [ { "expr": "count(v2ray_up{job=~\"$job\",instance=~\"$instance\"}) - count(v2ray_up{job=~\"$job\",instance=~\"$instance\"} == 1)", "instant": false, "refId": "A" } ], "thresholds": "0,1", "timeFrom": null, "timeShift": null, "title": "V2Ray Offline", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "0", "value": "null" } ], "valueName": "current" }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 4, "panels": [], "repeat": "instance", "title": "$instance", "type": "row" }, { "columns": [], "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "90%", "gridPos": { "h": 6, "w": 12, "x": 0, "y": 7 }, "id": 18, "pageSize": null, "showHeader": true, "sort": { "col": 4, "desc": false }, "styles": [ { "alias": "Time", "align": "auto", "dateFormat": "YYYY-MM-DD HH:mm:ss", "pattern": "Time", "type": "hidden" }, { "alias": "Dimension", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "decimals": 2, "mappingType": 1, "pattern": "dimension", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Instance", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "instance", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Job", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "job", "thresholds": [], "type": "hidden", "unit": "short" }, { "alias": "Target", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "target", "thresholds": [], "type": "string", "unit": "short" }, { "alias": "Downlink", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 3, "mappingType": 1, "pattern": "Value #A", "thresholds": [], "type": "number", "unit": "decbytes" }, { "alias": "Uplink", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 3, "mappingType": 1, "pattern": "Value #B", "thresholds": [], "type": "number", "unit": "decbytes" }, { "alias": "", "align": "auto", "colorMode": null, "colors": [ "rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], "dateFormat": "YYYY-MM-DD HH:mm:ss", "decimals": 2, "mappingType": 1, "pattern": "/.*/", "thresholds": [], "type": "hidden", "unit": "short" } ], "targets": [ { "expr": "increase(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\"}[$__range])", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" }, { "expr": "increase(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\"}[$__range])", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Real-Time Detail Overview", "transform": "table", "type": "table-old" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 7 }, "hiddenSeries": false, "id": 31, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "dataLinks": [] }, "percentage": false, "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Uplink", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(irate(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m]))", "interval": "", "legendFormat": "Downlink", "refId": "A" }, { "expr": "sum(irate(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m]))", "interval": "", "legendFormat": "Uplink", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Total Bandwidth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": "Uplink (-) / Downlink (+)", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 11, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "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": "irate(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m])", "interval": "", "legendFormat": "{{target}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Download Speed of Inbounds", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 13 }, "hiddenSeries": false, "id": 13, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "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": "irate(v2ray_traffic_downlink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"user\"}[5m])", "interval": "", "legendFormat": "{{target}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Download Speed of Users", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "decimals": null, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 19 }, "hiddenSeries": false, "id": 12, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "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": "irate(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"inbound\"}[5m])", "interval": "", "legendFormat": "{{target}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Upload Speed of Inbounds", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 19 }, "hiddenSeries": false, "id": 14, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "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": "irate(v2ray_traffic_uplink_bytes_total{job=~\"$job\",instance=~\"$instance\",dimension=\"user\"}[5m])", "interval": "", "legendFormat": "{{target}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Upload Speed of Users", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } } ], "refresh": false, "schemaVersion": 25, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "query_result(count_over_time(v2ray_up[$__range]))", "hide": 0, "includeAll": true, "label": "Job", "multi": true, "name": "job", "options": [], "query": "query_result(count_over_time(v2ray_up[$__range]))", "refresh": 2, "regex": "/job=\"(.*?)\"/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "query_result(count_over_time(v2ray_up{job=\"$job\"}[$__range]))", "hide": 0, "includeAll": true, "label": "Instance", "multi": true, "name": "instance", "options": [], "query": "query_result(count_over_time(v2ray_up{job=\"$job\"}[$__range]))", "refresh": 2, "regex": "/instance=\"(.*?)\"/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "V2Ray Dashboard", "uid": "CCSvIIEZz", "version": 1, "description": "No" }
2022-11-15 05:49:46 UTC
2022-12-24 18:28:06 UTC
0
0
17,485
1
740,068
26,848
0
system-metrics-linux-single
System Metrics Linux - Single
Metric view designed for a single system since some graphs overlay multiple queries. Updated and modifed for usage with Telegraf and VictoriaMetrics
2022-11-25 07:13:37 UTC
2022-11-25 07:13:54 UTC
0
null
0
0
Telegraf
null
0
0
26,848
1
17,485
1
0
Metric view designed for a single system since some graphs overlay multiple queries. Updated and modifed for usage with Telegraf and VictoriaMetrics
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "victoriametrics", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.5" }, { "type": "panel", "id": "piechart", "name": "Pie chart", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "state-timeline", "name": "State timeline", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Metric view designed for a single system since some graphs overlay multiple queries. Updated and modifed for usage with Telegraf and VictoriaMetrics", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17485, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 34, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "System", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "fillOpacity": 70, "lineWidth": 0, "spanNulls": false }, "displayName": "Status", "mappings": [ { "options": { "0": { "color": "green", "index": 0, "text": "UP" }, "1": { "color": "red", "index": 1, "text": "DOWN" } }, "type": "value" } ], "noValue": "0", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 1 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 1 }, "id": 73, "links": [], "maxDataPoints": 100, "options": { "alignValue": "center", "legend": { "displayMode": "list", "placement": "bottom", "showLegend": false }, "mergeValues": true, "rowHeight": 0.83, "showValue": "never", "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "exemplar": false, "expr": "absent_over_time(system_uptime{host=\"$host\"}[1m])", "format": "time_series", "instant": false, "intervalFactor": 1, "range": true, "refId": "A" } ], "title": "Status", "type": "state-timeline" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "rgb(255, 255, 255)", "value": 600 }, { "color": "rgb(255, 255, 255)", "value": 600 } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 3, "w": 5, "x": 3, "y": 1 }, "id": 10, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_uptime{host=\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(255, 255, 255)", "value": null }, { "color": "rgba(255, 255, 255, 0.89)", "value": 1 }, { "color": "#d44a3a", "value": 1 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 8, "y": 1 }, "id": 6, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_n_users{host=\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Logged In Users", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 11, "y": 1 }, "id": 5, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "processes_total{host=\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "Processes", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 14, "y": 1 }, "id": 4, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_n_containers{host=\"$host\"}", "format": "time_series", "instant": false, "intervalFactor": 1, "refId": "A" } ], "title": "Containers", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 17, "y": 1 }, "id": 23, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_n_cpus{host=\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "CPUs", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 20, "y": 1 }, "id": 7, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "mem_total{host=\"$host\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "title": "RAM", "type": "stat" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 79, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "CPU", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 0, "y": 5 }, "id": 26, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": true, "showThresholdMarkers": true }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(100-cpu_usage_idle{host=\"$host\", cpu=\"cpu-total\"})", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A" } ], "title": "CPU Used", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": [] }, "gridPos": { "h": 6, "w": 20, "x": 4, "y": 5 }, "id": 14, "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cpu_usage_user{host=\"$host\", cpu=\"cpu-total\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "User", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cpu_usage_system{host=\"$host\", cpu=\"cpu-total\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "System", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cpu_usage_idle{host=\"$host\", cpu=\"cpu-total\"}", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "Idle", "range": true, "refId": "C" } ], "title": "CPU Total %", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 11 }, "id": 66, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cpu_usage_user{host=\"$host\", cpu!=\"cpu-total\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{cpu}}", "range": true, "refId": "B" } ], "title": "CPU Cores - User", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 11 }, "id": 67, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "cpu_usage_system{host=\"$host\", cpu!=\"cpu-total\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "{{cpu}}", "range": true, "refId": "B" } ], "title": "CPU Cores - System", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 17 }, "id": 85, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "Memory", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 0, "y": 18 }, "id": 25, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": true, "showThresholdMarkers": true }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "mem_used_percent{host=\"$host\"}", "format": "time_series", "instant": true, "intervalFactor": 1, "refId": "A" } ], "title": "Memory Used", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 20, "x": 4, "y": 18 }, "id": 16, "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "mem_buffered{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Buffered", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "mem_cached{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Cached", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "mem_free{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Free", "range": true, "refId": "C" } ], "title": "Memory", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 24 }, "id": 98, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "Processes", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 25 }, "id": 12, "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_load1{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Load 1m", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_load5{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Load 5m", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "system_load15{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Load 15m", "range": true, "refId": "C" } ], "title": "Load Average", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 25 }, "id": 22, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "processes_blocked{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Blocked", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "processes_dead{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Dead", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "processes_idle{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Idle", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "processes_paging{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Paging", "range": true, "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "processes_running{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Running", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "processes_sleeping{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Sleeping", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "processes_stopped{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Stopped", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "processes_unknown{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Unknown", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "processes_zombies{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Zombies", "refId": "I" } ], "title": "Processes", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "ops" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 31 }, "id": 116, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(kernel_context_switches{host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Context Switches", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(kernel_interrupts{host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Interrupts", "range": true, "refId": "B" } ], "title": "Context Switch & Interrupt Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "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": "Paused" }, "properties": [ { "id": "color", "value": { "fixedColor": "#e0752d", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Running" }, "properties": [ { "id": "color", "value": { "fixedColor": "#299c46", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Stopped" }, "properties": [ { "id": "color", "value": { "fixedColor": "#d44a3a", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 33 }, "id": 9, "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_n_containers_running{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Running", "range": true, "refId": "B", "step": 60 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "docker_n_containers_stopped{host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Stopped", "range": true, "refId": "C", "step": 60 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "docker_n_containers_paused{instance=\"$instance\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Paused", "refId": "A", "step": 60 } ], "title": "Docker Run State", "type": "timeseries" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 37 }, "id": 30, "panels": [], "repeat": "disk_device", "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "Disk Device: $disk_device", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 38 }, "id": 36, "links": [], "maxDataPoints": 100, "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": true, "showThresholdMarkers": true }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_used_percent{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "instant": true, "intervalFactor": 1, "legendFormat": "{{path}}", "refId": "A" } ], "title": "Disk used - $disk_device", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 4, "y": 38 }, "id": 40, "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_free{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Free on {{path}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_used{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Used on {{path}}", "range": true, "refId": "A" } ], "title": "Disk capacity - $disk_device", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "ms" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 38 }, "id": 89, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(diskio_read_time{host=\"$host\", name=\"$disk_device\", disk_device!=\"All\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "Read Time", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(diskio_write_time{host=\"$host\", name=\"$disk_device\", disk_device!=\"All\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "Write Time", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(diskio_io_time{host=\"$host\", name=\"$disk_device\", disk_device!=\"All\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "IO Time", "range": true, "refId": "C" } ], "title": "Disk IO Time Rate - $disk_device", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 43 }, "id": 46, "links": [], "maxDataPoints": 3, "options": { "legend": { "displayMode": "list", "placement": "bottom", "showLegend": true }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_inodes_free{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "Free", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_inodes_used{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "instant": false, "intervalFactor": 1, "legendFormat": "Used", "refId": "B" } ], "title": "Inodes Free - $disk_device", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 4, "y": 43 }, "id": 47, "links": [], "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_inodes_free{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Free on {{path}}", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "disk_inodes_used{host=\"$host\", device=\"$disk_device\", disk_device!=\"All\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "Used on {{path}}", "range": true, "refId": "A" } ], "title": "Inodes - $disk_device", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "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": "bytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 43 }, "id": 88, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(diskio_read_bytes{host=\"$host\", name=\"$disk_device\", disk_device!=\"All\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "Read Bytes", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(diskio_write_bytes{host=\"$host\", name=\"$disk_device\", disk_device!=\"All\"}[5m])", "format": "time_series", "intervalFactor": 2, "legendFormat": "Write Bytes", "range": true, "refId": "B" } ], "title": "Disk IO Bytes Rate - $disk_device", "type": "timeseries" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 224 }, "id": 54, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 64 }, "id": 61, "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_bytes_sent{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Sent {{interface}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_bytes_recv{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Received {{interface}}", "range": true, "refId": "B" } ], "title": "Network Bytes Rate - $interface", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "pps" }, "overrides": [] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 71 }, "id": 91, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_packets_sent{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Sent {{interface}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_packets_recv{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "intervalFactor": 1, "legendFormat": "Received {{interface}}", "range": true, "refId": "B" } ], "title": "Network Packets Rate - $interface", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 76 }, "id": 93, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "net_err_in{interface=\"$interface\", interface!=\"All\", host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "range": true, "refId": "A" } ], "title": "Errors In Total - $interface", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 4, "y": 76 }, "id": 94, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "net_err_out{interface=\"$interface\", interface!=\"All\", host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "range": true, "refId": "A" } ], "title": "Errors Out Total - $interface", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 16, "x": 8, "y": 76 }, "id": 90, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_err_in{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "error_in", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_err_out{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "error_out", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_drop_in{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "drop_in", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "rate(net_drop_out{interface=\"$interface\", interface!=\"All\", host=\"$host\"}[5m])", "format": "time_series", "hide": false, "intervalFactor": 1, "legendFormat": "drop_out", "range": true, "refId": "D" } ], "title": "Network Error & Drop Rate - $interface", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 0, "y": 78 }, "id": 95, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "net_drop_in{interface=\"$interface\", interface!=\"All\", host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "range": true, "refId": "A" } ], "title": "Drop In Total - $interface", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 2, "w": 4, "x": 4, "y": 78 }, "id": 96, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "net_drop_out{interface=\"$interface\", interface!=\"All\", host=\"$host\"}", "format": "time_series", "intervalFactor": 1, "legendFormat": "", "range": true, "refId": "A" } ], "title": "Drop Out Total - $interface", "type": "stat" } ], "repeat": "interface", "targets": [ { "datasource": { "type": "prometheus", "uid": "PABDA7AB1AD2A1489" }, "refId": "A" } ], "title": "Network Interface: $interface", "type": "row" } ], "refresh": "5m", "schemaVersion": 37, "style": "dark", "tags": [ "prometheus", "telegraf", "linux" ], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(system_uptime, host)", "hide": 0, "includeAll": false, "label": "Host", "multi": false, "name": "host", "options": [], "query": { "query": "label_values(system_uptime, host)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/(.*)/", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(disk_used_percent{fstype!=\"rootfs\", host=\"$host\"}, device)", "hide": 0, "includeAll": true, "label": "Disk", "multi": true, "name": "disk_device", "options": [], "query": { "query": "label_values(disk_used_percent{fstype!=\"rootfs\", host=\"$host\"}, device)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(net_bytes_sent{host=\"$host\"}, interface)", "hide": 0, "includeAll": true, "label": "Network Interface", "multi": true, "name": "interface", "options": [], "query": { "query": "label_values(net_bytes_sent{host=\"$host\"}, interface)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "System Metrics Linux - Single", "uid": "b4FAZ7Mmz", "version": 7, "weekStart": "" }
2022-11-25 07:13:37 UTC
null
0
0
18,029
1
429,156
27,654
0
ipci
Kusama Ipci
Common metrics for Ipci
2023-02-02 05:56:03 UTC
2023-02-02 05:57:08 UTC
0
null
0
0
null
null
0
0
27,654
1
18,029
1
0
null
{ "__inputs": [ { "name": "DS_LOCAL_PROMETHEUS DATA SOURCE", "label": "prometheus_local", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "alertlist", "name": "Alert list", "version": "" }, { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.4" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "enable": false, "iconColor": "red", "name": "New annotation" } ] }, "description": "Common metrics for Ipci", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": false, "title": "New link", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "dark-yellow", "value": 10 }, { "color": "green", "value": 20 }, { "color": "semi-dark-green", "value": 30 }, { "color": "dark-green", "value": 40 } ] }, "unit": "gbytes" }, "overrides": [] }, "gridPos": { "h": 12, "w": 5, "x": 0, "y": 0 }, "id": 21, "options": { "displayMode": "gradient", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": false, "text": { "titleSize": 14, "valueSize": 24 } }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "expr": "node_filesystem_avail_bytes{job=\"ipci_prometheus\", mountpoint=~\"/mnt/.*\"} / 1024 / 1024 / 1024", "legendFormat": "{{instance}} - {{mountpoint}}", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "expr": "node_filesystem_avail_bytes{job=\"ipci_prometheus\", device=\"/dev/md2\"} / 1024 / 1024 / 1024", "hide": false, "legendFormat": "{{instance}} - {{mountpoint}}", "range": true, "refId": "B" } ], "title": "Free Space", "type": "bargauge" }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 20 ], "type": "gt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "Transaction queue alert", "noDataState": "no_data", "notifications": [] }, "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 8, "w": 11, "x": 5, "y": 0 }, "hiddenSeries": false, "id": 10, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.2.4", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "substrate_ready_transactions_number{job=\"ipci_prometheus\", chain=\"ipci\"}", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "thresholds": [ { "$$hashKey": "object:42", "colorMode": "critical", "fill": true, "line": true, "op": "gt", "value": 100, "visible": true, "yaxis": "left" } ], "timeRegions": [], "title": "Transaction queue", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 4, "x": 16, "y": 0 }, "id": 13, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "substrate_block_height{status=\"finalized\",job=\"ipci_prometheus\", chain=\"ipci\"}", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Final block", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 4, "x": 20, "y": 0 }, "id": 12, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": false, "expr": "substrate_block_height{status=\"best\",job=\"ipci_prometheus\", chain=\"ipci\"}", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{instance}}", "refId": "A" } ], "title": "Best block", "type": "stat" }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 10 ], "type": "lt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "Block rate alert", "noDataState": "alerting", "notifications": [] }, "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "red", "value": 10 }, { "color": "#EAB839", "value": 15 }, { "color": "green", "value": 23 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 11, "x": 5, "y": 8 }, "id": 19, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "increase(substrate_block_height{status=\"best\",job=\"ipci_prometheus\", chain=\"ipci\"}[5m])", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "thresholds": [ { "colorMode": "critical", "op": "lt", "value": 10, "visible": true } ], "title": "Block rate per 5m", "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "red", "value": 5 }, { "color": "#EAB839", "value": 7 }, { "color": "green", "value": 9 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 8 }, "id": 8, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "substrate_sub_libp2p_peers_count{job=\"ipci_prometheus\", chain=\"ipci\"}", "format": "time_series", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Parachain Peers", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "gridPos": { "h": 10, "w": 5, "x": 0, "y": 12 }, "id": 15, "options": { "alertInstanceLabelFilter": "", "alertName": "", "dashboardAlerts": false, "dashboardTitle": "", "folder": { "id": 2, "title": "Kusama" }, "groupBy": [], "groupMode": "default", "maxItems": 10, "showInstances": false, "showOptions": "current", "sortOrder": 1, "stateFilter": { "alerting": false, "error": true, "execution_error": false, "firing": true, "noData": false, "no_data": false, "normal": true, "ok": false, "paused": false, "pending": true }, "tags": [], "viewMode": "list" }, "pluginVersion": "8.2.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "refId": "A" } ], "title": "Alerts", "type": "alertlist" }, { "alert": { "alertRuleTags": {}, "conditions": [ { "evaluator": { "params": [ 10 ], "type": "lt" }, "operator": { "type": "and" }, "query": { "params": [ "A", "1m", "now" ] }, "reducer": { "params": [], "type": "avg" }, "type": "query" } ], "executionErrorState": "alerting", "for": "5m", "frequency": "1m", "handler": 1, "name": "Peer count alert", "noDataState": "no_data", "notifications": [] }, "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 13, "gradientMode": "hue", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 11, "x": 5, "y": 15 }, "id": 17, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "substrate_sub_libp2p_peers_count{job=\"ipci_prometheus\", chain=\"ipci\"}", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "thresholds": [ { "colorMode": "critical", "op": "lt", "value": 10, "visible": true } ], "title": "Peers count", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "red", "value": 5 }, { "color": "#EAB839", "value": 7 }, { "color": "green", "value": 9 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 15 }, "id": 22, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.4", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_LOCAL_PROMETHEUS DATA SOURCE}" }, "editorMode": "code", "exemplar": true, "expr": "substrate_sub_libp2p_peers_count{job=\"ipci_prometheus\", chain=\"ksmcc3\"}", "format": "time_series", "interval": "", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Relaychain Peers", "type": "gauge" } ], "refresh": "5s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "utc", "title": "Kusama Ipci", "uid": "ipci-rWp2pBD7k", "version": 9, "weekStart": "monday", "gnetId": 18029 }
2023-02-02 05:56:03 UTC
2023-02-02 05:57:08 UTC
0
0
18,144
1
610,817
27,850
0
nginx2
Nginx2
Nginx exporter metrics
2023-02-20 10:37:43 UTC
2023-02-20 10:47:48 UTC
0
A simple dashboard for viewer nginx metrics. Requires [nginx-prometheus-exporter](https://github.com/nginxinc/nginx-prometheus-exporter) to work and enabled stub_status. Example config to nginx.conf: ``` location =/nginx_status { stub_status on; access_log off; allow 127.0.0.1; allow 10.250.0.0/16; # Docker containers IPs deny all; } ```
81,753
81,754
Other
null
0
0
27,850
1
18,144
1
0
Nginx exporter metrics
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.2" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Nginx exporter metrics", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [], "liveNow": false, "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 5, "panels": [], "title": "Row title", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "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": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "nginx_connections_active" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": false } } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 1 }, "id": 3, "links": [], "options": { "legend": { "calcs": [ "mean", "lastNotNull", "max", "min" ], "displayMode": "table", "placement": "right", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "nginx_connections_active", "hide": false, "legendFormat": "nginx_connections_active", "range": true, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "hide": false, "refId": "C" } ], "title": "Active connections", "type": "timeseries" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "editable": true, "error": false, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 8 }, "hiddenSeries": false, "id": 2, "isNew": true, "legend": { "alignAsTable": true, "avg": true, "current": true, "max": true, "min": true, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "sum(nginx_connections_reading) by (state)", "hide": false, "legendFormat": "nginx_connections_reading", "range": true, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "nginx_connections_waiting", "hide": false, "legendFormat": "nginx_connections_waiting", "range": true, "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "nginx_connections_writing", "hide": false, "legendFormat": "nginx_connections_writing", "range": true, "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "Connections", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "short", "logBase": 1, "min": 0, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } } ], "refresh": "10s", "schemaVersion": 37, "style": "dark", "tags": [ "nginx" ], "templating": { "list": [] }, "time": { "from": "now-15m", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Nginx2", "uid": "uHl-Tw1Vz", "version": 10, "weekStart": "", "gnetId": 18144 }
2023-02-20 10:37:43 UTC
null
0
0
17,577
1
403,611
26,976
0
node-exporter-dashboard-22-04-17
Node Exporter Dashboard 22/04/17
使用Grafana8新表格重建,新增健康评分概念,并新增了整体资源消耗信息的一些图表。优化重要指标展示,包含整体资源展示与资源明细图表:CPU 内存 磁盘 IO 网络等监控指标。https://github.com/starsliao/ConsulManager
2022-12-09 12:37:41 UTC
2022-12-09 12:38:28 UTC
0
null
79,511
79,512
nodeExporter
null
0
0
26,976
1
17,577
1
0
使用Grafana8新表格重建,新增健康评分概念,并新增了整体资源消耗信息的一些图表。优化重要指标展示,包含整体资源展示与资源明细图表:CPU 内存 磁盘 IO 网络等监控指标。https://github.com/starsliao/ConsulManager
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" } ], "annotations": { "list": [ { "$$hashKey": "object:2875", "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "使用Grafana8新表格重建,新增健康评分概念,并新增了整体资源消耗信息的一些图表。优化重要指标展示,包含整体资源展示与资源明细图表:CPU 内存 磁盘 IO 网络等监控指标。https://github.com/starsliao/ConsulManager", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 17577, "graphTooltip": 0, "id": null, "links": [ { "$$hashKey": "object:2300", "icon": "bolt", "tags": [], "targetBlank": true, "title": "Update", "tooltip": "更新当前仪表板", "type": "link", "url": "https://grafana.com/grafana/dashboards/16098" }, { "$$hashKey": "object:2301", "icon": "question", "tags": [], "targetBlank": true, "title": "GitHub", "tooltip": "查看更多仪表板", "type": "link", "url": "https://github.com/starsliao/Prometheus" }, { "$$hashKey": "object:2302", "asDropdown": true, "icon": "external link", "tags": [], "targetBlank": true, "title": "", "type": "dashboards" } ], "liveNow": false, "panels": [ { "collapsed": false, "datasource": { "type": "prometheus", "uid": "TFeDmqK4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 187, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "TFeDmqK4z" }, "refId": "A" } ], "title": "资源总览(关联JOB项)当前选中主机:$show_hostname,实例:$instance", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "分区使用率、磁盘读取、磁盘写入、下载带宽、上传带宽,如果有多个网卡或者多个分区,是采集的使用率最高的网卡或者分区的数值。\n\n连接数:CurrEstab - 当前状态为 ESTABLISHED 或 CLOSE-WAIT 的 TCP 连接数。", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "filterable": false, "inspect": false }, "decimals": 1, "mappings": [], "max": 100, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "内存" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals" }, { "id": "custom.width", "value": 70 }, { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } }, { "id": "custom.displayMode", "value": "color-text" } ] }, { "matcher": { "id": "byName", "options": "启动(天)" }, "properties": [ { "id": "unit", "value": "none" }, { "id": "custom.width", "value": 78 }, { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "磁盘读取*" }, "properties": [ { "id": "unit", "value": "binBps" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 10485760 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 20485760 } ] } }, { "id": "custom.width", "value": 79 } ] }, { "matcher": { "id": "byName", "options": "磁盘写入*" }, "properties": [ { "id": "unit", "value": "binBps" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 10485760 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 20485760 } ] } }, { "id": "custom.width", "value": 81 } ] }, { "matcher": { "id": "byName", "options": "下载带宽*" }, "properties": [ { "id": "unit", "value": "binbps" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 30485760 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 104857600 } ] } }, { "id": "custom.width", "value": 81 }, { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "上传带宽*" }, "properties": [ { "id": "unit", "value": "binbps" }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 30485760 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 104857600 } ] } }, { "id": "custom.width", "value": 85 }, { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "负载" }, "properties": [ { "id": "decimals", "value": 2 }, { "id": "custom.width", "value": 50 } ] }, { "matcher": { "id": "byName", "options": "连接数" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1000 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 1500 } ] } }, { "id": "custom.width", "value": 54 }, { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "TCP_tw" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 5000 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 20000 } ] } }, { "id": "custom.width", "value": 63 }, { "id": "decimals" } ] }, { "matcher": { "id": "byName", "options": "CPU" }, "properties": [ { "id": "custom.width", "value": 35 }, { "id": "decimals", "value": 0 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "color", "value": { "fixedColor": "blue", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "IP" }, "properties": [ { "id": "custom.width", "value": 134 }, { "id": "custom.filterable", "value": true } ] }, { "matcher": { "id": "byName", "options": "主机名" }, "properties": [ { "id": "custom.filterable", "value": true }, { "id": "custom.width", "value": 155 } ] }, { "matcher": { "id": "byName", "options": "健康值" }, "properties": [ { "id": "custom.width", "value": 69 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 80 }, { "color": "green", "value": 90 } ] } }, { "id": "color", "value": { "mode": "thresholds" } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byRegexp", "options": "/.*使用率.*/" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "color", "value": { "mode": "continuous-GrYlRd" } }, { "id": "custom.width", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "IOutil使用率*" }, "properties": [ { "id": "custom.width", "value": 95 } ] }, { "matcher": { "id": "byName", "options": "分区使用率*" }, "properties": [ { "id": "custom.width", "value": 96 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 1 }, "id": 198, "options": { "footer": { "fields": [ "Value #B", "Value #C", "Value #L", "Value #H", "Value #I", "Value #M", "Value #N", "Value #J", "Value #K" ], "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "主机名" } ] }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "主机名", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(time() - node_boot_time_seconds{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})by(instance)/86400", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "运行时间", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "总内存", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "count(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode='system'}) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "总核数", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_load5{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}", "format": "table", "instant": true, "interval": "", "legendFormat": "5分钟负载", "refId": "L" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(1 - avg(rate(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode=\"idle\"}[$interval])) by (instance)) * 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU使用率", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(1 - (node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} / (node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})))* 100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "内存使用率", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max((node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs\"}-node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs\"}) *100/(node_filesystem_avail_bytes {origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs\"}+(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs\"}-node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"ext.?|xfs\"})))by(instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "分区使用率", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max(rate(node_disk_read_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "最大读取", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max(rate(node_disk_written_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "最大写入", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_netstat_Tcp_CurrEstab{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "连接数", "refId": "M" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_sockstat_TCP_tw{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "TIME_WAIT", "refId": "N" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max(rate(node_network_receive_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])*8) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "下载带宽", "refId": "J" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max(rate(node_network_transmit_bytes_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])*8) by (instance)", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "上传带宽", "refId": "K" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "((1-(1 - avg(irate(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode=\"idle\"}[$interval])) by (instance))^1.3)^(1/3)*0.5 + \r\n(1-(1 - avg(node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} / node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})by (instance))^6)^(1/3)*0.3 + \r\n(1 - max(irate(node_disk_io_time_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval]))by (instance)^1.1)^(1/2)*0.2)*100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "健康评分", "refId": "O" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "max(rate(node_disk_io_time_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[$interval])) by (instance) *100", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "IOutil使用率", "refId": "P" } ], "title": "服务器资源总览表【JOB:$job,主机总数:$total】", "transformations": [ { "id": "merge", "options": { "reducers": [] } }, { "id": "filterFieldsByName", "options": { "include": { "pattern": "/^Value #[^A]|^instance$|^nodename$/" } } }, { "id": "organize", "options": { "excludeByName": { "Value #L": true, "Value #P": true }, "indexByName": { "Value #B": 5, "Value #C": 6, "Value #D": 7, "Value #E": 4, "Value #F": 2, "Value #G": 3, "Value #H": 11, "Value #I": 12, "Value #J": 15, "Value #K": 16, "Value #L": 9, "Value #M": 13, "Value #N": 14, "Value #O": 8, "Value #P": 10, "instance": 1, "nodename": 0 }, "renameByName": { "Value #B": "内存", "Value #C": "CPU", "Value #D": "启动(天)", "Value #E": "硬盘使用率*", "Value #F": "CPU使用率", "Value #G": "内存使用率", "Value #H": "磁盘读取*", "Value #I": "磁盘写入*", "Value #J": "下载带宽*", "Value #K": "上传带宽*", "Value #L": "负载", "Value #M": "连接数", "Value #N": "TCP_tw", "Value #O": "健康值", "Value #P": "IOutil使用率*", "instance": "IP", "nodename": "主机名" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "/.*使用率/" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 } ] }, { "matcher": { "id": "byName", "options": "IP" }, "properties": [ { "id": "custom.width", "value": 74 } ] }, { "matcher": { "id": "byName", "options": "主机名" }, "properties": [ { "id": "custom.width", "value": 115 } ] }, { "matcher": { "id": "byName", "options": "P99CPU使用率" }, "properties": [ { "id": "custom.width", "value": 67 } ] }, { "matcher": { "id": "byName", "options": "P99内存使用率" }, "properties": [ { "id": "custom.width", "value": 86 } ] } ] }, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 11 }, "id": 200, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - 0", "format": "table", "instant": true, "interval": "", "legendFormat": "主机名", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "quantile_over_time(0.99, cpu:usage:rate1m{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",}[7d:1h])", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU使用率P99", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "quantile_over_time(0.99, mem:usage:rate1m{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}[7d:1h])", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "内存使用率P99", "refId": "C" } ], "title": "最近7天P99资源使用率", "transformations": [ { "id": "seriesToColumns", "options": { "byField": "instance" } }, { "id": "filterFieldsByName", "options": { "include": { "pattern": "/^Value #[^A]|^instance$|^nodename$/" } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Value #B": "P99CPU使用率", "Value #C": "P99内存使用率", "instance": "IP", "nodename": "主机名" } } } ], "type": "table" }, { "aliasColors": { "192.168.200.241:9100_Total": "dark-red", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 6, "y": 11 }, "hiddenSeries": false, "id": 206, "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "maxDataPoints": 100, "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:82", "alias": "总平均使用率", "yaxis": 2 }, { "$$hashKey": "object:83", "alias": "总核数", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "count(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode='system'})", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "总核数", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(node_load5{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "总5分钟负载", "refId": "A", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "avg(1 - avg(rate(node_cpu_seconds_total{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",mode=\"idle\"}[$interval])) by (instance)) * 100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "总平均使用率", "refId": "F", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "整体总负载与整体平均CPU使用率", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8791", "format": "short", "label": "总负载", "logBase": 1, "show": true }, { "$$hashKey": "object:8792", "decimals": 1, "format": "percent", "label": "平均使用率", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_总内存": "dark-red", "内存_Avaliable": "#6ED0E0", "内存_Cached": "#EF843C", "内存_Free": "#629E51", "内存_Total": "#6d1f62", "内存_Used": "#eab839", "可用": "#9ac48a", "总内存": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 12, "y": 11 }, "height": "300", "hiddenSeries": false, "id": 208, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "maxDataPoints": 100, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:180", "alias": "总内存", "color": "#C4162A", "fill": 0 }, { "$$hashKey": "object:181", "alias": "总平均使用率", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "总内存", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"})", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "总已用", "refId": "B", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"} - node_memory_MemAvailable_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}) / sum(node_memory_MemTotal_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))*100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "总平均使用率", "refId": "H" } ], "thresholds": [], "timeRegions": [], "title": "整体总内存与整体平均内存使用率", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8938", "decimals": 0, "format": "bytes", "label": "总内存量", "logBase": 1, "show": true }, { "$$hashKey": "object:8939", "decimals": 1, "format": "percent", "label": "平均使用率", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 1, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 7, "w": 6, "x": 18, "y": 11 }, "hiddenSeries": false, "id": 210, "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "lines": true, "linewidth": 2, "links": [], "maxDataPoints": 100, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:280", "alias": "总平均使用率", "yaxis": 2 }, { "$$hashKey": "object:281", "alias": "总磁盘量", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "总磁盘量", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "总使用量", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance))) *100/(sum(avg(node_filesystem_avail_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance))+(sum(avg(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance)) - sum(avg(node_filesystem_free_bytes{vorigin_prometheus=~\"$origin_prometheus\",job=~\"$job\",fstype=~\"xfs|ext.*\"})by(device,instance))))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "总平均使用率", "refId": "A" } ], "thresholds": [], "timeRegions": [], "title": "整体总磁盘与整体平均磁盘使用率", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:8990", "decimals": 0, "format": "bytes", "label": "总磁盘量", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:8991", "decimals": 1, "format": "percent", "label": "平均使用率", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "TFeDmqK4z" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 18 }, "id": 212, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "TFeDmqK4z" }, "refId": "A" } ], "title": "资源明细:【$show_hostname】【$instance】", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "0": { "text": "N/A" } }, "type": "value" } ], "max": 100, "min": 0.1, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 70 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 0, "y": 19 }, "id": 214, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "100 - (avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"idle\"}[$interval])) * 100)", "instant": true, "interval": "", "legendFormat": "总CPU使用率", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"iowait\"}[$interval])) * 100", "hide": true, "instant": true, "interval": "", "legendFormat": "IOwait使用率", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(1 - (node_memory_MemAvailable_bytes{instance=~\"$instance\"} / (node_memory_MemTotal_bytes{instance=~\"$instance\"})))* 100", "instant": true, "interval": "", "legendFormat": "内存使用率", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"})*100 /(node_filesystem_avail_bytes {instance=~\"$instance\",fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}+(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs\",mountpoint=\"$maxmount\"}))", "hide": false, "instant": true, "interval": "", "legendFormat": "最大分区({{mountpoint}})使用率", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(1 - ((node_memory_SwapFree_bytes{instance=~\"$instance\"} + 1)/ (node_memory_SwapTotal_bytes{instance=~\"$instance\"} + 1))) * 100", "instant": true, "interval": "", "legendFormat": "交换分区使用率", "refId": "F" } ], "transformations": [], "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "本看板中的:磁盘总量、使用量、可用量、使用率保持和df命令的Size、Used、Avail、Use% 列的值一致,并且Use%的值会四舍五入保留一位小数,会更加准确。\n\n注:df中Use%算法为:(size - free) * 100 / (avail + (size - free)),结果是整除则为该值,非整除则为该值+1,结果的单位是%。\n参考df命令源码:", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "inspect": false }, "displayName": "", "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "分区" }, "properties": [ { "id": "custom.width", "value": 81 } ] }, { "matcher": { "id": "byName", "options": "剩余空间" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals", "value": 0 }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 10000000000 }, { "color": "green", "value": 20000000000 } ] } }, { "id": "custom.width", "value": 72 } ] }, { "matcher": { "id": "byName", "options": "使用率" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 0 }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] } }, { "id": "custom.width", "value": 110 }, { "id": "min", "value": 0 }, { "id": "max", "value": 100 } ] }, { "matcher": { "id": "byName", "options": "总空间" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "custom.width", "value": 87 } ] }, { "matcher": { "id": "byName", "options": "文件系统" }, "properties": [ { "id": "custom.width", "value": 46 } ] }, { "matcher": { "id": "byName", "options": "设备名" }, "properties": [ { "id": "custom.width" } ] } ] }, "gridPos": { "h": 6, "w": 10, "x": 3, "y": 19 }, "id": 216, "links": [ { "targetBlank": true, "title": "https://github.com/coreutils/coreutils/blob/master/src/df.c", "url": "https://github.com/coreutils/coreutils/blob/master/src/df.c" } ], "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "使用率" } ] }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-0", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "总量", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_filesystem_avail_bytes {instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-0", "format": "table", "hide": false, "instant": true, "interval": "10s", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}) *100/(node_filesystem_avail_bytes {instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}+(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}))", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "B" } ], "title": "【$show_hostname】:各分区可用空间(EXT.*/XFS/NFS)", "transformations": [ { "id": "merge", "options": { "reducers": [] } }, { "id": "filterFieldsByName", "options": { "include": { "names": [ "device", "fstype", "mountpoint", "Value #C", "Value #A", "Value #B" ] } } }, { "id": "organize", "options": { "excludeByName": {}, "indexByName": {}, "renameByName": { "Value #A": "剩余空间", "Value #B": "使用率", "Value #C": "总空间", "device": "设备名", "fstype": "文件系统", "mountpoint": "分区" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "运行时间" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 3600 }, { "color": "green", "value": 7200 } ] } }, { "id": "unit", "value": "s" } ] }, { "matcher": { "id": "byName", "options": "总内存" }, "properties": [ { "id": "unit", "value": "bytes" }, { "id": "decimals", "value": 0 } ] }, { "matcher": { "id": "byName", "options": "CPU iowait" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 40 }, { "color": "red", "value": 60 } ] } }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "总文件描述符" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 50000 }, { "color": "green", "value": 200000 } ] } } ] }, { "matcher": { "id": "byName", "options": "最大进程开文件" }, "properties": [ { "id": "unit", "value": "short" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 10000 }, { "color": "green", "value": 50000 } ] } } ] } ] }, "gridPos": { "h": 6, "w": 3, "x": 13, "y": 19 }, "id": 218, "interval": "15s", "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "center", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "avg(time() - node_boot_time_seconds{instance=~\"$instance\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "运行时间", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "C", "timeField": "@timestamp" }, { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "count(node_cpu_seconds_total{instance=~\"$instance\", mode='system'})", "instant": true, "interval": "", "legendFormat": "CPU 核数", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "A", "timeField": "@timestamp" }, { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "sum(node_memory_MemTotal_bytes{instance=~\"$instance\"})", "hide": false, "instant": true, "interval": "", "legendFormat": "总内存", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "B", "timeField": "@timestamp" }, { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"iowait\"}[$interval])) * 100", "hide": false, "instant": true, "interval": "", "legendFormat": "CPU iowait", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "D", "timeField": "@timestamp" }, { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "node_filefd_maximum{instance=~\"$instance\"}", "hide": false, "instant": true, "interval": "", "legendFormat": "总文件描述符", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "E", "timeField": "@timestamp" }, { "alias": "", "bucketAggs": [ { "id": "2", "settings": { "interval": "auto" }, "type": "date_histogram" } ], "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": false, "expr": "process_max_fds{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$instance\"}", "hide": false, "instant": true, "interval": "", "legendFormat": "最大进程开文件", "metrics": [ { "id": "1", "type": "count" } ], "query": "", "refId": "F", "timeField": "@timestamp" } ], "type": "stat" }, { "aliasColors": { "filefd_192.168.200.241:9100": "super-light-green", "switches_192.168.200.241:9100": "semi-dark-red", "使用的文件描述符_10.118.72.128:9100": "red", "总使用的文件描述符": "red", "总使用的文件描述符占比": "yellow", "每秒上下文切换次数": "red", "每秒上下文切换次数_10.118.71.245:9100": "yellow", "每秒上下文切换次数_10.118.72.128:9100": "yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 1, "gridPos": { "h": 6, "w": 8, "x": 16, "y": 19 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 220, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1456", "alias": "/.*占比/", "color": "#FADE2A", "linewidth": 1, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "node_filefd_allocated{instance=~\"$instance\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "总使用的文件描述符", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(node_context_switches_total{instance=~\"$instance\"}[$interval])", "interval": "", "intervalFactor": 1, "legendFormat": "每秒上下文切换次数", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(node_filefd_allocated{instance=~\"$instance\"}/node_filefd_maximum{instance=~\"$instance\"}) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "总使用的文件描述符占比", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(process_open_fds{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$instance\"}/process_max_fds{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$instance\"}) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "进程使用的文件描述符占比", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "文件描述符/每秒上下文切换", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1478", "format": "none", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:1479", "decimals": 2, "format": "percent", "label": "", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_Total": "dark-red", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 25 }, "hiddenSeries": false, "id": 222, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:785", "alias": "/.*总使用率/", "color": "#C4162A", "fill": 0, "linewidth": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"system\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "系统使用率", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"user\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "用户使用率", "refId": "B", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"iowait\"}[$interval])) by (instance) *100", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "磁盘IO使用率", "refId": "D", "step": 240 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "(1 - avg(rate(node_cpu_seconds_total{instance=~\"$instance\",mode=\"idle\"}[$interval])) by (instance))*100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "总使用率", "refId": "F", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "CPU使用率", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:11294", "decimals": 0, "format": "percent", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:11295", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_总内存": "dark-red", "使用率": "yellow", "内存_Avaliable": "#6ED0E0", "内存_Cached": "#EF843C", "内存_Free": "#629E51", "内存_Total": "#6d1f62", "内存_Used": "#eab839", "可用": "#9ac48a", "总内存": "#bf1b00" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 25 }, "height": "300", "hiddenSeries": false, "id": 224, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:494", "alias": "总内存", "color": "#C4162A", "lines": false, "pointradius": 1, "points": true }, { "$$hashKey": "object:495", "alias": "使用率", "color": "rgb(0, 209, 255)", "linewidth": 2, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "node_memory_MemTotal_bytes{instance=~\"$instance\"}", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "总内存", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemTotal_bytes{instance=~\"$instance\"} - node_memory_MemAvailable_bytes{instance=~\"$instance\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "已用", "refId": "B", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_memory_MemAvailable_bytes{instance=~\"$instance\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "可用", "refId": "F", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(1 - (node_memory_MemAvailable_bytes{instance=~\"$instance\"} / (node_memory_MemTotal_bytes{instance=~\"$instance\"})))* 100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "使用率", "refId": "H" } ], "thresholds": [], "timeRegions": [], "title": "内存信息", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:518", "format": "bytes", "logBase": 1, "min": "0", "show": true }, { "$$hashKey": "object:519", "format": "percent", "label": "内存使用率", "logBase": 1, "max": "100", "min": "0", "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.10.227:9100_em1_in下载": "super-light-green", "192.168.10.227:9100_em1_out上传": "dark-blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 25 }, "height": "300", "hiddenSeries": false, "id": 226, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "9.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:115", "alias": "/.*_out上传$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(node_network_receive_bytes_total{instance=~\"$instance\",device=~\"$device\"}[$interval])*8", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_in下载", "refId": "A", "step": 4 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_network_transmit_bytes_total{instance=~\"$instance\",device=~\"$device\"}[$interval])*8", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_out上传", "refId": "B", "step": 4 } ], "thresholds": [], "timeRegions": [], "title": "每秒网络带宽使用$device", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:122", "format": "bps", "label": "上传(-)/下载(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:123", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "15分钟": "#6ED0E0", "1分钟": "#BF1B00", "5分钟": "#CCA300" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 1, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 33 }, "height": "300", "hiddenSeries": false, "id": 228, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:873", "alias": "/.*总核数/", "color": "#C4162A", "lines": false, "pointradius": 1, "points": true } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "node_load1{instance=~\"$instance\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "1分钟负载", "metric": "", "refId": "A", "step": 20, "target": "" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load5{instance=~\"$instance\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "5分钟负载", "refId": "B", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_load15{instance=~\"$instance\"}", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "15分钟负载", "refId": "C", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": " sum(count(node_cpu_seconds_total{instance=~\"$instance\", mode='system'}) by (cpu,instance)) by(instance)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "CPU总核数", "refId": "D", "step": 20 } ], "thresholds": [], "timeRegions": [], "title": "系统平均负载", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:880", "decimals": 0, "format": "short", "logBase": 1, "show": true }, { "$$hashKey": "object:881", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "等待IO完成阻塞的进程": "red", "运行态的进程": "green" }, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editable": true, "error": false, "fill": 0, "fillGradient": 0, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 33 }, "hiddenSeries": false, "id": 230, "instanceColors": {}, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "rightSide": false, "show": true, "total": false, "values": true }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "datasourceErrors": {}, "errors": {}, "exemplar": true, "expr": "node_procs_running{instance=~\"$instance\"}", "format": "time_series", "interval": "1m", "intervalFactor": 1, "legendFormat": "运行态的进程", "metric": "", "prometheusLink": "/api/datasources/proxy/1/graph#%5B%7B%22expr%22%3A%22node_procs_running%7Binstance%3D%5C%22%24host%5C%22%7D%22%2C%22range_input%22%3A%2243200s%22%2C%22end_input%22%3A%222015-9-18%2013%3A46%22%2C%22step_input%22%3A%22%22%2C%22stacked%22%3Atrue%2C%22tab%22%3A0%7D%5D", "refId": "A", "step": 5, "target": "" }, { "calculatedInterval": "2m", "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "datasourceErrors": {}, "errors": {}, "exemplar": true, "expr": "node_procs_blocked{instance=~\"$instance\"}", "format": "time_series", "interval": "1m", "intervalFactor": 1, "legendFormat": "等待IO完成阻塞的进程", "metric": "", "prometheusLink": "/api/datasources/proxy/1/graph#%5B%7B%22expr%22%3A%22node_procs_blocked%7Binstance%3D%5C%22%24host%5C%22%7D%22%2C%22range_input%22%3A%2243200s%22%2C%22end_input%22%3A%222015-9-18%2013%3A46%22%2C%22step_input%22%3A%22%22%2C%22stacked%22%3Atrue%2C%22tab%22%3A0%7D%5D", "refId": "B", "step": 5, "target": "" } ], "thresholds": [], "timeRegions": [], "title": "进程运行状态", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1845", "format": "none", "label": "", "logBase": 1, "min": 0, "show": true }, { "$$hashKey": "object:1846", "format": "none", "logBase": 1, "min": 0, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "容量%:/": "red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 1, "description": "", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 33 }, "hiddenSeries": false, "id": 232, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": true, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:4248", "alias": "/Inodes.*/", "lines": false, "pointradius": 1, "points": true, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}) *100/(node_filesystem_avail_bytes {instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}+(node_filesystem_size_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}-node_filesystem_free_bytes{instance=~\"$instance\",fstype=~\"ext.*|xfs|nfs\",mountpoint !~\".*(pod|docker).*\"}))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "容量%:{{mountpoint}}", "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "1 - node_filesystem_files_free{instance=~\"$instance\",fstype=~\"ext.?|xfs\",mountpoint !~\".*(pod|docker).*\"} / node_filesystem_files{instance=~\"$instance\",fstype=~\"ext.?|xfs\",mountpoint !~\".*(pod|docker).*\"}", "hide": false, "interval": "", "intervalFactor": 2, "legendFormat": "Inodes%:{{mountpoint}}", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "磁盘使用率", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:4255", "format": "percent", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:4256", "decimals": 2, "format": "percentunit", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "vda_write": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Read bytes 每个磁盘分区每秒读取的比特数\nWritten bytes 每个磁盘分区每秒写入的比特数", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 41 }, "height": "300", "hiddenSeries": false, "id": 234, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:704", "alias": "/.*_读取$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_read_bytes_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_读取", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_written_bytes_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_写入", "refId": "B", "step": 10 } ], "thresholds": [], "timeRegions": [], "title": "每秒磁盘读写容量", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:711", "format": "Bps", "label": "读取(-)/写入(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:712", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "vda_write": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 0, "description": "Reads completed: 每个磁盘分区每秒读完成次数\n\nWrites completed: 每个磁盘分区每秒写完成次数\n\nIO now 每个磁盘分区每秒正在处理的输入/输出请求数", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 41 }, "height": "300", "hiddenSeries": false, "id": 236, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:5507", "alias": "/.*_读取$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_reads_completed_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_读取", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_writes_completed_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_写入", "refId": "B", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_disk_io_now{instance=~\"$instance\"}", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "磁盘读写速率(IOPS)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:5514", "format": "none", "label": "读取(-)/写入(+)I/O ops/sec", "logBase": 1, "show": true }, { "$$hashKey": "object:5515", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "vda": "#6ED0E0" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "decimals": 2, "description": "Read time seconds 每个磁盘分区读操作花费的秒数\n\nWrite time seconds 每个磁盘分区写操作花费的秒数\n\nIO time seconds 每个磁盘分区输入/输出操作花费的秒数\n\nIO time weighted seconds每个磁盘分区输入/输出操作花费的加权秒数", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 1, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 41 }, "height": "300", "hiddenSeries": false, "id": 238, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:1194", "alias": "/,*_读取$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_read_time_seconds_total{instance=~\"$instance\"}[$interval]) / rate(node_disk_reads_completed_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_读取", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_write_time_seconds_total{instance=~\"$instance\"}[$interval]) / rate(node_disk_writes_completed_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_写入", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_io_time_seconds_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}", "refId": "A", "step": 10 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_disk_io_time_weighted_seconds_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_加权", "refId": "D" } ], "thresholds": [], "timeRegions": [], "title": "每次IO读写的耗时(参考:小于100ms)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:1201", "format": "s", "label": "读取(-)/写入(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:1202", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "sdb_每秒I/O操作%": "#d683ce", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE", "磁盘花费在I/O操作占比": "#ba43a9" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "每一秒钟的自然时间内,花费在I/O上的耗时。(wall-clock time)\n\nnode_disk_io_time_seconds_total:\n磁盘花费在输入/输出操作上的秒数。该值为累加值。(Milliseconds Spent Doing I/Os)\n\nrate(node_disk_io_time_seconds_total[1m]):\n计算每秒的速率:(last值-last前一个值)/时间戳差值,即:1秒钟内磁盘花费在I/O操作的时间占比。", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 1, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 41 }, "hiddenSeries": false, "id": 240, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "rate(node_disk_io_time_seconds_total{instance=~\"$instance\"}[$interval])", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "{{device}}_每秒I/O操作%", "refId": "C" } ], "thresholds": [], "timeRegions": [], "title": "每1秒内I/O操作耗时占比(I/O Util)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:177", "format": "percentunit", "label": "", "logBase": 1, "show": true }, { "$$hashKey": "object:178", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": { "192.168.200.241:9100_TCP_alloc": "semi-dark-blue", "TCP": "#6ED0E0", "TCP_alloc": "blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "Sockets_used - 已使用的所有协议套接字总量\n\nCurrEstab - 当前状态为 ESTABLISHED 或 CLOSE-WAIT 的 TCP 连接数\n\nTCP_alloc - 已分配(已建立、已申请到sk_buff)的TCP套接字数量\n\nTCP_tw - 等待关闭的TCP连接数\n\nUDP_inuse - 正在使用的 UDP 套接字数量\n\nRetransSegs - TCP 重传报文数\n\nOutSegs - TCP 发送的报文数\n\nInSegs - TCP 接收的报文数", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 8, "w": 16, "x": 0, "y": 49 }, "height": "300", "hiddenSeries": false, "id": 242, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:450", "alias": "/.*Sockets_used/", "color": "#E02F44", "lines": true, "linewidth": 2, "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_netstat_Tcp_CurrEstab{instance=~\"$instance\"}", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "CurrEstab", "refId": "A", "step": 20 }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_TCP_tw{instance=~\"$instance\"}", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "TCP_tw", "refId": "D" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "node_sockstat_sockets_used{instance=~\"$instance\"}", "hide": false, "interval": "2m", "intervalFactor": 1, "legendFormat": "Sockets_used", "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_UDP_inuse{instance=~\"$instance\"}", "interval": "", "legendFormat": "UDP_inuse", "refId": "C" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "node_sockstat_TCP_alloc{instance=~\"$instance\"}", "interval": "", "legendFormat": "TCP_alloc", "refId": "E" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_PassiveOpens{instance=~\"$instance\"}[$interval])", "hide": true, "interval": "", "legendFormat": "{{instance}}_Tcp_PassiveOpens", "refId": "G" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_ActiveOpens{instance=~\"$instance\"}[$interval])", "hide": true, "interval": "", "legendFormat": "{{instance}}_Tcp_ActiveOpens", "refId": "F" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_InSegs{instance=~\"$instance\"}[$interval])", "interval": "", "legendFormat": "Tcp_InSegs", "refId": "H" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_OutSegs{instance=~\"$instance\"}[$interval])", "interval": "", "legendFormat": "Tcp_OutSegs", "refId": "I" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_Tcp_RetransSegs{instance=~\"$instance\"}[$interval])", "hide": false, "interval": "", "legendFormat": "Tcp_RetransSegs", "refId": "J" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "expr": "rate(node_netstat_TcpExt_ListenDrops{instance=~\"$instance\"}[$interval])", "hide": true, "interval": "", "legendFormat": "", "refId": "K" } ], "thresholds": [], "timeRegions": [], "title": "网络Socket连接信息", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:465", "format": "none", "logBase": 1, "show": true }, { "$$hashKey": "object:466", "format": "none", "label": "已使用的所有协议套接字总量", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_in": "light-red", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_in下载": "green", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_cni0_out上传": "yellow", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_in下载": "purple", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_out": "purple", "cn-shenzhen.i-wz9cq1dcb6zwc39ehw59_eth0_out上传": "blue" }, "bars": true, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "grid": {}, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 49 }, "hiddenSeries": false, "id": 244, "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": true, "hideZero": true, "max": true, "min": false, "show": false, "sort": "current", "sortDesc": true, "total": true, "values": true }, "lines": false, "linewidth": 2, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.3.6", "pointradius": 1, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:172", "alias": "/.*_out上传$/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "increase(node_network_receive_bytes_total{instance=~\"$instance\",device=~\"$device\"}[1m])", "interval": "1m", "intervalFactor": 2, "legendFormat": "{{device}}_in下载", "metric": "", "refId": "A", "step": 600, "target": "" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "increase(node_network_transmit_bytes_total{instance=~\"$instance\",device=~\"$device\"}[1m])", "hide": false, "interval": "1m", "intervalFactor": 2, "legendFormat": "{{device}}_out上传", "refId": "B", "step": 600 } ], "thresholds": [], "timeRegions": [], "title": "每分钟流量$device", "tooltip": { "msResolution": false, "shared": true, "sort": 0, "value_type": "cumulative" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:267", "format": "bytes", "label": "上传(-)/下载(+)", "logBase": 1, "show": true }, { "$$hashKey": "object:268", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [ "Prometheus", "node_exporter", "StarsL.cn" ], "templating": { "list": [ { "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(origin_prometheus)", "hide": 0, "includeAll": false, "label": "数据源", "multi": false, "name": "origin_prometheus", "options": [], "query": { "query": "label_values(origin_prometheus)", "refId": " VictoriaMetrics-origin_prometheus-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "hide": 0, "includeAll": false, "label": "JOB", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\"}, job)", "refId": " VictoriaMetrics-job-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}, nodename)", "hide": 0, "includeAll": true, "label": "主机名", "multi": false, "name": "hostname", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}, nodename)", "refId": " VictoriaMetrics-hostname-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",nodename=~\"$hostname\"},instance)", "hide": 0, "includeAll": false, "label": "IP", "multi": false, "multiFormat": "regex values", "name": "instance", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",nodename=~\"$hostname\"},instance)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "allFormat": "glob", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_network_info{origin_prometheus=~\"$origin_prometheus\",instance=~\"$instance\",device!~'tap.*|veth.*|br.*|docker.*|virbr.*|lo.*|cni.*'},device)", "hide": 0, "includeAll": true, "label": "网卡", "multi": true, "multiFormat": "regex values", "name": "device", "options": [], "query": { "query": "label_values(node_network_info{origin_prometheus=~\"$origin_prometheus\",instance=~\"$instance\",device!~'tap.*|veth.*|br.*|docker.*|virbr.*|lo.*|cni.*'},device)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "auto": false, "auto_count": 100, "auto_min": "10s", "current": { "selected": false, "text": "2m", "value": "2m" }, "hide": 0, "label": "时间间隔", "name": "interval", "options": [ { "selected": false, "text": "30s", "value": "30s" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": true, "text": "2m", "value": "2m" }, { "selected": false, "text": "3m", "value": "3m" }, { "selected": false, "text": "5m", "value": "5m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" } ], "query": "30s,1m,2m,3m,5m,10m,30m", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "query_result(topk(1,sort_desc (max(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",instance=~\"$instance\",fstype=~\"ext.?|xfs\",mountpoint!~\".*pods.*\"}) by (mountpoint))))", "hide": 2, "includeAll": false, "label": "最大挂载目录", "multi": false, "name": "maxmount", "options": [], "query": { "query": "query_result(topk(1,sort_desc (max(node_filesystem_size_bytes{origin_prometheus=~\"$origin_prometheus\",instance=~\"$instance\",fstype=~\"ext.?|xfs\",mountpoint!~\".*pods.*\"}) by (mountpoint))))", "refId": "StandardVariableQuery" }, "refresh": 2, "regex": "/.*\\\"(.*)\\\".*/", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$instance\"}, nodename)", "hide": 2, "includeAll": false, "label": "展示使用的主机名", "multi": false, "name": "show_hostname", "options": [], "query": { "query": "label_values(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\",instance=~\"$instance\"}, nodename)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 5, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "hide": 2, "includeAll": false, "label": "主机数", "multi": false, "name": "total", "options": [], "query": { "query": "query_result(count(node_uname_info{origin_prometheus=~\"$origin_prometheus\",job=~\"$job\"}))", "refId": " VictoriaMetrics-total-Variable-Query" }, "refresh": 1, "regex": "/{} (.*) .*/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": { "hidden": false, "now": true, "refresh_intervals": [ "15s", "30s", "1m", "5m", "15m", "30m" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "Node Exporter Dashboard 22/04/17", "uid": "fqIlBZOFFB", "version": 7, "weekStart": "" }
2022-12-09 12:37:41 UTC
null
0
0
17,697
1
107,170
27,163
0
apt-monitoring
APT Monitoring
Monitoring APT upgrades and outstanding reboots with Prometheus
2022-12-24 12:27:02 UTC
2022-12-24 12:37:06 UTC
0
Monitoring dashboard to visualize pending APT upgrades, security upgrades, and system reboots. The scripts and integration steps are maintained in the GitHub repository [apt-monitoring](https://github.com/labmonkeys-space/apt-prometheus).
79,997
79,998
nodeExporter
Enable the textfile collector in your Node_Exporter and set a directory to pick up .prom files.
0
0
27,163
1
17,697
1
0
Monitoring APT upgrades and outstanding reboots with Prometheus
{ "__inputs": [ { "name": "DS_PROMETHEUS_- LABMONKEYS", "label": "Prometheus", "description": "Prometheus data source", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.1" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Monitoring APT upgrades and outstanding reboots with Prometheus", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 8, "x": 0, "y": 0 }, "id": 7, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "expr": "sum(node_reboot_required{instance=~'$instance'})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Systems Require Reboot", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 8, "x": 8, "y": 0 }, "id": 8, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "expr": "sum(apt_security_upgrades_pending{instance=~\"$instance\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Security Upgrades Pending", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 8, "x": 16, "y": 0 }, "id": 9, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "expr": "sum(apt_upgrades_pending{instance=~\"$instance\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Upgrades Pending", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepAfter", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "booty.labmonkeys.space:9100" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 3 }, "id": 4, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "builder", "expr": "apt_security_upgrades_pending{instance=~\"$instance\"}", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Security Upgrades Pending", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "stepAfter", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 12 }, "id": 5, "options": { "legend": { "calcs": [ "lastNotNull" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "builder", "expr": "apt_upgrades_pending{instance=~\"$instance\"}", "legendFormat": "{{instance}}", "range": true, "refId": "A" } ], "title": "Upgrades Pending", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "fieldConfig": { "defaults": { "color": { "mode": "fixed" }, "custom": { "align": "left", "displayMode": "color-text", "filterable": false, "inspect": false }, "mappings": [], "noValue": "N/A", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "__name__ 1" }, "properties": [ { "id": "custom.width", "value": 260 } ] }, { "matcher": { "id": "byName", "options": "Reboot Required" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "color": "dark-green", "index": 0, "text": "No" }, "1": { "color": "semi-dark-orange", "index": 1, "text": "Yes" } }, "type": "value" } ] } ] }, { "matcher": { "id": "byName", "options": "APT Security Upgrades Pending" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "color" } ] }, { "matcher": { "id": "byName", "options": "APT Upgrades Pending" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-orange", "value": 1 } ] } }, { "id": "color", "value": { "mode": "thresholds" } } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 21 }, "id": 2, "options": { "footer": { "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Reboot Required" } ] }, "pluginVersion": "9.3.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "exemplar": false, "expr": "node_reboot_required{instance=~\"$instance\"}", "format": "table", "instant": true, "interval": "", "legendFormat": "{{instance}}", "range": false, "refId": "A" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "exemplar": false, "expr": "apt_security_upgrades_pending{instance=~\"$instance\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "{{instance}}", "range": false, "refId": "B" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "editorMode": "code", "exemplar": false, "expr": "apt_upgrades_pending{instance=~\"$instance\"}", "format": "table", "hide": false, "instant": true, "interval": "", "legendFormat": "{{instance}}", "range": false, "refId": "C" } ], "title": "APT Check", "transformations": [ { "id": "joinByField", "options": { "byField": "instance", "mode": "outer" } }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Time 1": true, "Time 2": true, "Time 3": true, "Value #B": false, "__name__ 1": true, "__name__ 2": true, "__name__ 3": true, "job 1": true, "job 2": true, "job 3": true }, "indexByName": {}, "renameByName": { "Value #A": "Reboot Required", "Value #B": "Security Upgrades Pending", "Value #C": "Upgrades Pending", "instance": "Instance", "instance 1": "System" } } } ], "type": "table" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS_- LABMONKEYS}" }, "definition": "label_values(node_reboot_required,instance)\n", "hide": 0, "includeAll": true, "label": "Instance", "multi": true, "name": "instance", "options": [], "query": { "query": "label_values(node_reboot_required,instance)\n", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "APT Monitoring", "uid": "WQ8BEitVz", "version": 35, "weekStart": "", "gnetId": 17697 }
2022-12-24 12:27:02 UTC
2022-12-24 12:37:02 UTC
0
0
18,161
1
796,826
27,895
0
cloudflare-graphql-r2
Cloudflare-GraphQL-R2
https://github.com/kyouheicf/cloudflare-graphql-grafana
2023-02-24 04:51:17 UTC
2023-02-24 15:34:17 UTC
0
# cloudflare-graphql-grafana 1. Prepare your Grafana environment - Create free Grafana Cloud account - [Grafana Pricing | Free, Pro, Advanced, Enterprise](https://grafana.com/pricing/?tab=free%EF%BC%89) - or Use your own Grafana instance 2. Install and Configure GraphQL Data Source plugin - [GraphQL Data Source plugin for Grafana | Grafana Labs](https://grafana.com/grafana/plugins/fifemon-graphql-datasource/) ![graphql-datasource](https://qiita-user-contents.imgix.net/https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fkyouheicf%2Fimage%40master%2FuPic%2Fimage-20230216173434257.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&w=1400&fit=max&s=ba1f537487f52dcb6035176eb6f38738) 3. Import dashboard from JSON file - Ref. [Manage dashboards | Grafana documentation](https://grafana.com/docs/grafana/latest/dashboards/manage-dashboards/#import-a-dashboard) 4. Enter your `accountTag` or `zoneTag` as Textbox variable on dashboard in order to show your account (or zone) specific analytics data ![accountTag](https://qiita-user-contents.imgix.net/https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fkyouheicf%2Fimage%40master%2FuPic%2Fimage-20230216174208651.png?ixlib=rb-4.0.0&auto=format&gif-q=60&q=75&w=1400&fit=max&s=3d25ec9c4e54c0c5234db85d25dc2f2d)
81,886
81,887
null
null
0
0
27,895
1
18,161
1
0
null
{ "__inputs": [ { "name": "DS_CLOUDFLARE_GRAPHQL DATA SOURCE", "label": "Cloudflare GraphQL Data Source", "description": "", "type": "datasource", "pluginId": "fifemon-graphql-datasource", "pluginName": "GraphQL Data Source" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "barchart", "name": "Bar chart", "version": "" }, { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "datasource", "id": "fifemon-graphql-datasource", "name": "GraphQL Data Source", "version": "1.3.0" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 0, "y": 0 }, "id": 5, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.storage", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-55a71719-363c-4432-9b5f-096dd62469a0-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n storage: r2StorageAdaptiveGroups(orderBy: [bucketName_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\",}) {\n dimensions {\n bucketName\n }\n max {\n metadataSize\n payloadSize\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Storage Usage", "transformations": [ { "id": "calculateField", "options": { "binary": { "left": "max.metadataSize", "reducer": "sum", "right": "max.payloadSize" }, "mode": "reduceRow", "reduce": { "include": [ "max.metadataSize", "max.payloadSize" ], "reducer": "sum" }, "replaceFields": false } }, { "id": "organize", "options": { "excludeByName": { "_dimensions.bucketName": true, "_max.metadataSize": true, "_max.payloadSize": true, "dimensions.bucketName": true, "max.metadataSize": true, "max.payloadSize": true }, "indexByName": {}, "renameByName": {} } }, { "id": "reduce", "options": { "reducers": [ "sum" ] } } ], "type": "stat" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 0 }, "id": 12, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [], "fields": "", "values": true }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.storage", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-55a71719-363c-4432-9b5f-096dd62469a0-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n storage: r2StorageAdaptiveGroups(orderBy: [bucketName_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\",}) {\n dimensions {\n bucketName\n }\n max {\n metadataSize\n payloadSize\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Storage Usage", "transformations": [ { "id": "organize", "options": { "excludeByName": { "dimensions.bucketName": true }, "indexByName": {}, "renameByName": {} } }, { "id": "reduce", "options": { "reducers": [ "sum" ] } } ], "type": "bargauge" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 6, "y": 0 }, "id": 7, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": false }, "orientation": "horizontal", "showValue": "always", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.storage", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-55a71719-363c-4432-9b5f-096dd62469a0-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n storage: r2StorageAdaptiveGroups(orderBy: [bucketName_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\",}) {\n dimensions {\n bucketName\n }\n max {\n metadataSize\n payloadSize\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Bucket Total Storage Usage", "transformations": [ { "id": "calculateField", "options": { "binary": { "left": "max.metadataSize", "reducer": "sum", "right": "max.payloadSize" }, "mode": "reduceRow", "reduce": { "include": [ "max.metadataSize", "max.payloadSize" ], "reducer": "sum" }, "replaceFields": false } }, { "id": "organize", "options": { "excludeByName": { "max.metadataSize": true, "max.payloadSize": true }, "indexByName": {}, "renameByName": { "max.metadataSize": "" } } } ], "type": "barchart" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 8, "w": 11, "x": 13, "y": 0 }, "id": 6, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.storage", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-55a71719-363c-4432-9b5f-096dd62469a0-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n storage: r2StorageAdaptiveGroups(orderBy: [datetimeHour_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\",}) {\n dimensions {\n bucketName\n time: datetimeHour\n }\n max {\n metadataSize\n payloadSize\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Bucket Storage Size", "transformations": [ { "id": "calculateField", "options": { "alias": "bucket", "mode": "reduceRow", "reduce": { "include": [ "max.metadataSize", "max.payloadSize" ], "reducer": "sum" } } }, { "id": "groupBy", "options": { "fields": { "Storage": { "aggregations": [], "operation": "groupby" }, "Total": { "aggregations": [ "sum" ], "operation": "groupby" }, "bucket": { "aggregations": [], "operation": "groupby" }, "bucket size": { "aggregations": [], "operation": "groupby" }, "dimensions.bucketName": { "aggregations": [], "operation": "groupby" }, "dimensions.time": { "aggregations": [], "operation": "groupby" }, "max.metadataSize": { "aggregations": [] }, "size": { "aggregations": [], "operation": "groupby" }, "storage": { "aggregations": [], "operation": "groupby" }, "total": { "aggregations": [], "operation": "groupby" } } } }, { "id": "partitionByValues", "options": { "fields": [ "dimensions.bucketName" ] } } ], "type": "timeseries" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 3, "y": 4 }, "id": 13, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [], "fields": "", "values": true }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.storage", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-55a71719-363c-4432-9b5f-096dd62469a0-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n storage: r2StorageAdaptiveGroups(orderBy: [bucketName_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\",}) {\n dimensions {\n bucketName\n }\n max {\n objectCount\n uploadCount\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Storage Usage", "transformations": [ { "id": "organize", "options": { "excludeByName": { "dimensions.bucketName": true }, "indexByName": {}, "renameByName": {} } }, { "id": "reduce", "options": { "reducers": [ "sum" ] } } ], "type": "bargauge" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 0, "y": 8 }, "id": 8, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classA", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classA: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"ListBuckets\", \"PutBucket\", \"ListObjects\", \"PutObject\", \"CopyObject\", \"CompleteMultipartUpload\", \"CreateMultipartUpload\", \"UploadPart\", \"UploadPartCopy\", \"PutBucketEncryption\", \"ListMultipartUploads\"]}) {\n dimensions {\n actionType\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Class A Ops", "transformations": [ { "id": "organize", "options": { "excludeByName": { "dimensions.actionType": true }, "indexByName": {}, "renameByName": {} } }, { "id": "reduce", "options": { "includeTimeField": false, "mode": "reduceFields", "reducers": [ "sum" ] } } ], "type": "stat" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 3, "y": 8 }, "id": 1, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "$field_dimensions.actionType", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classA", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "dimensions.actionType", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classA: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"ListBuckets\", \"PutBucket\", \"ListObjects\", \"PutObject\", \"CopyObject\", \"CompleteMultipartUpload\", \"CreateMultipartUpload\", \"UploadPart\", \"UploadPartCopy\", \"PutBucketEncryption\", \"ListMultipartUploads\"]}) {\n dimensions {\n actionType\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Class A Ops", "type": "bargauge" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 6, "y": 8 }, "id": 10, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "orientation": "horizontal", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xField": "dimensions.bucketName", "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classA", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classA: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"ListBuckets\", \"PutBucket\", \"ListObjects\", \"PutObject\", \"CopyObject\", \"CompleteMultipartUpload\", \"CreateMultipartUpload\", \"UploadPart\", \"UploadPartCopy\", \"PutBucketEncryption\", \"ListMultipartUploads\"]}) {\n dimensions {\n bucketName\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Bucket Total Class A Ops", "type": "barchart" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 11, "x": 13, "y": 8 }, "id": 2, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "$field_dimensions.actionType", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classA", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "dimensions.actionType", "key": "Q-243ebbd1-abae-44d9-9194-543dcc2a56ab-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classA: r2OperationsAdaptiveGroups(orderBy: [datetimeHour_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"ListBuckets\", \"PutBucket\", \"ListObjects\", \"PutObject\", \"CopyObject\", \"CompleteMultipartUpload\", \"CreateMultipartUpload\", \"UploadPart\", \"UploadPartCopy\", \"PutBucketEncryption\", \"ListMultipartUploads\"]}) {\n dimensions {\n actionType\n time: datetimeHour\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timeFormat": "", "timePath": "Time" } ], "title": "Class A Operations", "type": "timeseries" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 0, "y": 16 }, "id": 11, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classB", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classB: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"HeadBucket\", \"HeadObject\", \"GetObject\", \"ReportUsageSummary\", \"GetBucketEncryption\", \"GetBucketLocation\"]}) {\n dimensions {\n actionType\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Class B Ops", "transformations": [ { "id": "organize", "options": { "excludeByName": { "dimensions.actionType": true }, "indexByName": {}, "renameByName": {} } }, { "id": "reduce", "options": { "includeTimeField": false, "mode": "reduceFields", "reducers": [ "sum" ] } } ], "type": "stat" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 3, "y": 16 }, "id": 3, "options": { "displayMode": "basic", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [], "fields": "", "values": true }, "showUnfilled": true }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "$field_dimensions.actionType", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classB", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "dimensions.actionType", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classB: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"HeadBucket\", \"HeadObject\", \"GetObject\", \"ReportUsageSummary\", \"GetBucketEncryption\", \"GetBucketLocation\"]}) {\n dimensions {\n actionType\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Account Total Class B Ops", "type": "bargauge" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "fillOpacity": 80, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineWidth": 1, "scaleDistribution": { "type": "linear" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 7, "x": 6, "y": 16 }, "id": 9, "options": { "barRadius": 0, "barWidth": 0.97, "groupWidth": 0.7, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "orientation": "horizontal", "showValue": "auto", "stacking": "none", "tooltip": { "mode": "single", "sort": "none" }, "xTickLabelRotation": 0, "xTickLabelSpacing": 0 }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classB", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "", "key": "Q-14d67089-cfe5-4632-988a-b0c938870e01-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classB: r2OperationsAdaptiveGroups(limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"HeadBucket\", \"HeadObject\", \"GetObject\", \"ReportUsageSummary\", \"GetBucketEncryption\", \"GetBucketLocation\"]}) {\n dimensions {\n bucketName\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Bucket Total Class B Ops", "transformations": [], "type": "barchart" }, { "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "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": 11, "x": 13, "y": 16 }, "id": 4, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "right", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "9.3.6", "targets": [ { "aliasBy": "$field_dimensions.actionType", "annotationTags": "", "annotationText": "", "annotationTitle": "", "constant": 6.5, "dataPath": "viewer.accounts.0.classB", "datasource": { "type": "fifemon-graphql-datasource", "uid": "${DS_CLOUDFLARE_GRAPHQL DATA SOURCE}" }, "endTimePath": "endTime", "groupBy": "dimensions.actionType", "key": "Q-243ebbd1-abae-44d9-9194-543dcc2a56ab-0", "queryText": "query {\n viewer {\n accounts(filter: {accountTag: \"${accountTag}\"}) {\n classB: r2OperationsAdaptiveGroups(orderBy: [datetimeHour_ASC], limit: 1000, filter: {date_geq: \"${__from:date:YYYY-MM-DD}\",date_leq: \"${__to:date:YYYY-MM-DD}\", actionStatus: \"success\", actionType_in: [\"HeadBucket\", \"HeadObject\", \"GetObject\", \"ReportUsageSummary\", \"GetBucketEncryption\", \"GetBucketLocation\"]}) {\n dimensions {\n actionType\n time: datetimeHour\n }\n sum {\n requests\n }\n }\n }\n }\n}", "refId": "A", "timePath": "Time" } ], "title": "Class B Operations", "type": "timeseries" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "", "value": "" }, "hide": 0, "name": "accountTag", "options": [ { "selected": true, "text": "", "value": "" } ], "query": "", "skipUrlSync": false, "type": "textbox" } ] }, "time": { "from": "now/M", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Cloudflare-GraphQL-R2", "uid": "ukV4w2J4z", "version": 80, "weekStart": "", "gnetId": 18161, "description": "https://github.com/kyouheicf/cloudflare-graphql-grafana" }
2023-02-24 04:51:17 UTC
2023-02-24 04:53:45 UTC
0
0
17,464
1
592,198
26,826
0
telemetria
Telemetria
Telemetria from dojot
2022-11-23 02:14:39 UTC
2022-11-23 02:15:06 UTC
0
null
0
0
null
null
0
0
26,826
1
17,464
1
0
null
{ "__inputs": [ { "name": "influxdb", "label": "influxdb", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" }, { "name": "prometheus", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "postgres", "label": "postgres", "description": "", "type": "datasource", "pluginId": "postgres", "pluginName": "PostgreSQL" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "panel", "id": "geomap", "name": "Geomap", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.2.1" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "datasource", "id": "postgres", "name": "PostgreSQL", "version": "1.0.0" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 0 }, "id": 17, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"10c325\" and r._field == \"dojot.temperatura\")\n|> toFloat()", "refId": "A" } ], "title": "Dispositivo ID = 10c325", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 0 }, "id": 35, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 1 atributo para 1 dispositivo sem uso de variáveis\n\nGráfico simples que exibe o atributo temperatura do dispositivo \"10c325\" ao longo do tempo.\nO range utilizado na query \"aponta\" para o combo de período que está no menu, no topo, onde é possível escolher diversos períodos. Esse range, por sua vez, também é parametrizável, podendo aceitar muitos valores, e não apenas os valores contidos no referido combo.\nA função \"toFloat()\" no final da query é necessária para converter o valor da temperatura de string para float, pois, hoje na Dojot, todos os dados são gravados como string (apesar de recentemente ter sido implementada uma configuração para isso na Dojot, permitindo a gravação e recuperação dos dados do InfluxDB pelos tipos originais).", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 1", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Temperatura" }, "properties": [ { "id": "custom.axisPlacement", "value": "left" }, { "id": "unit", "value": "celsius" } ] }, { "matcher": { "id": "byName", "options": "Umidade" }, "properties": [ { "id": "custom.axisPlacement", "value": "right" }, { "id": "unit", "value": "humidity" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "id": 18, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "2.1.0", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"10c325\" and r._field == \"dojot.temperatura\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "hide": false, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"10c325\" and r._field == \"dojot.umidade\")\n|> map(fn: (r) => ({r with Umidade: float(v: r._value)}))\n|> keep(columns: [\"Umidade\", \"_time\"])", "refId": "C" } ], "title": "Dispositivo ID = 10c325", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 8 }, "id": 36, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 2 atributos para 1 dispositivo sem uso de variáveis\n\nNesse painel foram usadas duas queries, sendo que cada query consulta um atributo diferente do mesmo dispositivo. Nas queries foi possível definir também os nomes \"Temperatura\" e \"Umidade\" (através das funções map() e keep()) para os atributos consultados, para que sejam exibidos de maneira mais legível no gráfico.\nNas configurações do Grafana no lado direito foi possível definir para cada atributo a posição que cada um seria exibido no gráfico e também a unidade de medida. Para isso foi utilizada a opção \"Add field override\", que é a última opção do lado direito. Após clicar nela, foi selecionada a opção \"Fields with name\" -> \"Add override property\" -> \"Axis > Placement\" para configurar a posição e \"Standard options > Unit\" para as unidades de medida.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 2", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 16 }, "id": 20, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"10c325\" and r._field == \"dojot.temperatura\")\n|> toFloat()\n|> mean()", "refId": "A" } ], "title": "Temperatura média dispositivo ID = 10c325", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, "id": 37, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# \"Label\" com 1 atributo para 1 dispositivo sem uso de variáveis com função de agregação (média, máx, mín)\n\nNesse painel, obtemos o valor médio de temperatura através da função \"mean()\" na query. O período escolhido para obter essa média pode ser alterado no combo já citado num painel anterior. Já o valor médio pode ser obtido também através das configurações do Grafana, no lado direito, na opção \"Value options --> Calculation --> Mean\".", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 3", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, "id": 21, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"10c325\" and r._field == \"dojot.temperatura\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])\n|> limit(n: ${limitVar})", "refId": "A" } ], "title": "Dispositivo ID = 10c325", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 24 }, "id": 38, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 1 atributo para 1 dispositivo limitando a quantidade de pontos por variável\n\nNesse painel, estamos limitando a quantidade de itens consultados na query através da função \"limit\" e com a variável \"limitVar\" que pode ser carregada através do combo \"Limite\" lá no topo.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 4", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 32 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.temperatura\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Dispositivo ${device}", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 32 }, "id": 39, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 1 atributo para 1 dispositivo variável\n\nNesse painel, o nome do dispositivo que está no título é obtido através de uma variável que é carregada através da seleção do combo \"Nome do dispositivo\", no topo, no canto esquerdo, pelo usuário. Nesse combo o usuário pode selecionar apenas um dispositivo de cada vez. Já na query que é executada na linguagem Flux, é utilizado o ID do dispositivo (também com uma variável) ao invés do nome, mesmo sem o usuário ter escolhido explicitamente um ID. Isso ocorre pois ao selecionar um nome de dispositivo no combo, uma nova consulta ao banco de dados é feita para obter o ID, atribuindo na variável de forma transparente ao usuário. Isso também só foi possível devido ao nome do dispositivo ser único no banco de dados, não sendo possível existir 2 nomes de dispositivos iguais.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 5", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 40 }, "id": 23, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.${field}\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Dispositivo ID = 10c325", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 40 }, "id": 40, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 1 atributo variável para 1 dispositivo\n\nNesse painel, a query também está usando variável, só que desta vez no atributo. A variável \"field\" é carregada com a seleção do combo \"Atributo\".", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 6", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 3, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "10c325" }, "properties": [ { "id": "unit", "value": "celsius" } ] }, { "matcher": { "id": "byName", "options": "9eac60" }, "properties": [ { "id": "unit", "value": "celsius" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 48 }, "id": 15, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "2.1.0", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => contains(value: r[\"_measurement\"], set: ${devicesIds:json}))\n|> filter(fn: (r) => r[\"_field\"] == \"dojot.${field}\")\n|> toFloat()\n|> drop(columns: [\"_field\"])", "refId": "A" } ], "title": "Temperatura nos dispositivos: ${devices}", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 48 }, "id": 41, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha com 1 atributo para 2 dispositivos variáveis\n\nNesse painel, a query utiliza uma variável que contém uma lista de IDs que é carregada através da seleção do combo \"Dispositivos\". Nesse combo é possível selecionar mais de um dispositivo de uma vez. Assim como num painel anterior, aqui também usa-se o nome dos dispositivos no combo, porém, usa-se os IDs na query. Nesse painel selecionamos 2 dispositivos na lista, mas é possível inserir mais, sendo recomendado, nesse caso, atualizar a configuração \"override\", já explicada anteriormente, para que os novos dispositivos exibam a unidade de medida correta. Na query utilizamos a função drop() para ocultar o nome do atributo no gráfico, deixando apenas o ID do dispositivo.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 7", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "area" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Temperatura" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "blue", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] } }, { "id": "unit", "value": "celsius" } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 56 }, "id": 28, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.3.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.${field}\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Device ${device}", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 56 }, "id": 42, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Linha/área com 1 atributo para 1 dispositivo com uso de limites\n\nPainel parecido com outros anteriores, mas com o uso de cores no gráfico conforme os valores dos atributos. Essa configuração do Grafana é feita no lado direito, na opção \"Add field override\", que é a última opção do lado direito. Após clicar nela, foi selecionada a opção \"Fields with name\" -> \"Add override property\" -> \"Thresholds\".", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 8", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Temperatura" }, "properties": [ { "id": "unit", "value": "celsius" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "blue", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] } } ] } ] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 64 }, "id": 29, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.${field}\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Device ${device}", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 64 }, "id": 43, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# \"Label\" com último valor de 1 atributo para 1 dispositivo, contendo os últimos pontos na base do gráfico\n\nNesse painel estamos usando a opção \"Stat\" lá em cima, à direita, nas configurações do Grafana, no tipo de gráfico, e em \"Value options\" -> \"Calculation\" selecionamos \"Last\" para que seja exibido o valor mais atual de temperatura. Embaixo do valor que é exibido no painel, é exibido uma gráfico no estilo time-series com um \"resumo\" das temperaturas obtidas no período escolhido.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 9", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 72 }, "id": 30, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.${field}\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Device ${device}", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 72 }, "id": 44, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# \"Gauge\" com último valor de 1 atributo para 1 dispositivo\n\nNesse painel estamos usando a opção \"Gauge\" lá em cima, à direita, nas configurações do Grafana, no tipo de gráfico, e em \"Value options\" -> \"Calculation\" selecionamos \"Last\" para que seja exibido o valor mais atual de temperatura. Esse gauge está utilizando a configuração default nos valores limite, ou seja, os valores mínimo e máximo que serão considerados no gauge são o menor e o maior valor contidos na lista retornada pela consulta.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 10", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 40, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null }, { "color": "#EAB839", "value": 20 }, { "color": "red", "value": 30 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 80 }, "id": 31, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\" and r._field == \"dojot.${field}\")\n|> map(fn: (r) => ({r with Temperatura: float(v: r._value)}))\n|> keep(columns: [\"Temperatura\", \"_time\"])", "refId": "A" } ], "title": "Device ${device}", "type": "gauge" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 80 }, "id": 45, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# \"Gauge\" com último valor de 1 atributo para 1 dispositivo com uso de limites\n\nParecido com o painel anterior, porém, ao invés de valores default nos limites, estamos configurando os limites na parte de configurações do Grafana no lado direito, em \"Standard options\", valor mínimo = 0 e valor máximo = 40. Utilizamos também thresholds para exibir os valores por cores.", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 11", "type": "text" }, { "datasource": { "type": "influxdb", "uid": "influxdb" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 88 }, "id": 33, "options": { "basemap": { "config": {}, "name": "Layer 0", "type": "osm-standard" }, "controls": { "mouseWheelZoom": true, "showAttribution": true, "showDebug": false, "showMeasure": false, "showScale": false, "showZoom": true }, "layers": [ { "config": { "showLegend": true, "style": { "color": { "fixed": "dark-green" }, "opacity": 0.4, "rotation": { "fixed": 0, "max": 360, "min": -360, "mode": "mod" }, "size": { "fixed": 5, "max": 15, "min": 2 }, "symbol": { "fixed": "img/icons/marker/circle.svg", "mode": "fixed" }, "textConfig": { "fontSize": 12, "offsetX": 0, "offsetY": 0, "textAlign": "center", "textBaseline": "middle" } } }, "location": { "latitude": "dojot.latitude", "longitude": "dojot.longitude", "mode": "coords" }, "name": "Layer 1", "type": "markers" } ], "tooltip": { "mode": "details" }, "view": { "allLayers": true, "id": "coords", "lat": -22.907104, "lon": -47.06324, "zoom": 5 } }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "influxdb", "uid": "influxdb" }, "query": "from(bucket:\"devices\")\n|> range(start: v.timeRangeStart, stop: v.timeRangeStop)\n|> filter(fn: (r) => r._measurement == \"${deviceId}\")\n|> filter(fn: (r) => r._field == \"dojot.latitude\" or r._field == \"dojot.longitude\")\n|> toFloat()\n|> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\n|> drop(columns: [\"_start\", \"_stop\", \"_time\"])", "refId": "A" } ], "title": "Localização dispositivo ${device}", "type": "geomap" }, { "datasource": { "type": "prometheus", "uid": "prometheus" }, "description": "", "gridPos": { "h": 8, "w": 12, "x": 12, "y": 88 }, "id": 46, "options": { "code": { "language": "plaintext", "showLineNumbers": false, "showMiniMap": false }, "content": "# Mapa para exibir posição de latitude e longitude\n\nNesse painel estamos exibindo a localização de um dispositivo no mapa, através da latitude e longitude (que devem ser do tipo float). A query precisa usar a função pivot() para que essa exibição no mapa funcione, pois essa função coloca os atributos latitude e longitude numa linha só (já que originalmente esses atributos estão em linhas diferentes no InfluxDB, na coluna \"_field\"), e o Geomap precisa desses atributos \"alinhados\". Já a função drop() está ocultando alguns dados desnecessários e deixando só latitude e longitude para serem exibidos no mapa, ao passar o mouse sobre o ponto da localização. Na parte de configurações, selecionamos os nomes dos atributos de latitude e longitude em \"Data Layer\" -> \"Location\" -> \"Coords\".", "mode": "markdown" }, "pluginVersion": "9.2.1", "targets": [ { "datasource": { "type": "prometheus", "uid": "prometheus" }, "refId": "A" } ], "title": "Painel 12", "type": "text" } ], "refresh": "", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "influxdb", "uid": "influxdb" }, "definition": "import \"influxdata/influxdb/v1\"\nv1.measurements(bucket: v.bucket)", "hide": 2, "includeAll": false, "label": "Device ID", "multi": false, "name": "deviceIds", "options": [], "query": "import \"influxdata/influxdb/v1\"\nv1.measurements(bucket: v.bucket)", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select label from admin.devices", "hide": 0, "includeAll": false, "label": "Nome do dispositivo", "multi": false, "name": "device", "options": [], "query": "select label from admin.devices", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select label from admin.attrs", "description": "", "hide": 0, "includeAll": false, "label": "Atributo", "multi": false, "name": "field", "options": [], "query": "select label from admin.attrs", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select id from admin.devices where label = '${device}'", "hide": 2, "includeAll": false, "multi": false, "name": "deviceId", "options": [], "query": "select id from admin.devices where label = '${device}'", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select 'dojot.' || label from admin.attrs", "hide": 2, "includeAll": false, "multi": true, "name": "fields", "options": [], "query": "select 'dojot.' || label from admin.attrs", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select label from admin.devices", "hide": 0, "includeAll": false, "label": "Dispositivos", "multi": true, "name": "devices", "options": [], "query": "select label from admin.devices", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": {}, "datasource": { "type": "postgres", "uid": "postgres" }, "definition": "select id from admin.devices where label in (${devices})", "hide": 2, "includeAll": true, "multi": true, "name": "devicesIds", "options": [], "query": "select id from admin.devices where label in (${devices})", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" }, { "current": { "selected": true, "text": "100", "value": "100" }, "hide": 0, "includeAll": false, "label": "Limite", "multi": false, "name": "limitVar", "options": [ { "selected": false, "text": "1", "value": "1" }, { "selected": false, "text": "5", "value": "5" }, { "selected": false, "text": "10", "value": "10" }, { "selected": false, "text": "15", "value": "15" }, { "selected": false, "text": "20", "value": "20" }, { "selected": false, "text": "50", "value": "50" }, { "selected": true, "text": "100", "value": "100" } ], "query": "1,5,10,15,20,50,100", "queryValue": "", "skipUrlSync": false, "type": "custom" } ] }, "time": { "from": "now-30m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Telemetria", "uid": "-6fKkWVVz", "version": 1, "weekStart": "", "gnetId": 17464, "description": "Telemetria from dojot" }
2022-11-23 02:14:39 UTC
2022-11-23 02:14:59 UTC
0
0
17,959
1
783,850
27,543
0
opnsense-firewall
OPNSense - Firewall
OPNSense Dashboard metrics from InfluxDB using Telegraf service
2023-01-26 15:42:57 UTC
2023-01-26 15:43:27 UTC
0
null
0
0
Telegraf
null
0
0
27,543
1
17,959
1
0
OPNSense Dashboard metrics from InfluxDB using Telegraf service
{ "__inputs": [ { "name": "DS_INFLUXDB", "label": "InfluxDB", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" }, { "name": "VAR_WAN_INTERFACE", "type": "constant", "label": "WAN Inteface", "value": "igb0", "description": "" } ], "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.2.1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "7.1.0" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "OPNSense Dashboard metrics from InfluxDB using Telegraf service", "editable": true, "gnetId": 17959, "graphTooltip": 0, "id": null, "iteration": 1605082063870, "links": [], "panels": [ { "datasource": "${DS_INFLUXDB}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 59, "options": { "content": "<img src=\"https://opnsense.org/wp-content/themes/OPNsense/assets/img/xopnsense.png.pagespeed.ic.l-2rAT7LtW.png\" >\n ", "mode": "html" }, "pluginVersion": "7.1.0", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "null" ], "type": "fill" } ], "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [] } ], "timeFrom": null, "timeShift": null, "title": "", "transparent": true, "type": "text" }, { "collapsed": false, "datasource": "${DS_INFLUXDB}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 3 }, "id": 2, "panels": [], "title": "System Overview", "type": "row" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 0, "y": 4 }, "id": 4, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "mean" ] }, "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "n_cpus" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Cores", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 3, "y": 4 }, "id": 6, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Total Memory", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 1, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 3, "w": 5, "x": 6, "y": 4 }, "id": 26, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "uptime" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Uptime", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 11, "y": 4 }, "id": 34, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "interface", "operator": "=~", "value": "/^$wan_interface$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "WAN Rate In", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bps" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 15, "y": 4 }, "id": 36, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "interface", "operator": "=~", "value": "/^$wan_interface$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "WAN Rate Out", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "description": "Users logged in, usually via ssh.", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "#d44a3a", "value": 1 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 19, "y": 4 }, "hideTimeOverride": true, "id": 52, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "alias": "Load 15m", "groupBy": [], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "n_users" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": "30s", "title": "Users", "type": "stat" }, { "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 21, "y": 4 }, "id": 54, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.2.1", "targets": [ { "alias": "Stopped", "groupBy": [], "hide": false, "measurement": "processes", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "stopped" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Proccesses Stopped", "type": "stat" }, { "collapsed": false, "datasource": "${DS_INFLUXDB}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 7 }, "id": 16, "panels": [], "title": "System Usage", "type": "row" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 75 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 1, "y": 8 }, "id": 10, "interval": null, "links": [], "maxDataPoints": 100, "options": { "fieldOptions": { "calcs": [ "lastNotNull" ] }, "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.2.1", "targets": [ { "alias": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "query": "SELECT 100-last(\"usage_idle\") FROM \"cpu\" WHERE (\"host\" =~ /^$server$/ AND \"cpu\" = 'cpu-total') AND $timeFilter", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "cpu", "operator": "=", "value": "cpu-total" } ] } ], "timeFrom": null, "timeShift": null, "title": "CPU", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 8, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 4 }, { "color": "#d44a3a", "value": 6 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 5, "y": 8 }, "id": 12, "interval": null, "links": [], "maxDataPoints": 100, "options": { "fieldOptions": { "calcs": [ "lastNotNull" ] }, "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [], "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"load1\") FROM \"system\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load1" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Load Average", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 1, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 80 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 9, "y": 8 }, "id": 14, "interval": null, "links": [], "maxDataPoints": 100, "options": { "fieldOptions": { "calcs": [ "lastNotNull" ] }, "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used_percent\") FROM \"mem\" WHERE (\"host\" =~ /^$server$/) AND $timeFilter", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Memory", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 75 }, { "color": "#d44a3a", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 13, "y": 8 }, "id": 38, "interval": null, "links": [], "maxDataPoints": 100, "options": { "fieldOptions": { "calcs": [ "lastNotNull" ] }, "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "fstype", "operator": "=", "value": "ufs" }, { "condition": "AND", "key": "path", "operator": "=", "value": "/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Disk", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 97000, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70000 }, { "color": "#d44a3a", "value": 85000 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 17, "y": 8 }, "id": 40, "interval": null, "links": [], "maxDataPoints": 100, "options": { "fieldOptions": { "calcs": [ "lastNotNull" ] }, "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.2.1", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "pf", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "entries" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Firewall States", "type": "gauge" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUXDB}", "decimals": null, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 0, "y": 15 }, "hiddenSeries": false, "id": 68, "legend": { "alignAsTable": false, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_cpu", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "cpu" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "query": "SELECT 100 - mean(\"usage_idle\") FROM \"cpu\" WHERE (\"host\" =~ /^$server$/ AND \"cpu\" = 'cpu-total') AND $timeFilter GROUP BY time($__interval), \"cpu\" fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "cpu", "operator": "=", "value": "cpu-total" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU Usage Total", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 11, "y": 15 }, "hiddenSeries": false, "id": 44, "legend": { "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_guest" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "guest" ], "type": "alias" } ], [ { "params": [ "usage_guest_nice" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "guest_nice" ], "type": "alias" } ], [ { "params": [ "usage_iowait" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "iowait" ], "type": "alias" } ], [ { "params": [ "usage_irq" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "irq" ], "type": "alias" } ], [ { "params": [ "usage_nice" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "nice" ], "type": "alias" } ], [ { "params": [ "usage_softirq" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "softirq" ], "type": "alias" } ], [ { "params": [ "usage_steal" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "steal" ], "type": "alias" } ], [ { "params": [ "usage_system" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "system" ], "type": "alias" } ], [ { "params": [ "usage_user" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "user" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "cpu", "operator": "=", "value": "cpu-total" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU Usage Detail", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "percent", "label": "", "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 } }, { "collapsed": false, "datasource": "${DS_INFLUXDB}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 22 }, "id": 42, "panels": [], "title": "System Usage Detail", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 0, "y": 23 }, "hiddenSeries": false, "id": 30, "legend": { "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "avg1", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "system", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load1" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Load Average", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 11, "y": 23 }, "hiddenSeries": false, "id": 32, "legend": { "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "active" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "active" ], "type": "alias" } ], [ { "params": [ "buffered" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "buffered" ], "type": "alias" } ], [ { "params": [ "cached" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "cached" ], "type": "alias" } ], [ { "params": [ "inactive" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "inactive" ], "type": "alias" } ], [ { "params": [ "slab" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "slab" ], "type": "alias" } ], [ { "params": [ "wired" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "wired" ], "type": "alias" } ], [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "used" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Memory Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "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 } }, { "collapsed": false, "datasource": "${DS_INFLUXDB}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 30 }, "id": 20, "panels": [], "title": "Network", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 0, "y": 31 }, "hiddenSeries": false, "id": 22, "legend": { "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_interface", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "interface" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Rate In", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bps", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 11, "y": 31 }, "hiddenSeries": false, "id": 24, "legend": { "avg": false, "current": true, "hideEmpty": true, "hideZero": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_interface", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "interface" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Rate Out", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "bps", "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 } }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "from": "", "id": 0, "op": "=", "text": "N/A", "to": "", "type": 2, "value": "null" } ], "max": 1000000000, "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "#EAB839", "value": 500000000 }, { "color": "semi-dark-red", "value": 800000000 } ] }, "unit": "bps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 6, "x": 0, "y": 38 }, "id": 57, "interval": null, "links": [], "maxDataPoints": 100, "options": { "displayMode": "lcd", "orientation": "vertical", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.2.1", "repeat": "Interface", "targets": [ { "alias": "In", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "interface", "operator": "=~", "value": "/^$Interface$/" } ] }, { "alias": "Out", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "* 8" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" }, { "condition": "AND", "key": "interface", "operator": "=~", "value": "/^$Interface$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "$Interface Rate In", "type": "bargauge" }, { "collapsed": true, "datasource": "${DS_INFLUXDB}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 58 }, "id": 46, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 0, "y": 18 }, "hiddenSeries": false, "id": 48, "legend": { "avg": true, "current": true, "max": true, "min": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "states", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "pf", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "entries" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "State Table Usage", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "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 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 11, "x": 11, "y": 18 }, "hiddenSeries": false, "id": 50, "interval": "", "legend": { "avg": false, "current": true, "max": false, "min": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.2.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "pf", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "inserts" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "inserts" ], "type": "alias" } ], [ { "params": [ "removals" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "removals" ], "type": "alias" } ], [ { "params": [ "searches" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "1s" ], "type": "derivative" }, { "params": [ "searches" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$server$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "State Table Detail", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "none", "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 } } ], "title": "Firewall", "type": "row" } ], "refresh": "30s", "schemaVersion": 26, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB}", "definition": "SHOW TAG VALUES FROM system WITH KEY=host", "hide": 0, "includeAll": false, "label": "Server", "multi": false, "name": "server", "options": [], "query": "SHOW TAG VALUES FROM system WITH KEY=host", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "value": "${VAR_WAN_INTERFACE}", "text": "${VAR_WAN_INTERFACE}", "selected": false }, "hide": 2, "label": "WAN Inteface", "name": "wan_interface", "options": [ { "value": "${VAR_WAN_INTERFACE}", "text": "${VAR_WAN_INTERFACE}", "selected": false } ], "query": "${VAR_WAN_INTERFACE}", "skipUrlSync": false, "type": "constant" }, { "current": { "selected": false, "text": "InfluxDB", "value": "InfluxDB" }, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "influxdb", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "", "hide": 0, "includeAll": true, "label": null, "multi": true, "name": "Interface", "options": [], "query": "SHOW TAG VALUES FROM \"net\" WITH KEY = \"interface\" WHERE \"host\" =~ /^$server$/", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "15s", "30s", "1m", "5m", "15m", "30m", "1h" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "OPNSense - Firewall", "uid": "SG_nchpMk", "version": 22 }
2023-01-26 15:42:57 UTC
null
0
0
18,405
1
196,739
28,235
0
cluster-status-dashboard
Redis Enterprise: Cluster Status
Prometheus-based dashboard for monitoring your Redis Enterprise Software databases.
2023-03-31 22:35:59 UTC
2023-04-15 13:38:49 UTC
0
# Redis Enterprise Software Cluster Dashboards This dashboard summarizes metrics for your [Redis Enterprise Software](https://docs.redis.com/latest/rs/) clusters. Some of the available metrics include the following: * Database count * Used memory * Throughput * Latency * Key count * Connection count ## Redis Software Dashboards To effectively monitor your Redis Enterprise Software deployment, we recommend the following Grafana dashboards: * [Redis Software Cluster Dashboard]() * [Redis Software Database Dashboard]() In addition to these dashboards, we recommend the cluster node and shard dashboards: * [Redis Software Cluster Node Dashboard](https://github.com/redis-field-engineering/redis-enterprise-grafana-dashboards/blob/main/dashboards/software/basic/redis-software-node-dashboard.json) * [Redis Software Shard Dashboard](https://github.com/redis-field-engineering/redis-enterprise-grafana-dashboards/blob/main/dashboards/software/basic/redis-software-shard-dashboard.json) ## Documentation To view the complete set of available Redis Cloud dashboards, see the [Redis Enterprise Grafana Dashboards Github repository](https://github.com/redis-field-engineering/redis-enterprise-grafana-dashboards). ## Support The Redis Grafana dashboards are supported by Redis, Inc. on a good faith effort basis. To report bugs, request features, or receive assistance, please [file an issue](https://github.com/redis-field-engineering/redis-enterprise-grafana-dashboards/issues). ## License These dashboards and configurations are licensed under the MIT License. Copyright (C) 2023 Redis, Inc.
83,148
83,149
null
null
0
0
28,235
1
18,405
1
0
null
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.3.6" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [ { "icon": "external link", "includeVars": true, "keepTime": true, "tags": [ "RLEC" ], "targetBlank": true, "type": "dashboards" } ], "liveNow": false, "panels": [ { "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 68, "title": "Summary", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 0, "y": 1 }, "id": 77, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "count(bdb_up{cluster=\"$cluster\"})", "legendFormat": "count", "range": true, "refId": "A" } ], "title": "Database Count", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 8, "y": 1 }, "id": 79, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "sum(bdb_used_memory{cluster=\"$cluster\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Used Memory", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 5, "w": 8, "x": 16, "y": 1 }, "id": 88, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "sum(bdb_total_req{cluster=\"$cluster\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Throughput", "type": "stat" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "feGGxtJVz" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 6 }, "id": 59, "panels": [], "repeat": "bdb", "repeatDirection": "h", "targets": [ { "datasource": { "type": "prometheus", "uid": "feGGxtJVz" }, "refId": "A" } ], "title": "$bdb", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "description": "", "fieldConfig": { "defaults": { "color": { "fixedColor": "rgb(31, 120, 193)", "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 7 }, "id": 4, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "(bdb_used_memory{cluster=\"$cluster\",bdb=\"$bdb\"}/bdb_memory_limit{cluster=\"$cluster\",bdb=\"$bdb\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "range": true, "refId": "A", "step": 14400 } ], "title": "Memory Usage", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 7 }, "id": 9, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "builder", "expr": "bdb_avg_latency{cluster=\"$cluster\", bdb=\"$bdb\"}", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "Latency", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 7 }, "id": 7, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "bdb_total_req{cluster=\"$cluster\",bdb=\"$bdb\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "range": true, "refId": "A", "step": 14400 } ], "title": "Total Operations", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ops" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 7 }, "id": 12, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "bdb_expired_objects{cluster=\"$cluster\", bdb=\"$bdb\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "range": true, "refId": "A", "step": 14400 } ], "title": "Expiration", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 7 }, "id": 5, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "scalar(bdb_no_of_keys{bdb=\"$bdb\", cluster=\"$cluster\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "range": true, "refId": "A", "step": 14400 } ], "title": "Key Count", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 7 }, "id": 6, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.6", "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "editorMode": "code", "expr": "scalar(bdb_conns{bdb=\"$bdb\", cluster=\"$cluster\"})", "format": "time_series", "intervalFactor": 2, "legendFormat": "", "range": true, "refId": "A", "step": 14400 } ], "title": "Connection Count", "type": "stat" } ], "refresh": false, "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 0, "includeAll": false, "multi": false, "name": "cluster", "options": [], "query": { "query": "label_values(node_up,cluster)", "refId": "Redis-Enterprise-cluster-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(bdb_status{bdb=\"$bdb\", cluster=\"$cluster\"}, status)", "hide": 2, "includeAll": false, "multi": false, "name": "status", "options": [], "query": { "query": "label_values(bdb_status{bdb=\"$bdb\", cluster=\"$cluster\"}, status)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query", "useTags": false }, { "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "", "hide": 2, "includeAll": false, "multi": false, "name": "newStatus", "options": [], "query": { "query": "label_values(bdb_up{bdb=\"$bdb\", cluster=\"$cluster\"}, status)", "refId": "Redis-Enterprise-newStatus-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query", "useTags": false }, { "auto": true, "auto_count": 100, "auto_min": "1m", "current": { "selected": false, "text": "auto", "value": "$__auto_interval_aggregation" }, "hide": 0, "label": "aggregation interval", "name": "aggregation", "options": [ { "selected": true, "text": "auto", "value": "$__auto_interval_aggregation" }, { "selected": false, "text": "1m", "value": "1m" }, { "selected": false, "text": "10m", "value": "10m" }, { "selected": false, "text": "30m", "value": "30m" }, { "selected": false, "text": "1h", "value": "1h" }, { "selected": false, "text": "6h", "value": "6h" }, { "selected": false, "text": "12h", "value": "12h" }, { "selected": false, "text": "1d", "value": "1d" }, { "selected": false, "text": "7d", "value": "7d" }, { "selected": false, "text": "14d", "value": "14d" }, { "selected": false, "text": "30d", "value": "30d" } ], "query": "1m,10m,30m,1h,6h,12h,1d,7d,14d,30d", "queryValue": "", "refresh": 2, "skipUrlSync": false, "type": "interval" }, { "allValue": ".*", "current": {}, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "bdb_up{cluster=\"$cluster\"}", "hide": 2, "includeAll": true, "multi": false, "name": "bdb", "options": [], "query": { "query": "bdb_up{cluster=\"$cluster\"}", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/bdb=\"(?<value>[^\"]+)|bdb_name=\"(?<text>[^\"]+)/g", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-12h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "utc", "title": "Redis Enterprise: Cluster Status", "uid": "UjCh-Ya4K", "version": 2, "weekStart": "", "gnetId": 18405, "description": "Prometheus-based dashboard for monitoring your Redis Enterprise Software databases." }
2023-03-31 22:35:59 UTC
2023-04-15 00:00:38 UTC
0
0
18,596
1
459,458
28,511
0
ups
Waveshare UPS HAT
Sample dashboard for Waveshare UPS HAT exporter
2023-04-23 19:33:04 UTC
2023-04-23 19:41:49 UTC
0
Sample dashboard for Waveshare HAT UPS exporter. See https://github.com/pastukhov/ws-ups-exporter for details
0
0
Other
null
0
0
28,511
1
18,596
1
0
null
{ "__inputs": [ { "name": "DS_VICTORIAMETRICS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__elements": {}, "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.4.7" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "grafana", "uid": "-- Grafana --" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 2, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 0 }, "id": 10, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "(bus_voltage_v - 6)/2.4*100", "legendFormat": "Value", "range": true, "refId": "A" } ], "title": "Charge percent", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 0 }, "id": 8, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "power_w", "legendFormat": "Values", "range": true, "refId": "A" } ], "title": "Power", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 6 }, "id": 12, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "bus_voltage_v + ( shunt_voltage_mv / 1000 )", "legendFormat": "Value", "range": true, "refId": "A" } ], "title": "Unit voltage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "mamp" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 6 }, "id": 6, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "current_ma", "legendFormat": "Value", "range": true, "refId": "A" } ], "title": "Current", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "mvolt" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 14 }, "id": 4, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "shunt_voltage_mv", "legendFormat": "Value", "range": true, "refId": "A" } ], "title": "Shunt voltage", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 14 }, "id": 2, "options": { "legend": { "calcs": [ "min", "max", "mean", "last" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "datasource": { "type": "prometheus", "uid": "${DS_VICTORIAMETRICS}" }, "editorMode": "code", "expr": "bus_voltage_v{}", "legendFormat": "Value", "range": true, "refId": "A" } ], "title": "Bus voltage", "type": "timeseries" } ], "refresh": "30s", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Waveshare UPS HAT", "uid": "prQy2lP4k", "version": 11, "weekStart": "", "gnetId": 18596, "description": "Sample dashboard for Waveshare UPS HAT exporter" }
2023-04-23 19:33:05 UTC
2023-04-23 19:41:49 UTC
0
0
17,461
1
747,859
26,820
0
gitlab-ci-pipelines
GitLab CI pipelines
This dashboard leverages the Prometheus exporter I wrote to fetch information about GitLab CI pipelines statuses. More information here: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter
2022-11-22 17:36:50 UTC
2022-11-22 17:38:45 UTC
0
null
0
0
Other
null
0
0
26,820
1
17,461
1
0
This dashboard leverages the Prometheus exporter I wrote to fetch information about GitLab CI pipelines statuses. More information here: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter
{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" }, { "name": "VAR_GITLAB_HOST", "type": "constant", "label": "https://gitlab.com/UOC/pdp-pds/pds-2022-2023-grupo-9", "value": "gitlab.com", "description": "" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.3.1" }, { "type": "panel", "id": "grafana-polystat-panel", "name": "Polystat", "version": "1.2.2" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "This dashboard leverages the Prometheus exporter I wrote to fetch information about GitLab CI pipelines statuses. More information here: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter", "editable": true, "gnetId": 17461, "graphTooltip": 0, "id": null, "iteration": 1604494964195, "links": [], "panels": [ { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 0, "y": 0 }, "id": 116, "options": { "content": "<p style=\"text-align:center;\"><img src=\"https://www.cloudfoundry.org/wp-content/uploads/2017/10/[email protected]\" width=80px/></p>", "mode": "html" }, "pluginVersion": "7.3.1", "timeFrom": null, "timeShift": null, "title": "", "transparent": true, "type": "text" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "#d44a3a" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 2, "y": 0 }, "id": 107, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.1", "targets": [ { "expr": "count(gitlab_ci_pipeline_run_count{project=~\"$PROJECT\", ref=~\"$REF\"})", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "PIPELINES #", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "#C4162A", "value": 1 }, { "color": "#d44a3a" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 4, "y": 0 }, "id": 117, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.1", "targets": [ { "expr": "count(gitlab_ci_pipeline_status{status=\"failed\", project=~\"$PROJECT\", ref=~\"$REF\"} > 0) or vector(0)", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "FAILED PIPELINES #", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "#d44a3a" } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 3, "x": 6, "y": 0 }, "id": 118, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.1", "targets": [ { "expr": "sum(increase(gitlab_ci_pipeline_run_count{project=~\"$PROJECT\", ref=~\"$REF\"}[1h]))", "format": "time_series", "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "RUNS # (in the last hour)", "type": "stat" }, { "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a", "#4040a0" ], "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 6, "w": 15, "x": 9, "y": 0 }, "id": 110, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "polystat": { "animationSpeed": 2500, "columnAutoSize": true, "columns": "", "defaultClickThrough": "", "defaultClickThroughNewTab": false, "defaultClickThroughSanitize": false, "displayLimit": "", "fontAutoColor": true, "fontAutoScale": true, "fontSize": 4, "fontType": "Roboto", "globalDecimals": 2, "globalDisplayMode": "all", "globalDisplayTextTriggeredEmpty": "OK", "globalOperatorName": "current", "globalThresholds": [ { "$$hashKey": "object:618", "color": "#299c46", "state": 0, "value": 1 }, { "$$hashKey": "object:625", "color": "#3274D9", "state": 3, "value": 2 }, { "$$hashKey": "object:628", "color": "#d44a3a", "state": 2, "value": 3 }, { "$$hashKey": "object:631", "color": "#959595", "state": 3, "value": 4 } ], "globalUnitFormat": "short", "gradientEnabled": true, "hexagonSortByDirection": 1, "hexagonSortByField": "name", "maxMetrics": 0, "polygonBorderColor": "#10111c", "polygonBorderSize": 1, "polygonGlobalFillColor": "#0a50a1", "radius": "", "radiusAutoSize": true, "rowAutoSize": false, "rows": 4, "shape": "hexagon_pointed_top", "tooltipDisplayMode": "all", "tooltipDisplayTextTriggeredEmpty": "OK", "tooltipFontSize": 12, "tooltipFontType": "Roboto", "tooltipPrimarySortDirection": 2, "tooltipPrimarySortField": "thresholdLevel", "tooltipSecondarySortDirection": 2, "tooltipSecondarySortField": "value", "tooltipTimestampEnabled": false, "valueEnabled": false }, "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "savedComposites": [], "savedOverrides": [ { "$$hashKey": "object:591", "clickThrough": "", "colors": [ "#299c46", "#e5ac0e", "#bf1b00", "#ffffff" ], "decimals": "", "enabled": true, "label": "OVERRIDE 1", "metricName": "/.*/", "operatorName": "current", "prefix": "", "sanitizeURLEnabled": true, "scaledDecimals": null, "suffix": "", "unitFormat": "short" } ], "targets": [ { "expr": "(gitlab_ci_pipeline_status{status=\"success\", project=~\"$PROJECT\", ref=~\"$REF\"} * 1 > 0) or (gitlab_ci_pipeline_status{status=\"running\", project=~\"$PROJECT\", ref=~\"$REF\"} * 2 > 0) or (gitlab_ci_pipeline_status{status=~\"failed|canceled\", project=~\"$PROJECT\", ref=~\"$REF\"} * 3 > 0) or (gitlab_ci_pipeline_status{status!~\"success|running|failed|canceled\", project=~\"$PROJECT\", ref=~\"$REF\"} * 4 > 0)", "format": "time_series", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": " {{project}} - {{ref}}", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "", "transparent": true, "type": "grafana-polystat-panel", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ] }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 5184000 }, { "color": "#C4162A", "value": 15552000 } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 3, "w": 5, "x": 0, "y": 3 }, "id": 108, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^Value$/", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.1", "targets": [ { "expr": "avg(time() - gitlab_ci_pipeline_timestamp{project=~\"$PROJECT\", ref=~\"$REF\"})", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Average Pipeline Run Frequency", "type": "stat" }, { "cacheTimeout": null, "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "custom": {}, "decimals": 0, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 600 }, { "color": "#d44a3a", "value": 900 } ] }, "unit": "dtdurations" }, "overrides": [] }, "gridPos": { "h": 3, "w": 4, "x": 5, "y": 3 }, "id": 106, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "fieldOptions": { "calcs": [ "lastNotNull" ] }, "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.1", "targets": [ { "expr": "avg(gitlab_ci_pipeline_duration_seconds{project=~\"$PROJECT\", ref=~\"$REF\"})", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Average Pipeline Duration", "type": "stat" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "${DS_PROMETHEUS}", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 114, "legend": { "alignAsTable": true, "avg": false, "current": false, "hideZero": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": false }, "percentage": false, "pluginVersion": "7.3.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "sum(increase(gitlab_ci_pipeline_run_count{project=~\"$PROJECT\", ref=~\"$REF\"}[1m])) by (project, ref) / sum(increase(gitlab_ci_pipeline_run_count{project=~\"$PROJECT\", ref=~\"$REF\"}[1m])) by (project, ref)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{ project }} - {{ ref }}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "PIPELINE RUNS", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "filterable": false }, "links": [], "mappings": [ { "from": "", "id": 1, "text": "", "to": "", "type": 1 } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "links", "value": [ { "targetBlank": true, "title": "View pipeline #${__value.numeric}", "url": "https://${GITLAB_HOST}/${__data.fields.project}/pipelines/${__value.numeric}" } ] }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } }, { "id": "custom.width", "value": 85 } ] }, { "matcher": { "id": "byName", "options": "Status" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "mappings", "value": [ { "from": "", "id": 1, "text": "SUCCESS", "to": "", "type": 1, "value": "1" } ] } ] }, { "matcher": { "id": "byName", "options": "Job" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "custom.width", "value": 230 } ] }, { "matcher": { "id": "byName", "options": "Project" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "custom.width", "value": 218 } ] }, { "matcher": { "id": "byName", "options": "Ref Kind" }, "properties": [ { "id": "custom.width", "value": 98 } ] }, { "matcher": { "id": "byName", "options": "Ref Name" }, "properties": [ { "id": "custom.width", "value": 122 } ] }, { "matcher": { "id": "byName", "options": "Duration" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-orange", "value": 900 }, { "color": "semi-dark-red", "value": 1200 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Date" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "custom.displayMode", "value": "color-background" } ] } ] }, "gridPos": { "h": 26, "w": 12, "x": 12, "y": 6 }, "id": 122, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Date" } ] }, "pluginVersion": "7.3.1", "targets": [ { "expr": "-max(time() - gitlab_ci_pipeline_timestamp{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) unless max(gitlab_ci_pipeline_status{status!~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) > 0", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "B" }, { "expr": "max(gitlab_ci_pipeline_duration_seconds{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) unless (max(gitlab_ci_pipeline_status{status!~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) > 0)", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "C" }, { "expr": "max(gitlab_ci_pipeline_id{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) unless (max(gitlab_ci_pipeline_status{status!~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) > 0)", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "D" } ], "timeFrom": null, "timeShift": null, "title": "SUCCESSFULLY COMPLETED", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value #A": false, "job_name": false }, "indexByName": { "Time": 0, "Value #A": 9, "Value #B": 6, "Value #C": 7, "Value #D": 1, "job_name": 3, "kind": 4, "project": 2, "ref": 5, "status": 8 }, "renameByName": { "Value #A": "Status", "Value #B": "Date", "Value #C": "Duration", "Value #D": "ID", "job_name": "Job", "kind": "Ref Kind", "project": "Project", "ref": "Ref Name", "status": "Status" } } }, { "id": "calculateField", "options": { "alias": "Status", "mode": "reduceRow", "reduce": { "include": [ "ID" ], "reducer": "count" } } } ], "type": "table" }, { "datasource": "${DS_PROMETHEUS}", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "center", "displayMode": "auto", "filterable": false }, "links": [], "mappings": [ { "from": "", "id": 1, "text": "", "to": "", "type": 1 } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "links", "value": [ { "targetBlank": true, "title": "View pipeline #${__value.numeric}", "url": "https://${GITLAB_HOST}/${__data.fields.project}/pipelines/${__value.numeric}" } ] }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "fixedColor": "dark-blue", "mode": "fixed" } }, { "id": "custom.width", "value": 85 } ] }, { "matcher": { "id": "byName", "options": "Status" }, "properties": [ { "id": "custom.displayMode", "value": "color-background" }, { "id": "color", "value": { "mode": "thresholds" } }, { "id": "mappings", "value": [ { "from": "", "id": 1, "text": "RUNNING", "to": "", "type": 1, "value": "2" }, { "from": "", "id": 2, "text": "FAILED", "to": "", "type": 1, "value": "3" }, { "from": "", "id": 3, "text": "CANCELED", "to": "", "type": 1, "value": "4" }, { "from": "", "id": 4, "text": "CREATED", "to": "", "type": 1, "value": "5" }, { "from": "", "id": 5, "text": "WAITING FOR RESOURCE", "to": "", "type": 1, "value": "6" }, { "from": "", "id": 6, "text": "PREPARING", "to": "", "type": 1, "value": "7" }, { "from": "", "id": 7, "text": "PENDING", "to": "", "type": 1, "value": "8" }, { "from": "", "id": 8, "text": "SKIPPED", "to": "", "type": 1, "value": "9" }, { "from": "", "id": 9, "text": "MANUAL", "to": "", "type": 1, "value": "10" }, { "from": "", "id": 10, "text": "SCHEDULED", "to": "", "type": 1, "value": "11" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-blue", "value": 1 }, { "color": "semi-dark-red", "value": 3 }, { "color": "light-orange", "value": 5 }, { "color": "rgb(135, 135, 134)", "value": 9 } ] } } ] }, { "matcher": { "id": "byName", "options": "Job" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "custom.width", "value": 230 } ] }, { "matcher": { "id": "byName", "options": "Project" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "custom.width", "value": 218 } ] }, { "matcher": { "id": "byName", "options": "Ref Kind" }, "properties": [ { "id": "custom.width", "value": 98 } ] }, { "matcher": { "id": "byName", "options": "Ref Name" }, "properties": [ { "id": "custom.width", "value": 122 } ] }, { "matcher": { "id": "byName", "options": "Duration" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-orange", "value": 900 }, { "color": "semi-dark-red", "value": 1200 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Date" }, "properties": [ { "id": "unit", "value": "dtdurations" }, { "id": "custom.displayMode", "value": "color-background" } ] } ] }, "gridPos": { "h": 22, "w": 12, "x": 0, "y": 10 }, "id": 120, "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Date" } ] }, "pluginVersion": "7.3.1", "targets": [ { "expr": "-max(time() - gitlab_ci_pipeline_timestamp{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) unless max(gitlab_ci_pipeline_status{status=~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) > 0", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "B" }, { "expr": "max(gitlab_ci_pipeline_duration_seconds{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) unless (max(gitlab_ci_pipeline_status{status=~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind) > 0)", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "C" }, { "expr": "(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"running\"}) by (project, ref, kind) * 2) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"failed\"}) by (project, ref, kind) * 3) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"canceled\"}) by (project, ref, kind) * 4) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"created\"}) by (project, ref, kind) * 5) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"waiting_for_resource\"}) by (project, ref, kind) * 6) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"preparing\"}) by (project, ref, kind) * 7) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"pending\"}) by (project, ref, kind) * 8) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"skipped\"}) by (project, ref, kind) * 9) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"manual\"}) by (project, ref, kind) * 10) > 0 or\n(max(gitlab_ci_pipeline_status{project=~\"$PROJECT\", ref=~\"$REF\", status=~\"scheduled\"}) by (project, ref, kind) * 11) > 0", "format": "table", "hide": false, "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A" }, { "expr": "max(gitlab_ci_pipeline_id{project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind, job_name) unless (max(gitlab_ci_pipeline_status{status=~\"success\", project=~\"$PROJECT\", ref=~\"$REF\"}) by (project, ref, kind, job_name) > 0)", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "D" } ], "timeFrom": null, "timeShift": null, "title": "RUNNING, FAILED OR NOT COMPLETED", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true, "Value #A": false, "job_name": false }, "indexByName": { "Time": 0, "Value #A": 9, "Value #B": 6, "Value #C": 7, "Value #D": 1, "job_name": 3, "kind": 4, "project": 2, "ref": 5, "status": 8 }, "renameByName": { "Value #A": "Status", "Value #B": "Date", "Value #C": "Duration", "Value #D": "ID", "job_name": "Job", "kind": "Ref Kind", "project": "Project", "ref": "Ref Name", "status": "Status" } } } ], "type": "table" } ], "refresh": "10s", "schemaVersion": 26, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "value": "${VAR_GITLAB_HOST}", "text": "${VAR_GITLAB_HOST}", "selected": false }, "error": null, "hide": 2, "label": null, "name": "GITLAB_HOST", "options": [ { "value": "${VAR_GITLAB_HOST}", "text": "${VAR_GITLAB_HOST}", "selected": false } ], "query": "${VAR_GITLAB_HOST}", "skipUrlSync": false, "type": "constant" }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(gitlab_ci_pipeline_id, project)", "error": null, "hide": 0, "includeAll": true, "label": "owner", "multi": true, "name": "OWNER", "options": [], "query": "label_values(gitlab_ci_pipeline_id, project)", "refresh": 2, "regex": "/(.*)\\/.*$/", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(gitlab_ci_pipeline_id{project=~\"$OWNER.*\"}, project)", "error": null, "hide": 0, "includeAll": true, "label": "project", "multi": true, "name": "PROJECT", "options": [], "query": "label_values(gitlab_ci_pipeline_id{project=~\"$OWNER.*\"}, project)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": ".*", "current": {}, "datasource": "${DS_PROMETHEUS}", "definition": "label_values(gitlab_ci_pipeline_id{project=~\"$PROJECT\"}, ref)", "error": null, "hide": 0, "includeAll": true, "label": "ref", "multi": true, "name": "REF", "options": [], "query": "label_values(gitlab_ci_pipeline_id{project=~\"$PROJECT\"}, ref)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh_intervals": [ "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "GitLab CI pipelines", "uid": "gitlab_ci_pipelines", "version": 1 }
2022-11-22 17:36:50 UTC
2022-11-22 17:38:03 UTC
0
0