Commit Graph

1 Commits

Author SHA1 Message Date
douxu 98a28b62eb feat: add Grafana Alloy log collection manifests for K8s
- add alloy-daemonset to run Alloy on every node via DaemonSet
  - add alloy-configmap to scrape Pod logs through the K8s API and parse
    zap JSON fields (level, traceID, pod, namespace) into Loki labels
  - add alloy-rbac granting pods/log read access for log collection
  - forward parsed logs to loki-service for Grafana querying
2026-06-22 16:06:09 +08:00