prometheus / docs

Prometheus documentation: content and static site generator
https://prometheus.io
Apache License 2.0
653 stars 1.01k forks source link

docs: Storage -- add general right-sizing advice #2489

Closed SeanKilleen closed 2 months ago

SeanKilleen commented 2 months ago

Based on a conversation in the Prometheus Slack: https://cloud-native.slack.com/archives/C167KFM6C/p1720815634650289

The general observation seemed to be that it makes sense to reduce the retention size to about 80-85% of the total allocated storage, to allow for time series entries to be culled prior to running out of space.

I'll start the PR for this but wanted to link it to this issue in case others would like to weigh in with more specific guidance.