docs: add dashboards documentation page with BBE Probes explanation#191
Open
Hauke Löffler (hloeffler) wants to merge 12 commits into
Open
docs: add dashboards documentation page with BBE Probes explanation#191Hauke Löffler (hloeffler) wants to merge 12 commits into
Hauke Löffler (hloeffler) wants to merge 12 commits into
Conversation
Copilot started reviewing on behalf of
Hauke Löffler (hloeffler)
January 13, 2026 10:08
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the BBE (BlackBox Exporter) Probes dashboard to help customers understand network probe monitoring. The documentation explains what BBE probes are, what they monitor (cloud providers and DNS servers), how to interpret probe failures, and best practices for handling network issues in game servers.
Changes:
- Added new "Dashboards" documentation page explaining BBE Probes from Nodes dashboard
- Updated monitoring sidebar to include the new Dashboards page between Introduction and Audit Logs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/multiplayer-servers/monitoring/dashboards.md | New documentation page explaining BBE probe monitoring, dashboard interpretation, and best practices for handling network issues |
| src/multiplayer-servers/monitoring/sidebar.json | Added "Dashboards" navigation item to the monitoring section sidebar |
- Add warning callout explaining probe results are not causally consistent with network issues - Clarify that probes only test specific routes and cloud services, not entire platforms - Restructure Best Practices section for clarity - Improve list introduction wording per style guidelines
Brendan Le Glaunec (Ullaakut)
requested changes
Jan 13, 2026
Move network reliability guidance to production-workloads/requirements.md where it fits better contextually (PR #103). Addresses review comment from Ullaakut.
Hauke Löffler (hloeffler)
added a commit
that referenced
this pull request
Jan 14, 2026
Add guidance on handling network issues gracefully: - Implement retry logic for failed connections - Gracefully terminate after multiple connection attempts fail Content moved from Monitoring > Dashboards page (PR #191) where it was out of context.
Copilot started reviewing on behalf of
Hauke Löffler (hloeffler)
January 14, 2026 09:02
View session
…oards-page # Conflicts: # src/multiplayer-servers/monitoring/sidebar.json
- Remove Purpose sub-section; state purpose inline (Ullaakut) - Restructure Interpreting the Dashboard section (Ullaakut) - Change :::warning to :::note admonition (Ullaakut) - Clarify DNS server IPs (Cloudflare, Google) (Copilot) - Rename note title for clarity (Copilot, zoomoid) - Use consistent punctuation and phrasing (Copilot)
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Brendan Le Glaunec (Ullaakut)
approved these changes
Jun 18, 2026
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Alex Bartolomey (zoomoid)
approved these changes
Jun 29, 2026
Brendan Le Glaunec (Ullaakut)
approved these changes
Jun 29, 2026
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.
Summary
src/multiplayer-servers/monitoring/dashboards.md)Context
This addresses customer confusion about the network health probes dashboard (internal ref: CSM-165). The documentation explains what the dashboard shows and helps customers understand that short probe failures are usually nothing to worry about.