MetricsRuntimeCount=stats.Int64("nakama/runtime/count","Number of pooled runtime instances",stats.UnitDimensionless)
MetricsRuntimeMatchCount=stats.Int64("nakama/runtime/match_count","Number of authoritative matches running",stats.UnitDimensionless)
MetricsRuntimeEventsDroppedCount=stats.Int64("nakama/runtime/events_dropped_count","Number of events dropped by the events processor pool",stats.UnitDimensionless)
MetricsSocketWsTimeSpentMsec=stats.Float64("nakama.socket/ws/server_elapsed_time","Elapsed time in msecs spent in WebSocket connections",stats.UnitMilliseconds)
MetricsSocketWsOpenCount=stats.Int64("nakama.socket/ws/open_count","Number of opened WebSocket connections",stats.UnitDimensionless)
MetricsSocketWsCloseCount=stats.Int64("nakama.socket/ws/close_count","Number of closed WebSocket connections",stats.UnitDimensionless)