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 4200b8a commit 0145332Copy full SHA for 0145332
docs/metrics/metrics-operators/filter.md
@@ -53,7 +53,7 @@ The supported functions are:
53
Return the time series in which the average value of the CPU_User metric is greater than 95:
54
55
```sql
56
-metric=CPU_User | filter avg > 95`
+metric=CPU_User | filter avg > 95
57
```
58
59
**Example 2**
0 commit comments