|
|
|
@ -11,17 +11,18 @@ import ( |
|
|
|
|
"github.com/cortexproject/cortex/pkg/chunk" |
|
|
|
|
cortex_client "github.com/cortexproject/cortex/pkg/ingester/client" |
|
|
|
|
"github.com/cortexproject/cortex/pkg/ring" |
|
|
|
|
"github.com/grafana/loki/pkg/ingester/client" |
|
|
|
|
"github.com/grafana/loki/pkg/iter" |
|
|
|
|
"github.com/grafana/loki/pkg/logproto" |
|
|
|
|
"github.com/grafana/loki/pkg/logql" |
|
|
|
|
"github.com/grafana/loki/pkg/util" |
|
|
|
|
"github.com/prometheus/client_golang/prometheus" |
|
|
|
|
"github.com/prometheus/common/model" |
|
|
|
|
"github.com/prometheus/prometheus/pkg/labels" |
|
|
|
|
"google.golang.org/grpc" |
|
|
|
|
"google.golang.org/grpc/health/grpc_health_v1" |
|
|
|
|
grpc_metadata "google.golang.org/grpc/metadata" |
|
|
|
|
|
|
|
|
|
"github.com/grafana/loki/pkg/ingester/client" |
|
|
|
|
"github.com/grafana/loki/pkg/iter" |
|
|
|
|
"github.com/grafana/loki/pkg/logproto" |
|
|
|
|
"github.com/grafana/loki/pkg/logql" |
|
|
|
|
"github.com/grafana/loki/pkg/util" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
// querierClientMock is a mockable version of QuerierClient, used in querier
|
|
|
|
|