Skip to content

Commit d07b33d

Browse files
jpipkin1kimsauce
andauthored
Update docs/metrics/metrics-queries/metric-query-best-practices.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 11f94f8 commit d07b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/metrics/metrics-queries/metric-query-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This further complicates the quantization type.
143143

144144
Quantization is at the very heart of query output for metrics. You must use the correct quantization for every use case.
145145

146-
Every metric series has multiple rollup types: `min`, `max`, `latest`, `avg`, `sum`, and `count`. Every metric query has auto quantize by default using `avg`, but we override with the [`quantize` operator](/docs/metrics/metrics-operators/quantize/). The `quantize` operator has a time window (similar to the [timeslice search operator](https://help.sumologic.com/docs/search/search-query-language/search-operators/timeslice/) in logs), and a rollup type, for example, `avg` or `sum`.
146+
Every metric series has multiple rollup types: `min`, `max`, `latest`, `avg`, `sum`, and `count`. Every metric query has auto quantize by default using `avg`, but we override with the [`quantize` operator](/docs/metrics/metrics-operators/quantize/). The `quantize` operator has a time window (similar to the [`timeslice` search operator](https://help.sumologic.com/docs/search/search-query-language/search-operators/timeslice/) in logs), and a rollup type, for example, `avg` or `sum`.
147147

148148
The following screenshot shows a query with the `quantize` type of `max` and an interval of `1h`:
149149

0 commit comments

Comments
 (0)