Portal Community

Dashboard 1: Flow Studio Overview

The primary dashboard for operations teams. Shows the overall health of workflow execution in real time.

PanelMetric / QueryPanel Type
Execution Ratesum(rate(bizfirst_workflow_executions_total[5m]))Time Series
Error Rate %sum(rate(...{status="failed"}[5m])) / sum(rate(...[5m])) * 100Time Series + threshold coloring
P50 Latencyhistogram_quantile(0.50, ...workflow_execution_duration...)Time Series
P95 Latencyhistogram_quantile(0.95, ...)Time Series
P99 Latencyhistogram_quantile(0.99, ...)Time Series
Active Executionssum(bizfirst_active_executions)Stat
Recent Errors Log{job="processengine", level="error"} | jsonLogs

Dashboard 2: Node Performance

Deep-dive into execution node performance. Identifies slow or error-prone node types.

PanelDescription
P99 Latency by Node TypeHeatmap showing latency distribution for each node type over time
Error Rate by Node TypeBar chart comparing error rates across all node types
Execution Volume by Node TypeTime series of execution counts per node type
Slowest Nodes (Top 10)Table showing node types ranked by P99 latency

Dashboard 3: HIL Analytics

Human-in-the-Loop workflow management. Used by process owners and operations to monitor approval backlogs and SLA compliance.

PanelDescription
Current BacklogGauge showing total pending HIL tasks (red if > threshold)
Overdue TasksStat panel — tasks past SLA deadline (red alert coloring)
Suspension Duration DistributionHistogram of how long HIL tasks take to complete
Approval RatePie chart: approved vs. rejected vs. timeout outcomes
Backlog by TenantBar chart — identifies tenants with high HIL backlogs

Dashboard 4: EdgeStream Throughput

PanelDescription
Messages/sec by TopicTime series per topic — shows throughput trends
Delivery Latency P99P99 message delivery time per topic
Subscriber CountActive subscriber connections per topic
Queue DepthMessages awaiting delivery (delivery lag indicator)
Failed DeliveriesError rate for message delivery failures

Dashboard 5: Octopus Agent Performance

PanelDescription
LLM Call RateAPI calls per minute per model (GPT-4, Claude, etc.)
LLM Response Latency P99P99 LLM call duration — critical for agent responsiveness
Token UsageInput and output tokens per minute (cost tracking)
Active Agent SessionsCurrent active Octopus agent sessions
Memory Access OperationsRead/write operations per memory type (episodic, semantic, etc.)
All Dashboards Use $tenant and $environment Variables

Every pre-built dashboard includes $tenant and $environment template variables in the top bar. Select a specific tenant to scope all panels to that tenant's data — or leave $tenant on "All" to see aggregate metrics across all tenants. This is essential for multi-tenant deployments where you need to investigate a specific tenant's behavior.