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.
1 parent 2a578df commit 005cf4aCopy full SHA for 005cf4a
src/prometheus_cfg.erl
@@ -148,8 +148,8 @@ default_settings() ->
148
{scrape_interval, 10}, %% in seconds
149
{scrape_timeout, 10}, %% in seconds
150
{snapshot_timeout_msecs, 30000}, %% in milliseconds
151
- {decimation_enabled, true},
152
- {truncation_enabled, true},
+ {decimation_enabled, false},
+ {truncation_enabled, false},
153
{decimation_defs, decimation_definitions_default()},
154
{pruning_interval, 60000}, %% frequency to try to prune stats (msecs)
155
{truncate_max_age, 3*?SECS_IN_DAY}, %% age (secs) to truncate stats
0 commit comments