kedge/monitoring/grafana/dashboards/drift-detection.json
Tyler King 6058e62348 Initial commit: Kedge network automation platform
Go-based network automation with YANG models, gRPC, Ansible,
Terraform, and Kubernetes integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 12:09:30 -05:00

20 lines
570 B
JSON

{
"dashboard": {
"title": "Kedge Drift Detection",
"uid": "kedge-drift-detection",
"description": "Compares YANG desired state to actual device config. Populated by underlay-audit playbook.",
"panels": [
{
"title": "Managed VLAN Interfaces",
"type": "stat",
"targets": [{"expr": "kedge_vlan_interface_count"}]
},
{
"title": "Drift Events",
"type": "graph",
"description": "Placeholder — requires drift detection metrics from audit pipeline",
"targets": []
}
]
}
}