mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-11 03:57:22 +01:00
add gauge
This commit is contained in:
parent
d2c90a332a
commit
9330a883a5
1 changed files with 2 additions and 1 deletions
|
|
@ -303,7 +303,8 @@ public class Startup
|
|||
MetricsAPI.GaugeUserPairCacheUsers,
|
||||
MetricsAPI.GaugeGposeLobbies,
|
||||
MetricsAPI.GaugeGposeLobbyUsers,
|
||||
MetricsAPI.GaugeHubConcurrency
|
||||
MetricsAPI.GaugeHubConcurrency,
|
||||
MetricsAPI.GaugeHubQueuedConcurrency,
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue