Thomas Nguyen

Results 5 issues of Thomas Nguyen

Currently, `internal.Warn.Printf()` and `internal.Deprecate.Printf()` have numerous calls but no way of overriding them with your own logger.

## What does this PR change? * Add config option to not query for local disk cost. Environment variable `ASSET_INCLUDE_LOCAL_DISK_COST`. * By default, `ASSET_INCLUDE_LOCAL_DISK_COST=true`. Therefore by default there should be...

needs-follow-up

## What does this PR change? * Reintroduces GPU Usage/Efficiency (previously https://github.com/opencost/opencost/pull/944) ## Does this PR relate to any other PRs? * ## How will this PR impact users? *...

needs-follow-up

## What does this PR change? Adds the following safety checks: - Check if `fmap["labels"]` is `nil` - Check if `fmap["labels"]` can type convert to `map[string]interface{}` - Check that every...

needs-follow-up

## What does this PR change? * In a situation where a user upgrades to v2.4 and begins building and pushing an updated ETL schema, the user will have difficulty...

Do Not Merge