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
381 B
JSON
18 lines
381 B
JSON
{
|
|
"dashboard": {
|
|
"title": "Kedge Mesh Health",
|
|
"uid": "kedge-mesh-health",
|
|
"panels": [
|
|
{
|
|
"title": "Active WireGuard Peers",
|
|
"type": "stat",
|
|
"targets": [{"expr": "kedge_mesh_peer_count"}]
|
|
},
|
|
{
|
|
"title": "Tunnel Status",
|
|
"type": "table",
|
|
"targets": [{"expr": "kedge_mesh_tunnel_up"}]
|
|
}
|
|
]
|
|
}
|
|
}
|