Monitoring¶
Review execution history, audit logs, and analytics for deployed models. All guides require Management access.
Monitoring has three screens, each in the left sidebar:
| Screen | Use it to… |
|---|---|
| Monitoring | Browse and inspect individual model executions |
| Audit Log | See who changed what and when (configuration changes, not executions) |
| Insights | View aggregate metrics and trend charts |
Executions¶
Executions vs. Execute Rules history
These are the persisted server-side execution records — they survive reloads and are visible to everyone with Management access. The History tab inside Execute Rules is your local replay buffer for the current session.
How to view and filter executions¶
Browse all model executions and narrow the list.
Steps:
- Open Monitoring → Monitoring (executions list).
- Use Search by unit or model…, the Status filter, and the Range (or custom Start/End Date) filter.
- Sort via column headers; Clear Filters to reset; Refresh Data to reload.
Verify: The table shows matching executions with paging.
How to view execution details¶
Inspect one execution's inputs, outputs, and metadata.
Steps:
- In the executions list, click View Details (or the row).
- Review the Execution Detail tab; switch input/output between Form View and JSON.
- (Optional) Click the copy icon next to the execution ID to copy a shareable link to this execution.
Verify: The detail page shows the execution summary and I/O.
How to run a simulation against another model version¶
Re-run a past execution's inputs against a different model version and compare — the fastest way to answer "would this case behave differently on the new version?"
Prerequisites: Viewing an execution detail.
Steps:
- Open the Simulator tab.
- Search/select a model version (by name, version, or hash).
- Click Run Simulation.
-
Use the diff controls (Show diff only, search, theme) to compare outputs.
Verify: A visual diff comparison renders original vs. simulated output.
Audit Log¶
The audit log captures configuration changes — uploads, enable/disable toggles, deletes, description edits. Every row tells you who did what, to which entity, when.
| Operation | Means |
|---|---|
| INSERT | An entity was created (e.g., a model uploaded) |
| UPDATE | An entity was modified (e.g., description edited, status toggled) |
| DELETE | An entity was removed |
How to view and filter the audit log¶
Steps:
- Open Monitoring → Audit Log.
- Use Search…, Entity Type, Operation (INSERT/UPDATE/DELETE), and Range/custom dates.
- Sort columns; Clear Filters to reset.
- Click View Details on a row for the full entry.
Verify: The table filters accordingly and the details modal opens.
How to export the audit log to CSV¶
Download audit entries for offline review.
Prerequisites: At least one audit entry (the button is disabled otherwise).
Steps:
- On Audit Log, apply any filters you want.
- Click Export CSV.
Verify: A CSV file downloads containing the audit entries.
Insights¶
Insights has four views you switch between with tabs at the top:
Per-model and per-version statistics — useful to spot a version that's getting hit (or failing) more than expected.
How to view insights and analytics¶
Steps:
- Open Monitoring → Insights.
- Pick the tab you need (see above).
- Click Refresh Data to reload.
Verify: Cards and charts render with current data.






