You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/generative-apis/troubleshooting/fixing-common-issues.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,18 @@ Below are common issues that you may encounter when using Generative APIs, their
72
72
## Tokens consumption is not displayed in Cockpit Metrics
73
73
74
74
### Causes
75
-
- Cockpit are isolated by `project_id` and only display tokens consumption related to one project.
76
-
- Cockpit `Tokens Processed` graphs along time can take up to an hour to update (to provide more accurate average consumptions over time). Note that the overall `Tokens Processed` counter is updated in real time.
75
+
- Cockpit is isolated by `project_id` and only displays token consumption related to one Project.
76
+
- 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.
77
77
78
78
### Solution
79
-
- Ensure you are connecting to the right Cockpit for your project. Cockpits are currently isolated by `project_id`, that 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).
79
+
- 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).
80
80
81
81
#### Example error behaviour
82
-
- When displaying the wrong Cockpit for the project:
83
-
- Counter for Tokens Processed or API Requests should display a value of 0
82
+
- When displaying the wrong Cockpit for the Project:
83
+
- Counter for **Tokens Processed** or **API Requests** should display a value of 0
84
84
- Graph across time should be empty
85
-
- When displaying the right Cockpit for the project, but waiting for average tokens consumption to display:
86
-
- Counter for Tokens Processed or API Requests should display a correct value (different from 0)
85
+
- When displaying the right Cockpit for the Project, but waiting for average token consumption to display:
86
+
- Counter for **Tokens Processed** or **API Requests** should display a correct value (different from 0)
0 commit comments