diff --git a/static/reference/next/config/reference-configuration-broker.md b/static/reference/next/config/reference-configuration-broker.md index e1d757cd1d32..62ed576d28ad 100644 --- a/static/reference/next/config/reference-configuration-broker.md +++ b/static/reference/next/config/reference-configuration-broker.md @@ -1406,6 +1406,17 @@ If true, export topic level metrics otherwise namespace level **Category**: Metrics +### healthCheckMetricsUpdateTimeInSeconds +HealthCheck update frequency in seconds. Disable health check with value -1 (Default value -1) + +**Type**: `int` + +**Default**: `-1` + +**Dynamic**: `false` + +**Category**: Metrics + ### jvmGCMetricsLoggerClassName Classname of Pluggable JVM GC metrics logger that can log GC specific metrics diff --git a/static/reference/next/config/reference-configuration-standalone.md b/static/reference/next/config/reference-configuration-standalone.md index e1d757cd1d32..62ed576d28ad 100644 --- a/static/reference/next/config/reference-configuration-standalone.md +++ b/static/reference/next/config/reference-configuration-standalone.md @@ -1406,6 +1406,17 @@ If true, export topic level metrics otherwise namespace level **Category**: Metrics +### healthCheckMetricsUpdateTimeInSeconds +HealthCheck update frequency in seconds. Disable health check with value -1 (Default value -1) + +**Type**: `int` + +**Default**: `-1` + +**Dynamic**: `false` + +**Category**: Metrics + ### jvmGCMetricsLoggerClassName Classname of Pluggable JVM GC metrics logger that can log GC specific metrics