Support effective watermark thresholds in node stats API (#107244)

Adds to the `fs` component of the node stats API some additional values
indicating the disk watermarks that are currently in effect.

Relates #106676
This commit is contained in:
Howard 2024-04-18 21:57:28 +08:00 committed by GitHub
parent b18af0706e
commit fdbb21bba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 415 additions and 13 deletions

View file

@ -423,6 +423,7 @@ module org.elasticsearch.server {
org.elasticsearch.cluster.metadata.MetadataFeatures,
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.indices.IndicesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.search.retriever.RetrieversFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;