forked from Deuxfleurs/garage
Update Grafana dashboard
This commit is contained in:
parent
6059ce31c8
commit
68b2693cd4
1 changed files with 477 additions and 257 deletions
|
@ -146,7 +146,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -391,7 +392,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -513,7 +515,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -758,7 +761,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -879,7 +883,8 @@
|
||||||
"field": "@timestamp",
|
"field": "@timestamp",
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto"
|
"interval": "auto",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1001,7 +1006,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1111,7 +1117,7 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"trimEdges": "0"
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1222,7 +1228,7 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"trimEdges": "0"
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1332,7 +1338,8 @@
|
||||||
"field": "@timestamp",
|
"field": "@timestamp",
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto"
|
"interval": "auto",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1398,6 +1405,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mappings": [],
|
"mappings": [],
|
||||||
|
"min": 0,
|
||||||
"thresholds": {
|
"thresholds": {
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
@ -1440,7 +1448,7 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"trimEdges": "5"
|
"trimEdges": "2"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1670,7 +1678,7 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0",
|
"min_doc_count": "0",
|
||||||
"trimEdges": "0"
|
"trimEdges": "2"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1694,6 +1702,449 @@
|
||||||
"title": "Table GC todo queue",
|
"title": "Table GC todo queue",
|
||||||
"type": "timeseries"
|
"type": "timeseries"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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": [],
|
||||||
|
"min": 0,
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"value": 80
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 6,
|
||||||
|
"x": 0,
|
||||||
|
"y": 29
|
||||||
|
},
|
||||||
|
"id": 24,
|
||||||
|
"options": {
|
||||||
|
"legend": {
|
||||||
|
"calcs": [],
|
||||||
|
"displayMode": "list",
|
||||||
|
"placement": "bottom"
|
||||||
|
},
|
||||||
|
"tooltip": {
|
||||||
|
"mode": "single"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"alias": "",
|
||||||
|
"bucketAggs": [
|
||||||
|
{
|
||||||
|
"field": "@timestamp",
|
||||||
|
"id": "2",
|
||||||
|
"settings": {
|
||||||
|
"interval": "auto",
|
||||||
|
"trimEdges": "2"
|
||||||
|
},
|
||||||
|
"type": "date_histogram"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"datasource": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"uid": "${DS_DS_ELASTICSEARCH}"
|
||||||
|
},
|
||||||
|
"metrics": [
|
||||||
|
{
|
||||||
|
"field": "block_resync_error_counter",
|
||||||
|
"hide": true,
|
||||||
|
"id": "1",
|
||||||
|
"type": "sum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field": "1",
|
||||||
|
"id": "3",
|
||||||
|
"pipelineAgg": "1",
|
||||||
|
"type": "derivative"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"query": "processor.event:metric",
|
||||||
|
"refId": "A",
|
||||||
|
"timeField": "@timestamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Resync errors",
|
||||||
|
"type": "timeseries"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": [],
|
||||||
|
"min": 0,
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"value": 80
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 6,
|
||||||
|
"x": 6,
|
||||||
|
"y": 29
|
||||||
|
},
|
||||||
|
"id": 25,
|
||||||
|
"options": {
|
||||||
|
"legend": {
|
||||||
|
"calcs": [],
|
||||||
|
"displayMode": "list",
|
||||||
|
"placement": "bottom"
|
||||||
|
},
|
||||||
|
"tooltip": {
|
||||||
|
"mode": "single"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"alias": "",
|
||||||
|
"bucketAggs": [
|
||||||
|
{
|
||||||
|
"field": "@timestamp",
|
||||||
|
"id": "2",
|
||||||
|
"settings": {
|
||||||
|
"interval": "auto",
|
||||||
|
"trimEdges": "2"
|
||||||
|
},
|
||||||
|
"type": "date_histogram"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"datasource": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"uid": "${DS_DS_ELASTICSEARCH}"
|
||||||
|
},
|
||||||
|
"metrics": [
|
||||||
|
{
|
||||||
|
"field": "block_resync_errored_blocks",
|
||||||
|
"hide": false,
|
||||||
|
"id": "1",
|
||||||
|
"type": "sum"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"query": "processor.event:metric",
|
||||||
|
"refId": "A",
|
||||||
|
"timeField": "@timestamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Blocks in error status",
|
||||||
|
"type": "timeseries"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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": [],
|
||||||
|
"min": 0,
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"value": 80
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 6,
|
||||||
|
"x": 12,
|
||||||
|
"y": 29
|
||||||
|
},
|
||||||
|
"id": 23,
|
||||||
|
"options": {
|
||||||
|
"legend": {
|
||||||
|
"calcs": [],
|
||||||
|
"displayMode": "list",
|
||||||
|
"placement": "bottom"
|
||||||
|
},
|
||||||
|
"tooltip": {
|
||||||
|
"mode": "single"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"alias": "",
|
||||||
|
"bucketAggs": [
|
||||||
|
{
|
||||||
|
"field": "@timestamp",
|
||||||
|
"id": "2",
|
||||||
|
"settings": {
|
||||||
|
"interval": "auto"
|
||||||
|
},
|
||||||
|
"type": "date_histogram"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"datasource": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"uid": "${DS_DS_ELASTICSEARCH}"
|
||||||
|
},
|
||||||
|
"metrics": [
|
||||||
|
{
|
||||||
|
"field": "block_corruption_counter",
|
||||||
|
"hide": true,
|
||||||
|
"id": "1",
|
||||||
|
"type": "sum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field": "1",
|
||||||
|
"id": "3",
|
||||||
|
"pipelineAgg": "1",
|
||||||
|
"type": "derivative"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"query": "processor.event:metric",
|
||||||
|
"refId": "A",
|
||||||
|
"timeField": "@timestamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Data corruptions detected",
|
||||||
|
"type": "timeseries"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldConfig": {
|
||||||
|
"defaults": {
|
||||||
|
"color": {
|
||||||
|
"mode": "palette-classic"
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"axisLabel": "",
|
||||||
|
"axisPlacement": "auto",
|
||||||
|
"axisSoftMin": 0,
|
||||||
|
"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": [],
|
||||||
|
"min": 0,
|
||||||
|
"thresholds": {
|
||||||
|
"mode": "absolute",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"value": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"color": "red",
|
||||||
|
"value": 80
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": []
|
||||||
|
},
|
||||||
|
"gridPos": {
|
||||||
|
"h": 9,
|
||||||
|
"w": 6,
|
||||||
|
"x": 18,
|
||||||
|
"y": 29
|
||||||
|
},
|
||||||
|
"id": 21,
|
||||||
|
"options": {
|
||||||
|
"legend": {
|
||||||
|
"calcs": [],
|
||||||
|
"displayMode": "list",
|
||||||
|
"placement": "bottom"
|
||||||
|
},
|
||||||
|
"tooltip": {
|
||||||
|
"mode": "single"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"alias": "",
|
||||||
|
"bucketAggs": [
|
||||||
|
{
|
||||||
|
"field": "labels.to",
|
||||||
|
"id": "6",
|
||||||
|
"settings": {
|
||||||
|
"min_doc_count": "1",
|
||||||
|
"order": "desc",
|
||||||
|
"orderBy": "_term",
|
||||||
|
"size": "10"
|
||||||
|
},
|
||||||
|
"type": "terms"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field": "@timestamp",
|
||||||
|
"id": "2",
|
||||||
|
"settings": {
|
||||||
|
"interval": "auto",
|
||||||
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
|
},
|
||||||
|
"type": "date_histogram"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"datasource": {
|
||||||
|
"type": "elasticsearch",
|
||||||
|
"uid": "${DS_DS_ELASTICSEARCH}"
|
||||||
|
},
|
||||||
|
"metrics": [
|
||||||
|
{
|
||||||
|
"field": "rpc_netapp_error_counter",
|
||||||
|
"hide": true,
|
||||||
|
"id": "1",
|
||||||
|
"type": "sum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"field": "1",
|
||||||
|
"hide": false,
|
||||||
|
"id": "5",
|
||||||
|
"pipelineAgg": "1",
|
||||||
|
"type": "derivative"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"query": "processor.event:metric",
|
||||||
|
"refId": "A",
|
||||||
|
"timeField": "@timestamp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "RPC errors (network layer)",
|
||||||
|
"type": "timeseries"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
|
@ -1751,7 +2202,7 @@
|
||||||
"h": 9,
|
"h": 9,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 29
|
"y": 38
|
||||||
},
|
},
|
||||||
"id": 13,
|
"id": 13,
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -1784,7 +2235,8 @@
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"min_doc_count": "0",
|
||||||
|
"trimEdges": "1"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -1873,7 +2325,7 @@
|
||||||
"h": 9,
|
"h": 9,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 6,
|
"x": 6,
|
||||||
"y": 29
|
"y": 38
|
||||||
},
|
},
|
||||||
"id": 16,
|
"id": 16,
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -1940,7 +2392,6 @@
|
||||||
"custom": {
|
"custom": {
|
||||||
"axisLabel": "",
|
"axisLabel": "",
|
||||||
"axisPlacement": "auto",
|
"axisPlacement": "auto",
|
||||||
"axisSoftMin": 0,
|
|
||||||
"barAlignment": 0,
|
"barAlignment": 0,
|
||||||
"drawStyle": "line",
|
"drawStyle": "line",
|
||||||
"fillOpacity": 0,
|
"fillOpacity": 0,
|
||||||
|
@ -1988,9 +2439,9 @@
|
||||||
"h": 9,
|
"h": 9,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 12,
|
"x": 12,
|
||||||
"y": 29
|
"y": 38
|
||||||
},
|
},
|
||||||
"id": 21,
|
"id": 9,
|
||||||
"options": {
|
"options": {
|
||||||
"legend": {
|
"legend": {
|
||||||
"calcs": [],
|
"calcs": [],
|
||||||
|
@ -2005,23 +2456,12 @@
|
||||||
{
|
{
|
||||||
"alias": "",
|
"alias": "",
|
||||||
"bucketAggs": [
|
"bucketAggs": [
|
||||||
{
|
|
||||||
"field": "labels.to",
|
|
||||||
"id": "6",
|
|
||||||
"settings": {
|
|
||||||
"min_doc_count": "1",
|
|
||||||
"order": "desc",
|
|
||||||
"orderBy": "_term",
|
|
||||||
"size": "10"
|
|
||||||
},
|
|
||||||
"type": "terms"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"field": "@timestamp",
|
"field": "@timestamp",
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto",
|
"interval": "auto",
|
||||||
"min_doc_count": "0"
|
"trimEdges": "2"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -2032,15 +2472,14 @@
|
||||||
},
|
},
|
||||||
"metrics": [
|
"metrics": [
|
||||||
{
|
{
|
||||||
"field": "rpc_netapp_error_counter",
|
"field": "admin_http_requests_total",
|
||||||
"hide": true,
|
"hide": true,
|
||||||
"id": "1",
|
"id": "1",
|
||||||
"type": "sum"
|
"type": "sum"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "1",
|
"field": "1",
|
||||||
"hide": false,
|
"id": "3",
|
||||||
"id": "5",
|
|
||||||
"pipelineAgg": "1",
|
"pipelineAgg": "1",
|
||||||
"type": "derivative"
|
"type": "derivative"
|
||||||
}
|
}
|
||||||
|
@ -2050,7 +2489,7 @@
|
||||||
"timeField": "@timestamp"
|
"timeField": "@timestamp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "RPC errors (network layer)",
|
"title": "Admin request rate",
|
||||||
"type": "timeseries"
|
"type": "timeseries"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -2110,7 +2549,7 @@
|
||||||
"h": 9,
|
"h": 9,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 18,
|
"x": 18,
|
||||||
"y": 29
|
"y": 38
|
||||||
},
|
},
|
||||||
"id": 22,
|
"id": 22,
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -2221,7 +2660,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mappings": [],
|
"mappings": [],
|
||||||
"min": 0,
|
|
||||||
"thresholds": {
|
"thresholds": {
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
"steps": [
|
"steps": [
|
||||||
|
@ -2242,118 +2680,7 @@
|
||||||
"h": 9,
|
"h": 9,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 38
|
"y": 47
|
||||||
},
|
|
||||||
"id": 9,
|
|
||||||
"options": {
|
|
||||||
"legend": {
|
|
||||||
"calcs": [],
|
|
||||||
"displayMode": "list",
|
|
||||||
"placement": "bottom"
|
|
||||||
},
|
|
||||||
"tooltip": {
|
|
||||||
"mode": "single"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"targets": [
|
|
||||||
{
|
|
||||||
"alias": "",
|
|
||||||
"bucketAggs": [
|
|
||||||
{
|
|
||||||
"field": "@timestamp",
|
|
||||||
"id": "2",
|
|
||||||
"settings": {
|
|
||||||
"interval": "auto"
|
|
||||||
},
|
|
||||||
"type": "date_histogram"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"datasource": {
|
|
||||||
"type": "elasticsearch",
|
|
||||||
"uid": "${DS_DS_ELASTICSEARCH}"
|
|
||||||
},
|
|
||||||
"metrics": [
|
|
||||||
{
|
|
||||||
"field": "admin_http_requests_total",
|
|
||||||
"hide": true,
|
|
||||||
"id": "1",
|
|
||||||
"type": "sum"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "1",
|
|
||||||
"id": "3",
|
|
||||||
"pipelineAgg": "1",
|
|
||||||
"type": "derivative"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"query": "processor.event:metric",
|
|
||||||
"refId": "A",
|
|
||||||
"timeField": "@timestamp"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"title": "Admin request rate",
|
|
||||||
"type": "timeseries"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"datasource": {
|
|
||||||
"type": "elasticsearch",
|
|
||||||
"uid": "${DS_DS_ELASTICSEARCH}"
|
|
||||||
},
|
|
||||||
"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": 6,
|
|
||||||
"x": 6,
|
|
||||||
"y": 38
|
|
||||||
},
|
},
|
||||||
"id": 10,
|
"id": 10,
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -2401,7 +2728,8 @@
|
||||||
"field": "@timestamp",
|
"field": "@timestamp",
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"settings": {
|
"settings": {
|
||||||
"interval": "auto"
|
"interval": "auto",
|
||||||
|
"trimEdges": "2"
|
||||||
},
|
},
|
||||||
"type": "date_histogram"
|
"type": "date_histogram"
|
||||||
}
|
}
|
||||||
|
@ -2509,114 +2837,6 @@
|
||||||
],
|
],
|
||||||
"title": "Event duration",
|
"title": "Event duration",
|
||||||
"type": "timeseries"
|
"type": "timeseries"
|
||||||
},
|
|
||||||
{
|
|
||||||
"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": [],
|
|
||||||
"min": 0,
|
|
||||||
"thresholds": {
|
|
||||||
"mode": "absolute",
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"color": "green",
|
|
||||||
"value": null
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"color": "red",
|
|
||||||
"value": 80
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"overrides": []
|
|
||||||
},
|
|
||||||
"gridPos": {
|
|
||||||
"h": 9,
|
|
||||||
"w": 12,
|
|
||||||
"x": 12,
|
|
||||||
"y": 38
|
|
||||||
},
|
|
||||||
"id": 23,
|
|
||||||
"options": {
|
|
||||||
"legend": {
|
|
||||||
"calcs": [],
|
|
||||||
"displayMode": "list",
|
|
||||||
"placement": "bottom"
|
|
||||||
},
|
|
||||||
"tooltip": {
|
|
||||||
"mode": "single"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"targets": [
|
|
||||||
{
|
|
||||||
"alias": "",
|
|
||||||
"bucketAggs": [
|
|
||||||
{
|
|
||||||
"field": "@timestamp",
|
|
||||||
"id": "2",
|
|
||||||
"settings": {
|
|
||||||
"interval": "auto"
|
|
||||||
},
|
|
||||||
"type": "date_histogram"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"datasource": {
|
|
||||||
"type": "elasticsearch",
|
|
||||||
"uid": "${DS_DS_ELASTICSEARCH}"
|
|
||||||
},
|
|
||||||
"metrics": [
|
|
||||||
{
|
|
||||||
"field": "block_corruption_counter",
|
|
||||||
"hide": true,
|
|
||||||
"id": "1",
|
|
||||||
"type": "sum"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"field": "1",
|
|
||||||
"id": "3",
|
|
||||||
"pipelineAgg": "1",
|
|
||||||
"type": "derivative"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"query": "processor.event:metric",
|
|
||||||
"refId": "A",
|
|
||||||
"timeField": "@timestamp"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"title": "Data corruptions detected",
|
|
||||||
"type": "timeseries"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"refresh": "10s",
|
"refresh": "10s",
|
||||||
|
@ -2634,6 +2854,6 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Garage",
|
"title": "Garage",
|
||||||
"uid": "ODT8K4B7e",
|
"uid": "ODT8K4B7e",
|
||||||
"version": 12,
|
"version": 13,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
Loading…
Reference in a new issue