feat: add allocator and ping discovery service#318
Open
Christian R (antiphp) wants to merge 14 commits into
Open
feat: add allocator and ping discovery service#318Christian R (antiphp) wants to merge 14 commits into
Christian R (antiphp) wants to merge 14 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the newly provisioned managed Allocator and Ping (Discovery) services within the Multiplayer Servers architecture docs, and updates existing allocation guides to reference the managed behavior.
Changes:
- Added new architecture pages for Allocators and Ping Services, including UI navigation, lifecycle phases, and token guidance.
- Documented Region-to-Allocator attachment behavior and automatic environment variable injection, including migration guidance.
- Updated server allocation docs to clarify sidecar background and to note that managed allocators inject
ALLOC_*variables automatically.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/multiplayer-servers/multiplayer-services/server-allocation/manually-registering-game-servers.md | Adds a sidecar explainer callout linking to the Sidecar Containers architecture page. |
| src/multiplayer-servers/multiplayer-services/server-allocation/automatically-registering-game-servers.md | Documents managed allocator auto-injection of ALLOC_* env vars and links to migration guidance. |
| src/multiplayer-servers/architecture/sidebar.json | Adds navigation entries for the new Allocators and Ping Services pages. |
| src/multiplayer-servers/architecture/regions-sites-and-locations.md | Adds a new section describing allocator attachment to Regions and updates Region operations to include allocator assignment. |
| src/multiplayer-servers/architecture/ping-services.md | New page documenting Ping Services concept, endpoint/tokens, phases, navigation, and filtering. |
| src/multiplayer-servers/architecture/allocators.md | New page documenting Allocators, endpoints/tokens, Region attachment, env var injection/precedence, filtering, and migration considerations. |
Contributor
Author
See #318 (comment). |
…var override ordering
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal of this PR
Describe provisioned Allocator and Ping (Discovery) Services and how to make use of them.
Additional context