monasca-grafana-datasource/examples/rabbitmq_activity.json
Brad Klein c0db06dd69 Add some dashboard examples
Change-Id: I697bfc0324ab65010a4956ca2297c1ebc738acd8
2017-06-16 10:23:51 -06:00

765 lines
18 KiB
JSON

{
"__inputs": [
{
"name": "DS_MONASCA",
"label": "Monasca",
"description": "",
"type": "datasource",
"pluginId": "monasca-grafana-datasource",
"pluginName": "Monasca"
},
{
"name": "VAR_HOSTROLE",
"type": "constant",
"label": "hostrole",
"value": "control",
"description": ""
}
],
"__requires": [
{
"type": "panel",
"id": "graph",
"name": "Graph",
"version": ""
},
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "4.0.0-beta1"
},
{
"type": "datasource",
"id": "monasca-grafana-datasource",
"name": "Monasca",
"version": "1.0.0"
}
],
"id": null,
"title": "RabbitMQ - Control",
"tags": [
"rabbitmq"
],
"style": "dark",
"timezone": "utc",
"editable": true,
"sharedCrosshair": false,
"hideControls": false,
"time": {
"from": "now-24h",
"to": "now"
},
"timepicker": {
"now": true,
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"templating": {
"list": [
{
"allValue": null,
"current": {
"tags": [],
"text": "All",
"value": "$__all"
},
"datasource": null,
"hide": 0,
"includeAll": true,
"label": "",
"multi": false,
"name": "region",
"options": [
{
"selected": true,
"text": "All",
"value": "$__all"
},
{
"selected": false,
"text": "NCE",
"value": "NCE"
},
{
"selected": false,
"text": "NCW",
"value": "NCW"
}
],
"query": "NCE,NCW",
"refresh": 0,
"type": "custom"
},
{
"current": {
"value": "${VAR_HOSTROLE}",
"text": "${VAR_HOSTROLE}"
},
"datasource": null,
"hide": 2,
"includeAll": false,
"label": "hostrole",
"multi": false,
"name": "hostrole",
"options": [
{
"value": "${VAR_HOSTROLE}",
"text": "${VAR_HOSTROLE}"
}
],
"query": "${VAR_HOSTROLE}",
"refresh": 0,
"type": "constant"
},
{
"auto": true,
"auto_count": 100,
"auto_min": "10s",
"current": {
"text": "auto",
"value": "$__auto_interval"
},
"datasource": null,
"hide": 0,
"includeAll": false,
"label": "",
"multi": false,
"name": "interval",
"options": [
{
"text": "auto",
"value": "$__auto_interval",
"selected": true
},
{
"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",
"selected": false
}
],
"query": "1m,10m,30m,1h,6h,12h,1d,7d,14d,30d",
"refresh": 2,
"type": "interval"
}
]
},
"annotations": {
"list": []
},
"schemaVersion": 13,
"version": 17,
"links": [],
"gnetId": null,
"rows": [
{
"collapse": false,
"editable": true,
"height": "250px",
"isNew": false,
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "${DS_MONASCA}",
"editable": true,
"error": false,
"fill": 1,
"grid": {},
"id": 10,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "region",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"aggregator": "avg",
"alias": "@node",
"dimensions": [
{
"key": "region",
"value": "$region"
},
{
"key": "hostrole",
"value": "$hostrole"
},
{
"key": "hostname",
"value": "$all"
}
],
"error": "",
"group": true,
"metric": "rabbitmq.node.mem_used",
"period": "$interval",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Memory Usage ($region)",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"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
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "New row",
"titleSize": "h6"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"isNew": false,
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "${DS_MONASCA}",
"editable": true,
"error": false,
"fill": 1,
"grid": {},
"id": 2,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"minSpan": 6,
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "region",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"aggregator": "avg",
"alias": "@node",
"dimensions": [
{
"key": "region",
"value": "$region"
},
{
"key": "hostrole",
"value": "$hostrole"
},
{
"key": "hostname",
"value": "$all"
}
],
"error": "",
"errors": {},
"group": true,
"metric": "rabbitmq.node.run_queue",
"period": "$interval",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Run Queue ($region)",
"tooltip": {
"msResolution": false,
"ordering": "alphabetical",
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"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": "Row",
"titleSize": "h6"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"isNew": false,
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "${DS_MONASCA}",
"editable": true,
"error": false,
"fill": 1,
"grid": {},
"id": 3,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "region",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"aggregator": "avg",
"alias": "@node",
"dimensions": [
{
"key": "region",
"value": "$region"
},
{
"key": "hostrole",
"value": "$hostrole"
},
{
"key": "hostname",
"value": "$all"
}
],
"error": "",
"errors": {},
"group": true,
"metric": "rabbitmq.node.fd_used",
"period": "$interval",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "File Descriptors ($region)",
"tooltip": {
"msResolution": false,
"ordering": "alphabetical",
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"logBase": 1,
"max": null,
"min": 0,
"show": true
},
{
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"scopedVars": {
"region": {
"selected": false,
"text": "NCE",
"value": "NCE"
}
},
"showTitle": false,
"title": "New row",
"titleSize": "h6"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"isNew": false,
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "${DS_MONASCA}",
"editable": true,
"error": false,
"fill": 1,
"grid": {},
"id": 11,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "region",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"aggregator": "avg",
"alias": "@node",
"dimensions": [
{
"key": "region",
"value": "$region"
},
{
"key": "hostrole",
"value": "$hostrole"
},
{
"key": "hostname",
"value": "$all"
}
],
"error": "",
"group": true,
"metric": "rabbitmq.node.sockets_used",
"period": "$interval",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Sockets ($region)",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"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
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "New row",
"titleSize": "h6"
},
{
"collapse": false,
"editable": true,
"height": "250px",
"isNew": false,
"panels": [
{
"aliasColors": {},
"bars": false,
"datasource": "${DS_MONASCA}",
"editable": true,
"error": false,
"fill": 1,
"id": 16,
"isNew": true,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "connected",
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "region",
"seriesOverrides": [],
"span": 6,
"stack": false,
"steppedLine": false,
"targets": [
{
"aggregator": "avg",
"alias": "@node",
"dimensions": [
{
"key": "region",
"value": "$region"
},
{
"key": "hostrole",
"value": "$hostrole"
},
{
"key": "hostname",
"value": "$all"
}
],
"error": "",
"group": true,
"metric": "rabbitmq.node.partitions",
"period": "$interval",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Partitions ($region)",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "cumulative"
},
"type": "graph",
"xaxis": {
"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
}
]
}
],
"repeat": null,
"repeatIteration": null,
"repeatRowId": null,
"showTitle": false,
"title": "New row",
"titleSize": "h6"
}
]
}