Skip to content

Commit

Permalink
rmonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Apr 7, 2022
1 parent e850a55 commit 839563b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
41 changes: 31 additions & 10 deletions src/main/assembly/dashboard/grafana/dashboards/cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 2,
"iteration": 1649166915069,
"id": 5,
"iteration": 1649303966393,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -58,7 +58,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
"mode": "fixed"
},
"mappings": [],
"thresholds": {
Expand Down Expand Up @@ -143,7 +143,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
"mode": "fixed"
},
"mappings": [],
"thresholds": {
Expand Down Expand Up @@ -1017,9 +1017,30 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"mode": "fixed"
},
"mappings": [
{
"options": {
"fail": {
"color": "red",
"index": 1,
"text": "fail"
},
"fail?": {
"color": "red",
"index": 2,
"text": "pfail"
},
"ok": {
"color": "green",
"index": 0,
"text": "ok"
}
},
"type": "value"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -1040,7 +1061,7 @@
},
"id": 5,
"options": {
"colorMode": "none",
"colorMode": "value",
"graphMode": "none",
"justifyMode": "auto",
"orientation": "horizontal",
Expand Down Expand Up @@ -1097,7 +1118,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
"mode": "fixed"
},
"mappings": [],
"thresholds": {
Expand Down Expand Up @@ -4045,7 +4066,7 @@
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"sort": 1,
"type": "query"
}
]
Expand Down
6 changes: 1 addition & 5 deletions src/main/assembly/dashboard/grafana/dashboards/endpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,7 @@
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "instance0",
"value": "instance0"
},
"current": {},
"datasource": {
"type": "influxdb",
"uid": "P3C6603E967DC8568"
Expand Down
7 changes: 1 addition & 6 deletions src/main/assembly/dashboard/grafana/dashboards/memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,12 +888,7 @@
"templating": {
"list": [
{
"current": {
"isNone": true,
"selected": false,
"text": "None",
"value": ""
},
"current": {},
"datasource": {
"type": "influxdb",
"uid": "P3C6603E967DC8568"
Expand Down

0 comments on commit 839563b

Please sign in to comment.