DomGarguilo opened a new pull request, #4518:
URL: https://github.com/apache/accumulo/pull/4518
Fixes #4492
Adds cache hit and cache request count metrics for data, index and summary
caches.
Here is an example when metrics are set up to be logged:
```
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.hitcount.data{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=253
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.hitcount.index{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=4
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.hitcount.summary{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=0
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.requestcount.data{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=287
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.requestcount.index{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=32
METRICS: 2024-05-02T14:46:46,628,
accumulo.blockcache.requestcount.summary{host=localhost,instance.name=uno,port=9997,process.name=tserver}
value=0
```
I am not sure if I named these that well so feedback on that would be
helpful.
--
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]