Skip to content

Commit

Permalink
Describe rule matching selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 26, 2024
1 parent 1736da9 commit 12eb467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/main/sphinx/admin/resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ documentation](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java

- `group` (required): the group these queries will run in.

All rules within a single selector are combined using a logical `AND`. Therefore
all rules must match for a selector to be applied.

Selectors are processed sequentially and the first one that matches will be used.

## Global properties
Expand Down

0 comments on commit 12eb467

Please sign in to comment.