-
Notifications
You must be signed in to change notification settings - Fork 257
feat(efc): load balancer - MTA-6653 #5783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
eauvray-github
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il faudrait aussi modifier la page https://www.scaleway.com/en/docs/environmental-footprint/additional-content/environmental-footprint-integration/
| Specifically: | ||
| - **Datacenter and technical environment**: are calculated as defined in the global calculation methodology, and allocated according to the underlying instances. | ||
| - **Network impact**: Allocated proportionally based on the underlying instances’ network usage. | ||
| - **Customer servers**: Impact is calculated using the same method as for Bare Metal servers, but allocated according to instance usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - **Customer servers**: Impact is calculated using the same method as for Bare Metal servers, but allocated according to instance usage. | |
| - **Customer servers**: Impact is calculated using the same method as for [Instances](/environmental-footprint/additional-content/instances-env-footprint/), and allocated according to instance usage. |
| Assume a Load Balancer runs on an underlying Instance with: | ||
| - **Power consumption:** 110 W (0.110 kW) | ||
| - **Usage duration:** 100 hours | ||
| - **Allocation ratio** (based on instance share): `lb_ratio = 0.5` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En réalité pour load balancer il n'y a pas "d'allocation ratio", un lb utilise une instance donc on peut supprimer cette ligne
| UsageFootprint = 0.110 * 100 * 0.065 * 1.16 = 0.825 kgCO2e | ||
| ``` | ||
|
|
||
| **Manufacturing Impact** (6-year lifespan = 52,560 hours, manufacturing impact = 850 kgCO2e): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je préciserai que le manufacturing impact de 850kg est une valeur fictive a titre d'exemple
|
|
||
| **Energy Usage Impact**: | ||
| ```math | ||
| UsageFootprint = 0.110 * 100 * 0.065 * 1.16 = 0.825 kgCO2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je rajouterai le 0,065 et le 1,16 dans la liste des valeurs mentionné au dessus afin que ce soit plus claire. Il faudra indiquer que ce sont des valeurs fictive, a titre d'exemple, comme ca si les vrai valeur évoluent, on n'aura pas besoin de modifier ici
No description provided.