shubham36deshpande commented on code in PR #51792:
URL: https://github.com/apache/airflow/pull/51792#discussion_r2175318100
##########
chart/values.schema.json:
##########
@@ -463,6 +463,21 @@
"type": "boolean",
"default": false
},
+ "cacheSize": {
+ "description": "Add cache size for your statsD
deployment.",
+ "type": "integer",
+ "default": true
+ },
+ "cacheType": {
+ "description": "Add cache type for your statsD
deployment (lru/random).",
+ "type": "string",
+ "default": true
Review Comment:
made changes, thanks!
##########
chart/values.schema.json:
##########
@@ -463,6 +463,21 @@
"type": "boolean",
"default": false
},
+ "cacheSize": {
+ "description": "Add cache size for your statsD
deployment.",
+ "type": "integer",
+ "default": true
Review Comment:
made changes, thanks!
##########
chart/values.schema.json:
##########
@@ -463,6 +463,21 @@
"type": "boolean",
"default": false
},
+ "cacheSize": {
+ "description": "Add cache size for your statsD
deployment.",
+ "type": "integer",
+ "default": true
+ },
+ "cacheType": {
+ "description": "Add cache type for your statsD
deployment (lru/random).",
+ "type": "string",
+ "default": true
+ },
+ "ttl": {
+ "description": "Configure Time TO Live time for
StatsD Metrics.",
+ "type": "string",
+ "default": true
Review Comment:
made changes, thanks!
--
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]