Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular
Commit: 526394ebc5e996c8bd04a7c01934c3508d2a8ee2
https://github.com/hawkular/hawkular/commit/526394ebc5e996c8bd04a7c01934c...
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2015-03-26 (Thu, 26 Mar 2015)
Changed paths:
M
modules/avail_creator/src/main/java/org/hawkular/component/availcreator/AvailPublisher.java
R
modules/avail_creator/src/main/java/org/hawkular/component/availcreator/AvailRecord.java
M
modules/avail_creator/src/main/java/org/hawkular/component/availcreator/MetricReceiver.java
A
modules/avail_creator/src/main/java/org/hawkular/component/availcreator/SingleAvail.java
Log Message:
-----------
The AvailData was not getting published
- make publishToTopic public so it can be called via the injected EJB
- add the "data" wrapper to the object payload
- maybe unnecessary, but renamed AvailRecord to SingleAvail to be
analogous to SingleMetric, and to match what alerts was using.