From 4770ee357a14095546c29b05a2051d6157907b3e Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Mon, 9 Sep 2024 14:18:58 -0400 Subject: [PATCH] Typo fix Signed-off-by: Fanit Kolchina --- _observing-your-data/query-insights/grouping-top-n-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_observing-your-data/query-insights/grouping-top-n-queries.md b/_observing-your-data/query-insights/grouping-top-n-queries.md index 514e98b13a..d85550ad5c 100644 --- a/_observing-your-data/query-insights/grouping-top-n-queries.md +++ b/_observing-your-data/query-insights/grouping-top-n-queries.md @@ -328,4 +328,4 @@ Field | Data type | Description `top_queries.measurements.latency` | Object | The aggregate latency measurements for the query group. `top_queries.measurements.latency.number` | Integer | The total latency for the query group. `top_queries.measurements.latency.count` | Integer | The number of queries in the query group. -`top_queries.measurements.latency.aggregationType` | String | The aggregation type for the current entry. If grouping by similarity is enabled, then `aggregateType` is `AVERAGE`. If not enabled, then `aggregationType` is `NONE`. \ No newline at end of file +`top_queries.measurements.latency.aggregationType` | String | The aggregation type for the current entry. If grouping by similarity is enabled, then `aggregationType` is `AVERAGE`. If not enabled, then `aggregationType` is `NONE`. \ No newline at end of file