mtthwcmpbll / spring-boot-carbon-metrics

This repository is a project to automatically instrument a Spring Boot app with carbon-aware sustainability metrics.
Apache License 2.0
7 stars 4 forks source link

WIP Software Carbon Intensity (SC) implementation #23

Closed mtthwcmpbll closed 1 year ago

mtthwcmpbll commented 1 year ago

Work in Progress

This is an implementation of the SCI computation with providers for the different components of the calculation. It exposes a new actuator endpoint /actuator/carbon/sci that pulls energy consumed, marginal emissions, and emboddied emissions and produces the SCI score.

At the moment, the implementation providers are:

iamdebojyoti commented 1 year ago

Looks good to me. Merging it