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
Settings
page.Example: http://{yourdomain}/ums/administration
-
Select the
Configuration
tab from the settings menu and chooseconfig.json
from theSearch your files
drop-down.
-
Set the
CanClearMetricsTableRecords
node totrue
, thensave
the config.json file.<CanClearMetricsTableRecords>true</CanClearMetricsTableRecords>