Dynatrace Rate Limits
Dynatrace throttles the API by CAPACITY, not by a published request-per-second quota. Every environment has a limited thread pool with a queue; you hit the limit when both the pool and its queue are full, or when a request times out waiting in the queue after 10 seconds. Exhaustion returns HTTP 429. What Dynatrace DOES publish precisely is payload ceilings per API, and a charging model in which reads are free on fair use while defining and pushing custom metrics is billed per metric per month.
Dynatrace Rate Limits is the machine-readable rate-limit profile for Dynatrace on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 8 rate-limit definitions, measuring concurrent_requests, bytes, and custom_metrics_per_month.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and throttledMeaning.
Tagged areas include Rate Limiting, Observability, and APM.
Limits
Policies
Sources
- https://docs.dynatrace.com/docs/dynatrace-api/basics/access-limit
- https://docs.dynatrace.com/docs/dynatrace-api/basics/dynatrace-api-response-codes
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.