Skip to main content
Last updated on July 3, 2025

Session Browser Events 0.1.0 documentation

Published Messages (sessionBrowser)

The service publishes one of these messages below.

gameSessionMetricUpdated

Contains fields from and the following payload.

Example value
{
"payload": {
"gameSessionCount": {
"matchmaking": 0,
"customGame": 0,
"p2p": 0
}
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}

payload

NameTypeDescription
gameSessionCountobject-
payload.gameSessionCount
NameTypeDescription
matchmakinginteger-
customGameinteger-
p2pinteger-

Schemas