Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Counts and Lists Aggregate Values for Fleet Status and GameServerSet Status #3180

Merged
merged 9 commits into from
Jun 1, 2023

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    b79b138 View commit details
    Browse the repository at this point in the history
  2. Updates GameServerSet to only aggregate Counters and Lists on GameSer…

    …ver States Allocated, Ready, or Reserved
    igooch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4b969ea View commit details
    Browse the repository at this point in the history
  3. Update GameServerSet and Fleet to aggregate list values

    Follows fleet.yaml example in github issue googleforgames#2716
    status: # ... usual fleet status values
     counters: # aggregate counter values
       rooms:
         total: 43 # total of count values for key rooms
         capacity: 100 # total capacity count in all GameServers across the fleet rooms key
     lists: # aggregate list values
       players:
         count: 58 # total number of list items in all GameServers across the Fleet under player key
         capacity: 200 # total capacity count in all GameServers across the Fleet player key
       frogs:
         count: 12
         capacity: 88
    igooch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    58e9908 View commit details
    Browse the repository at this point in the history
  4. Generated Files

    igooch committed May 26, 2023
    Configuration menu
    Copy the full SHA
    499cf1c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    e1fb905 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    3380463 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    f93ecca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31614a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702d346 View commit details
    Browse the repository at this point in the history