membphis commented on issue #1202: bug: prometheus and zipkin do not support 
global_rule
URL: 
https://github.com/apache/incubator-apisix/issues/1202#issuecomment-601759053
 
 
   > If we run the log plugin in global rule, should we ensure the plugin can 
be run only one? Previously, the user might configure the same plugin both in 
the global rule and in the local rule.
   
   I think that global rules and normal rules run independently, and the 
implementation will be simpler.
   
   For example global `limit-count` rule and normal `limit-count` rule, we need 
two limit objects to work at the same time.  
   
   If you have different opinions, please leave a message to discuss.
   
   In addition, not all plugins can be put into global rules (such as 
authentication plugins), we should add a scope field to the plugin.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to