Skip to content

Commit a59dbc0

Browse files
Add new write load metrics to IndexingStats
This adds the fields added in elastic/elasticsearch#125521 and elastic/elasticsearch#124652 to the spec.
1 parent 50dc875 commit a59dbc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/_types/Stats.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ export class IndexingStats {
159159
index_failed: long
160160
types?: Dictionary<string, IndexingStats>
161161
write_load?: double
162+
recent_write_load?: double
163+
peak_write_load?: double
162164
}
163165

164166
export class MergesStats {

0 commit comments

Comments
 (0)