Skip to content

Commit 6e1d9c2

Browse files
authored
feat(kilo-ops): promote kiloclaw dashboards to production Grafana (#2832)
* feat(kilo-ops): promote kiloclaw dashboards to production Grafana * fix(grafana): use indexed column and time-bound dropdowns in kiloclaw dashboards * fix(grafana): drop \$interval_s and \$timeFilter macros that CF AE rejects
1 parent 6a50298 commit 6e1d9c2

5 files changed

Lines changed: 3071 additions & 62 deletions

File tree

dev/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ services:
2525
restart: unless-stopped
2626

2727
grafana:
28-
image: grafana/grafana:latest
28+
image: grafana/grafana-oss:13.0.1
2929
container_name: grafana
3030
restart: unless-stopped
3131
profiles: ['grafana']
3232
environment:
3333
TERM: linux
34-
GF_PLUGINS_PREINSTALL: grafana-clock-panel,grafana-polystat-panel,vertamedia-clickhouse-datasource
34+
GF_PLUGINS_PREINSTALL: grafana-clock-panel,grafana-polystat-panel,vertamedia-clickhouse-datasource@3.4.11
3535
CF_ACCOUNT_ID: ${CF_ACCOUNT_ID:-e115e769bcdd4c3d66af59d3332cb394}
3636
CF_AE_TOKEN: ${CF_AE_TOKEN:-}
3737
GRAFANA_CLICKHOUSE_SECURE: ${GRAFANA_CLICKHOUSE_SECURE:-true}

0 commit comments

Comments
 (0)