-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Deprecate Repository Stats API #62297
Conversation
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
@tlrx I'm all for this, but I wonder, did we ever document this API in a way that means we can't just remove it outright? |
There was a bit of documentation (which has been removed in #62217). This is experimental API hidden behind a feature flag of a not yet release feature so I was also wondering how to remove this. But we have processes to remove APIs... so I'm just following them in case something somewhere is using this (which I don't expect). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets do it the official way :)
Thanks Armin! |
This commit deprecates the Repository Stats API added in 7.8.0 as an experimental API behind a feature flag. The goal is to deprecate this API in 7.10.0 and remove it in a follow up PR in 8.0.0. This API is now superseded by the Repositories Metering API.
Now the Repository Stats API is deprecated in 7.10.0 (#62297) we can remove it in 8.0.0. I'm labeling this as >breaking to respect the development process but we're talking about an experimental API that was never released (behind a feature flag).
This pull request deprecates the Repository Stats API added in 7.8.0 as an experimental API behind a feature flag. The goal is to deprecate this API in 7.10.0 and remove it in a follow up PR in 8.0.0.
This API is now superseded by the Repositories Metering API added in 7.10.0.