From 922f654a49c33de6f7e2801c149102bab494a6b2 Mon Sep 17 00:00:00 2001 From: Quentin Madec Date: Thu, 9 Jul 2015 14:40:16 -0400 Subject: [PATCH] [doc] deprecate old disk option in example conf It still works right now, but is deprecated. [skip ci] --- datadog.conf.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datadog.conf.example b/datadog.conf.example index f7759ff79e..957b033c5f 100644 --- a/datadog.conf.example +++ b/datadog.conf.example @@ -46,9 +46,10 @@ api_key: # Set the threshold for accepting points to allow anything # with recent_point_threshold seconds # Defaults to 30 seconds if no value is provided -#recent_point_threshold: 30 +# recent_point_threshold: 30 # Use mount points instead of volumes to track disk and fs metrics +# DEPRECATED: use conf.d/disk.yaml instead to configure it use_mount: no # Change port the Agent is listening to @@ -134,6 +135,7 @@ use_mount: no # running constantly churning linux containers) whose metrics aren't # interesting for datadog. To filter out a particular pattern of devices # from collection, configure a regex here: +# DEPRECATED: use conf.d/disk.yaml instead to configure it # device_blacklist_re: .*\/dev\/mapper\/lxc-box.* # -------------------------------------------------------------------------- #