mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Fix linkerd success rate query
This commit is contained in:
@@ -11,7 +11,7 @@ var linkerdQueries = map[string]string{
|
||||
response_total{
|
||||
namespace="{{ .Namespace }}",
|
||||
deployment=~"{{ .Name }}",
|
||||
classification="failure",
|
||||
classification!="failure",
|
||||
direction="inbound"
|
||||
}[{{ .Interval }}]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user