Skip to content

Commit

Permalink
Merge pull request #2497 from muffix/fix-2496
Browse files Browse the repository at this point in the history
Update the documentation for dropbool
  • Loading branch information
muffix authored May 13, 2021
2 parents 4ea808a + e7cfb47 commit e25bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ Remove any NaN or Inf values from a series. Will error if this operation results
## dropbool(seriesSet, seriesSet) seriesSet
{: .exprFunc}

Drop datapoints where the corresponding value in the second series set is non-zero. (See Series Operations for what corresponding means). The following example drops tr_avg (avg response time per bucket) datapoints if the count in that bucket was + or - 100 from the average count over the time period.
Drop datapoints where the corresponding value in the second series set is zero. (See Series Operations for what corresponding means). The following example drops tr_avg (avg response time per bucket) datapoints if the count in that bucket was + or - 100 from the average count over the time period.

Example:

Expand Down

0 comments on commit e25bc3e

Please sign in to comment.