wind0r commented on code in PR #51792: URL: https://github.com/apache/airflow/pull/51792#discussion_r2367103139
########## chart/newsfragments/51792.significant.rst: ########## @@ -0,0 +1,11 @@ +StatsD metrics aggregation now supports configurable TTL-enabled LRU cache to prevent memory growth in long-running daemons. + +The Helm chart now includes new configuration options for StatsD aggregation management: + +* ``statsd.cacheType`` - Enable TTL-enabled ``lru`` cache ot ``random`` cache for metrics aggregation (default: ``lru``) Review Comment: ```suggestion * ``statsd.cacheType`` - Enable TTL-enabled ``lru`` cache or ``random`` cache for metrics aggregation (default: ``lru``) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
