From 95b77bd6c6fda25dc1a1ccb42d5686498f618faf Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Thu, 4 Mar 2021 12:18:31 -0500 Subject: [PATCH 1/2] Add a filter to only include *.conf files from collectd.d. --- collectd.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/collectd.conf b/collectd.conf index 9178950..6e23e02 100644 --- a/collectd.conf +++ b/collectd.conf @@ -124,7 +124,10 @@ PostCacheChain "PostCache" -# if you have other config, especially for plugins, you can drop them -# into this directory +# Obsolete config directory for backward compatibility. Include "/opt/stackdriver/collectd/etc/collectd.d" -Include "/etc/stackdriver/collectd.d" +# If you have other config, especially for plugins, you can drop them +# into this directory. + + Filter "*.conf" + From 5486199c74cf9a9039758de6ec8dd4dfe8dd4817 Mon Sep 17 00:00:00 2001 From: Igor Peshansky Date: Thu, 4 Mar 2021 12:22:12 -0500 Subject: [PATCH 2/2] Bump minor version because a config include filter is technically a new feature. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 2d85e72..b52c0e1 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ # The release version and build number of the stackdriver-agent package. -PKG_VERSION=6.1.3 +PKG_VERSION=6.2.0 PKG_BUILD=1