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 f314d88 commit e2dd641Copy full SHA for e2dd641
pkg/ingester/matchers.go
@@ -1,8 +1,10 @@
1
package ingester
2
3
-import "slices"
+import (
4
+ "slices"
5
-import "github.com/prometheus/prometheus/model/labels"
6
+ "github.com/prometheus/prometheus/model/labels"
7
+)
8
9
// optimizeMatchers categorizes input matchers to matchers used in select and matchers applied lazily
10
// when scanning series.
0 commit comments