feat: close v3 slo gates and lifecycle metrics
This commit is contained in:
@@ -222,6 +222,9 @@ func TestNewActionSetResolveRouteFlow(t *testing.T) {
|
||||
if !strings.Contains(body, "route_failovers_total") {
|
||||
t.Fatal("metrics missing route_failovers_total after fallback flow")
|
||||
}
|
||||
if !strings.Contains(body, `route_decisions_total{logical_group="gpt-shared",status="failover"}`) {
|
||||
t.Fatalf("metrics missing failover decision status after resolve flow: %s", body)
|
||||
}
|
||||
}
|
||||
|
||||
func TestResolveRouteHelpers(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user