Analytics Dashboard

Track key API performance indicators, security threats, caching efficiencies, and error distributions in real-time.

Core Metrics tracked

EdgeWrap captures and aggregates these key metrics at the edge:

  • Requests & Bandwidth: Total requests processed, throughput, egress bandwidth, and concurrent connections.
  • Latency breakdown: Client RTT, edge processing time, DNS handshake, and origin time-to-first-byte (TTFB).
  • Cache performance: Caching ratios (HIT, MISS, BYPASS) and egress bytes saved.
  • Security events: WAF blocks, DDoS mitigations, IP challenge success ratios, and blocked user agents.

Querying Analytics via API

In addition to the Web Dashboard, you can query aggregated metrics for custom visualization tools.

Retrieve project stats summary
curl https://server.edgewrap.pro/v1/projects/prj_01jxyz/waf/stats \
  -H "Authorization: Bearer <your_token>"