Skip to content

Commit 0145332

Browse files
authored
Update filter.md (#5238)
1 parent 4200b8a commit 0145332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/metrics/metrics-operators/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The supported functions are:
5353
Return the time series in which the average value of the CPU_User metric is greater than 95:
5454

5555
```sql
56-
metric=CPU_User | filter avg > 95`
56+
metric=CPU_User | filter avg > 95
5757
```
5858

5959
**Example 2**

0 commit comments

Comments
 (0)