other
Analytics
View request volume, response times, error rates, and traffic patterns for your endpoints.
Analytics gives you the shape of your webhook traffic — volume trends, method mix, payload sizes, and peak hours. Different from Monitoring, which is about health (success vs fail rate, alerts). Analytics is about volume.
Where to Find It
Click Analytics in the endpoint toolbar. The page renders a multi-card dashboard with the period selector at the top right.
Charts
- Request Timeline — Area chart of request volume over time with rolling-average trend line. Hover any point for exact count and timestamp.
- Method Breakdown — Donut chart by HTTP method (POST is usually 95%+; outliers can flag misconfigured providers).
- Status Distribution — Bar chart by response status class (2xx, 4xx, 5xx). High 4xx often points to signature failures or schema drift.
- Average Request Size — Line chart of payload size in bytes; useful for cost forecasting and spotting bloat.
- Peak Hours — Heatmap by day-of-week × hour-of-day. Reveals batch-job patterns and helps you schedule maintenance windows.
- Top Source IPs — Top 10 source IP addresses (Sense only). Confirms traffic origin matches your provider's documented IP ranges.
Period Selector
| Period | Granularity | Plan |
|---|---|---|
| Last 24 hours | Hourly | All plans |
| Last 7 days | Hourly | Hook+ |
| Last 30 days | Daily | Sense |
Use Cases
- Capacity planning — see if you'll outgrow your daily quota before next billing cycle
- Spotting silent breakage — a 50% drop in volume often means the provider stopped sending; alerts catch this faster, but Analytics confirms the trend
- Schema rollouts — a sudden average-size jump usually means the provider added new fields
- Sales conversations — show stakeholders the traffic shape with a screenshot, no SQL needed