chore: update prometheus metrics retention period

- Change retention period from 5 days to 3 days

This adjustment may help free up storage resources more
quickly, ensuring that older metrics are purged sooner,
leading to better performance and lower storage costs.
This commit is contained in:
songtianlun 2025-04-12 13:24:37 +08:00
parent 2bb098c6e3
commit 3cc13338d3

View File

@ -4152,7 +4152,7 @@ prometheus:
## How long to retain metrics
##
retention: 5d
retention: 3d
## Maximum size of metrics
##