-
Notifications
You must be signed in to change notification settings - Fork 694
YQ-39-47 Add EgressDataRate sensor to pq write actor #12846
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
YQ-39-47 Add EgressDataRate sensor to pq write actor #12846
Conversation
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
@@ -103,6 +103,7 @@ class TDqPqWriteActor : public NActors::TActor<TDqPqWriteActor>, public IDqCompu | |||
InFlyData = task->GetCounter("InFlyData"); | |||
AlreadyWritten = task->GetCounter("AlreadyWritten"); | |||
FirstContinuationTokenMs = task->GetCounter("FirstContinuationTokenMs"); | |||
EgressBytes = task->GetCounter("EgressBytes"); |
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.
deriv = true?
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.
сделал также (не deriv) как и EgressBytes в subsystem/task_controller.
По названию это не производная.
Можно и deriv = true и переименовать в EgressDataRate.
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.
А фиг знает почему там не deriv сделали, возможно стоит поправит. EgressDataRate мне тоже нравится
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.
https://a.yandex-team.ru/arcadia/contrib/ydb/library/yql/providers/dq/actors/task_controller_impl.h?rev=r15598787#L289-291
А для публичных метрик уже по нормальному сделали на основе subsystem/task_controller/EgressBytes
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.
Переделал на EgressDataRate
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Changelog entry
...
Changelog category
Additional information
...