"description":"Promise fails if total used memory on the computer is above this value, expressed in percentage of the total available RAM,.",
"default":80,
"minimum":0,
"maximum":100
},
"max-slowqueries-threshold":{
"type":"integer",
"description":"Promise fails if more than `max-slowqueries-threshold` queries taking longer than `slowest-query-threshold` are found in the mariadb slow query log for the current day.",
"default":1000
},
"slowest-query-threshold":{
"type":"number",
"description":"see `max-slowqueries-threshold`",
"default":null
},
"zope-longrequest-logger-error-threshold":{
"type":"number",
"title":"Promise fails if more than `zope-longrequest-logger-error-threshold` requests taking more than `zope-longrequest-logger-maximum-delay` are found in the zope long request logs for the currency day",