mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmgateway: typo fix in regexp filter: ~=
is substituted with =~
This commit is contained in:
parent
2db4e79a03
commit
89890eab5d
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ jwt token must be in following format:
|
|||
"team": "dev",
|
||||
"project": "mobile"
|
||||
},
|
||||
"extra_filters": ["{env~=\"prod|dev\",team!=\"test\"}"],
|
||||
"extra_filters": ["{env=~\"prod|dev\",team!=\"test\"}"],
|
||||
"mode": 1
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ jwt token must be in following format:
|
|||
"team": "dev",
|
||||
"project": "mobile"
|
||||
},
|
||||
"extra_filters": ["{env~=\"prod|dev\",team!=\"test\"}"],
|
||||
"extra_filters": ["{env=~\"prod|dev\",team!=\"test\"}"],
|
||||
"mode": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue