You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the plugin exposes a _cachestats API to get some information on the cache usage. It could be a good idea to provide a stats API which will provide an overall combined usage and performance statistics on the plugin,
node level statistics including the cache statistics with more details (as mentioned in #140), e.g,
I like this idea a lot. I think it would be a huge improvement for visibility.
I'm not immediately sure what other metrics should be added, but would love input for other folks on what they'd like to see. Just exposing the eviction count would be a win to address #140
adnapibar
pushed a commit
to adnapibar/elasticsearch-learning-to-rank
that referenced
this issue
May 27, 2020
Currently, the plugin exposes a
_cachestats
API to get some information on the cache usage. It could be a good idea to provide astats
API which will provide an overall combined usage and performance statistics on the plugin,node level statistics including the cache statistics with more details (as mentioned in #140), e.g,
cluster wide information on the plugin such as overall health and information on stores, e.g.,
I'd like to know your views on this and any suggestions on other metrics (such as model performance) that might be helpful to add as part of the API.
The text was updated successfully, but these errors were encountered: