@justworkflowit/cdk-constructs 0.0.109 → 0.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56916,14 +56916,14 @@ var require_models_0 = __commonJS({
|
|
|
56916
56916
|
HOUR: "hour"
|
|
56917
56917
|
};
|
|
56918
56918
|
exports2.WorkflowMetricType = {
|
|
56919
|
-
JOBS_COMPLETED_SUCCESSFULLY: "
|
|
56920
|
-
JOBS_FAILED: "
|
|
56921
|
-
JOBS_SUBMITTED: "
|
|
56922
|
-
JOB_DURATION_SECONDS: "
|
|
56919
|
+
JOBS_COMPLETED_SUCCESSFULLY: "jobs_completed_successfully",
|
|
56920
|
+
JOBS_FAILED: "jobs_failed",
|
|
56921
|
+
JOBS_SUBMITTED: "jobs_submitted",
|
|
56922
|
+
JOB_DURATION_SECONDS: "job_duration_seconds",
|
|
56923
56923
|
JOB_TIMEOUT_COUNT: "job_timeout_count",
|
|
56924
|
-
RESOURCE_UTILIZATION: "
|
|
56925
|
-
RESOURCE_UTILIZATION_AVAILABLE: "
|
|
56926
|
-
RESOURCE_UTILIZATION_USED: "
|
|
56924
|
+
RESOURCE_UTILIZATION: "resource_utilization",
|
|
56925
|
+
RESOURCE_UTILIZATION_AVAILABLE: "resource_utilization_available",
|
|
56926
|
+
RESOURCE_UTILIZATION_USED: "resource_utilization_used",
|
|
56927
56927
|
STEP_DURATION_SECONDS: "step_duration_seconds",
|
|
56928
56928
|
STEP_FAILURES: "step_failures",
|
|
56929
56929
|
STEP_RETRIES: "step_retries"
|