mClock: Add request stats #7

Merged
fyrchik merged 1 commit from dstepanov-yadro/frostfs-qos:feat/mclock_stats into master 2025-02-27 07:29:16 +00:00

Added method to get statistics on running and waiting queries for each tag.

Added method to get statistics on running and waiting queries for each tag.
dstepanov-yadro added 1 commit 2025-02-18 13:05:29 +00:00
[#9999] mclock: Add tag stat
All checks were successful
DCO action / DCO (pull_request) Successful in 31s
Vulncheck / Vulncheck (pull_request) Successful in 39s
Tests and linters / Run gofumpt (pull_request) Successful in 1m1s
Tests and linters / Tests (pull_request) Successful in 1m8s
Tests and linters / Staticcheck (pull_request) Successful in 1m6s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m22s
Tests and linters / gopls check (pull_request) Successful in 1m18s
Tests and linters / Lint (pull_request) Successful in 1m26s
Tests and linters / Tests with -race (pull_request) Successful in 1m22s
14cbd54478
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
requested review from fyrchik 2025-02-18 13:05:29 +00:00
dstepanov-yadro force-pushed feat/mclock_stats from 14cbd54478 to 060312da34 2025-02-18 13:06:42 +00:00 Compare
requested reviews from storage-core-committers, storage-core-developers 2025-02-18 13:09:13 +00:00
elebedeva approved these changes 2025-02-18 14:30:26 +00:00
fyrchik approved these changes 2025-02-27 07:27:58 +00:00
@ -14,6 +14,7 @@ import (
const (
invalidIndex = -1
undefinedReservation float64 = -1.0
minusOne = ^uint64(0)
Owner

math.MaxUint64?

`math.MaxUint64`?
fyrchik merged commit 25102d1e1a into master 2025-02-27 07:29:16 +00:00
fyrchik referenced this pull request from a commit 2025-02-27 07:29:17 +00:00
fyrchik referenced this pull request from a commit 2025-03-11 16:21:40 +00:00
Sign in to join this conversation.
No description provided.