GitHub user Graeme-Miller opened a pull request:
https://github.com/apache/brooklyn-server/pull/908
Added a DashboardAggregator
Added a DashboardAggregator. This aggregator will pull together dashboard
sensors from it's children and merge them together. This however, does not
touch the owner or environment sensors as there is no good way to aggregate
them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Graeme-Miller/brooklyn-server
add_dashboard_aggregator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/908.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #908
----
commit 972ae5c6fa562adc2a09de7954f4e41bfe50024a
Author: graeme.miller <[email protected]>
Date: 2017-12-05T11:53:00Z
Added a DashboardAggregator
----
---