Skip to content

Conversation

@Rattysed
Copy link
Collaborator

@Rattysed Rattysed commented Oct 22, 2025

#3614

Add metrics for cells mechanism

Add Free/Total bytes metric, add timeSinceLastUpdate metric

@Rattysed Rattysed added large-tests Launch large tests for PR disk_manager Add this label to run only cloud/disk_manager build and tests on PR labels Oct 22, 2025
@github-actions
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 9c7d919.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1191 1191 0 0 0 0 0

@Rattysed Rattysed force-pushed the users/rattysed/issue-3614-metrics branch from 9c7d919 to a9784f3 Compare October 23, 2025 12:23
@Rattysed Rattysed marked this pull request as ready for review October 23, 2025 12:23
@github-actions
Copy link
Contributor

github-actions bot commented Oct 23, 2025

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
1215 1212 0 3 0 0 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
48 46 0 2 0 0 0

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a9784f3.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
46 44 0 2 0 0 0

@Rattysed Rattysed marked this pull request as draft October 28, 2025 18:15
ticker := time.NewTicker(t.metricsCollectionInterval)
defer ticker.Stop()

for range ticker.C {
Copy link
Collaborator

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(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем занулять метрики? С зависшими тасками это имело смысл, тут - нет.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

disk_manager Add this label to run only cloud/disk_manager build and tests on PR large-tests Launch large tests for PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants