https://github.com/mtpatter/sticcer
Sustainable Tech Insights and Cloud Carbon Efficiency Reporting
https://github.com/mtpatter/sticcer
Last synced: about 2 months ago
JSON representation
Sustainable Tech Insights and Cloud Carbon Efficiency Reporting
- Host: GitHub
- URL: https://github.com/mtpatter/sticcer
- Owner: mtpatter
- License: gpl-3.0
- Created: 2022-11-04T02:21:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T13:26:50.000Z (over 3 years ago)
- Last Synced: 2025-03-01T22:29:09.875Z (over 1 year ago)
- Language: Python
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sticcer

STICCER: Sustainable Tech Insights and Cloud Carbon Efficiency Reporting
Start Prometheus and friends to monitor containers with label sticcer=GROUP_NAME.
Use [my dockprom fork](https://github.com/mtpatter/dockprom) for Docker for Mac.
```
$ cd PATH_TO_GITHUB_REPO/dockprom
$ docker-compose up
```
Build image for STICCER (based on Dash.)
```
$ docker build -t dash -f Dockerfile.dash .
```
Run the dashboard on port 8050 (locally with Docker for Mac):
```
docker run -it --rm --add-host=host.docker.internal:host-gateway \
-p 8050:8050 -v $PWD:/dash \
--label sticcer=dashgroup \
dash python sticcer.py -f sticcer-config.json
```