-
Notifications
You must be signed in to change notification settings - Fork 36
[Disk Manager] Inroduce Cells metrics #4538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
9c7d919 to
a9784f3
Compare
|
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.
🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.
|
| ticker := time.NewTicker(t.metricsCollectionInterval) | ||
| defer ticker.Stop() | ||
|
|
||
| for range ticker.C { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Игнорируем контекст?
| return nil | ||
| } | ||
|
|
||
| func (t *collectCellsMetricsTask) cleanupMetrics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А зачем занулять метрики? С зависшими тасками это имело смысл, тут - нет.
#3614
Add metrics for cells mechanism
Add Free/Total bytes metric, add timeSinceLastUpdate metric