From b13a755842fc6055d7402157b3f42b562d788b0f Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 3 Jan 2020 09:07:08 -0800 Subject: [PATCH] [DOCS] Adds missing timing_stats descriptions (#50574) --- .../anomaly-detection/apis/get-datafeed-stats.asciidoc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/reference/ml/anomaly-detection/apis/get-datafeed-stats.asciidoc b/docs/reference/ml/anomaly-detection/apis/get-datafeed-stats.asciidoc index 695c16761a623..21a907a703c9a 100644 --- a/docs/reference/ml/anomaly-detection/apis/get-datafeed-stats.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/get-datafeed-stats.asciidoc @@ -96,9 +96,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}.