mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 16:37:23 +01:00
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:
parent
355d34c730
commit
0411b55e6b
7 changed files with 325 additions and 3 deletions
|
|
@ -46,4 +46,6 @@ public class MetricsAPI
|
|||
public const string GaugeUserPairCacheEntries = "mare_pairscache_entries";
|
||||
public const string CounterUserPairCacheNewEntries = "mare_pairscache_new_entries";
|
||||
public const string CounterUserPairCacheUpdatedEntries = "mare_pairscache_updated_entries";
|
||||
public const string GaugeGposeLobbies = "mare_gpose_lobbies";
|
||||
public const string GaugeGposeLobbyUsers = "mare_gpose_lobby_users";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue