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 a19dc70 commit d949a51Copy full SHA for d949a51
pkg/storage/tsdb/expanded_postings_cache_test.go
@@ -3,13 +3,13 @@ package tsdb
3
import (
4
"bytes"
5
"fmt"
6
- "github.com/prometheus/client_golang/prometheus/testutil"
7
"strings"
8
"sync"
9
"testing"
10
"time"
11
12
"github.com/prometheus/client_golang/prometheus"
+ "github.com/prometheus/client_golang/prometheus/testutil"
13
"github.com/stretchr/testify/require"
14
"go.uber.org/atomic"
15
)
0 commit comments