Skip to content

Commit

Permalink
feat: added experimental grafana dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuchmeier committed Nov 8, 2022
1 parent 7989caa commit fca9152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
},
"editorMode": "code",
"expr": "sum(arma3_antistasi_server_fps{pod=~\"$pod\"}) by (pod)",
"legendFormat": "__auto",
"legendFormat": "{{pod}} - Server FPS",
"range": true,
"refId": "A"
},
Expand All @@ -717,7 +717,7 @@
"editorMode": "code",
"expr": "sum(arma3_antistasi_players{pod=~\"$pod\"}) by (pod)",
"hide": false,
"legendFormat": "__auto",
"legendFormat": "{{pod}} - Players",
"range": true,
"refId": "B"
}
Expand Down Expand Up @@ -818,13 +818,13 @@
]
},
"time": {
"from": "2022-11-08T21:06:05.132Z",
"to": "2022-11-08T21:28:31.799Z"
"from": "now-30m",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "ARMA3 - Antistasi",
"uid": "XnDVdTv4z",
"version": 9,
"version": 10,
"weekStart": ""
}
File renamed without changes.

0 comments on commit fca9152

Please sign in to comment.