9.6. Rate limiting and performance configuration fields
The following fields control rate limiting and performance-related behavior for your Red Hat Quay deployment.
| Field | Type | Description |
|---|---|---|
| FEATURE_RATE_LIMITS | Boolean |
Whether to enable rate limits on API and registry endpoints. Setting FEATURE_RATE_LIMITS to |
| PROMETHEUS_NAMESPACE | String |
The prefix applied to all exposed Prometheus metrics |
Rate limiting and performance example YAML
# ...
FEATURE_RATE_LIMITS: false
PROMETHEUS_NAMESPACE: quay
# ...