Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 03b09eb1e -> ec6bcacdf


DISPATCH-580 Adding graph=true for logStats statistics


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

Branch: refs/heads/master
Commit: ec6bcacdf992eb5fea98b308bbd6f5cbb2bf1947
Parents: 03b09eb
Author: Ernest Allen <eal...@redhat.com>
Authored: Mon Oct 16 08:55:52 2017 -0400
Committer: Ganesh Murthy <gmur...@redhat.com>
Committed: Wed Nov 1 15:03:29 2017 -0400

----------------------------------------------------------------------
 python/qpid_dispatch/management/qdrouter.json | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ec6bcacd/python/qpid_dispatch/management/qdrouter.json
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch/management/qdrouter.json 
b/python/qpid_dispatch/management/qdrouter.json
index c7dabc8..6329a07 100644
--- a/python/qpid_dispatch/management/qdrouter.json
+++ b/python/qpid_dispatch/management/qdrouter.json
@@ -926,30 +926,37 @@
             "attributes": {
                 "traceCount": {
                     "description": "How many trace-level events have happened 
on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "debugCount": {
                     "description": "How many debug-level events have happened 
on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "infoCount": {
                     "description": "How many info-level events have happened 
on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "noticeCount": {
                     "description": "How many notice-level events have happened 
on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "warningCount": {
                     "description": "How many warning-level events have 
happened on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "errorCount": {
                     "description": "How many error-level events have happened 
on this log.",
+                    "graph": true,
                     "type": "integer"
                 } ,
                 "criticalCount": {
                     "description": "How many critical-level events have 
happened on this log.",
+                    "graph": true,
                     "type": "integer"
                 }
             }


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

Reply via email to