shack/prometheus/server: lower retention time due to space limitation

This commit is contained in:
makefu 2019-09-02 15:31:30 +02:00
parent e4c836b9c4
commit 6d7fe1f115
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -19,7 +19,7 @@
prometheus = { prometheus = {
enable = true; enable = true;
extraFlags = [ extraFlags = [
"-storage.local.retention 8760h" "-storage.local.retention 720h"
"-storage.local.series-file-shrink-ratio 0.3" "-storage.local.series-file-shrink-ratio 0.3"
"-storage.local.memory-chunks 2097152" "-storage.local.memory-chunks 2097152"
"-storage.local.max-chunks-to-persist 1048576" "-storage.local.max-chunks-to-persist 1048576"