Set Up Monitoring for KubeBlocks Clusters
This skill is now a thin router / shim for observability.
It exists so older references to kubeblocks-setup-monitoring do not break immediately, but the actual execution path must split into one of two leaf skills:
Route Decision
- If Prometheus / Grafana already exists and should be reused, route to existing-stack.
- If no monitoring base exists, route to bootstrap-stack.
Always be explicit about achieved readiness:
metrics-readyscrape-readydashboard-readyalerting-ready
Do not say "monitoring is done" when only metrics export exists.
Compatibility Note
This shim remains in place to preserve old entry names while the repository migrates to the split observability structure.
For addon-specific exporter notes and older Prometheus Operator examples, see reference.md.