dlmarion commented on PR #6010:
URL: https://github.com/apache/accumulo/pull/6010#issuecomment-3641765014

   > "accumulo.bytes.read" 162803236
        "accumulo.bytes.read.file" 82245238
        "accumulo.bytes.returned" 5972
        "accumulo.cache.data.bypasses" 1694
        "accumulo.cache.data.hits" 0
        "accumulo.cache.data.misses" 0
        "accumulo.cache.index.bypasses" 0
        "accumulo.cache.index.hits" 191
        "accumulo.cache.index.misses" 0
        "accumulo.entries.read" 9988264
        "accumulo.entries.returned" 333
        "accumulo.seeks" 128
        
        
   Suggest adding `scan` to the names where it makes sense. For example, 
`accumulo.entries.read`, could be relevant for compactions as well. Maybe it 
doesn't matter in the tracing because it's per thread of execution? It would 
certainly matter for any metrics emitted as those will be aggregated.


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