boavizta_duration_of_use_hours metric always returns a zero value.
Although it seems that hour use time is well taken into account during other impact calculation, so this bug does not falsify the results themselves but could harm in later display.
# HELP boavizta_duration_of_use_hours Use duration considered to estimate impacts.
# TYPE boavizta_duration_of_use_hours gauge
boavizta_duration_of_use_hours{awsregion="eu-west-3",country="FRA"} 0.0
Bug description
boavizta_duration_of_use_hours
metric always returns azero
value.Although it seems that hour use time is well taken into account during other impact calculation, so this bug does not falsify the results themselves but could harm in later display.
To Reproduce
Exemple after docker-compose up
access http://localhost:8000/metrics?aws_region=eu-west-3
Expected behavior
JSON OUTPUT
Additional context