-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add controller performance metrics (#391)
* Added GameServer control performance metrics; Updated Grafana dashboard * Update monitoring documentation; Refactor non-active handling * Update yaml * Fix capitalization * Revert extra changes triggering installfile alret * Handle dereferencing; Add util funciton; Remove repeated lines * Add pointers * Decreasing time diff * PR Updates; Rename deleteSum; Fix GS state update; * Add patching exception * Change metric emission to nodeagent * Update dashboard * Revert test * Cleanup deletes * Minor tweaks * Conditional * PR Suggested changes * Remove spacing added to gameserverbuild * Remove empty line in nodeagent * Renaming * Update dashboard * Remove metric Co-authored-by: Dimitris-Ilias Gkanatsios <[email protected]>
- Loading branch information
1 parent
e038492
commit 15336f7
Showing
6 changed files
with
1,006 additions
and
695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,8 @@ installfilesdev | |
|
||
.uptodate | ||
|
||
# vscode settings | ||
.vscode | ||
|
||
# allocator compiled plugin | ||
kubectl-gameserver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.