Skip to content

Commit

Permalink
PMM-12280 clean up the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Tymchuk committed Jul 11, 2023
1 parent 9128984 commit e76b98f
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions dashboards/Insight/Home_Dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3703,7 +3703,7 @@
"align": "auto",
"displayMode": "auto",
"inspect": false,
"minWidth": 120
"minWidth": 110
},
"mappings": [],
"noValue": "-",
Expand Down Expand Up @@ -4115,7 +4115,7 @@
"exemplar": false,
"expr": "(node_memory_MemTotal_bytes{node_name=~\"$node_name\"} or (rdsosmetrics_memory_total{node_name=~\"$node_name\"}*1024)) * on(node_name) group_left(environment,service_name) (up{node_name=~\"$node_name\",service_type=~\"mysql|mongodb|postgresql|proxysql|haproxy|external\",job=~\".*_hr$|^external.*\",environment=~\"$environment\"}) ",
"format": "table",
"hide": true,
"hide": false,
"instant": true,
"interval": "$interval",
"legendFormat": "RAM",
Expand Down Expand Up @@ -4379,9 +4379,8 @@
{
"allFormat": "glob",
"current": {
"isNone": true,
"selected": false,
"text": "None",
"text": "",
"value": ""
},
"datasource": "Metrics",
Expand Down Expand Up @@ -4409,8 +4408,8 @@
"allFormat": "glob",
"current": {
"selected": false,
"text": "pmm-server",
"value": "pmm-server"
"text": "",
"value": ""
},
"datasource": "Metrics",
"definition": "label_values(pg_up{node_name=~\"$node_name\"}, node_name)",
Expand All @@ -4436,9 +4435,8 @@
{
"allFormat": "glob",
"current": {
"isNone": true,
"selected": false,
"text": "None",
"text": "",
"value": ""
},
"datasource": "Metrics",
Expand All @@ -4465,9 +4463,8 @@
{
"allFormat": "glob",
"current": {
"isNone": true,
"selected": false,
"text": "None",
"text": "",
"value": ""
},
"datasource": "Metrics",
Expand All @@ -4494,9 +4491,8 @@
{
"allFormat": "glob",
"current": {
"isNone": true,
"selected": false,
"text": "None",
"text": "",
"value": ""
},
"datasource": "Metrics",
Expand Down Expand Up @@ -4524,8 +4520,8 @@
"allFormat": "glob",
"current": {
"selected": false,
"text": "pmm-server",
"value": "pmm-server"
"text": "",
"value": ""
},
"datasource": "Metrics",
"definition": "label_values(up{node_name=~\"$node_name\"}, node_name)",
Expand Down

0 comments on commit e76b98f

Please sign in to comment.