We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4704cfd commit 72f03abCopy full SHA for 72f03ab
pkg/querier/tripperware/queryrange/split_by_interval.go
@@ -54,7 +54,7 @@ func (s splitByInterval) Do(ctx context.Context, r tripperware.Request) (tripper
54
// to line up the boundaries with step.
55
interval, err := s.interval(ctx, r)
56
if err != nil {
57
- return nil, httpgrpc.Errorf(http.StatusInternalServerError, err.Error())
+ return nil, httpgrpc.Errorf(http.StatusBadRequest, err.Error())
58
}
59
reqs, err := splitQuery(r, interval)
60
0 commit comments