Skip to content

Commit

Permalink
Dashboard fix for client perf graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
features-not-bugs committed Aug 20, 2021
1 parent f339c9c commit 13c615c
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions res/Grafana-Dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1629489168050,
"iteration": 1629490208300,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1849,7 +1849,13 @@
}
]
],
"tags": []
"tags": [
{
"key": "server",
"operator": "=~",
"value": "/^$server$/"
}
]
}
],
"thresholds": [],
Expand All @@ -1872,6 +1878,7 @@
},
"yaxes": [
{
"$$hashKey": "object:152",
"decimals": 0,
"format": "short",
"label": "FPS",
Expand All @@ -1881,6 +1888,7 @@
"show": true
},
{
"$$hashKey": "object:153",
"format": "short",
"label": null,
"logBase": 1,
Expand Down Expand Up @@ -1993,7 +2001,13 @@
}
]
],
"tags": []
"tags": [
{
"key": "server",
"operator": "=~",
"value": "/^$server$/"
}
]
}
],
"thresholds": [],
Expand Down Expand Up @@ -2384,7 +2398,7 @@
"list": [
{
"current": {
"selected": true,
"selected": false,
"text": "Vital-Rust-Metrics",
"value": "Vital-Rust-Metrics"
},
Expand Down Expand Up @@ -2448,5 +2462,5 @@
"timezone": "browser",
"title": "Vital Rust - Game Server Metrics",
"uid": "nvZajLJGk",
"version": 87
"version": 89
}

0 comments on commit 13c615c

Please sign in to comment.