Skip to content

Commit 47f94c3

Browse files
ES-10037 Add new write load metrics to IndexingStats (#4195)
This adds the fields added in elastic/elasticsearch#125521 and elastic/elasticsearch#124652 to the spec.
1 parent 50dc875 commit 47f94c3

File tree

4 files changed

+44
-12
lines changed

4 files changed

+44
-12
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 34 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)