Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 19dd880b6 -> 4268b6713


Add first addition to Aggregator

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/06a56562
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/06a56562
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/06a56562

Branch: refs/heads/master
Commit: 06a56562f61f6cea083900bdffcb41c7557b9bd0
Parents: 19dd880
Author: Duncan Godwin <drigod...@googlemail.com>
Authored: Mon Jul 17 10:02:55 2017 +0100
Committer: GitHub <nore...@github.com>
Committed: Mon Jul 17 10:02:55 2017 +0100

----------------------------------------------------------------------
 guide/blueprints/enrichers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/06a56562/guide/blueprints/enrichers.md
----------------------------------------------------------------------
diff --git a/guide/blueprints/enrichers.md b/guide/blueprints/enrichers.md
index 788fb52..6ef1247 100644
--- a/guide/blueprints/enrichers.md
+++ b/guide/blueprints/enrichers.md
@@ -44,7 +44,7 @@ There are a number of additional configuration keys available 
for the Aggregator
 
 | Configuration Key                 | Default | Description                    
                                     |
 
|-----------------------------------|---------|---------------------------------------------------------------------|
-| enricher.transformation.untyped   | list    | Specifies a transformation, as 
a function from a collection to the value, or as a string matching a 
pre-defined named transformation, such as 'average' (for numbers), 'sum' (for 
numbers), 'isQuorate' (to compute a quorum), or 'list' (the default, putting 
any collection of items into a list) |
+| enricher.transformation.untyped   | list    | Specifies a transformation, as 
a function from a collection to the value, or as a string matching a 
pre-defined named transformation, such as 'average' (for numbers), 'sum' (for 
numbers), 'isQuorate' (to compute a quorum), 'first' (the first value, or null 
if empty), or 'list' (the default, putting any collection of items into a list) 
|
 | quorum.check.type                 |         | The requirement to be 
considered quorate -- possible values: 'all', 'allAndAtLeastOne', 'atLeastOne', 
'atLeastOneUnlessEmpty', 'alwaysHealthy'", "allAndAtLeastOne" |
 | quorum.total.size                 | 1       | The total size to consider 
when determining if quorate              |
 

Reply via email to