Skip to content

Commit c69ebfe

Browse files
committed
fix metric querying if metricMightExist == false
1 parent 7c2893a commit c69ebfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

finder/tagged.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,6 @@ func (t *TaggedFinder) Execute(ctx context.Context, config *config.Config, query
430430
if err != nil {
431431
return err
432432
}
433-
if !t.metricMightExists {
434-
return nil
435-
}
436433
return t.ExecutePrepared(ctx, terms, from, until, stat)
437434
}
438435

0 commit comments

Comments
 (0)