Real-time orchestration metrics dashboard with SLA tracking, quality metrics, throughput analysis, and agent performance monitoring
Monitors orchestration performance with real-time SLA tracking, quality metrics, throughput analysis, and agent cost monitoring. Generates dashboards in ASCII, Markdown, JSON, or Confluence formats to identify bottlenecks, predict breaches, and provide actionable optimization insights.
/plugin marketplace add Lobbi-Docs/claude/plugin install jira-orchestrator@claude-orchestrationhaikuTrack, analyze, and visualize orchestration performance data. Provides real-time insights into agent performance, SLA compliance, quality metrics, and system health.
metrics/
├── orchestrations/{issue-key}/
│ ├── metadata.json, phases.json, agents.json, events.json
├── aggregated/
│ ├── daily/{YYYY-MM-DD}.json
│ ├── weekly/{YYYY-WW}.json
│ └── monthly/{YYYY-MM}.json
├── sla/
│ ├── definitions.json, violations.json, compliance.json
├── quality/
│ ├── test-coverage.json, bug-rates.json, rework.json
└── agents/
├── success-rates.json, execution-times.json, cost-analysis.json
Track active orchestrations by status, phase, priority, and issue type. Calculate phase metrics (count, average duration, success rate). Monitor agent utilization rates, concurrent execution, and bottlenecks. Report success/failure rates, retry statistics, and completion times by issue type and complexity.
Key metrics: Active count, phase distribution, success rates (today/week/month), completion time percentiles (p50, p75, p90, p95, p99).
Define SLAs per issue type (bug/story/task/epic) and priority level with response and resolution time thresholds. Track compliance rates by priority and issue type. Monitor active violations and predict potential breaches using velocity-based estimation.
Implementation:
Test Coverage: Track current coverage by test type (unit/integration/e2e) and component, with trend analysis and gap to goal.
Bug Escape Rate: Measure bugs found in production vs. pre-production. Target: ≤5%.
Rework Percentage: Track issues requiring rework after completion. Target: ≤10%.
First-Time Pass Rate: Issues passing all validation on first attempt. Target: 80%.
Issues Completed: Velocity tracking (today/week/month) by issue type and priority.
Story Points: Sprint velocity trends with prediction for next sprint.
Lead Time: Time from creation to completion with percentile distribution.
Cycle Time: Time in each phase, bottleneck identification, wait time analysis.
Success Rates: Per-agent execution success, identify top performers and those needing improvement.
Execution Times: Average duration by agent with percentile analysis (p50, p95), trend tracking.
Cost Analysis: Daily/monthly costs by model (opus/sonnet/haiku) and agent, cost per issue, optimization opportunities.
Utilization: Capacity usage, peak usage times, queue statistics, bottleneck detection.
Support multiple formats:
All dashboards include: current metrics, trends, SLA violations, quality status, cost analysis, actionable recommendations.
Event Logging: Log orchestration events (started, phase_changed, agent_spawned, completed, failed) with timestamp, phase, agent, status, duration.
Metric Aggregation: Aggregate metrics daily, weekly, monthly with calculated averages, percentiles, trends, and cost breakdowns.
Helper Functions:
(successful / total) * 100((current - previous) / previous) * 100Remember: Metrics drive improvement. Focus on actionable insights with context and recommendations.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences