Dashboard¶
Floe provides a web dashboard for monitoring policies, tables, and maintenance operations.
Accessing the Dashboard¶
The dashboard is available at:
Note: Policy management is API-driven. The UI supports limited actions (manual triggers).¶
Dashboard Views¶
Home¶
The home page displays a system overview:
- Total policies count
- Active operations
- Recent maintenance activity
- System health status

Policies¶
View all configured policies at /ui/policies:
| Column | Description |
|---|---|
| Name | Policy identifier |
| Table Pattern | Glob pattern for matching tables |
| Operations | Configured operations |
| Status | Enabled/Disabled |
| Priority | Execution priority |

Policy detail view¶
Overview and configured operations:

Operation settings and health thresholds:

Tables¶
Browse discovered tables at /ui/tables:
- Table names from all configured catalogs
- Catalog and namespace organization
- Table details and health trends
- Health trend and recommended maintenance
- Auto-mode status (debt score, throttling, backoff)
- Scan mode and thresholds used for assessment

Table detail view¶
Summary metrics and core table metadata:

Health assessment, auto-mode status, thresholds, and recommendations:

Operations¶
View maintenance operation history at /ui/operations:
| Column | Description |
|---|---|
| Status | Running, Completed, Failed |
| Table | Target table name |
| Policy | Policy name |
| Engine | Spark or Trino |
| Started | Operation start time |
| Duration | Execution duration |
| Actions | View operation details |
Filter operations by status.

Settings¶
View system settings at /ui/settings:
- Configured catalogs
- Engine settings
- Floe Store settings
- Scheduler configuration

API Documentation¶
Interactive API documentation (Swagger UI) is available at: