Skip to content

Commit 84a81bf

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

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
@@ -250,7 +250,7 @@ Try the following fixes:
250250
<br/>`| sum by pod | sum`
251251
<br/>or
252252
<br/>`| sum by namespace`
253-
* Use the [topk search operator](/docs/search/search-query-language/search-operators/topk/):
253+
* Use the [`topk` search operator](/docs/search/search-query-language/search-operators/topk/):
254254
<br/>`| topk(500,latest)| sum by pod`
255255
* Filter to remove series using `filter` or `where` operators:
256256
<br/>`| filter max > 0 `

0 commit comments

Comments
 (0)