Skip to content

Commit 94ff7bc

Browse files
authored
feat(genapi): update cockpit sync duration
Updated the time it takes for Cockpit 'Tokens Processed' graphs to refresh from an hour to 5 minutes.
1 parent 5a8024c commit 94ff7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ For queries where the model enters an infinite loop (more frequent when using **
155155

156156
### Causes
157157
- Cockpit is isolated by `project_id` and only displays token consumption related to one Project.
158-
- Cockpit `Tokens Processed` graphs along time can take up to an hour to update (to provide more accurate average consumptions over time). The overall `Tokens Processed` counter is updated in real-time.
158+
- Cockpit `Tokens Processed` graphs along time can take up to 5 minutes to update (to provide more accurate average consumptions over time). The overall `Tokens Processed` counter is updated in real-time.
159159

160160
### Solution
161161
- Ensure you are connecting to the Cockpit corresponding to your Project. Cockpits are currently isolated by `project_id`, which you can see in their URL: `https://PROJECT_ID.dashboard.obs.fr-par.scw.cloud/`. This Project should correspond to the one used in the URL you used to perform Generative APIs requests, such as `https://api.scaleway.ai/{PROJECT_ID}/v1/chat/completions`. You can list your projects and their IDs in your [Organization dashboard](https://console.scaleway.com/organization/projects).

0 commit comments

Comments
 (0)