Skip to content

Commit 073fae8

Browse files
committed
move over to signals for defining the targets
1 parent f9645d9 commit 073fae8

14 files changed

+114
-107
lines changed

clickhouse-mixin/config.libsonnet

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88

99
dashboardTags: [self.uid],
1010
uid: 'clickhouse',
11-
dashboardNamePrefix: 'ClickHouse',
11+
dashboardNamePrefix: 'Clickhouse',
1212
dashboardPeriod: 'now-30m',
1313
dashboardTimezone: 'default',
1414
dashboardRefresh: '1m',
1515
metricsSource: 'prometheus', // metrics source for signals
1616

17-
// Legend panel configuration
18-
legendLabels: ['instance'],
19-
2017
// Logging configuration
2118
enableLokiLogs: true,
2219
extraLogLabels: ['level'], // Required by logs-lib

clickhouse-mixin/dashboards_out/clickhouse-latency.json

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clickhouse-mixin/dashboards_out/clickhouse-overview.json

Lines changed: 28 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clickhouse-mixin/dashboards_out/clickhouse-replica.json

Lines changed: 18 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)