X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fk8s%2Fmongodb-exporter-dashboard.yaml;fp=installers%2Fk8s%2Fmongodb-exporter-dashboard.yaml;h=8ac6e419c8ca1439f6b19fdca062243fc0e892cd;hb=00d428d1e9803b74c3044c1d5c627b04dc9de358;hp=2d39691edd07c82b6989ec4a57586d0df674eaf5;hpb=92ab9187d533bbe8d9a8e183f218a83000aade90;p=osm%2Fdevops.git diff --git a/installers/k8s/mongodb-exporter-dashboard.yaml b/installers/k8s/mongodb-exporter-dashboard.yaml index 2d39691e..8ac6e419 100644 --- a/installers/k8s/mongodb-exporter-dashboard.yaml +++ b/installers/k8s/mongodb-exporter-dashboard.yaml @@ -62,66 +62,20 @@ data: "type": "row" }, { - "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": "Prometheus", - "decimals": null, - "format": "s", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, + "id": 10, "gridPos": { "h": 4, "w": 12, "x": 0, "y": 1 }, - "id": 10, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], + "type": "stat", + "title": "Uptime", + "datasource": "Prometheus", "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": "", + "links": [], + "cacheTimeout": null, + "interval": null, "targets": [ { "expr": "mongodb_instance_uptime_seconds{instance=~\"$instance\"}", @@ -132,79 +86,75 @@ data: "step": 1800 } ], - "thresholds": "0,360", - "title": "Uptime", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "current" + "fieldConfig": { + "defaults": { + "thresholds": { + "mode": "absolute", + "steps": [ + { + "value": null, + "color": "rgba(245, 54, 54, 0.9)" + }, + { + "value": 0, + "color": "rgba(237, 129, 40, 0.89)" + }, + { + "value": 360, + "color": "rgba(50, 172, 45, 0.97)" + } + ] + }, + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "N/A" + } + } + } + ], + "unit": "s", + "color": { + "mode": "thresholds" + } + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": [ + "lastNotNull" + ], + "fields": "" + }, + "orientation": "horizontal", + "text": {}, + "textMode": "auto", + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto" + }, + "pluginVersion": "8.1.1" }, { - "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": "Prometheus", - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, + "id": 1, "gridPos": { "h": 4, "w": 12, "x": 12, "y": 1 }, - "id": 1, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], + "type": "stat", + "title": "Open Connections", + "datasource": "Prometheus", "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": "", + "links": [], + "cacheTimeout": null, + "interval": null, "targets": [ { "expr": "mongodb_connections{instance=~\"$instance\",state=\"current\"}", @@ -216,18 +166,56 @@ data: "step": 1800 } ], - "thresholds": "", - "title": "Open Connections", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "avg" + "fieldConfig": { + "defaults": { + "thresholds": { + "mode": "absolute", + "steps": [ + { + "value": null, + "color": "green" + }, + { + "value": 80, + "color": "red" + } + ] + }, + "mappings": [ + { + "type": "special", + "options": { + "match": "null", + "result": { + "text": "N/A" + } + } + } + ], + "unit": "none", + "color": { + "mode": "fixed", + "fixedColor": "rgb(31, 120, 193)" + } + }, + "overrides": [] + }, + "options": { + "reduceOptions": { + "values": false, + "calcs": [ + "mean" + ], + "fields": "" + }, + "orientation": "horizontal", + "text": {}, + "textMode": "auto", + "colorMode": "none", + "graphMode": "area", + "justifyMode": "auto" + }, + "pluginVersion": "8.1.1" }, { "collapsed": false, @@ -284,7 +272,7 @@ data: "steppedLine": false, "targets": [ { - "expr": "rate(mongodb_op_counters_total{instance=~\"$instance\"}[$interval])", + "expr": "rate(mongodb_op_counters_total{instance=~\"$instance\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -380,7 +368,7 @@ data: "steppedLine": false, "targets": [ { - "expr": "rate(mongodb_mongod_metrics_document_total{instance=~\"$instance\"}[$interval])", + "expr": "rate(mongodb_mongod_metrics_document_total{instance=~\"$instance\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -471,7 +459,7 @@ data: "steppedLine": false, "targets": [ { - "expr": "rate(mongodb_mongod_metrics_query_executor_total{instance=~\"$instance\"}[$interval])", + "expr": "rate(mongodb_mongod_metrics_query_executor_total{instance=~\"$instance\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2, @@ -673,7 +661,7 @@ data: "steppedLine": false, "targets": [ { - "expr": "rate(mongodb_network_bytes_total{instance=~\"$instance\"}[$interval])", + "expr": "rate(mongodb_network_bytes_total{instance=~\"$instance\"}[$__rate_interval])", "format": "time_series", "interval": "", "intervalFactor": 2,