You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/09/20 20:01:10 UTC

[GitHub] [qpid-dispatch] ChugR opened a new pull request #571: DISPATCH-1422: Create global policy denial count

ChugR opened a new pull request #571: DISPATCH-1422: Create global policy denial count
URL: https://github.com/apache/qpid-dispatch/pull/571
 
 
   Policy status creates two global counts that get aggregated for
   all links and connections:
   
   * linksDenied - sum of all vhost sender and receiver denials
   * totalDenials - sum of linksDenied, connectionsDenied, and
                    sessionsDenied
   
   Implementation adds locks around changing shared static and
   generating statistic reports for management.
   
   Self test is added on to the PolicyVhostOverride as that test puts
   its statistics into a known vhost. Otherwise stats could go into
   system-specific vhosts like '0.0.0.0', '::0', 'localhost', etc.
   adding unneeded complexity to the analysis.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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