-
Notifications
You must be signed in to change notification settings - Fork 254
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
[MAIN-1863] - avg utilization of mem/cpu #1502
Conversation
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.
nice work
left some comments
@@ -526,7 +525,9 @@ def __update_cluster_status(self): | |||
) | |||
|
|||
self.dal.publish_cluster_status(cluster_status) | |||
self.dal.publish_cluster_nodes(cluster_stats.nodes, self.__pods_running_count) | |||
avg_cpu = self.__prometheus_discovery_util.get_cluster_avg_cpu() |
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.
Will the db function work with None
as cpu_utilization
or memory_utilization
?
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.
yea
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.
nice work
No description provided.