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
var ERRORED
var SUCCESSFUL
var TIMED_OUT