fix: wire live mode and Grafana to the generated data stream
CI & Release / Verify simulator (push) Successful in 11s
CI & Release / Trivy scan (push) Successful in 9s
CI & Release / Semantic Release (push) Successful in 5s

Use the real hive column name (`drone`) in the prototype's live query
and pin the Grafana datasource uid to `swarm-prom` so provisioned
dashboards resolve their Prometheus source in k3d.
This commit is contained in:
2026-07-08 20:34:37 +01:00
parent 9f99d132e3
commit bcd956d11a
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -298,8 +298,12 @@ resource "kubernetes_config_map" "grafana_provisioning" {
data = {
"datasource.yml" = <<-EOT
apiVersion: 1
deleteDatasources:
- name: Prometheus
orgId: 1
datasources:
- name: Prometheus
uid: swarm-prom
type: prometheus
access: proxy
url: http://prometheus:9090