summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-24 13:11:43 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-24 13:11:43 +0300
commit277d48398447dfe72bd5c5848d138fa3703f6830 (patch)
tree1f44c8c4d3cedef5b33140617491a289d694b813 /conf.d
parent05fb297a9ddffd7d369f1d80e9012d698ce58889 (diff)
proper defaults for statsd synthetic charts; #2224
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/statsd.d/example.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf.d/statsd.d/example.conf b/conf.d/statsd.d/example.conf
index 47628967d2..5a4be38f14 100644
--- a/conf.d/statsd.d/example.conf
+++ b/conf.d/statsd.d/example.conf
@@ -19,10 +19,12 @@
gaps when not collected = no
# the memory mode for the charts of this app: none|map|save
- memory mode = ram
+ # the default is to use the global memory mode
+ #memory mode = ram
# the history size for the charts of this app, in seconds
- history = 60
+ # the default is to use the global history
+ #history = 3600