Observe decisions, rules, errors, and release health from one local UI.
The dashboard reads decision logs, dead-letter logs, metrics, benchmark results, and rule status from the local BlazeRules data plane. It gives developers the operational view without becoming the event processor itself.
>> Decisions, rules, errors, benchmarks, source health
A read-only operations surface for the engine.
Use the dashboard to inspect what BlazeRules is doing in production: decision volume, rule fire rates, bad-message samples, source health, and recent benchmark output.
Decision timeline
Top fired rules
Recent decisions
Rule Release Flow
A compact governance view for validating rule changes before activation.
02
03
04
05
06
07
08
09
10
11
12
13
trigger: checkout.completed
logic:
if:
- action: FLAG
+ action: REVIEW
- window_count > 10
+ window_count > 4
- location: [EE, LT, UA]
monitoring:
enabled: true
alerts: slack_eng_critical
Projected Impact
Fleet Status
Rule Drift
analyticsOwnership Matrix
Strict separation of duties. The control plane manages logic and identity; your data plane handles raw events behind your firewall.
Local Data Plane
-
verified
Raw Event StreamPII and transaction data never leave your VPC. Processing happens locally.
-
verified
Execution EngineThe native BlazeRules engine runs locally in your infrastructure for low-latency batch evaluation.
-
verified
Private KeysEncryption keys for local storage are managed via your own KMS.
Enterprise Control Plane
-
verified
Central Rule RepositoryVersioned source of truth for all business logic across every data plane.
-
verified
Governance & ACLsUnified identity management (SSO) and RBAC for who can edit vs approve rules.
-
verified
Global ObservabilityAggregated metadata and performance metrics from the entire fleet in one dashboard.
Ready to inspect your decisions?
Start with the local read-only dashboard, then add governance workflows when rule ownership needs approvals and rollout visibility.