diff --git a/serverless/jobs/troubleshooting/missing-metrics.mdx b/serverless/jobs/troubleshooting/missing-metrics.mdx new file mode 100644 index 0000000000..283226ca5e --- /dev/null +++ b/serverless/jobs/troubleshooting/missing-metrics.mdx @@ -0,0 +1,27 @@ +--- +meta: + title: Missing metrics for my Job Run + description: Troubleshoot missing metrics for Scaleway Serverless Jobs. +content: + h1: Missing metrics for my Job Run + paragraph: Troubleshoot missing metrics for Scaleway Serverless Jobs. +tags: serverless jobs troubleshooting issue missing metrics +dates: + validation: 2024-12-19 + posted: 2024-12-19 +categories: + - serverless +--- + +## Problem + +I can't see metrics partially or totally for my Serverless Job. + +## Cause + +Metrics for Serverless Jobs are technically limited for very short jobs under `15` seconds. + +## Possible solutions + +- If your job takes more than `15` seconds and metrics are still missing, it can be due to a [scheduled maintenance](https://status.scaleway.com/). If this is not the case, you can open a support ticket to report the issue. +- For very short jobs, you can add `sleep` to your workflow if you need the metrics.