forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regroup searchable snapshot stats by file extension (elastic#68835)
The searchable snapshots stats endpoint currently exposes stats information at the level of individual files, which can be extremely verbose for large indices. Furthermore, the tracking at the per-file level consumes a non-negligible amount of heap memory. With this change, the stats are now aggregated per file extension, and can be aggregated both at the index as well as cluster-level. It introduces a new "level" parameter, similar to indices stats, which defaults to "indices", but can also be set to "cluster" or "shards", provide details at the respective level. The commit also fixes a small issue where the backwardsSeeks stats were reported as negative values instead of positive ones.
- Loading branch information
Showing
16 changed files
with
449 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.