We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07b33d commit 84a81bfCopy full SHA for 84a81bf
docs/metrics/metrics-queries/metric-query-best-practices.md
@@ -250,7 +250,7 @@ Try the following fixes:
250
<br/>`| sum by pod | sum`
251
<br/>or
252
<br/>`| sum by namespace`
253
-* Use the [topk search operator](/docs/search/search-query-language/search-operators/topk/):
+* Use the [`topk` search operator](/docs/search/search-query-language/search-operators/topk/):
254
<br/>`| topk(500,latest)| sum by pod`
255
* Filter to remove series using `filter` or `where` operators:
256
<br/>`| filter max > 0 `
0 commit comments