feat: implement priority_weighted_plus_percent pricing algorithm
This commit is contained in:
@@ -73,7 +73,7 @@ SENSITIVE_CREDENTIAL_KEYS = {
|
||||
"aws_secret_access_key", "aws_session_token",
|
||||
"service_account_json", "service_account", "private_key",
|
||||
}
|
||||
ALGORITHMS = {"max_plus_percent", "average_plus_percent", "min_plus_percent"}
|
||||
ALGORITHMS = {"max_plus_percent", "average_plus_percent", "min_plus_percent", "priority_weighted_plus_percent"}
|
||||
|
||||
|
||||
def _mask(cfg: dict) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user