Module server.metrics
Prometheus metric definitions
Classes
class MatchLaunch
-
Expand source code
class MatchLaunch: SUCCESSFUL = "successful" TIMED_OUT = "timed out" ABORTED_BY_PLAYER = "aborted by player" ERRORED = "errored"
Class variables
var ABORTED_BY_PLAYER
-
The type of the None singleton.
var ERRORED
-
The type of the None singleton.
var SUCCESSFUL
-
The type of the None singleton.
var TIMED_OUT
-
The type of the None singleton.