joshelser commented on issue #26: RATIS-594 RATIS-593 RATIS-551 Add 
HadoopMetrics2Adaptor for dropwizard metrics and Graphite container for log 
service
URL: https://github.com/apache/incubator-ratis/pull/26#issuecomment-505653505
 
 
   > This makes me think that something is de-duplicating them based on the 
final component of the metric name.
   
   Reading through the metrics adapter again, I'm reminded that it's just 
tracking HashMaps of "name" to metric object (e.g. timer, counter, histogram).
   
   IIRC, the nice hierarchy you have here in the metrics breakdown is via some 
magic prefix in the name itself (at least, JMX worked this way). Maybe the 
final name being exported from Ratis is identical, regardless of the RAFT Group 
(logservice "log") that the LogServer is operating on? That seems plausible 
given what else I'm seeing..

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