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: macros/cockpit/plan-deprecation.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@ macro: cockpit-plan-deprecation
4
4
5
5
<Messagetype="important">
6
6
7
-
**Cockpit pricing plans were deprecated on January 1st 2025** <br /><br />
7
+
**Pricing update for Cockpit data custom retention** <br /><br />
8
8
9
-
The [retention](/cockpit/concepts/#retention) period previously set for your Scaleway and custom logs, metrics and traces remains the same. <br /><br />
10
-
You can change the retention period for your metrics, logs, and traces for free during the retention period edition beta (starting January 1st 2025). <br /><br />
11
-
Find out [how to change data retention period](/cockpit/how-to/change-data-retention/) in the dedicated documentation.
9
+
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.
11
+
12
+
**Logs and traces**: free retention for 7 days, then charged €0.002/GB/day
13
+
**Metrics**: free retention for 31 days, then charged €0.0002/10 million samples/day
14
+
15
+
Refer to the [dedicated documentation](/cockpit/how-to/change-data-retention/) to adjust retention settings and learn more about new pricing.
Copy file name to clipboardExpand all lines: pages/cockpit/concepts.mdx
+3-21Lines changed: 3 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ categories:
12
12
- observability
13
13
---
14
14
15
-
## Active series
16
-
17
-
Active series refer to [time series](#time-series) for which the latest [samples](#samples) received by your Cockpit are less than 10 minutes old.
18
-
19
15
## Agent
20
16
21
17
An agent is a software component that runs on your systems to gather [data types](#data-types) from the host system or applications running on it. The agent then forwards this data to Cockpit for analysis and visualization.
@@ -28,16 +24,12 @@ An agent is a software component that runs on your systems to gather [data types
28
24
29
25
Alerting detects complex conditions defined by a rule and keeps you aware of issues in your environments. When a condition defined by a rule is met, the rule tracks it as an alert and responds by triggering one or more actions.
30
26
31
-
<Messagetype="important">
32
-
The **Grafana alert manager** on the Grafana interface is inactive. We strongly recommend that you select the **Scaleway Alerting** alert manager if you want to manage your alerts using Grafana.
33
-
</Message>
34
-
35
27
## Alert manager
36
28
37
29
Scaleway's regionalized alert manager allows you to manage and respond to alerts according to the regions you have enabled it in. It handles alerts sent when the alerting rules we run are firing. The alert manager triggers alerts (e.g. emails or texts) if a criteria you have configured on your applications' metrics and logs is activated.
38
30
39
31
<Messagetype="important">
40
-
The **Grafana alert manager** on the Grafana interface is inactive. We strongly recommend that you select the **Scaleway Alerting** alert manager if you want to manage your alerts using Grafana.
32
+
Scaleway does not support the **Grafana alert manager** on the Grafana interface. You must select the **Scaleway Alerting** alert manager if you want to manage your alerts using Grafana.
41
33
</Message>
42
34
43
35
## Alerting rules
@@ -134,18 +126,10 @@ You can push metrics with any Prometheus-compatible agent such as [Prometheus](h
134
126
135
127
A preconfigured dashboard is a set of one or more panels that Scaleway sets up and updates for you to visualize the metrics and logs associated with your Scaleway products.
136
128
137
-
## Prometheus Remote Write
138
-
139
-
`Prometheus Remote Write` is the protocol used to push your metrics to your Cockpit's metrics' endpoint.
140
-
141
129
## Receivers
142
130
143
131
Receivers are hubs consisting of contact points. You can associate one or several alerts with one or more receivers. This allows you to diversify your alerts.
144
132
145
-
## Recording rules
146
-
147
-
Recording rules allow you to precompute frequently needed or computationally expensive expressions and save their results as a new set of time series.
148
-
149
133
## Region
150
134
151
135
A region is the geographical area in which your Cockpit data is stored. They are duplicated on all Availability Zones of the selected regions (Paris, Amsterdam, or Warsaw).
@@ -177,15 +161,13 @@ Refer to the dedicated documentation page to find out which resources are integr
177
161
178
162
Tempo is [Grafana's open source](https://grafana.com/docs/tempo/latest/) tracing tool that allows you to search for traces, generate metrics from them, and link your tracing data with logs and metrics. Tempo can be used with open-source tracing protocols such as [Jaeger](https://www.jaegertracing.io/docs/1.50/), [Zipkin](https://zipkin.io/), and [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/).
179
163
180
-
<Messagetype="important">
181
-
Only the [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) HTTP push path is supported. Scaleway is working on implementing the [Open Telemetry gRPC](https://opentelemetry.io/docs/specs/semconv/rpc/grpc/), [Zipkin](https://zipkin.io/) and [Jaeger](https://www.jaegertracing.io/docs/1.50/) protocols.
182
-
</Message>
164
+
Scaleway only supports the OpenTelemetry HTTP push path.
183
165
184
166
## Time series
185
167
186
168
A time series is a sequence of numerical data points in successive order, that tracks the value of a parameter over time. Example of parameter: the disk usage of a machine hosting a database, expressed in percentage.
187
169
188
-
## Tokens
170
+
## Cockpit tokens
189
171
190
172
Tokens are regionalized secret keys that allow you to authenticate against your Cockpit's endpoints (metrics, logs, alerts). You can generate new tokens and select token permissions such as:
Copy file name to clipboardExpand all lines: pages/cockpit/faq.mdx
+34-8Lines changed: 34 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,35 @@ Cockpit integrates seamlessly with Scaleway’s ecosystem. It provides pre-built
23
23
24
24
Refer to the [dedicated documentation page](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) for the whole list of Scaleway resources integrated with Cockpit.
25
25
26
+
## What is Scaleway data?
27
+
28
+
Scaleway data is the observability data (metrics and/or logs) that is natively collected by all [Scaleway products integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
29
+
26
30
## How am I billed for using Cockpit with my Scaleway data?
27
31
28
-
Using Cockpit with your Scaleway data is free of charge.
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.
29
33
30
-
The retention period you set for your data - whether from [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) or custom data - will be free of charge.
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.
31
35
32
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.
33
37
38
+
## What is custom data?
39
+
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.
41
+
34
42
## How am I billed for using Cockpit with custom data?
35
43
36
-
Custom data is any data that is external to Scaleway, or **data from Scaleway resources not integrated with Cockpit**. Refer to the [dedicated documentation page](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which resources are integrated with Cockpit.
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.
37
45
38
-
During the beta of the retention period edition feature, the retention period you set for your custom data is free of charge.
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.
39
47
40
48
You will not be charged for **querying** custom data.
41
49
42
-
Data ingestion is billed as follows:
50
+
Ingestion for custom data is billed as follows:
43
51
44
-
- Custom metrics are billed €0.15 per million samples of metrics ingested, per month.
45
-
- Custom logs are billed €0.35 per GB ingested, per month.
46
-
- Custom traces are billed €0.35 per GB ingested, per month.
52
+
- Custom metrics are billed €0.15 per million samples of metrics ingested
53
+
- Custom logs are billed €0.35 per GB ingested
54
+
- Custom traces are billed €0.35 per GB ingested
47
55
48
56
Scaleway applies volume discounts to bill custom metrics. This means that the monthly pricing for custom metrics will be calculated in levels. **Scaleway applies six levels of volume discounts.**
49
57
@@ -67,6 +75,24 @@ Here is an example of how you would be billed for sending 52 billion custom metr
67
75
68
76
**Total:** €6.650 per month with volume discounts instead of €7.800 without volume discounts.
69
77
78
+
## How am I billed for increasing data retention period?
79
+
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
84
+
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:
86
+
87
+
- Metrics: 0.0002€/10 million samples/day
88
+
- Logs and traces: 0.002€/GB/day
89
+
90
+
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.
91
+
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
95
+
70
96
## Why are Cockpit pricing plans being deprecated?
71
97
72
98
From January 1st 2025, Cockpit is transitioning away from fixed pricing plans to offer you more flexibility and granularity for managing data [retention](/cockpit/concepts/#retention).
This page shows you how to change the [retention](/cockpit/concepts/#retention) period for your data sources.
17
17
18
18
<Messagetype="important">
19
-
20
-
**Cockpit pricing plans were deprecated on January 1st 2025** <br /><br />
21
-
22
-
The [retention](/cockpit/concepts/#retention) period previously set for your Scaleway and custom logs, metrics and traces remains the same. <br /><br />
23
-
You can change the retention period for your metrics, logs, and traces for free during the retention period edition beta (starting January 1st 2025). <br /><br />
19
+
On January 1st, 2025, Cockpit pricing plans were deprecated and replaced by the custom [retention](/cockpit/concepts/#retention) feature, available for free during beta.
20
+
On May 1st, 2025, this feature reaches general availability and becomes billable. Refer to the [Cockpit FAQ](/cockpit/faq/) to find out about new pricing.
24
21
</Message>
25
22
26
23
<Macroid="requirements" />
@@ -42,9 +39,6 @@ This page shows you how to change the [retention](/cockpit/concepts/#retention)
42
39
<Messagetype="important">
43
40
- 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
41
- Find out about the [retention periods available for each data source type](/cockpit/concepts/#retention).
42
+
- 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.
45
43
</Message>
46
-
6. Click **Edit retention period** to confirm.
47
-
48
-
<Messagetype="note">
49
-
Adjusting data retention is free of charge during Beta.
0 commit comments