Skip to content

Commit

Permalink
Proto change for adding EXISTS and NOT_EXISTS operator in span exclus…
Browse files Browse the repository at this point in the history
…ion rules
  • Loading branch information
AnandShivansh committed Aug 27, 2024
1 parent 12b471f commit 41f61ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ enum RelationalOperator {
RELATIONAL_OPERATOR_ENDS_WITH = 5;
RELATIONAL_OPERATOR_REGEX_MATCH = 6;
RELATIONAL_OPERATOR_IN = 7;
RELATIONAL_OPERATOR_EXISTS = 10;
RELATIONAL_OPERATOR_NOT_EXISTS = 11;
}

0 comments on commit 41f61ef

Please sign in to comment.