-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
match nodes containing int/float/nan/inf metric values (#349)
fix query matcher code v1.3.0 to handle matching nodes: - with metric values containing a combination of ints, floats, NaN, and inf values (e.g., match nodes with time > 5, where time values may be an int, float, NaN, or inf) - with metric value of NaN (e.g., match nodes with time == NaN) - with metric value of inf (e.g., match nodes with time == inf) add tests for using the query language and standard filter functions to match nodes with NaN and inf metric values
- Loading branch information
Showing
3 changed files
with
130 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters