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
{{ message }}
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
I am runing a docker service which has nearly 2K containers for simulation purpose and I would like to monitor if the container stops and restarts inside the service or send an alert if container has stopped..
The text was updated successfully, but these errors were encountered:
isabelnoronha61
changed the title
Can I get metrics like CPU usage ,network traffic,the state of container.:running or stopped?
Can I get metrics like CPU usage ,network traffic,the state of container:running or stopped?
Jun 25, 2020
Yes, the exporter exposes all the metrics you listed in your question.
However, the exporter is not really optimized for situations involving 2000 containers. The Docker APIs it uses are quite low-performance and exhibit lots of latency and high "loading times". I estimate your experience with 2000 container scenarios would not be satisfactory.
In theory, there are some adjustments that can be made to make the exporter more suitable for this scenario but at the moment they are not on the roadmap (though if sufficiently important to you, perhaps sponsoring feature development on this could be considered).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am runing a docker service which has nearly 2K containers for simulation purpose and I would like to monitor if the container stops and restarts inside the service or send an alert if container has stopped..
The text was updated successfully, but these errors were encountered: