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 aa0e9fb commit 39a3956Copy full SHA for 39a3956
pkg/querier/queryrange/split_by_interval_test.go
@@ -2,7 +2,6 @@ package queryrange
2
3
import (
4
"context"
5
- "github.com/weaveworks/common/httpgrpc"
6
"io/ioutil"
7
"net/http"
8
"net/http/httptest"
@@ -11,6 +10,8 @@ import (
11
10
"testing"
12
"time"
13
+ "github.com/weaveworks/common/httpgrpc"
14
+
15
"github.com/prometheus/prometheus/promql/parser"
16
"github.com/stretchr/testify/require"
17
"github.com/weaveworks/common/middleware"
0 commit comments