Back to Changelog

April 2026: Command Center and Semantic Analytics Foundation

April 28, 2026 ShardAnalytics Team 3 min read

April brings major updates to help server teams answer three critical questions: How is our network performing right now? How do different server instances or time periods compare? And how can we ensure our metrics are consistent across all dashboards?

The Real-Time Command Center

We have launched the Command Center, a dedicated real-time dashboard designed to act as your network’s primary operational flight deck:

  • Unified State Overview: Displays network-wide player counts, active instances, and connection status in a single, unified view.
  • Live Heartbeat Grid: Monitor instance connectivity at a glance, making it simple to spot crashes or lag spikes immediately.
  • Integrated Warnings: Real-time health warnings populate directly in the sidebar, linking you straight to the affected instance’s logs.

The Advanced Comparison Builder

To help you analyze server performance and player behavior scientifically, we released the Comparison Builder. This tool features three distinct comparison modes:

  • Instance Comparison: Compare performance metrics (such as TPS, MSPT, and active players) side-by-side across different server instances.
  • Period Comparison: Contrast this week’s metrics against last week, or compare player behavior before and after a major content update.
  • Target Comparison: Compare specific player segments or demographic groups.
  • Visual Enhancements: Compare complex multi-dimensional datasets using radar charts, multi-measure timeline overlays, and automatic delta percentage calculations.

Clean Organization-Slug Routing

We have restructured the dashboard’s URL architecture to use Organization-slug routing (/org/:slug/...):

  • Cleaner Sharing: Copy and paste URLs directly to team members. The dashboard automatically resolves the correct organization context, permissions, and active server selection.
  • Faster Loading: Rebuilt frontend router logic to prevent full-page refreshes when switching between instances under the same organization.

Real-Time Server-Scoped Alerts & Notification Channels

We have launched our Real-Time Alerting Engine, transitioning from static dashboard widgets to active, server-scoped alert rules:

  • Server-Scoped Alert Rules: Set up rules to evaluate incoming metrics in real-time. For instance, define rules that trigger when server TPS drops below 18.0 or memory usage spikes past 90% for a sustained period.
  • Notification Channels Pipeline: Connect and authorize third-party messaging integrations. You can now route active server alerts directly to Discord webhooks or email distribution lists.
  • Centralized Preferences Panel: A unified configuration interface within organization settings to manage active alert limits, customize trigger thresholds, and assign alerts to specific communication channels.

The Semantic Analytics Foundation

Behind the scenes, we migrated our frontend query hooks to use our new Semantic Layer data framework:

  • Consistent Metrics: By defining database metrics (like active players, playtime, and purchase totals) as unified semantic measures and dimensions, we guarantee that the same metric will display identical values whether viewed on the home page, a custom widget, or a comparative chart.
  • Future-Proof Extensions: This semantic foundation makes it possible to register custom telemetry properties and map them into the custom widget builder without editing core dashboard code.