We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01b4e02 + 88e5116 commit 0e74efcCopy full SHA for 0e74efc
src/prometheus_cfg.erl
@@ -150,8 +150,8 @@ default_settings() ->
150
{scrape_interval, 10}, %% in seconds
151
{scrape_timeout, 10}, %% in seconds
152
{snapshot_timeout_msecs, 30000}, %% in milliseconds
153
- {decimation_enabled, true},
154
- {truncation_enabled, true},
+ {decimation_enabled, false},
+ {truncation_enabled, false},
155
{decimation_defs, decimation_definitions_default()},
156
{pruning_interval, 60000}, %% frequency to try to prune stats (msecs)
157
{truncate_max_age, 3*?SECS_IN_DAY}, %% age (secs) to truncate stats
0 commit comments