OpenLiberty / liberty-bikes

Real-time web based multiplayer game running on OpenLiberty
http://libertybikes.mybluemix.net
Eclipse Public License 1.0
37 stars 38 forks source link

Enable MP Metrics and add some application specific metrics #199

Closed olendvcook closed 5 years ago

olendvcook commented 5 years ago

Added the following Application Metrics:

Count logins from Google, Twitter, Facebook, NoAuth -> Counter Num of Players that have played -> Counter Total Num of Parties Created -> Counter Total Num of Round Created -> Counter Num of rounds that exist right now ->Counter Num of players connected right now -> Counter Average Round length -> Timer Num of players in a queue -> Counter GameRoundWebsock.onMessage() -> Metered Average Total Time a Websocket is open -> Timer Count mobile vs non mobile players -> Counter

aguibert commented 5 years ago

for #186