Skip to content

Commit 28ab37f

Browse files
nerda-codesLaure-di
authored andcommitted
docs(cpt): add pricing plans info (scaleway#4029)
1 parent 565b6cf commit 28ab37f

File tree

6 files changed

+91
-2
lines changed

6 files changed

+91
-2
lines changed

faq/cockpit.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ meta:
55
content:
66
h1: Cockpit
77
dates:
8-
validation: 2024-09-10
8+
validation: 2024-11-25
99
category: observability
1010
productIcon: CockpitProductIcon
1111
---
1212

13+
<Macro id="cockpit-plan-deprecation" />
14+
1315
## What is Cockpit?
1416

1517
Cockpit is a monitoring and alerting solution designed for multi-source observability. Cockpit allows you to collect, store, and analyze metrics and logs from your infrastructure and applications, giving you insights into your system's performance and behavior.
@@ -70,6 +72,13 @@ Here is an example of how you would be billed for sending 52 billion custom metr
7072

7173
**Total:** €6.650 per month with volume discounts instead of €7.800 without volume discounts.
7274

75+
## Why are Cockpit pricing plans being deprecated?
76+
77+
From January 1st 2025, Cockpit is transitioning away from fixed pricing plans to offer you more flexibility and granularity for managing data [retention](/observability/cockpit/concepts/#retention).
78+
79+
This change allows you to tailor retention settings to your specific needs. We hope to enhance your experience by providing more customizable options without immediate cost impact, as changing data retention period will be free during Beta.
80+
81+
Find out [how to change data retention period](/observability/cockpit/how-to/change-data-retention/) in the dedicated documentation.
7382

7483
## How do I send my own data to my Cockpit?
7584

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
macro: cockpit-plan-deprecation
3+
---
4+
5+
<Message type="important">
6+
7+
**Cockpit pricing plans are scheduled for deprecation on January 1st 2025** <br /><br />
8+
9+
The [retention](/observability/cockpit/concepts/#retention) period previously set for your Scaleway and custom logs, metrics and traces will remain the same after that date. <br /><br />
10+
You will be able to change the retention period for your metrics, logs, and traces for free during Beta (starting January 1st 2025). <br /><br />
11+
Find out [how to change data retention period](/observability/cockpit/how-to/change-data-retention/) in the dedicated documentation.
12+
</Message>

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,6 +3556,10 @@
35563556
"label": "Create a custom data source",
35573557
"slug": "create-external-data-sources"
35583558
},
3559+
{
3560+
"label": "Change data retention period",
3561+
"slug": "change-data-retention"
3562+
},
35593563
{
35603564
"label": "Send metrics to Cockpit using Grafana Alloy",
35613565
"slug": "send-metrics-with-grafana-alloy"

observability/cockpit/concepts.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,18 @@ A region is the geographical area in which your Cockpit data is stored. They are
161161

162162
You can decide in which region to enable the [alert manager](#alert-manager) and your [preconfigured alerts](#preconfigured-alerts). You can also choose the regions in which to create your [data types](#data-types), [data sources](#data-sources), and [tokens](#tokens).
163163

164+
## Retention
165+
166+
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.
167+
168+
The minimum and maximum retention periods for each data source type are as follows:
169+
170+
| Custom metrics | Custom logs/traces | Scaleway metrics | Scaleway logs/traces |
171+
|------------------------------------------------|---------------------------------------------|------------------------------------------------|---------------------------------------------|
172+
| Minimum retention period: 1 day | Minimum retention period: 1 day | Minimum retention period: 31 days | Minimum retention period: 1 day |
173+
| Maximum retention period: 365 days (12 months) | Maximum retention period: 31 days (1 month) | Maximum retention period: 365 days (12 months) | Maximum retention period: 31 days (1 month) |
174+
| Default retention period: 31 days | Default retention period: 7 days | Default retention period: 31 days | Default retention period: 7 days |
175+
164176
## Samples
165177

166178
A sample is a unique measuring point on a time series.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
meta:
3+
title: How to change your data retention period
4+
description: Discover how to adjust data retention settings for metrics, logs, and traces in Cockpit.
5+
content:
6+
h1: How to change your data retention period
7+
paragraph: Discover how to adjust data retention settings for metrics, logs, and traces in Cockpit.
8+
tags: cockpit data-retention retention-period edit-retention
9+
categories:
10+
- observability
11+
dates:
12+
validation: 2024-11-25
13+
posted: 2024-11-25
14+
---
15+
16+
This page shows you how to change the [retention](/observability/cockpit/concepts/#retention) period for your data sources. **This feature will be available only starting January 1st 2025**.
17+
18+
<Message type="important">
19+
20+
**Cockpit pricing plans are scheduled for deprecation on January 1st 2025** <br /><br />
21+
22+
The [retention](/observability/cockpit/concepts/#retention) period previously set for your Scaleway and custom logs, metrics and traces will remain the same after that date. <br /><br />
23+
You will be able to change the retention period for your metrics, logs, and traces for free during Beta (starting January 1st 2025). <br /><br />
24+
</Message>
25+
26+
<Macro id="requirements" />
27+
28+
- A Scaleway account logged into the [console](https://console.scaleway.com)
29+
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
30+
31+
1. Click **Cockpit** in the Observability section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays.
32+
2. Click the **Data sources** tab.
33+
3. Click the <Icon name="more" /> icon next to the data source you want to change the retention period for.
34+
<Message type="tip">
35+
You can change the retention period for both Scaleway and custom data sources. Each data source can have a different retention period.
36+
</Message>
37+
4. Click **More info**. The **Data source information** page displays.
38+
5. Click the **Edit retention** button and drag the slider to adjust the retention period:
39+
- Drag the slider to the **right to increase** your retention period, or
40+
- Drag the slider to the **left to decrease** the retention period.
41+
42+
<Message type="important">
43+
- 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.
44+
- Find out about the [retention periods available for each data source type](/observability/cockpit/concepts/#retention).
45+
</Message>
46+
6. Click **Edit retention period** to confirm.
47+
48+
<Message type="note">
49+
Adjusting data retention is free of charge during Beta.
50+
</Message>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ 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-04
10+
validation: 2024-11-25
1111
posted: 2023-09-05
1212
categories:
1313
- observability
1414
---
1515

16+
<Macro id="cockpit-plan-deprecation" />
17+
1618
This page provides information about the capabilities and limits of Scaleway's Observability Cockpit.
1719

1820
## Retention period of your data

0 commit comments

Comments
 (0)