Skip to content

Commit 3f9156b

Browse files
Add new search load metrics to SearchStats (#4731) (#4740)
* update specification for recent_search_load * fix typo (cherry picked from commit 9fc8173) Co-authored-by: Dimitris Rempapis <[email protected]>
1 parent e511663 commit 3f9156b

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 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: 16 additions & 5 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: 1 addition & 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ export class SearchStats {
272272
suggest_time?: Duration
273273
suggest_time_in_millis: DurationValue<UnitMillis>
274274
suggest_total: long
275+
recent_search_load?: double
275276
groups?: Dictionary<string, SearchStats>
276277
}
277278

0 commit comments

Comments
 (0)