Configure Data Retention #904
epiphora97
started this conversation in
General
Replies: 2 comments 1 reply
|
There's no option for this currently, but the oldest data we keep is 30 days. It also doesn't require a lot of storage. The shorter records are averaged to create the longer records, then deleted. Right now it's about 400 records per system to cover all charts for 30 days, plus another 400 if the system is tracking container data. We may add a database for the agent to keep more granular data and stream it in if needed. In that case it will definitely be optional and/or configurable. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How or where to configure data retention in docker? for example if I dont want to keep more than 60 days worth of data to keep my volume usage small.
All reactions