You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/07/26 08:37:20 UTC

[GitHub] [ignite] nizhikov commented on issue #6701: IGNITE-11961 Provide JMX metrics for PME timings

nizhikov commented on issue #6701: IGNITE-11961  Provide JMX metrics for PME timings
URL: https://github.com/apache/ignite/pull/6701#issuecomment-515363405
 
 
   @NSAmelchev 
   @anton-vinogradov 
   
   I thought we should **add** new metrics to calculate blocking period.
   Don't think we should remove existing metrics for a whole PME duration.
   
   In the end we should have:
   
   * `CurrentPMEDuration` (existing metric, we shouldn't touch it).
   * `CurrentPMECacheOperationsBlockedDuration` - new long metric. only in the new framework, don't appear in `ClusterMetrics` JMX bean.
   * `PMEDuration` - new histogram.
   * `PMECacheOperationsBlockedDuration` - new histogram.
   
   WHYT?
   
   

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