Skip to content

Commit

Permalink
changed threholds type to array
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-bandlamudi-nr committed Dec 10, 2024
1 parent db1329a commit 26081b4
Showing 1 changed file with 22 additions and 74 deletions.
96 changes: 22 additions & 74 deletions entity-types/ext-fluentbit/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -132,9 +130,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -171,9 +167,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -210,9 +204,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "BYTES"
},
Expand Down Expand Up @@ -268,9 +260,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -307,9 +297,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -346,9 +334,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "BYTES"
},
Expand Down Expand Up @@ -388,9 +374,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "REQUESTS_PER_MINUTE"
},
Expand Down Expand Up @@ -446,9 +430,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -485,9 +467,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -524,9 +504,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "BYTES"
},
Expand Down Expand Up @@ -566,9 +544,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -605,9 +581,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -644,9 +618,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -683,9 +655,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -722,9 +692,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -777,9 +745,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "BYTES"
},
Expand Down Expand Up @@ -827,17 +793,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true,
"thresholds": [
{
"from": 0.95,
"name": "Mem buf overlimit",
"severity": "critical",
"to": 1.05
}
]
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -874,9 +830,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -913,9 +867,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down Expand Up @@ -952,9 +904,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"units": {
"unit": "BYTES"
},
Expand Down Expand Up @@ -994,9 +944,7 @@
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"thresholds": [],
"yAxisLeft": {
"zero": true
},
Expand Down

0 comments on commit 26081b4

Please sign in to comment.