Skip to content

Commit 0e74efc

Browse files
Merge branch 'cheshire-cat'
* MB-47502: Temporarily disable stats pruning as it causes... Change-Id: Ie9e4adf5e6181cb09617ff1389f0ce0be72f6f80
2 parents 01b4e02 + 88e5116 commit 0e74efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prometheus_cfg.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ default_settings() ->
150150
{scrape_interval, 10}, %% in seconds
151151
{scrape_timeout, 10}, %% in seconds
152152
{snapshot_timeout_msecs, 30000}, %% in milliseconds
153-
{decimation_enabled, true},
154-
{truncation_enabled, true},
153+
{decimation_enabled, false},
154+
{truncation_enabled, false},
155155
{decimation_defs, decimation_definitions_default()},
156156
{pruning_interval, 60000}, %% frequency to try to prune stats (msecs)
157157
{truncate_max_age, 3*?SECS_IN_DAY}, %% age (secs) to truncate stats

0 commit comments

Comments
 (0)