Skip to main content

Analytics

Charts and metrics for infrastructure and development activity.

Overview

The analytics dashboard provides visibility into deployment velocity, ticket flow, and service health trends.

URL: https://argus.meetrhea.com/analytics

Metrics

Deployment Velocity

  • Deployments per day/week
  • Success/failure rates
  • Average build time

Ticket Flow

  • Tickets created vs completed
  • Average time to resolution
  • Stale ticket detection

Service Health

  • Uptime percentages
  • Health check history
  • Incident frequency

Devlog Activity

  • Logs created per service
  • AI vs human contributions
  • Activity heatmaps

Time Ranges

  • Last 24 hours
  • Last 7 days
  • Last 30 days
  • Custom range

API

# Get summary stats
GET /api/analytics/summary

# Deployment stats
GET /api/analytics/deployments?days=30

# Ticket flow
GET /api/analytics/tickets/flow?days=7

# Velocity metrics
GET /api/analytics/velocity