File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKl
267267golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
268268golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
269269golang.org/x/sync v0.15.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
270+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
270271golang.org/x/sys v0.1.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
271272golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
272273golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
Original file line number Diff line number Diff line change @@ -325,12 +325,8 @@ func TestDownloadUploadDirConcurrency(t *testing.T) {
325325 testutil .Ok (t , promtest .GatherAndCompare (r , strings .NewReader (`
326326 # HELP objstore_bucket_operation_fetched_bytes_total Total number of bytes fetched from bucket, per operation.
327327 # TYPE objstore_bucket_operation_fetched_bytes_total counter
328- objstore_bucket_operation_fetched_bytes_total{bucket="",operation="attributes"} 0
329- objstore_bucket_operation_fetched_bytes_total{bucket="",operation="delete"} 0
330- objstore_bucket_operation_fetched_bytes_total{bucket="",operation="exists"} 0
331328 objstore_bucket_operation_fetched_bytes_total{bucket="",operation="get"} 1.048578e+06
332329 objstore_bucket_operation_fetched_bytes_total{bucket="",operation="get_range"} 0
333- objstore_bucket_operation_fetched_bytes_total{bucket="",operation="iter"} 0
334330 objstore_bucket_operation_fetched_bytes_total{bucket="",operation="upload"} 0
335331 ` ), `objstore_bucket_operation_fetched_bytes_total` ))
336332
You can’t perform that action at this time.
0 commit comments