You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[consul] Make health check status cache size and TTL configurable (DataDog#23603)
* Make consul health check status cache configurable
Adds health_checks_cache_size and health_checks_cache_ttl options so users
with large Consul clusters (>5000 distinct health checks) can size the
in-memory transition-detection cache appropriately. Defaults preserve the
prior 5000/3600 behavior.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Add changelog entry for DataDog#23603
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Reword health_checks_cache_size description for plainer language
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Address review: mark cache options fleet_configurable, cover init_config path
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Reject non-positive health check cache settings via spec minimum
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments