-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Scripting grafana dashboards #11
Comments
Can you assign this to me @jennydaman ? |
please i want to work on this project |
@sakshi1215 were you able to get grafana up and running? |
Yes, it was working well for me |
@jennydaman I would like to work on it. Can you assign it to me ? |
Sure. Some work in a related issue was done in #15, this could be helpful. |
@jennydaman Can you give me a brief summary of all chris's data you want to be visualized by grafana ? |
@MdSahil-oss some examples of useful visualizations would be as in the above screenshot:
Imagination is the limit when it comes to what visualizations could be useful but I think having these two default visualizations will be good. Later we'll also want to add visualizations from cAdvisor+prometheus |
@jennydaman can you tell in which table of |
SELECT dock_image FROM plugins_plugin; Join example: SELECT plugins_plugin.id, plugins_pluginmeta.name, plugins_plugin.dock_image
FROM plugins_plugin
INNER JOIN plugins_pluginmeta ON plugins_plugin.meta_id = plugins_pluginmeta.id; The relationship between pluginmeta --> plugin is [1, N) |
Create some interesting visualizations of ChRIS data e.g.
Figure out how to automatically add these dashboards to Grafana when the project is brought up by
docker compose up -d
(or as adocker compose run
command fired by./minichris.sh
The text was updated successfully, but these errors were encountered: