batteries-included / batteries-included

Batteries Included is a Kubernetes based software platform for database, ai, web, monitoring, and more.
https://www.batteriesincl.com/
Other
21 stars 0 forks source link

monitoring: better tuning of storage defaults #1176

Open JTarasovic opened 3 days ago

JTarasovic commented 3 days ago

We use 1GB and 5GB volumes for vm_{select,storage} respectively with a 1month (default) retention.

We should scale the storage and retention with the cluster size?

 -retentionPeriod value
     Data with timestamps outside the retentionPeriod is automatically deleted. The minimum retentionPeriod is 24h or 1d. See also -retentionFilter
     The following optional suffixes are supported: s (second), h (hour), d (day), w (week), y (year). If suffix isn't set, then the duration is counted in months (default 1)
elliottneilclark commented 3 days ago

While you're doing this we should also make sure that the volume sizes are in integers when stored so that I can put a slider on it for the ui.