keith-turner commented on PR #4518:
URL: https://github.com/apache/accumulo/pull/4518#issuecomment-2091484350
Could move the cache type higher in the name. This brings the related data
together when sorting names or using completion.
```
accumulo.blockcache.data.hitcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=253
accumulo.blockcache.data.requestcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=287
accumulo.blockcache.index.requestcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=32
accumulo.blockcache.index.hitcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=4
accumulo.blockcache.summary.requestcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=0
accumulo.blockcache.summary.hitcount{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=0
```
--
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]