Deploy Agent Dashboard
Agent-operator exports custom Prometheus metrics for AgentInstance CRD monitoring and includes a pre-configured Grafana dashboard with interactive visualizations for observability and system health tracking.
Requirements
- Agent-operator deployed and running
- Prometheus installed in the Kubernetes cluster
- Grafana configured to access Prometheus
Procedure from CLI
This guide uses the observability-system namespace. You can replace it with your preferred monitoring namespace if needed.
Deploy the dashboard
Apply the Grafana dashboard ConfigMap:
kubectl apply -f https://docs.resiliency.io/manifests/v1.3.0/grafana-agent-dashboard.yaml -n observability-system