Administrative tools for platform maintenance and data management. These operations are restricted to platform administrators.
Manage metrics data retention and aggregation. Cleanup removes old raw metrics, rollup creates hourly summaries for efficient historical queries.
WARNING: This will permanently delete ALL metrics data!
This will delete all metrics older than days.
Hourly rollup data will also be deleted.
This action cannot be undone.
Aggregates raw metrics into hourly summaries with percentiles (p50, p95, p99).
This will aggregate raw metrics from the last hours into hourly summaries.
Existing rollups for those hours will be updated with current data.
Metrics maintenance is disabled
To enable metrics cleanup and rollup, set METRICS_CLEANUP_ENABLED=true
and/or METRICS_ROLLUP_ENABLED=true in your environment.