Etcd Rate Limits
etcd is self-hosted open-source software, so there is no upstream "service" rate limit. etcd does enforce its own resource caps (max-request-bytes, quota-backend-bytes, max-concurrent-streams) that act as throttling/safety mechanisms; the actual request throughput is limited by hardware (disk fsync latency dominates) and by the Raft protocol's serialization of writes. The values below describe configurable etcd guardrails rather than a vendor quota.
Etcd Rate Limits is the machine-readable rate-limit profile for Etcd on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring bytes_per_request, bytes_storage, concurrent_streams, and requests_per_second.
The profile also includes 3 backoff/retry policies defined and response codes documented for resourceExhausted and unavailable.
Tagged areas include Rate Limiting, Distributed Systems, Key-Value Store, and Open Source.