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
A Grafana panel to monitor the carbon footprint of AWS, GCP and Azure instances. Maintains a list of data centres and their energy sources, and computes CO2e emissions by sampling energy consumption of CPU, GPU and DRAM.
This is just a stub to show how to create a basic visualization plugin
To work with this plugin run:
yarn dev
or
yarn watch
This will run linting tools and apply prettier fix.
To build the plugin run:
yarn build
About
A Grafana panel to monitor the carbon footprint of AWS, GCP and Azure instances. Maintains a list of data centres and their energy sources, and computes CO2e emissions by sampling energy consumption of CPU, GPU and DRAM.