Both the dashboard and alerting live under the Observability section in the Data Portal left navigation, and require Pinot Admin permissions (
PinotAdminSystemAdmin). If your account doesn’t have this section enabled yet, ask your StarTree Cloud admin.Key features
- Per-table rollup: every table you have access to, with a Passing / N Failing summary and a
Last Checkedtimestamp, sortable and filterable by health status. - Drill-down detail: click into a table to see every check that runs against it, with a pass/fail chip, a human-readable description, and a More info view of the raw diagnostic payload.
- One-click remediation: for checks that support it (and when you have permission), fix the underlying issue — trigger a segment rebalance or a segment reload — without leaving the page.
- Email alerting: subscribe any email address to failure/recovery notifications for all tables and checks, or fine-tune down to individual (table, check) pairs.
- Mute, don’t just disable: snooze a specific failing check’s alerts until it next passes, instead of permanently turning notifications off.
- Bulk controls: enable, disable, mute, or unmute alerts across an entire check type or an entire recipient’s subscriptions in one action.
Accessing the Table Health Dashboard
1
Open Data Portal
Log in to the StarTree Cloud Data Portal for your cluster.
2
Go to Observability
In the left navigation, click Observability, then Health Dashboard.
3
Review the table grid
You’ll land on the Table Health Dashboard, showing every table in scope with its current health rollup.
Reading the dashboard
The dashboard header shows two summary chips — Tables (total count) and Failing Tables (highlighted in red when non-zero) — plus a Last run indicator with a manual Refresh button so you don’t have to wait for the next automatic evaluation cycle. The grid itself has four columns:
Use the Health column’s filter icon to narrow the grid to Passing, Failing, or No checks tables. If you haven’t created any tables yet, the dashboard shows an empty state with a Create table shortcut instead of a grid.
If your cluster has disabled periodic health checks entirely (Pinot’s
controller.cluster.healthCheck.frequencyPeriod set to -1), the dashboard shows a warning banner and the grid will not update. See Cluster Health Dashboard for how that setting is controlled.Table details page
Clicking a table name opens its detail page: an accordion list with one entry per health check that applies to that table, sorted failing-first. Each accordion row shows:- The check’s short label and its raw check key (for example, Segment Assignment /
TABLE_SEGMENT_ASSIGNMENT_CHECK). - A one-line description of what the check verifies.
- A passed / failed status chip.
- An Email: On/Off control — toggles this check’s email alerts for the currently selected recipient on this specific table (see Alerting below).
- For failing checks with email alerts on, a Mute/Unmute control to snooze that specific alert.
Remediating failing checks
Two of the table-level checks currently ship with one-click remediation, gated by RBAC permissions:
Other table-level checks (segment size, segment retention, replication factor, column count, and more) surface as pass/fail with diagnostic detail, but don’t yet have a one-click fix — see Cluster Health Dashboard for the full check catalog shared between both dashboards. Only a subset of table-level checks is surfaced on the Table Health Dashboard by default; reach out to your StarTree Cloud team if you’d like additional checks enabled for your environment.
Alerting: email notifications
Alerting is managed from the Notification Settings page — click the gear icon next to Last run on the dashboard, or next to the table title on any table’s detail page.How subscriptions work
A recipient’s alert coverage is resolved from two kinds of preference rows:- A wildcard subscription — “every table, every check, in every workspace with tables” — created the first time you subscribe a recipient.
- Concrete overrides — a specific (table, check) pair for that recipient, which always takes precedence over their wildcard.
Subscribing a new recipient
1
Open Notification Settings
From the dashboard or a table detail page, click the gear icon.
2
Click Subscribe new user
Enter their email address. This creates a wildcard subscription — they’ll immediately start receiving alerts for every table and check across every workspace.
3
Fine-tune from the grid
Use the recipient picker to select them, then adjust individual checks or tables as needed (see below).
Managing a recipient’s preferences
Once a recipient is selected in the picker, the page shows one collapsible section per health-check type (for example, Table Segment Assignment Check). Each section lists every (workspace, table) pair for that check, with its current Passing / Failing status and that recipient’s effective Email and Muted state. From here you can:- Toggle Email for a single table/check cell, or flip the section header’s switch to enable/disable the check for every table at once.
- Mute or Unmute a single failing cell, or use the section’s Mute All / Unmute All to snooze every currently-failing, email-enabled row in that section.
- Use the page-level bulk actions — Enable Email for All, Disable Email for All, Mute All Failing, Unmute All — to act across the recipient’s entire subscription in one click.
- Click the trash icon next to the recipient picker to remove them entirely — this deletes their wildcard subscription and every override, unsubscribing them from all table-health alerts. This can’t be undone (they’d need to be re-subscribed from scratch).
What triggers an email
Health checks are re-evaluated on a periodic cycle (by default, roughly every 20 minutes — the same cadence as the underlying cluster health check task). For each subscribed (recipient, table, check), an alert is generated when:- A check goes from passing to failing — an immediate “new failure” notification.
- A previously-failing check recovers — an immediate “recovery” notification.
- A check is still failing after its first alert — a periodic reminder (roughly once every 24 hours) instead of a fresh alert every cycle, so you aren’t paged repeatedly for a known, ongoing issue.
- Nothing is sent the very first time a table/check pair is observed (so subscribing to everything doesn’t immediately blast you with the current state of the world) — you’ll only hear about it once something actually changes.
Alerting is currently email only. There is no Slack, PagerDuty, or webhook channel for Table Health alerts today.
Permissions required
The entire Observability section — the dashboard, table detail pages, and Notification Settings — requires Pinot Admin access (thePinotAdminSystemAdmin action). Triggering remediation additionally requires write access to the table’s workspace and an allow-listed account, as described above.
Related
- Cluster Health Dashboard — the cluster-, instance-, server-, broker-, controller-, and minion-level counterpart, covering the full health check catalog. Table Health surfaces a table-scoped subset of the same checks with a friendlier, per-table workflow plus alerting.
- RBAC Actions — reference for
PinotAdminSystemAdminand other permission actions referenced above.

