You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cpswan - This ticket is to get the memory utilization alerts of secondaries and report them to Gchat. So that we can take action and fix the secondary failure issue.
To monitor the memory utilization of secondary containers in your Docker Swarm cluster, I found a way to obtain memory utilization information from the worker nodes where the containers are running using the "docker stats" command. However, this approach requires adding a script to a cronjob on every worker node to receive alerts when the memory usage exceeds a certain threshold.
Although I tried to obtain memory utilization details from the Docker stacks/services level but did not get any success with this approach.
Create a script to monitor the memory utilization of secondaries.
The text was updated successfully, but these errors were encountered: