feat(grafana): add Kubernetes Cluster Metrics dashboard #5
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/k8s-dashboard-metrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Node status, running pods, and per-node CPU/memory (grouped by instance, id="/" root cgroup) for the Kubernetes Cluster Metrics dashboard.
Auto-loaded by the grafana-sc-dashboard sidecar (NAMESPACE=ALL watch, label grafana_dashboard=1) -- no ArgoCD-side wiring needed beyond this file landing in ns olly.
Queries verified against the live VictoriaMetrics instance before writing this, not guessed -- caught and fixed a wrong label (container_cpu_usage_seconds_total/container_memory_usage_bytes group by
instance, notnode; olly namespace has nonodelabel at all).