Skip to content

Commit f361d51

Browse files
authored
Fix coefficient value of SSDs (#82)
1 parent c1f1b50 commit f361d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/main/java/io/retit/opentelemetry/javaagent/extension/emissions/CloudCarbonFootprintCoefficients.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CloudCarbonFootprintCoefficients {
3333
* SSD storage energy consumption in Wh per TB per hour.
3434
* Source: https://www.cloudcarbonfootprint.org/docs/methodology#appendix-i-energy-coefficients
3535
*/
36-
public static final double STORAGE_ENERGY_CONSUMPTION_WH_SSD_PER_TB_HOUR = 0.12;
36+
public static final double STORAGE_ENERGY_CONSUMPTION_WH_SSD_PER_TB_HOUR = 1.2;
3737

3838
/**
3939
* Average minimum watt consumption for AWS.

0 commit comments

Comments
 (0)