oopise, actually register unique server requests metric
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s
This commit is contained in:
@ -46,6 +46,7 @@ public class MetricService {
|
||||
registerMetric(new CpuUsageMetric());
|
||||
registerMetric(new ConnectedSocketsMetric());
|
||||
registerMetric(new UniquePlayerLookupsMetric());
|
||||
registerMetric(new UniqueServerLookupsMetric());
|
||||
|
||||
// Load the metrics from Redis
|
||||
loadMetrics();
|
||||
|
Reference in New Issue
Block a user