View Revisions: Issue #6971

Summary 0006971: Preserve one week of stats in the sym_console_table_stats and sym_node_host_stats tables
Revision 2025-07-14 15:04 by pbelov
Description Preserve at least one week of stats in the sym_console_table_stats and sym_node_host_stats tables.
Having these tables purged aggressively makes support snapshot useless for troubleshooting issues.
The purge behavior is controlled by the purge.stats.retention.minutes parameter. Current default is 10 days.
New minimum values it 10080 minutes (7 days).
Revision 2025-07-07 17:24 by cquamme
Description We should prevent agressive purging of the sym_console_table_stats and sym_node_host_stats table. At minimum, we are thinking a week.
Revision 2025-06-23 12:40 by cquamme
Description We should prevent agressive purging of the sym_console_table_stats and sym_node_host_stats table. At minimum, we are thinking a week should be the minimum.