[#1689] qos: Fix metric description
All checks were successful
Vulncheck / Vulncheck (push) Successful in 1m17s
Pre-commit hooks / Pre-commit (push) Successful in 1m40s
Build / Build Components (push) Successful in 1m56s
Tests and linters / Run gofumpt (push) Successful in 2m43s
Tests and linters / Staticcheck (push) Successful in 2m54s
Tests and linters / Tests (push) Successful in 3m7s
Tests and linters / gopls check (push) Successful in 3m45s
Tests and linters / Lint (push) Successful in 4m8s
Tests and linters / Tests with -race (push) Successful in 4m15s
OCI image / Build container images (push) Successful in 4m36s

Change-Id: I460fdd3713e765d57ef3ff2945b9b3776f46c164
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2025-03-24 11:52:39 +03:00 committed by Evgenii Stratonikov
parent 0a9d139e20
commit 0c664fa804

View file

@ -15,7 +15,7 @@ func newQoSMetrics() *QoSMetrics {
Namespace: namespace,
Subsystem: qosSubsystem,
Name: "operations_total",
Help: "Count of pending, in progree, completed and failed due of resource exhausted error operations for each shard",
Help: "Count of pending, in progress, completed and failed due of resource exhausted error operations for each shard",
}, []string{shardIDLabel, operationLabel, ioTagLabel, typeLabel}),
}
}