Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
570 B
JSON
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": []
|
|
}
|
|
]
|
|
}
|
|
}
|