You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2016/09/20 16:16:48 UTC

qpid-dispatch git commit: DISPATCH-517 Expose new link statistics on console's overview page

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 5b09760d0 -> 2e8d50079


DISPATCH-517 Expose new link statistics on console's overview page


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/2e8d5007
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/2e8d5007
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/2e8d5007

Branch: refs/heads/master
Commit: 2e8d500792380b728b299fd37b61788decadd675
Parents: 5b09760
Author: Ernest Allen <ea...@redhat.com>
Authored: Tue Sep 20 12:16:42 2016 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Tue Sep 20 12:16:42 2016 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/js/qdrOverview.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/2e8d5007/console/stand-alone/plugin/js/qdrOverview.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/qdrOverview.js b/console/stand-alone/plugin/js/qdrOverview.js
index 80b77d4..e685bef 100644
--- a/console/stand-alone/plugin/js/qdrOverview.js
+++ b/console/stand-alone/plugin/js/qdrOverview.js
@@ -623,6 +623,13 @@ var QDR = (function (QDR) {
 							type: QDRService.valFor(response.attributeNames, result, "type"),
 							undeliveredCount: QDRService.valFor(response.attributeNames, result, "undeliveredCount"),
 							unsettledCount: QDRService.valFor(response.attributeNames, result, "unsettledCount"),
+
+							acceptedCount: prettyVal("acceptedCount"),
+							modifiedCount: prettyVal("modifiedCount"),
+							presettledCount: prettyVal("presettledCount"),
+							rejectedCount: prettyVal("rejectedCount"),
+							releasedCount: prettyVal("releasedCount"),
+
 							uid:     linkName,
 							timestamp: now,
 							rate: QDRService.pretty(rate(linkName, response, result)),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org