[DOCS] Adds missing timing_stats descriptions (#50574)

This commit is contained in:
Lisa Cawley 2020-01-03 09:07:08 -08:00 committed by lcawl
parent 4d58656065
commit 62969c35cd
1 changed files with 6 additions and 3 deletions

View File

@ -97,9 +97,12 @@ re-started.
`timing_stats`::
(object) An object that provides statistical information about timing aspect of
this {dfeed}.
//average_search_time_per_bucket_ms
//bucket_count
//exponential_average_search_time_per_hour_ms
`timing_stats`.`average_search_time_per_bucket_ms`:::
(double) Average of the {dfeed} search times in milliseconds.
`timing_stats`.`bucket_count`:::
(long) The number of buckets processed.
`timing_stats`.`exponential_average_search_time_per_hour_ms`:::
(double) Exponential moving average of the {dfeed} search times in milliseconds.
`timing_stats`.`job_id`:::
include::{docdir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection]
`timing_stats`.`search_count`::: Number of searches performed by this {dfeed}.