Get game server metrics
GET/v1/games/:gameId/servers/:serverName/metrics
Returns CPU and memory usage time series for a game server's game-server container over a time window. Metrics are sourced from Prometheus (Grafana Cloud), where the per-node Prometheus agents ship cAdvisor container metrics automatically, so both running and historical (exited) servers are supported as long as the requested window falls within the retention period.
Request
Responses
- 200
- 404
- default
A successful response.
Game server not found.
An unexpected error response.