TM Observability – Changed
The Observability API is now subject to a per-tenant rate limit.
Affected endpoints
The limit is shared across all Observability API endpoints, including:
- GET
/api/v1/transactions/summary - GET
/api/v1/transactions/events - GET
/api/v1/transactions/failed-modifications - GET
/api/v1/batch-transactions/batches - GET
/api/v1/rules/execution - POST
/api/v1/data-export/trigger - GET
/api/v1/data-export/{job_id}
Details
Each tenant is limited to 100 requests per minute across all of the endpoints above combined. Requests over the limit receive an HTTP 429 response with a Retry-After header.
See API Rate Limits for general details on how Fenergo applies rate limiting.