Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions serverless/jobs/troubleshooting/missing-metrics.mdx
Original file line number Diff line number Diff line change
@@ -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.
Loading