Skip to content

Commit

Permalink
fix: add ci metric
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Aug 22, 2023
1 parent f830348 commit 18f558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/dashboard_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func TestJsonExpression(t *testing.T) {

now := time.Now()
// QoS counters have the longest schedule so check for them before checking for any of the other counters
precheckCounters := []string{"qos_read_data"}
precheckCounters := []string{"qos_read_data", "qos_detail_service_time_latency"}
for _, counter := range precheckCounters {
if counterIsMissing(rest, counter, 7*time.Minute) {
t.Fatalf("rest qos counters not found dur=%s", time.Since(now).Round(time.Millisecond).String())
Expand Down

0 comments on commit 18f558b

Please sign in to comment.