v2026.1 Open Portal ↗
On this page

Executive Dashboard

Dashboard Overview

The Executive Dashboard provides a concise, high-level view of IT operations health for senior leadership. It aggregates the most important ITSM and cloud metrics into a single page designed for executive consumption — no technical detail, just clear indicators of how IT is performing against SLAs and business objectives.

⚙️ Minimum Requirements
  • Role: Executive dashboard requires super_admin, itsm_manager, or cloud_admin JWT claim
  • Aurora: At least 30 days of incident and SLA data for meaningful trend analysis
  • DynamoDB: StackFlow_KPI table with configured KPI targets for variance calculation
  • Redis: Executive metrics cached with TTL 900s (15 minutes) under sf:dash:executive:{tenantId}

KPI Tiles

KPIDescriptionCalculation
Overall SLA Compliance% of incidents resolved within SLA30-day rolling average
MTTR (All Priorities)Mean time to resolution30-day rolling average, in hours
P1 MTTRMean time to resolve critical incidents30-day rolling average, in minutes
Open IncidentsCount of open incidents by priorityReal-time snapshot
Major Incidents (30d)Count of P1 incidents in last 30 daysRolling 30-day count
Change Success Rate% of changes implemented without incident30-day rolling average

Trend Charts

The executive view includes 90-day trend charts for incident volume, SLA compliance, and MTTR. Charts show week-over-week comparison to highlight improving or degrading trends. Significant anomalies (e.g., a spike in P1 incidents) are annotated with the root cause where known (linked to the resolved Problem record).

Date Range: The default view shows 30-day metrics. Use the date range picker in the dashboard header to switch to 90-day, quarterly, or custom date ranges for board presentations.

SLA Compliance

The SLA compliance section shows compliance rates broken down by priority tier and by month. A compliance rate below the target threshold is highlighted in red. Click any cell in the SLA compliance table to drill down to the individual incidents that missed SLA within that priority/month combination.

AI-Generated Insights

The bottom section of the Executive Dashboard includes AI-generated narrative insights updated every 4 hours. The AI analyzes the current metrics, compares to historical patterns, and generates 3-5 bullet points summarizing: what's going well, what needs attention, and any emerging trends worth monitoring. These insights use the Bedrock Claude model and are generated by the StackFlowCacheWarmer Lambda on a schedule.