Skip to content

Commit

Permalink
fix: revert change to datasource variable
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Jul 31, 2024
1 parent db824a6 commit 97d0f29
Showing 1 changed file with 15 additions and 26 deletions.
41 changes: 15 additions & 26 deletions grafana/postgres/PG_Details.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,8 +1030,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1127,8 +1126,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1225,8 +1223,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1391,8 +1388,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1583,8 +1579,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1686,8 +1681,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1798,8 +1792,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1958,8 +1951,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2117,8 +2109,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2259,8 +2250,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2367,8 +2357,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -2489,7 +2478,7 @@
},
{
"current": {
"selected": true,
"selected": false,
"text": "iota_ip16_pg1",
"value": "iota_ip16_pg1"
},
Expand Down Expand Up @@ -2519,7 +2508,7 @@
},
{
"current": {
"selected": true,
"selected": false,
"text": [
"All"
],
Expand Down Expand Up @@ -2554,7 +2543,7 @@
]
},
"time": {
"from": "now-15m",
"from": "now-2d",
"to": "now"
},
"timepicker": {
Expand All @@ -2573,6 +2562,6 @@
"timezone": "browser",
"title": "PostgreSQL Details",
"uid": "6jtN_vfiz",
"version": 2,
"version": 3,
"weekStart": ""
}

0 comments on commit 97d0f29

Please sign in to comment.