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