-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] [Remote Store] Remote Store Stats API #7153
Comments
@linuxpi Couple of points -
|
@linuxpi Can you please also provide details around the API permissions? |
Yes. update the structure
Not sure if this is a good idea. if a cluster has many shards the api response become huge
sum of all metrics? I dont think all metrics would make sense when summed
Node level aggregation would be very useful. but i am planning to add it incrementally
Thats a good point. We can implement all aggregate level metrics incrementally - cluster, node and repository level |
@linuxpi What does |
@sachinpkale |
@sachinpkale i checked a various stats objects part of |
Closing this as the API was released with 2.10 release |
Is your feature request related to a problem? Please describe.
#6789 talks about adding stats related to Remote Store. This will help us identify how we are performing with Remote Store enabled indices. We need Rest API to expose these stats to provide visibility into how the Remote Store enabled indices are performing.
Scope of this issue is to add required API(s) for exposing Remote Store related stats
Describe the solution you'd like
Index Level Stats
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: