Skip to content

Commit

Permalink
Correct match_expression Operators (grafana#3996)
Browse files Browse the repository at this point in the history
* Correct match_expression Operators

* plainer language about mimir rules values

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>

---------

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
  • Loading branch information
kennytrytek-wf and clayton-cornell committed Jun 1, 2023
1 parent 979c298 commit a82513e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,12 @@ Name | Type | Description

The `operator` argument should be one of the following strings:

* `"in"`
* `"notin"`
* `"exists"`
* `"In"`
* `"NotIn"`
* `"Exists"`
* `"DoesNotExist"`

The `values` argument must not be provided when `operator` is set to `"Exists"` or `"DoesNotExist"`.

### basic_auth block

Expand Down

0 comments on commit a82513e

Please sign in to comment.