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
454 B
JSON
18 lines
454 B
JSON
{
|
|
"dashboard": {
|
|
"title": "Kedge Session Transits",
|
|
"uid": "kedge-session-transits",
|
|
"panels": [
|
|
{
|
|
"title": "Session Transits (rate)",
|
|
"type": "graph",
|
|
"targets": [{"expr": "rate(kedge_quartermaster_session_transits_total[5m])"}]
|
|
},
|
|
{
|
|
"title": "Total Session Transits",
|
|
"type": "stat",
|
|
"targets": [{"expr": "kedge_quartermaster_session_transits_total"}]
|
|
}
|
|
]
|
|
}
|
|
}
|