get_overview

Function get_overview 

Source
pub async fn get_overview(
    __arg0: State<AnalyticsV2State>,
    __arg1: Query<AnalyticsQuery>,
) -> Result<Json<ApiResponse<OverviewMetrics>>, StatusCode>
Expand description

GET /api/v2/analytics/overview

Get dashboard overview metrics including:

  • Total requests, errors, error rate
  • Latency percentiles (avg, p50, p95, p99)
  • Active connections, throughput
  • Top protocols and endpoints