yyj8 commented on PR #18116:
URL: https://github.com/apache/pulsar/pull/18116#issuecomment-1304806235

   Yes, It is possible to double the rate.
   
   If the user uses the following query, double rate will appear:
   `sum(pulsar_rate_in)`
   
   If the user uses the following query, there will be no double rate:
   `sum(pulsar_rate_in{namespace=""})`
   
   [@codelipenghui ] and  
[michaeljmarshall](https://github.com/michaeljmarshall) their suggestion is not 
to add new metrics names. Indeed, each of the two methods has its own 
advantages and disadvantages.
   
   I also tend to use new metrics names, like this `pulsar_broker_rate_in`. In 
other words, you can discuss with [@codelipenghui ] and 
[michaeljmarshall](https://github.com/michaeljmarshall)  which solution we will 
use is a better choice.
   
   Thank you very much.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to