Amazon GameLift is a fully managed service for deploying, operating, and scaling session-based multi-player game servers in the cloud.
Amazon GameLift replaces the work required to host your own game servers, including:
- Buying and setting up hardware.
- Managing ongoing activity, security, storage, and performance tracking.
Auto-scaling capabilities reduces payment on resources that are needed, while ensuring that games are available for new players to join with minimal waiting.
Use the AWS public cloud integration to discover and collect metrics against the AWS service.
External reference
Setup
To set up the AWS integration and discover the AWS service, go to AWS Integration Discovery Profile and select Gamelift Config
.
Event support
CloudTrail event support
- Supported (CreateMatchmakingConfiguration, DeleteMatchmakingConfiguration)
- Configurable in OpsRamp AWS Integration Discovery Profile.
CloudWatch alarm support
- Not Supported
Supported metrics
OpsRamp Metric | Metric Display Name | Unit | Aggregation Type |
---|---|---|---|
aws_gamelift_CurrentTickets Matchmaking requests currently being processed or waiting to be processed. | CurrentTickets | Count | Sum |
aws_gamelift_MatchAcceptancesTimedOut For matchmaking configurations that require acceptance, the potential matches that timed out during acceptance since the last report. | MatchAcceptancesTimedOut | Count | Sum |
aws_gamelift_MatchesAccepted For matchmaking configurations that require acceptance, the potential matches that were accepted since the last report. | MatchesAccepted | Count | Sum |
aws_gamelift_MatchesCreated Potential matches that were created since the last report. | MatchesCreated | Count | Sum |
aws_gamelift_MatchesPlaced Matches that were successfully placed into a game session since the last report. | MatchesPlaced | Count | Sum |
aws_gamelift_MatchesRejected For matchmaking configurations that require acceptance, the potential matches that were rejected by at least one player since the last report. | MatchesRejected | Count | Sum |
aws_gamelift_PlayersStarted Players in matchmaking tickets that were added since the last report. | PlayersStarted | Count | Sum |
aws_gamelift_TicketsFailed Matchmaking requests that resulted in failure since the last report. | TicketsFailed | Count | Sum |
aws_gamelift_TicketsStarted New matchmaking requests that were created since the last report. | TicketsStarted | Count | Sum |
aws_gamelift_TicketsTimedOut Matchmaking requests that reached the timeout limit since the last report. | TicketsTimedOut | Count | Sum |
aws_gamelift_TimeToMatch For matchmaking requests that were put into a potential match before the last report, the amount of time between ticket creation and potential match creation. | TimeToMatch | Seconds | Average |
aws_gamelift_TimeToTicketCancel For matchmaking requests that were canceled before the last report, the amount of time between ticket creation and cancellation. | TimeToTicketCancel | Seconds | Average |
aws_gamelift_TimeToTicketSuccess For matchmaking requests that succeeded before the last report, the amount of time between ticket creation and successful match placement. | TimeToTicketSuccess | Seconds | Average |