Available Metrics
| Metric | Description |
|---|---|
| Total Requests | Number of HTTP requests served by your aggregator in the selected period. |
| Bandwidth | Total bytes transferred through your aggregator. |
| Cache Hit Rate | Percentage of requests served from the CDN edge cache vs. origin. |
| Geographic Distribution | Breakdown of requests by country and region. |
| Top Files | Most frequently accessed files ranked by request count. |
| Status Codes | Distribution of HTTP response codes (2xx, 3xx, 4xx, 5xx). |
| Latency | Average and p95 response times from the edge. |
Accessing Analytics
Dashboard
Navigate to Analytics in the Tusky dashboard to view an interactive overview of your aggregator metrics. Filter by date range, file type, or status code.API
Retrieve analytics data programmatically for integration with your monitoring systems:SDK
Understanding Your Analytics
High cache hit rate
High cache hit rate
A high cache hit rate (above 80%) means most of your content is being served from CDN edge nodes close to your users. This results in lower latency and reduced origin load.
Low cache hit rate
Low cache hit rate
A low cache hit rate may indicate that your content is infrequently accessed or that your files have short cache TTLs. Consider whether your access patterns benefit from edge caching.
Geographic distribution
Geographic distribution
Use geographic data to understand where your users are located. If most traffic comes from a specific region, consider optimizing your application for that audience.
4xx and 5xx errors
4xx and 5xx errors
Monitor error rates to detect broken links (404), permission issues (403), or infrastructure problems (5xx). A spike in errors may indicate a misconfiguration or an ongoing incident.
Enabling Analytics
Analytics are enabled by default for all Tusky aggregators. No configuration is required to start collecting data. Historical data is retained for 90 days on standard plans and 1 year on enterprise plans.Analytics data is collected at the CDN edge, so it captures all requests including cached responses. This gives you a complete picture of traffic to your aggregator, not just origin hits.