Config API Limits - m3ter Documentation

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

This topic explains the limits imposed on the API calls you make to our Config API:

Tip: Separate from Ingest API Limits? Yes, the Config API limits are separate to the limits imposed for the Ingest API.

Request Rate Limits

On the Config API, we impose the following request rate limits:

If you exceed either of these rate limits, requests are throttled and an HTTP 429 (Too Many Requests) error response is returned:

You’ll need to retry requests when throttling has finished.

Data Explorer Request Rate Limits

Requests made to the Data Explorer are subject to tighter request rate limits:

If you exceed either of these rate limits, requests are throttled and an HTTP 429 (Too Many Requests) error response is returned.

Tip: Burst limit for Data Explorer requests? We allow short bursts of higher TPS to allow us to accommodate occasional spikes from customers. For example, if the sustained rate is 50 TPS, we might set a bucket capacity (N) of 150. This means that you can do up to 150 TPS for 1s (and empty the bucket), but in the next second you’ll only be able to do 50 TPS because that is all that has been refilled. If they drop below 50 TPS for a period of time, the bucket will refill back up to full capacity allowing another spike. This is usually referred to as “burst capacity.”