Skip to content

Commit 07b4fef

Browse files
authored
Update Kafka mixin to use React based panels (#1129)
* Move existing dashboards to new subfolder These dashboards all have and use older Angular based panels (graph and table-old) * Add flattened json dashboards, all updated to use react based panels * Add missing newline * Fix lint-fmt issue
1 parent 1c92cc2 commit 07b4fef

12 files changed

+19767
-6
lines changed

kafka-mixin/dashboards/connect-overview.json

Lines changed: 6265 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
(import 'connect-overview.libsonnet') +
2-
(import 'kafka-overview.libsonnet') +
1+
// # Libsonnet dashboards targetting the correct Grafana schema. Outdated dashboards can be found in old-dashboards/
32
(import 'kafka-lag-overview.libsonnet') +
4-
(import 'kafka-topics.libsonnet') +
5-
(import 'ksqldb-overview.libsonnet') +
6-
(import 'schema-registry-overview.libsonnet') +
7-
(import 'zookeeper-overview.libsonnet')
3+
(import 'zookeeper-overview.libsonnet') +
4+
{
5+
grafanaDashboards+:: {
6+
'connect-overview.json': (import 'connect-overview.json'),
7+
'kafka-ksqldb-overview.json': (import 'kafka-ksqldb-overview.json'),
8+
'kafka-overview.json': (import 'kafka-overview.json'),
9+
'kafka-topics.json': (import 'kafka-topics.json'),
10+
'schema-registry-overview.json': (import 'schema-registry-overview.json'),
11+
},
12+
}

0 commit comments

Comments
 (0)