Swetrix · Rate Limits

Swetrix Rate Limits

Swetrix's pricing page does not publish per-second rate limits for the API. The primary consumption ceiling is the monthly event quota tied to the subscribed plan. This artifact captures the quota-based throttling envelope; per-second numbers should be sourced from the live API documentation if/when published.

1 Limits Throttle: 429
AnalyticsWeb AnalyticsRate Limiting

Limits

Monthly Event Quota (Plan-Bound) account
events_per_month
see plans/swetrix-plans-pricing.yml for the subscribed tier (100k Starter through 20M Mega)
Swetrix's primary throttle is the monthly event volume tied to the subscribed plan; events beyond the included quota require upgrading to a higher tier or to the Custom plan.

Policies

Quota-Based Throttling
Swetrix differentiates plans by monthly event quota rather than per-second request limits. Customers approaching the quota should upgrade or contact sales for the Custom tier.
Backoff Strategy
Clients receiving HTTP 429 should pause and retry with exponential backoff and jitter.

Sources