Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danesherbs/carbon-footprint-plugin

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.
https://github.com/danesherbs/carbon-footprint-plugin

carbon-emissions grafana green-ai greenhouse-gas-emissions

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Simple React Panel

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
```