Skip to content

Commit 86d15d5

Browse files
committed
docs(cpt): add feedback
1 parent ccc5882 commit 86d15d5

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

pages/cockpit/troubleshooting/synchronize-grafana-data-sources.mdx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,38 @@ meta:
66
paragraph: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide.
77
tags: grafana data-sources synchronization sync
88
dates:
9-
validation: 2025-02-03
10-
posted: 2025-02-03
9+
validation: 2025-02-06
10+
posted: 2025-02-06
1111
categories:
1212
- observability
1313
---
1414

15-
Many Cockpit users encounter issues with Grafana data sources not syncing properly, leading to missing data on dashboards. This page shows you how to resolve synchronization problems using the [Cockpit Global API](https://www.scaleway.com/en/developers/api/cockpit/v1/global-api/).
15+
This page shows you how to resolve synchronization problems using the `SyncGrafanaDataSources` [endpoint](https://www.scaleway.com/en/developers/api/cockpit/v1/global-api/#path-grafana-synchronize-grafana-data-sources) of the [Cockpit Global API](https://www.scaleway.com/en/developers/api/cockpit/v1/global-api/#path-grafana-synchronize-grafana-data-sources).
16+
17+
<Message type="important">
18+
The [Cockpit Global API](https://www.scaleway.com/en/developers/api/cockpit/v1/global-api/#path-grafana-synchronize-grafana-data-sources) contains deprecated information that is being updated, you should not use it for nay other purpose than the one described on this page.
19+
</Message>
1620

1721
<Macro id="requirements" />
1822

1923
- A Scaleway account logged into the [console](https://console.scaleway.com)
2024
- [Created](/iam/how-to/create-api-keys/) an API key with sufficient [IAM permissions](/iam/reference-content/permission-sets/) to perform the actions described on this page
2125
- [Installed](https://curl.se/download.html) curl
2226

27+
28+
## Problem
29+
30+
Many Cockpit users often encounter issues with Grafana data sources not synchronizing properly, leading to missing data on dashboards when data should be available.
31+
32+
When users open their Grafana dashboards, they see a `No data` message along with an error banner stating: `Failed to upgrade legacy queries datasource was not found`.
33+
34+
<Lightbox src="scaleway_cpt_grafana_datasources_troubleshooting.webp" alt="Grafana dashboard showing error messages and warning signs of no data found for the user's datasources" />
35+
36+
This error banner only appears for users who have previously created data but can no longer see it on their dashboards. Users who have never created data do not see this banner.
37+
38+
39+
## Solution
40+
2341
Open a terminal and run the following command to trigger the synchronization of your data sources:
2442
```bash
2543
curl -X POST \

0 commit comments

Comments
 (0)