-
Notifications
You must be signed in to change notification settings - Fork 59
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
Issue 3602 Pod nework bandwidth usage #3606
Conversation
We also need new configs in |
@@ -133,7 +139,8 @@ static class ResourceMonitoringManagerCore { | |||
final PreferenceManager preferenceManager, | |||
final StopServerlessRunManager stopServerlessRunManager, | |||
final InstanceOfferManager instanceOfferManager, | |||
final RunStatusManager runStatusManager) { | |||
final RunStatusManager runStatusManager, | |||
final ESMonitoringManager monitoringManager) { |
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.
let's use already existing way to request metrics (same as for IdleRuns). For this we need implement a method for NetworkRequester.java
which now is unimplemented + AbstractMetricRequester.getRequester
should be expanded to return NetworkRequester
if such metric is requested
b61e0c0
to
a016ffb
Compare
(cherry picked from commit cdb4be4)
Pod nework bandwidth usage