Ori.livneh has submitted this change and it was merged. Change subject: graphite: upstream doc in storage-aggregation.conf ......................................................................
graphite: upstream doc in storage-aggregation.conf Inline comments from upstream for later reference. Also added an URL pointing to online documentation. Change-Id: I88b02e0a6e9a4204806234551a4f654be7e2d5d4 --- M files/graphite/storage-aggregation.conf 1 file changed, 18 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/files/graphite/storage-aggregation.conf b/files/graphite/storage-aggregation.conf index 4c84240..47b00ca 100644 --- a/files/graphite/storage-aggregation.conf +++ b/files/graphite/storage-aggregation.conf @@ -1,3 +1,21 @@ +# Aggregation methods for whisper files. Entries are scanned in order, +# and first match wins. This file is scanned for changes every 60 seconds +# +# [name] +# pattern = <regex> +# xFilesFactor = <float between 0 and 1> +# aggregationMethod = <average|sum|last|max|min> +# +# name: Arbitrary unique name for the rule +# pattern: Regex pattern to match against the metric name +# xFilesFactor: Ratio of valid data points required for aggregation to the next retention to occur +# aggregationMethod: function to apply to data points for aggregation +# +# See upstream documentation: +# +# http://graphite.readthedocs.org/en/latest/config-carbon.html +# + [stats] pattern = ^stats\. xFilesFactor = 0 -- To view, visit https://gerrit.wikimedia.org/r/88469 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I88b02e0a6e9a4204806234551a4f654be7e2d5d4 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
