You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have some mechanism to refresh the pricing map. This should be configurable so that we can test our locally with a 1 minute configuration, and have a more reasonable 72hr refresh interval in production.
The text was updated successfully, but these errors were encountered:
This alters the `collector.Collect` method on the compute module to
also check if the pricing map needs to be refreshed. This is a
configurable paramater so that folks that want a tighter refresh
interval are easily able to do it.
- closes#56
This alters the `collector.Collect` method on the compute module to also check if the pricing map needs to be refreshed. This is a configurable paramater so that folks that want a tighter refresh interval are easily able to do it.
- closes#56
In the Google's Compute module, we do not implement refreshing the pricing map. Entrypoint is here: https://github.com/grafana/cloudcost-exporter/blob/main/pkg/google/compute/compute.go#L197
We should have some mechanism to refresh the pricing map. This should be configurable so that we can test our locally with a 1 minute configuration, and have a more reasonable 72hr refresh interval in production.
The text was updated successfully, but these errors were encountered: