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:
parent
4fd66dffd3
commit
c91a4afdf9
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user