Traffic Analytics

Understand your traffic with the Insights dashboard

The Insights dashboard provides real-time traffic analytics for each project. The available charts and metrics depend on your project mode (Gateway or Tag).

Summary Metrics

At the top of the Insights page, you'll see key metrics:

  • Total Requests — All traffic received by the project
  • Bot Requests — Traffic identified as bot traffic
  • Bad Requests — Error responses (Gateway Mode only)

Click on any metric card to filter the dashboard by that category.

Date Range

Select a time range to analyze using the preset buttons:

Gateway Mode: 10M, 1H, 3H, 24H (default), 1W, 30D

Tag Mode: 1H, 3H, 24H (default), 1W, 30D

You can also select a custom date range using the calendar picker.

Gateway Mode Charts

HTTP Status Chart

A stacked bar chart showing the distribution of HTTP response codes over time:

  • 2xx — Successful responses
  • 3xx — Redirects
  • 4xx — Client errors
  • 5xx — Server errors
  • Block — Blocked requests (403)
  • 404 — Not found responses

Latency Chart

Response time percentiles displayed as a stacked bar chart:

  • P90 — 90th percentile latency
  • P50 — Median latency
  • Average — Mean latency

Top Host

Bar chart showing the most requested hostnames. Click on a host to filter events.

Top URL

Most requested URL paths with links to view related events.

Top IP

IP address distribution with percentage breakdown. Hover over an IP to see its request history. You can add IPs directly to your block or allow list from this chart.

Top GEO

Geographic traffic distribution with three sub-tabs:

  • Country — Traffic by country (click to filter)
  • Region — Traffic by region
  • City — Traffic by city

Top User Agent

Most common User Agent strings by request count.

Top UA Label

Categorized User Agent labels for quick classification.

Top RDNS / ASN

Network information with two sub-tabs:

  • RDNS — Reverse DNS lookups
  • ASN — Autonomous System Numbers

Top Bots

Bot detection codes and classifications showing identified bot types.

Top IDC Code

Internet Data Center identification showing traffic from known data centers (AWS, Azure, Google Cloud, etc.).

Top Services

Backend service identification.

Top HTTP Status

Distribution of HTTP status codes.

Tag Mode Charts

Requests Chart

Page views (PV) over time displayed as a bar chart.

Top IP, Top GEO, Top User Agent, Top UA Label, Top Bots, Top IDC Code

Similar to Gateway Mode charts.

Top Referral

Referrer URL analysis showing where your traffic originates from (unique to Tag Mode).

Filtering

All charts support dynamic filtering. Click filter icons on chart elements to apply filters across the entire dashboard. You can combine multiple filter conditions to narrow down your analysis.

Filters use field-operator-value combinations. For example:

  • Field: ip, Operator: EQUALS, Value: 192.168.1.1
  • Field: country_code, Operator: EQUALS, Value: US