-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Suggestion]: UI #1
Comments
Thanks for the suggestion however I believe Grafana is a client side application only, so I must expose InfluxDB ports to public, do you know anyway to overcome this? Grafana looks really good |
I'd probably just provide a "means" to get the necessary data into InfluxDB and leave it as an exercise for the user to setup InfluxDB+Grapfana and point the script(s) to their instance(s). |
You may refer to https://github.com/google/cadvisor. |
cadvisor is nice but is a complete solution and competed with docker-resource-reporter :) I think I'd like to see docker-resource-repoter become a tool to actually shove data into round robin databases like InfluxDB, etc. |
Yeah cadvisor seems pretty solid, I remember playing with it but completely forgot it. I actually needed this for my job scheduling research for multi-hosts, but I can transform it as a tool to report it to InfluxDB as well Graphite and maybe others. I am really open to pull requests, suggestions or maybe another contributors, so don't hesitate :) |
If you guys want to collect metrics from cgroups, how about making it easier with command |
I wouldn't go to all the effort of writing a UI.
Instead integrate this with InfluxDB and Grafana.
Perhaps include instructions for how to do so or build
a Dockerfile/image hosted on the Docker Hub where
one can "docker run" and get nice stats/graphs for
their containers (probably have to bind mount
/var/run/docker.sock
).The text was updated successfully, but these errors were encountered: