Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"dashboard": {
|
|
"title": "Kedge Device Mutations",
|
|
"uid": "kedge-device-mutations",
|
|
"panels": [
|
|
{
|
|
"title": "Network Mutations (rate)",
|
|
"type": "graph",
|
|
"targets": [{"expr": "rate(kedge_quartermaster_network_mutations_total[5m])"}]
|
|
},
|
|
{
|
|
"title": "Total Network Mutations",
|
|
"type": "stat",
|
|
"targets": [{"expr": "kedge_quartermaster_network_mutations_total"}]
|
|
}
|
|
]
|
|
}
|
|
}
|