Add GPose Together capabilities to server (#32)

* most of gpose together impl

* some metrics and fixes

* api

---------

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon
2025-01-19 14:31:07 +01:00
committed by Loporrit
parent c12559afcc
commit 4b0c5f6199
7 changed files with 324 additions and 3 deletions

View File

@@ -41,4 +41,6 @@ public class MetricsAPI
public const string CounterFileRequests = "mare_files_requests";
public const string CounterFileRequestSize = "mare_files_request_size";
public const string CounterAccountsCreated = "mare_accounts_created";
public const string GaugeGposeLobbies = "mare_gpose_lobbies";
public const string GaugeGposeLobbyUsers = "mare_gpose_lobby_users";
}