zhtaoxiang opened a new pull request, #10106:
URL: https://github.com/apache/pinot/pull/10106

   With `org.apache.pinot.plugin.metrics.yammer.YammerSettableGauge` and 
`org.apache.pinot.plugin.metrics.dropwizard.DropwizardSettableGauge`, gauge 
value stored in metric registry can be updated. Therefore, it is now possible 
to remove `_gaugeValues` defined in 
`org.apache.pinot.common.metrics.AbstractMetrics`, which is a walkaround to 
make gauge value changeble.
   
   This PR removes the methods of reading guage metrics from `_gaugeValues` 
defined in `org.apache.pinot.common.metrics.AbstractMetrics`, so that we can 
remove `_gaugeValues` in a future PR. Notice that it's safe to delete those  
methods because they are only used in unit tests and integration tests.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to