Browse Source

Make graphs not stacked.

Change-Id: I0360c60b78be6e8ddb7d5438ca2d42da591b6387
Prod-Related: PROD-20079
master
Dmitry Kalashnik 6 years ago
parent
commit
6e126c8c09
1 changed files with 27 additions and 26 deletions
  1. +27
    -26
      galera/files/grafana_dashboards/mysql_prometheus.json

+ 27
- 26
galera/files/grafana_dashboards/mysql_prometheus.json View File

@@ -3,7 +3,7 @@
"annotations": {
"list": [
{
"$$hashKey": "object:467",
"$$hashKey": "object:84",
"builtIn": 1,
"datasource": "prometheus",
"enable": true,
@@ -21,10 +21,11 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1529417287923,
"links": [],
"panels": [
{
"collapsed": true,
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
@@ -38,8 +39,8 @@
},
{
"cacheTimeout": null,
"colorBackground": true,
"colorValue": false,
"colorBackground": false,
"colorValue": true,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
@@ -481,7 +482,7 @@
],
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1529410558851,
"repeatIteration": 1529417287923,
"repeatPanelId": 12,
"scopedVars": {
"host": {
@@ -583,7 +584,7 @@
],
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1529410558851,
"repeatIteration": 1529417287923,
"repeatPanelId": 12,
"scopedVars": {
"host": {
@@ -773,7 +774,7 @@
],
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1529410558851,
"repeatIteration": 1529417287923,
"repeatPanelId": 42,
"scopedVars": {
"host": {
@@ -864,7 +865,7 @@
],
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1529410558851,
"repeatIteration": 1529417287923,
"repeatPanelId": 42,
"scopedVars": {
"host": {
@@ -907,7 +908,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 5,
"w": 24,
@@ -936,7 +937,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -988,7 +989,7 @@
}
},
{
"collapsed": true,
"collapsed": false,
"gridPos": {
"h": 1,
"w": 24,
@@ -1007,7 +1008,7 @@
"dashes": false,
"datasource": "prometheus",
"description": "Displays the average sizes of receive and send queues.",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
@@ -1036,7 +1037,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1103,7 +1104,7 @@
"dashes": false,
"datasource": "prometheus",
"description": "Displays the rate of flow control events.",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 6,
"w": 12,
@@ -1132,7 +1133,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1303,7 +1304,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 7,
"w": 12,
@@ -1332,7 +1333,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1398,7 +1399,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 7,
"w": 12,
@@ -1427,7 +1428,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1501,7 +1502,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 7,
"w": 12,
@@ -1530,7 +1531,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1596,7 +1597,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 7,
"w": 12,
@@ -1625,7 +1626,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1723,7 +1724,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "prometheus",
"fill": 4,
"fill": 1,
"gridPos": {
"h": 7,
"w": 12,
@@ -1752,7 +1753,7 @@
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"stack": false,
"steppedLine": false,
"targets": [
{
@@ -1951,6 +1952,6 @@
"timezone": "browser",
"title": "MySQL",
"uid": "",
"version": 1
"version": 2
}
{% endraw %}

Loading…
Cancel
Save