Skip to content

Commit 56db5c7

Browse files
committed
docs(cpt): add more info
1 parent 616d5b1 commit 56db5c7

File tree

4 files changed

+42
-31
lines changed

4 files changed

+42
-31
lines changed

macros/cockpit/plan-deprecation.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
macro: cockpit-plan-deprecation
33
---
44

5-
<Message type="important">
5+
<Message type="note">
66

77
**Pricing update for Cockpit data custom retention** <br /><br />
88

99
On January 1st, 2025, Cockpit pricing plans were deprecated and replaced by the custom [retention](/cockpit/concepts/#retention) feature, available for free during beta.
10-
On May 1st, 2025, this feature reaches general availability and becomes billable.
10+
On May 1st, 2025, this feature reaches general availability and **becomes billable**. <br /><br />
11+
12+
**Logs and traces**: free retention for 7 days, then charged €0.002/GB/days
1113

12-
**Logs and traces**: free retention for 7 days, then charged €0.002/GB/day
1314
**Metrics**: free retention for 31 days, then charged €0.0002/10 million samples/day
1415

15-
Refer to the [dedicated documentation](/cockpit/how-to/change-data-retention/) to adjust retention settings and learn more about new pricing.
16+
Custom data ingestion remains billable at [the current pricing](/cockpit/faq/#how-am-i-billed-for-using-cockpit-with-custom-data).
17+
18+
Refer to the [dedicated documentation](/cockpit/how-to/change-data-retention/) to adjust retention settings.
1619
</Message>

pages/cockpit/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Explore Scaleway Observability concepts including metrics, logs, and alerts management through Cockpit. Learn about agents, alerting rules, Grafana integration, and data types for comprehensive monitoring.
88
tags: observability alert-manager contact-points endpoint grafana loki logql prometheus promql tokens
99
dates:
10-
validation: 2024-12-26
10+
validation: 2025-04-03
1111
categories:
1212
- observability
1313
---
@@ -138,7 +138,7 @@ You can decide in which region to enable the [alert manager](#alert-manager) and
138138

139139
## Retention
140140

141-
Retention or data retention refers to the duration for which data, such as metrics, logs, or traces, is stored before being automatically deleted. Retention allows you to manage the lifecycle of your Scaleway and custom data by selecting storage periods that align with your needs.
141+
Retention or data retention refers to the duration for which the data (metrics, logs, and traces) you push to Cockpit is stored before being automatically deleted. Retention allows you to manage the lifecycle of your Scaleway and custom data by selecting storage periods that align with your needs.
142142

143143
The minimum and maximum retention periods for each data source type are as follows:
144144

pages/cockpit/faq.mdx

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,21 @@ Scaleway data is the observability data (metrics and/or logs) that is natively c
2929

3030
## How am I billed for using Cockpit with my Scaleway data?
3131

32-
Scaleway data is collected and is available in Cockpit free of charge. Retention for Scaleway data is also free of charge as long as the retention period does not exceed the default one. The default retention period is 31 days for Scaleway metrics, and 7 days for Scaleway logs and traces.
32+
Scaleway data is collected and available in Cockpit for free. Retention is also free as long as it stays within the default period: 31 days for metrics and 7 days for logs and traces.
3333

34-
Your Scaleway data can be retained between 1 day and 5 years. You can change the retention period at any time. From May 1st 2025, any data retained beyond the default retention period will be charged based on the volume of data stored daily.
34+
You can [adjust the retention period](/cockpit/how-to/change-data-retention) from 1 day to 5 years. However, starting May 1, 2025, data stored beyond the default period will incur charges based on daily storage volume.
3535

36-
Additional costs apply for sending custom data to Cockpit. This means that you will be billed for sending **data from Scaleway resources that are not integrated with Cockpit**, or data from any other external resources.
36+
Sending custom data to Cockpit (such as data from non-integrated Scaleway resources or external sources) also incurs additional costs.
3737

3838
## What is custom data?
3939

40-
Custom data is any data (metrics, logs, and traces) that you push to Cockpit. It can be data collected from your applications hosted at Scaleway or elsewhere.
40+
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.
4141

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

44-
Retention for custom data is free of charge as long as the retention period does not exceed the default one. The default retention period is 31 days for custom metrics, and 7 days for custom logs and traces.
44+
Retention of custom data is free within the default period: 31 days for custom metrics and 7 days for custom logs and traces. You can [adjust the retention period](/cockpit/how-to/change-data-retention) from 1 day to 5 years. However, starting May 1, 2025, data stored beyond the default period will be charged based on daily storage volume.
4545

46-
Your custom data can be retained between 1 day and 5 years. You can change the retention period at any time. From May 1st 2025, any data retained beyond the default retention period will be charged based on the volume of data stored daily.
47-
48-
You will not be charged for **querying** custom data.
46+
Querying custom data is always free.
4947

5048
Ingestion for custom data is billed as follows:
5149

@@ -67,7 +65,6 @@ Scaleway applies volume discounts to bill custom metrics. This means that the mo
6765

6866
Here is an example of how you would be billed for **sending 52 billion custom metrics samples per month**:
6967

70-
Here is an example of how you would be billed for sending 52 billion custom metrics samples per month:
7168
- 10 billion samples at €0.15 per million samples: €1.500
7269
- 15 billion samples at €0.13 per million samples: €1.950
7370
- 25 billion samples at €0.12 per million samples: €3.000
@@ -77,21 +74,32 @@ Here is an example of how you would be billed for sending 52 billion custom metr
7774

7875
## How am I billed for increasing data retention period?
7976

80-
Data ingested, whether it is Scaleway or custom data, is retained for free during:
81-
82-
- 31 days for metrics
83-
- 7 days for logs and traces
77+
All ingested data, whether from Scaleway or custom sources, is retained for free within the default periods:
78+
- **Metrics:** 31 days
79+
- **Logs and traces:** 7 days
8480

85-
From May 1st 2025, any data retained beyond these default values will be charged as follows based on the volume of data stored daily:
81+
Starting May 1, 2025, data retained beyond these periods will be charged based on daily storage volume:
8682

87-
- Metrics: 0.0002€/10 million samples/day
88-
- Logs and traces: 0.002€/GB/day
83+
- **Metrics:**0.0002 per 10 million samples/day
84+
- **Logs and traces:**0.002 per GB/day
8985

9086
If you delete your data source or reduce its retention period below the default value, data will be deleted and you will no longer be charged for extended retention.
9187

92-
For example, if you ingest an average of 2GB of logs daily and you increase your retention period to 10 days, retention will not be charged during the first 7 days after ingestion. You will only be charged for the remaining 3 days, then your data will be deleted.
93-
Your estimated cost is `retention_cost` = 2 GB x (10 days - 7 days) x 0.002€ x 30 days = 0.36€/month
94-
If you want to store your logs for 3 months, your estimated cost is: `retention_cost` = 2 GB x (90 days - 7 days) x 0.002€ x 30 days = 9.96€/month
88+
**Custom data ingestion remains billable at the current pricing**.
89+
90+
<Concept>
91+
## See custom retention pricing examples
92+
### For 10 days of retention
93+
If you ingest an average of **2GB of logs daily** and increase retention to **10 days**. Retention is free for the first **7 days**, so you are only charged for the extra **3 days**:
94+
95+
**Monthly estimated cost:**
96+
`retention_cost` = 2 GB x (10 - 7) x 0.002€ x 30 days = 0.36€/month
97+
98+
### For 90 days of retention
99+
If you extend retention to **90 days**, you are charged for the extra **83 days** beyond the free period:
100+
**Monthly estimated cost:**
101+
`retention_cost` = 2 GB x (90 - 7) x 0.002€ x 30 days = 9.96€/month
102+
</Concept>
95103

96104
## Why are Cockpit pricing plans being deprecated?
97105

pages/cockpit/how-to/change-data-retention.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dates:
1313
posted: 2024-11-25
1414
---
1515

16-
This page shows you how to change the [retention](/cockpit/concepts/#retention) period for your data sources.
16+
This page shows you how to change the [retention](/cockpit/concepts/#retention) period for your data sources. Refer to the Cockpit FAQ for detailed information on custom retention pricing.
1717

1818
<Message type="important">
1919
On January 1st, 2025, Cockpit pricing plans were deprecated and replaced by the custom [retention](/cockpit/concepts/#retention) feature, available for free during beta.
@@ -24,6 +24,7 @@ This page shows you how to change the [retention](/cockpit/concepts/#retention)
2424

2525
- A Scaleway account logged into the [console](https://console.scaleway.com)
2626
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
27+
- [Created](/cockpit/how-to/create-external-data-sources) Scaleway or custom data sources
2728

2829
1. Click **Cockpit** in the Observability section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays.
2930
2. Click the **Data sources** tab.
@@ -32,13 +33,12 @@ This page shows you how to change the [retention](/cockpit/concepts/#retention)
3233
You can change the retention period for both Scaleway and custom data sources. Each data source can have a different retention period.
3334
</Message>
3435
4. Click **More info**. The **Data source information** page displays.
35-
5. Click the **Edit retention** button and drag the slider to adjust the retention period:
36-
- Drag the slider to the **right to increase** your retention period, or
37-
- Drag the slider to the **left to decrease** the retention period.
38-
36+
5. Click the **Edit retention** button and:
37+
6. Enter the number of days, months or years you want your retention period to last
38+
7. Select either `days`, `months`, or `years` in the drop-down.
3939
<Message type="important">
4040
- Reducing the retention period of a data source will permanently delete all observability data in that data source beyond the selected timeframe. This deletion is irreversible and takes effect a few minutes after the retention period is reduced, even if the retention period is later increased.
4141
- Find out about the [retention periods available for each data source type](/cockpit/concepts/#retention).
4242
- Adjusting data retention beyond the default period is billed based on the volume of data stored. Check the [Cockpit FAQ](/cockpit/faq/) for information on data retention billing.
4343
</Message>
44-
6. Click **Edit retention period** to confirm.
44+
8. Click **Edit retention period** to confirm.

0 commit comments

Comments
 (0)