| # Copyright 2019 Minsait - Indra S.A. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # Author: Jose Manuel Palacios (jmpalacios@minsait.com) |
| # Author: Jose Antonio Martinez (jamartinezv@minsait.com) |
| |
| apiVersion: v1 |
| kind: ConfigMap |
| metadata: |
| labels: |
| app: prometheus-mongodb-exporter-grafana |
| grafana_dashboard: "1" |
| name: osm-monitoring-prometheus-mongodb-exporter-grafana |
| annotations: |
| k8s-sidecar-target-directory: "/tmp/dashboards/Open Source MANO" |
| data: |
| mongodb-exporter-dashboard.json: |- |
| { |
| "annotations": { |
| "list": [ |
| { |
| "builtIn": 1, |
| "datasource": "-- Grafana --", |
| "enable": true, |
| "hide": true, |
| "iconColor": "rgba(0, 211, 255, 1)", |
| "name": "Annotations & Alerts", |
| "type": "dashboard" |
| } |
| ] |
| }, |
| "description": "MongoDB Prometheus Exporter Dashboard.", |
| "editable": true, |
| "gnetId": 2583, |
| "graphTooltip": 1, |
| "id": 9, |
| "iteration": 1577555358996, |
| "links": [], |
| "panels": [ |
| { |
| "collapsed": false, |
| "gridPos": { |
| "h": 1, |
| "w": 24, |
| "x": 0, |
| "y": 0 |
| }, |
| "id": 22, |
| "panels": [], |
| "repeat": "env", |
| "title": "Health", |
| "type": "row" |
| }, |
| { |
| "id": 10, |
| "gridPos": { |
| "h": 4, |
| "w": 12, |
| "x": 0, |
| "y": 1 |
| }, |
| "type": "stat", |
| "title": "Uptime", |
| "datasource": "Prometheus", |
| "maxDataPoints": 100, |
| "links": [], |
| "cacheTimeout": null, |
| "interval": null, |
| "targets": [ |
| { |
| "expr": "mongodb_instance_uptime_seconds{instance=~\"$instance\"}", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "", |
| "refId": "A", |
| "step": 1800 |
| } |
| ], |
| "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" |
| }, |
| { |
| "id": 1, |
| "gridPos": { |
| "h": 4, |
| "w": 12, |
| "x": 12, |
| "y": 1 |
| }, |
| "type": "stat", |
| "title": "Open Connections", |
| "datasource": "Prometheus", |
| "maxDataPoints": 100, |
| "links": [], |
| "cacheTimeout": null, |
| "interval": null, |
| "targets": [ |
| { |
| "expr": "mongodb_connections{instance=~\"$instance\",state=\"current\"}", |
| "format": "time_series", |
| "intervalFactor": 2, |
| "legendFormat": "", |
| "metric": "mongodb_connections", |
| "refId": "A", |
| "step": 1800 |
| } |
| ], |
| "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, |
| "gridPos": { |
| "h": 1, |
| "w": 24, |
| "x": 0, |
| "y": 5 |
| }, |
| "id": 20, |
| "panels": [], |
| "repeat": "env", |
| "title": "Operations", |
| "type": "row" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "Prometheus", |
| "fill": 1, |
| "fillGradient": 0, |
| "gridPos": { |
| "h": 6, |
| "w": 10, |
| "x": 0, |
| "y": 6 |
| }, |
| "id": 7, |
| "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": "rate(mongodb_op_counters_total{instance=~\"$instance\"}[$__rate_interval])", |
| "format": "time_series", |
| "interval": "", |
| "intervalFactor": 2, |
| "legendFormat": "{{type}}", |
| "refId": "A", |
| "step": 240 |
| } |
| ], |
| "thresholds": [], |
| "timeFrom": null, |
| "timeRegions": [], |
| "timeShift": null, |
| "title": "Query Operations", |
| "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": "short", |
| "label": null, |
| "logBase": 1, |
| "max": null, |
| "min": null, |
| "show": true |
| } |
| ], |
| "yaxis": { |
| "align": false, |
| "alignLevel": null |
| } |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "Prometheus", |
| "fill": 1, |
| "fillGradient": 0, |
| "gridPos": { |
| "h": 6, |
| "w": 8, |
| "x": 10, |
| "y": 6 |
| }, |
| "id": 9, |
| "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": [ |
| { |
| "alias": "returned", |
| "yaxis": 1 |
| } |
| ], |
| "spaceLength": 10, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "rate(mongodb_mongod_metrics_document_total{instance=~\"$instance\"}[$__rate_interval])", |
| "format": "time_series", |
| "interval": "", |
| "intervalFactor": 2, |
| "legendFormat": "{{state}}", |
| "refId": "A", |
| "step": 240 |
| } |
| ], |
| "thresholds": [], |
| "timeFrom": null, |
| "timeRegions": [], |
| "timeShift": null, |
| "title": "Document Operations", |
| "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": "Prometheus", |
| "fill": 1, |
| "fillGradient": 0, |
| "gridPos": { |
| "h": 6, |
| "w": 6, |
| "x": 18, |
| "y": 6 |
| }, |
| "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": { |
| "dataLinks": [] |
| }, |
| "percentage": false, |
| "pointradius": 5, |
| "points": false, |
| "renderer": "flot", |
| "seriesOverrides": [], |
| "spaceLength": 10, |
| "stack": false, |
| "steppedLine": false, |
| "targets": [ |
| { |
| "expr": "rate(mongodb_mongod_metrics_query_executor_total{instance=~\"$instance\"}[$__rate_interval])", |
| "format": "time_series", |
| "interval": "", |
| "intervalFactor": 2, |
| "legendFormat": "{{state}}", |
| "refId": "A", |
| "step": 600 |
| } |
| ], |
| "thresholds": [], |
| "timeFrom": null, |
| "timeRegions": [], |
| "timeShift": null, |
| "title": "Document Query Executor", |
| "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, |
| "gridPos": { |
| "h": 1, |
| "w": 24, |
| "x": 0, |
| "y": 12 |
| }, |
| "id": 23, |
| "panels": [], |
| "repeat": null, |
| "title": "Resources", |
| "type": "row" |
| }, |
| { |
| "aliasColors": {}, |
| "bars": false, |
| "dashLength": 10, |
| "dashes": false, |
| "datasource": "Prometheus", |
| "fill": 1, |
| "fillGradient": 0, |
| "gridPos": { |
| "h": 6, |
| "w": 12, |
| "x": 0, |
| "y": 13 |
| }, |
| "id": 4, |
| "legend": { |
| "alignAsTable": false, |
| "avg": false, |
| "current": true, |
| "hideEmpty": false, |
| "hideZero": false, |
| "max": false, |
| "min": false, |
| "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": [ |
| { |
| "expr": "mongodb_memory{instance=~\"$instance\",type=~\"resident|virtual\"}", |
| "format": "time_series", |
| "interval": "", |
| "intervalFactor": 2, |
| "legendFormat": "{{type}}", |
| "refId": "A", |
| "step": 240 |
| } |
| ], |
| "thresholds": [], |
| "timeFrom": null, |
| "timeRegions": [], |
| "timeShift": null, |
| "title": "Memory", |
| "tooltip": { |
| "shared": false, |
| "sort": 0, |
| "value_type": "individual" |
| }, |
| "type": "graph", |
| "xaxis": { |
| "buckets": null, |
| "mode": "time", |
| "name": null, |
| "show": true, |
| "values": [ |
| "total" |
| ] |
| }, |
| "yaxes": [ |
| { |
| "format": "decmbytes", |
| "label": "MB", |
| "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": "Prometheus", |
| "fill": 1, |
| "fillGradient": 0, |
| "gridPos": { |
| "h": 6, |
| "w": 12, |
| "x": 12, |
| "y": 13 |
| }, |
| "id": 5, |
| "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": "rate(mongodb_network_bytes_total{instance=~\"$instance\"}[$__rate_interval])", |
| "format": "time_series", |
| "interval": "", |
| "intervalFactor": 2, |
| "legendFormat": "{{state}}", |
| "metric": "mongodb_metrics_operation_total", |
| "refId": "A", |
| "step": 240 |
| } |
| ], |
| "thresholds": [], |
| "timeFrom": null, |
| "timeRegions": [], |
| "timeShift": null, |
| "title": "Network I/O", |
| "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": "5s", |
| "schemaVersion": 19, |
| "style": "dark", |
| "tags": [], |
| "templating": { |
| "list": [ |
| { |
| "allValue": null, |
| "current": { |
| "text": "All", |
| "value": "$__all" |
| }, |
| "datasource": "Prometheus", |
| "definition": "", |
| "hide": 0, |
| "includeAll": true, |
| "label": "instance", |
| "multi": true, |
| "name": "instance", |
| "options": [], |
| "query": "label_values(mongodb_connections, instance)", |
| "refresh": 1, |
| "regex": "", |
| "skipUrlSync": false, |
| "sort": 1, |
| "tagValuesQuery": "/.*-(.*?)-.*/", |
| "tags": [], |
| "tagsQuery": "label_values(mongodb_connections, instance)", |
| "type": "query", |
| "useTags": false |
| }, |
| { |
| "auto": true, |
| "auto_count": 30, |
| "auto_min": "10s", |
| "current": { |
| "text": "auto", |
| "value": "$__auto_interval_interval" |
| }, |
| "hide": 0, |
| "label": null, |
| "name": "interval", |
| "options": [ |
| { |
| "selected": true, |
| "text": "auto", |
| "value": "$__auto_interval_interval" |
| }, |
| { |
| "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", |
| "refresh": 2, |
| "skipUrlSync": false, |
| "type": "interval" |
| } |
| ] |
| }, |
| "time": { |
| "from": "now/d", |
| "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": "MongoDB", |
| "uid": "HEK4NbtZk", |
| "version": 2 |
| } |