Customize Retention
Customize groundcover retention of logs, metrics and traces
Either create a new custom-values.yaml or edit your existing groundcover values.yaml
global:
logs:
retention: 3d # {amount}[h(ours), d(ays), w(eeks), y(ears)]
traces:
retention: 24h # {amount}[h(ours), d(ays), w(eeks), y(ears)]
victoria-metrics-single:
server:
# -- Data retention period for metrics, {amount}[h(ours), d(ays), w(eeks), y(ears)], default is 7d
retentionPeriod: 7d
groundcover deploy -f <custom-values.yaml>
helm upgrade <groundcover release name> groundcover/groundcover \
-n <groundcover namespace> --reuse-values -f <custom-values.yaml>
Last modified 2mo ago