Merge pull request #16647 from AffectedArc07/514-patch

The 514 patch
This commit is contained in:
Fox McCloud
2021-09-08 09:14:26 -04:00
committed by GitHub
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ SUBSYSTEM_DEF(metrics)
var/list/out = list()
out["@timestamp"] = time_stamp() // This is required by ElasticSearch, complete with this name. DO NOT REMOVE THIS.
out["cpu"] = world.cpu
// out["maptick"] = world.map_cpu // TODO: 514
out["maptick"] = world.map_cpu
out["elapsed_processed"] = world.time
out["elapsed_real"] = (REALTIMEOFDAY - world_init_time)
out["client_count"] = length(GLOB.clients)