Skip to content

Commit

Permalink
fix pgsql-instance cpu stats link to cpu core panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonng committed May 15, 2024
1 parent 3b50e17 commit 7966053
Showing 1 changed file with 27 additions and 15 deletions.
42 changes: 27 additions & 15 deletions files/grafana/pgsql/pgsql-instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -3347,7 +3347,7 @@
"links": [
{
"title": "PGSQL Instance : Pressure for ${__field.labels.ins}",
"url": "/d/pgsql-instance?var-ins=${__field.labels.ins}&viewPanel=38&${__url_time_range}"
"url": "/d/pgsql-instance?var-ins=${__field.labels.ins}&viewPanel=72&${__url_time_range}"
}
],
"mappings": [
Expand Down Expand Up @@ -7744,6 +7744,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -7781,7 +7782,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
},
{
"color": "red",
Expand All @@ -7797,7 +7799,7 @@
"h": 7,
"w": 12,
"x": 0,
"y": 88
"y": 25
},
"id": 72,
"options": {
Expand Down Expand Up @@ -7846,6 +7848,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -7882,7 +7885,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
}
]
},
Expand All @@ -7894,7 +7898,7 @@
"h": 7,
"w": 12,
"x": 12,
"y": 88
"y": 25
},
"id": 92,
"options": {
Expand Down Expand Up @@ -7951,6 +7955,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -7988,7 +7993,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
}
]
},
Expand Down Expand Up @@ -8041,7 +8047,7 @@
"h": 8,
"w": 12,
"x": 0,
"y": 95
"y": 32
},
"id": 68,
"options": {
Expand Down Expand Up @@ -8103,6 +8109,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -8138,7 +8145,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
}
]
}
Expand Down Expand Up @@ -8227,7 +8235,7 @@
"h": 8,
"w": 12,
"x": 12,
"y": 95
"y": 32
},
"id": 94,
"options": {
Expand Down Expand Up @@ -8273,6 +8281,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -8316,7 +8325,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
}
]
},
Expand All @@ -8328,7 +8338,7 @@
"h": 7,
"w": 12,
"x": 0,
"y": 103
"y": 40
},
"id": 66,
"options": {
Expand Down Expand Up @@ -8372,6 +8382,7 @@
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand Down Expand Up @@ -8409,7 +8420,8 @@
"mode": "absolute",
"steps": [
{
"color": "#346f36cc"
"color": "#346f36cc",
"value": null
}
]
},
Expand Down Expand Up @@ -8482,7 +8494,7 @@
"h": 7,
"w": 12,
"x": 12,
"y": 103
"y": 40
},
"id": 96,
"links": [
Expand Down Expand Up @@ -8630,7 +8642,7 @@
"h": 9,
"w": 10,
"x": 0,
"y": 110
"y": 47
},
"id": 90,
"links": [
Expand Down Expand Up @@ -8738,7 +8750,7 @@
"h": 9,
"w": 14,
"x": 10,
"y": 110
"y": 47
},
"id": 88,
"options": {
Expand Down

0 comments on commit 7966053

Please sign in to comment.