Category / Section
How to manage data for performance metrics dashboards effectively?
Published:
In order to effectively manage database size and prevent potential storage issues, a scheduled job can be implemented to automatically delete records from the metrics table.
Steps to Enable Automatic Deletion of Metrics Table Records
-
To enable automatic deletion of metrics table records, go to the UMS
Settingspage.Example: http://{yourdomain}/ums/administration -
Select the
Configurationtab from the settings menu and chooseconfig.jsonfrom theSearch your filesdrop-down.
-
Set the
CanClearMetricsTableRecordsnode totrue, thensavethe config.json file.<CanClearMetricsTableRecords>true</CanClearMetricsTableRecords>