diff --git a/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md index aa982ea94957..02af9d474a3c 100644 --- a/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md +++ b/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md @@ -35,7 +35,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo | Flag | Description | | :--- | :---------- | | ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true | -| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | +| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | | ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 | | ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 | diff --git a/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md index 114f5ab9f988..d135f3be1d5c 100644 --- a/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md +++ b/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md @@ -33,7 +33,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo | Flag | Description | | :--- | :---------- | | ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true | -| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | +| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | | ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 | | ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 | diff --git a/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md index 655bf902f518..91c5c6534854 100644 --- a/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md +++ b/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md @@ -37,7 +37,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo | Flag | Description | | :--- | :---------- | | ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true | -| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | +| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults: Changing this flag requires a TServer restart. | | ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 | | ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 |