WIP:burrow-uis
authorKai Moritz <kai@juplo.de>
Fri, 24 Feb 2023 22:16:16 +0000 (23:16 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 24 Feb 2023 22:16:16 +0000 (23:16 +0100)
README.burrow [new file with mode: 0644]
burrow-stats.json [new file with mode: 0644]

diff --git a/README.burrow b/README.burrow
new file mode 100644 (file)
index 0000000..588d278
--- /dev/null
@@ -0,0 +1,6 @@
+Dashboards:
+
+Kacke: docker run --name foo --rm --net monitoring_default -e BURROW_BACKEND=http://burrow:8080 -p 8888:80 joway/burrow-dashboard
+Gesperrt: docker run --name foo --rm --net monitoring_default -e BURROW_HOME=http://burrow:8080/v3/kafka -p 8888:3000 generalmills/burrowui
+
+
diff --git a/burrow-stats.json b/burrow-stats.json
new file mode 100644 (file)
index 0000000..a951d32
--- /dev/null
@@ -0,0 +1,27 @@
+{
+  "consumers": [
+    {
+      "name": "consumer_name_1",
+      "status": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_1/status",
+      "consumer_group_offset": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_1/topic/topic_name_1",
+      "topic_offset": "http://burrow-host:8000/v2/kafka/cluster_name/topic/topic_name_1"
+    },
+    {
+      "name": "consumer_name_2",
+      "status": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_2/status",
+      "consumer_group_offset": "http://burrow-host:8000/v2/kafka/cluster_name/consumer/consumer_name_2/topic/topic_name_2",
+      "topic_offset": "http://burrow-host:8000/v2/kafka/cluster_name/topic/topic_name_2"
+    }
+  ],
+  "chartOptions": {
+    "scaleOverride": false,
+    "scaleFontSize": 14,
+    "scaleSteps": null,
+    "scaleStepWidth": null,
+    "scaleStartValue": null
+  },
+  "burrowStatsOptions": {
+    "pollInterval": 60,
+    "cacheBinSize": 30
+  }
+}