go.mod: Bump frostfs-qos version
All checks were successful
Tests and linters / Run gofumpt (push) Successful in 29s
Vulncheck / Vulncheck (push) Successful in 1m14s
Build / Build Components (push) Successful in 1m51s
Pre-commit hooks / Pre-commit (push) Successful in 2m0s
Tests and linters / Tests (push) Successful in 2m33s
Tests and linters / Staticcheck (push) Successful in 2m33s
Tests and linters / Lint (push) Successful in 3m24s
Tests and linters / Tests with -race (push) Successful in 4m37s
Tests and linters / gopls check (push) Successful in 4m39s
OCI image / Build container images (push) Successful in 4m54s

Change-Id: I8bc045b509ee1259cfad288477a0b7d045683f10
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2025-03-21 18:03:03 +03:00 committed by Evgenii Stratonikov
parent a4da1da767
commit eed0824590
5 changed files with 6 additions and 6 deletions

View file

@ -100,7 +100,7 @@ func (c *clientCache) dialTreeService(ctx context.Context, netmapAddr string) (*
qos.NewAdjustOutgoingIOTagUnaryClientInterceptor(),
metrics.NewUnaryClientInterceptor(),
tracing.NewUnaryClientInterceptor(),
tagging.NewUnaryClientInteceptor(),
tagging.NewUnaryClientInterceptor(),
),
grpc.WithChainStreamInterceptor(
qos.NewAdjustOutgoingIOTagStreamClientInterceptor(),