Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danesherbs/carbon-footprint-plugin
- Owner: danesherbs
- License: apache-2.0
- Created: 2019-08-25T11:18:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:56:21.000Z (about 2 years ago)
- Last Synced: 2024-04-21T06:14:59.414Z (9 months ago)
- Topics: carbon-emissions, grafana, green-ai, greenhouse-gas-emissions
- Language: Shell
- Homepage:
- Size: 2.04 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```