add canary backend name for requests metrics (#7696)
This commit is contained in:
parent
15385c6d56
commit
ddbb0be0a0
4 changed files with 124 additions and 65 deletions
|
|
@ -82,6 +82,7 @@ describe("Monitor", function()
|
|||
namespace = "default",
|
||||
ingress_name = "example",
|
||||
service_name = "http-svc",
|
||||
proxy_alternative_upstream_name = "default-http-svc-canary-80",
|
||||
location_path = "/",
|
||||
|
||||
request_method = "GET",
|
||||
|
|
@ -114,6 +115,7 @@ describe("Monitor", function()
|
|||
namespace = "default",
|
||||
ingress = "example",
|
||||
service = "http-svc",
|
||||
canary = "default-http-svc-canary-80",
|
||||
path = "/",
|
||||
|
||||
method = "GET",
|
||||
|
|
@ -131,6 +133,7 @@ describe("Monitor", function()
|
|||
namespace = "default",
|
||||
ingress = "example",
|
||||
service = "http-svc",
|
||||
canary = "default-http-svc-canary-80",
|
||||
path = "/",
|
||||
|
||||
method = "POST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue