From ac397f4360cc240062b6b17781d510fa8d1a8fb5 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 8 Aug 2023 21:16:14 +0200 Subject: [PATCH] WIP:brokers --- kafka-brokers.json | 58 +++++++++++----------------------------------- 1 file changed, 14 insertions(+), 44 deletions(-) diff --git a/kafka-brokers.json b/kafka-brokers.json index 13cbb5d..5682b31 100644 --- a/kafka-brokers.json +++ b/kafka-brokers.json @@ -683,33 +683,10 @@ "mode": "palette-classic" }, "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" } }, "decimals": 0, @@ -726,19 +703,6 @@ } ], "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, "unit": "partitions" }, "overrides": [] @@ -752,13 +716,17 @@ "id": 124, "options": { "legend": { + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "pieType": "pie", + "reduceOptions": { "calcs": [ - "lastNotNull", - "max" + "lastNotNull" ], - "displayMode": "table", - "placement": "bottom", - "showLegend": true + "fields": "", + "values": false }, "tooltip": { "mode": "single", @@ -783,7 +751,7 @@ } ], "title": "Leader Count", - "type": "timeseries" + "type": "piechart" }, { "datasource": { @@ -2663,7 +2631,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -2762,7 +2731,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", -- 2.20.1