Skip to content

Commit

Permalink
feat: collect lif counters
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Apr 20, 2023
1 parent 3007aae commit 9a42865
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 6 deletions.
35 changes: 31 additions & 4 deletions grafana/dashboards/cmode/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1681885457742,
"iteration": 1681988994523,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -2579,7 +2579,34 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "At Home"
},
"properties": [
{
"id": "mappings",
"value": [
{
"options": {
"false": {
"index": 0,
"text": "No"
},
"true": {
"index": 1,
"text": "Yes"
}
},
"type": "value"
}
]
}
]
}
]
},
"gridPos": {
"h": 10,
Expand Down Expand Up @@ -2724,7 +2751,7 @@
"h": 8,
"w": 24,
"x": 0,
"y": 24
"y": 34
},
"id": 261,
"options": {
Expand Down Expand Up @@ -2812,7 +2839,7 @@
"h": 8,
"w": 24,
"x": 0,
"y": 32
"y": 42
},
"id": 262,
"options": {
Expand Down
31 changes: 29 additions & 2 deletions grafana/dashboards/cmode/svm.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1681881434435,
"iteration": 1681989179502,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -1547,7 +1547,34 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "At Home"
},
"properties": [
{
"id": "mappings",
"value": [
{
"options": {
"false": {
"index": 0,
"text": "No"
},
"true": {
"index": 1,
"text": "Yes"
}
},
"type": "value"
}
]
}
]
}
]
},
"gridPos": {
"h": 12,
Expand Down

0 comments on commit 9a42865

Please sign in to comment.