Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jobs): troubleshooting missing metrics #4130

Merged
merged 4 commits into from
Dec 24, 2024
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