Skip to content

Commit

Permalink
Merge branch 'main' into chore/primary-branch-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
elnyry-sam-k authored Apr 4, 2024
2 parents 34ff889 + 2be94f3 commit 811fe78
Showing 1 changed file with 31 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "(\n sum(rate(namedprocess_namegroup_cpu_seconds_total[1m])) by (groupname,nodename)\n / on (nodename) group_left\n instance_nodename:node_cpu_seconds:rate1m \n) > 0.7",
"expr": "(\n sum(rate(namedprocess_namegroup_cpu_seconds_total[1m])) by (groupname,nodename)\n / on (nodename) group_left\n sum(rate(node_cpu_seconds_total[1m])) by (nodename)\n) > 0.7",
"hide": false,
"instant": false,
"legendFormat": "{{nodename}}:{{groupname}}",
Expand Down Expand Up @@ -642,7 +642,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "(\n namedprocess_namegroup_memory_bytes{memtype=\"resident\"} \n / on (nodename) group_left\n instance_nodename:node_memory_MemTotal_bytes\n) > 0.7\n",
"expr": "(\n namedprocess_namegroup_memory_bytes{memtype=\"resident\"} \n / on (nodename) group_left\n node_memory_MemTotal_bytes\n) > 0.7\n",
"instant": false,
"legendFormat": "{{nodename}}:{{groupname}}",
"range": true,
Expand Down Expand Up @@ -824,7 +824,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -945,7 +946,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1039,7 +1041,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1133,7 +1136,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1228,7 +1232,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1324,7 +1329,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1419,7 +1425,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1516,7 +1523,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1610,7 +1618,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1707,7 +1716,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1801,7 +1811,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1897,7 +1908,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1982,7 +1994,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -2067,7 +2080,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -2156,7 +2170,7 @@
"timepicker": {},
"timezone": "",
"title": "Performance Troubleshooting",
"uid": "f1068daf-16a2-4e52-9a57-1a6620925845-01",
"uid": "f1068daf-16a2-4e52-9a57-1a6620925845-02",
"version": 1,
"weekStart": ""
}

0 comments on commit 811fe78

Please sign in to comment.