Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metrics: increase prometheus retention #56

Closed
cirocosta opened this issue Jun 17, 2019 · 1 comment
Closed

metrics: increase prometheus retention #56

cirocosta opened this issue Jun 17, 2019 · 1 comment

Comments

@cirocosta
Copy link
Member

Hey,

At the moment, the metrics Prometheus server is configured with a retention policy that allows us to store only 15d of data:

Screen Shot 2019-06-17 at 8 48 23 AM

Which, having a default of 15d when 0 (see https://prometheus.io/docs/prometheus/latest/storage/), means that we end up being able to go back a max of 15d.

Even though we didn't have a big need of going way back, it might be useful for some more high-level data like what flight_recorder or an SLI runner could give us.

--

Regarding disk, at the moment we're at a constant 20% utilization:

Screen Shot 2019-06-17 at 8 44 40 AM

My guess is that going up in terms of retention would proportionally make this grow.

@cirocosta cirocosta changed the title metrics: increase prometheus retentio metrics: increase prometheus n Jun 17, 2019
@cirocosta cirocosta changed the title metrics: increase prometheus n metrics: increase prometheus retetion Jun 17, 2019
@cirocosta cirocosta changed the title metrics: increase prometheus retetion metrics: increase prometheus retention Jun 17, 2019
@cirocosta
Copy link
Member Author

done #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant