Update thanos objstore library to pull object duration metric fix #392
Annotations
10 errors
Linting & vetting:
cmd/thanos/main_test.go#L119
cannot use &erroringBucket{…} (value of type *erroringBucket) as objstore.InstrumentedBucket value in assignment: *erroringBucket does not implement objstore.InstrumentedBucket (missing method IterWithAttributes)
|
Linting & vetting:
cmd/thanos/main_test.go#L119
cannot use &erroringBucket{…} (value of type *erroringBucket) as objstore.InstrumentedBucket value in assignment: *erroringBucket does not implement objstore.InstrumentedBucket (missing method IterWithAttributes)
|
Linting & vetting:
test/e2e/compact_test.go#L354
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/compact_test.go#L899
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/compact_test.go#L947
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/query_test.go#L622
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/query_test.go#L810
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/query_test.go#L2038
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/store_gateway_test.go#L130
not enough arguments in call to s3.NewBucketWithConfig
|
Linting & vetting:
test/e2e/store_gateway_test.go#L456
not enough arguments in call to s3.NewBucketWithConfig
|
Loading