Skip to content

Commit 8762c25

Browse files
add(cockpit): FAQ question to specify where Cockpit stores data (#4914)
* docs(cpt): add region storage info * docs(cpt): add faq question * docs(cpt): update * Apply suggestions from code review Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent 0e10273 commit 8762c25

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

pages/cockpit/faq.mdx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ meta:
55
content:
66
h1: Cockpit FAQ
77
dates:
8-
validation: 2025-04-09
8+
validation: 2025-05-02
99
category: observability
1010
productIcon: CockpitProductIcon
1111
---
@@ -30,11 +30,29 @@ Scaleway data is the observability data (metrics and/or logs) that is natively c
3030

3131
Custom data refers to any metrics, logs, or traces that you manually push to Cockpit. This can include data from applications hosted at Scaleway or any other platform.
3232

33+
## Where does Cockpit store data?
34+
35+
### Scaleway data
36+
37+
Cockpit stores Scaleway data in the same region as the Scaleway resource that produces it:
38+
39+
- Metrics and logs collected from a Scaleway resource are stored in that region’s data source as **Scaleway Metrics** or **Scaleway Logs**.
40+
41+
- You cannot configure a different region for where this automatically collected data is stored.
42+
43+
### Custom data
44+
45+
In order for Cockpit to store your custom data, you must first [create a custom data source](/cockpit/how-to/create-external-data-sources/) in a region of your choice. The data you send will then be stored in that custom data source’s region and not replicated across other regions.
46+
47+
Even though data is region-bound, your Cockpit Grafana instance can query and visualize data across all regions where you have data sources.
48+
49+
If you are using Scaleway’s preconfigured dashboards in Grafana, make sure you have selected the region of the resource you want to monitor using the drop-down at the top of the dashboard. This filters the dashboards to only show data from the matching regional data source.
50+
3351
## How am I billed for using Cockpit with my Scaleway data?
3452

35-
Scaleway data is collected and available in Cockpit for free.
53+
Scaleway data is collected and available in Cockpit for free.
3654

37-
Retention is also free as long as it stays within the default period: 31 days for metrics and 7 days for logs.
55+
Retention is also free as long as it stays within the default period: 31 days for metrics and 7 days for logs.
3856
You can [adjust the retention period](/cockpit/how-to/change-data-retention) from 1 day (for logs) or 31 days (for metrics) to 1 year. Refer to the [dedicated documentation](/cockpit/concepts/#retention) for more information on available retention periods. However, starting May 1, 2025, data stored beyond the default period will incur charges based on daily storage volume.
3957

4058
## How am I billed for using Cockpit with custom data?

pages/cockpit/reference-content/cockpit-limitations.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover the capabilities and limits of Cockpit, including retention periods, Loki and Mimir limits, and product integrations for comprehensive infrastructure monitoring and management efficiency.
88
tags: observability cockpit retention metrics logs
99
dates:
10-
validation: 2024-11-25
10+
validation: 2024-05-02
1111
posted: 2023-09-05
1212
categories:
1313
- observability
@@ -17,6 +17,10 @@ categories:
1717

1818
This page provides information about the capabilities and limits of Scaleway's Observability Cockpit.
1919

20+
## Cockpit data storage information
21+
22+
Refer to the [Cockpit FAQ](/cockpit/faq/#where-does-cockpit-store-data) to understand where Cockpit stores Scaleway and custom data.
23+
2024
## Retention period of your data
2125

2226
Scaleway offers several retention periods, depending on your [data types](/cockpit/concepts/#data-types).

0 commit comments

Comments
 (0)