feat(chalice): fixed predefined_key change between PY/SQL

This commit is contained in:
Taha Yassine Kraiem 2023-01-10 16:10:12 +01:00
parent 556cc297bf
commit 9005e8f299

View file

@ -894,8 +894,8 @@ class MetricType(str, Enum):
class MetricOfErrors(str, Enum):
calls_errors = "callsErrors" # calls_errors
domains_errors_4xx = "domainsErrors4Xx" # domains_errors_4xx
domains_errors_5xx = "domainsErrors5Xx" # domains_errors_5xx
domains_errors_4xx = "domainsErrors4xx" # domains_errors_4xx
domains_errors_5xx = "domainsErrors5xx" # domains_errors_5xx
errors_per_domains = "errorsPerDomains" # errors_per_domains
errors_per_type = "errorsPerType" # errors_per_type
impacted_sessions_by_js_errors = "impactedSessionsByJsErrors" # impacted_sessions_by_js_errors