Skip to content

Commit 09972fa

Browse files
committed
Add missing reducer functions to where operator documentation
1 parent a92d5a5 commit 09972fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/metrics/metrics-operators/where.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ You can use the `where` operator to filter out either entire time series, or ind
1212
```sql
1313
where [VALUE BOOLEAN EXPRESSION | REDUCER BOOLEAN EXPRESSION]
1414
```
15-
## Checking my PR:
16-
```sql
17-
_collector="ABC7" | where type="web"
18-
```
1915
Where:
2016

2117
* `[VALUE BOOLEAN EXPRESSION]` is a value expression that operates on individual data points of a time series. For example,

0 commit comments

Comments
 (0)