Skip to content

Commit 0cac319

Browse files
DOC-13126-Incorrect-list-of-values-for-"operator"-in-Getting-Multiple-Statistics (#3978)
* Updated rest-statistics-multiple.adoc https://jira.issues.couchbase.com/browse/DOC-13126 Updated "=" | "!=" | "=~" | "~=" / “=, !=, =~, or ~=" to =, !=, =~, !~, any, or not_any. * Updated rest-statistics-multiple.adoc added a period at the end of line 65
1 parent 265c702 commit 0cac319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/rest-api/pages/rest-statistics-multiple.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Each object takes the following form:
5656
{
5757
"label": <label_name>,
5858
"value": <label_val>,
59-
"operator": "=" | "!=" | "=~" | "~="
59+
"operator": "=" | "!=" | "=~" | "!~" | "any" | "not_any"
6060
}
6161
----
6262

6363
The value of the key `label`, `label_name`, must be a string that specifies how the metric is identified: for example, `name`, or `proc`.
6464
The value of the key `value`, `label_val`, must be a string that is the actual name used to identify the metric: for example, `sys_cpu_utilization_rate`.
65-
The value of the key `"operator"` must be `=`, `!=`, `=~`, or `~=`.
65+
The value of the key `"operator"` must be `=` | `!=` | `=~` | `!~` | `any` | `not_any`.
6666

6767
* `applyFunctions.`
6868
Can be any of the functions described in the section xref:rest-api:rest-statistics-single.adoc#function[function], on the page xref:rest-api:rest-statistics-single.adoc[Getting a Single Statistic].

0 commit comments

Comments
 (0)