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: pages/cockpit/concepts.mdx
+15-22Lines changed: 15 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ A Cockpit is an instance of the Observability product that stores metrics, logs,
56
56
57
57
Contact points define who is notified when an alert fires, according to the region in which you have added them. Contact points include emails, Slack, on-call systems, and texts. When an alert fires, all contact points are notified.
58
58
59
+
## Custom data
60
+
61
+
Custom data is any data (metrics, logs or traces) that you may push to Cockpit. It can be data collected from your applications hosted at Scaleway or elsewhere.
62
+
59
63
## Data sources
60
64
61
65
Data sources are regionalized backends that allow you to store and fetch your metrics, logs, and traces. By default, **Scaleway data sources** are enabled if you are using [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) on your Project.
@@ -102,14 +106,6 @@ A Grafana user is any individual who can log in to [Grafana](https://grafana.com
102
106
103
107
Loki is the log aggregation system used by [Grafana](https://grafana.com/docs/grafana/latest/introduction/) to store and query your logs.
104
108
105
-
## Loki Remote Write
106
-
107
-
`Loki Remote Write` is the protocol used to push your logs to your Cockpit's logs' endpoint.
108
-
109
-
## LogQL
110
-
111
-
LogQL is [Grafana Loki’s language](https://grafana.com/docs/loki/latest/logql/) for querying logs. LogQL uses labels and operators for filtering.
112
-
113
109
## Logs
114
110
115
111
Logs are a data type that provides a record of all events and errors taking place during the lifecycle of your resources. They represent an excellent source of visibility if you want to know when a problem occurred, or which events correlate with it.
@@ -142,10 +138,6 @@ A preconfigured dashboard is a set of one or more panels that Scaleway sets up a
142
138
143
139
`Prometheus Remote Write` is the protocol used to push your metrics to your Cockpit's metrics' endpoint.
144
140
145
-
## PromQL
146
-
147
-
PromQL, short for Prometheus Querying Language, is the main way to query metrics within Prometheus. It is designed for building queries for graphs and alerts.
148
-
149
141
## Receivers
150
142
151
143
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.
@@ -166,22 +158,27 @@ Retention or data retention refers to the duration for which data, such as metri
166
158
167
159
The minimum and maximum retention periods for each data source type are as follows:
| Minimum retention period: 1 day | Minimum retention period: 1 day | Minimum retention period: 31 days | Minimum retention period: 1 day |
172
-
| 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) |
173
-
| Default retention period: 31 days | Default retention period: 7 days | Default retention period: 31 days | Default retention period: 7 days |
| Minimum retention period: 1 day | Minimum retention period: 1 day | Minimum retention period: 31 days | Minimum retention period: 1 day|
164
+
| Maximum retention period: 1825 days (5 years) | Maximum retention period: 1825 days (5 years)| Maximum retention period: 1825 days (5 years) | Maximum retention period: 1825 days (5 years) |
165
+
| Default retention period: 31 days | Default retention period: 7 days | Default retention period: 31 days | Default retention period: 7 days|
174
166
175
167
## Samples
176
168
177
169
A sample is a unique measuring point on a time series.
178
170
171
+
## Scaleway data
172
+
173
+
Scaleway data is the observability data (metrics and/or logs) that is natively collected by all Scaleway products, integrated with Cockpit.
174
+
Refer to the dedicated documentation page to find out which resources are integrated with Cockpit.
175
+
179
176
## Tempo
180
177
181
178
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/).
182
179
183
180
<Messagetype="important">
184
-
During the beta of the traces feature, 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.
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.
185
182
</Message>
186
183
187
184
## Time series
@@ -197,10 +194,6 @@ Tokens are regionalized secret keys that allow you to authenticate against your
197
194
-**Rules**: allow you to configure alerting and recording rules.
198
195
-**Alerts**: allow you to set up the alert manager.
199
196
200
-
## TraceQL
201
-
202
-
[TraceQL](https://grafana.com/docs/tempo/latest/traceql/) is Grafana Tempo's query language designed for searching and extracting traces.
203
-
204
197
## Traces
205
198
206
199
Traces are detailed records of your **requests' behavior**, as they move through distributed systems such as microservices and containers.
Copy file name to clipboardExpand all lines: pages/cockpit/faq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ meta:
5
5
content:
6
6
h1: Cockpit FAQ
7
7
dates:
8
-
validation: 2024-11-25
8
+
validation: 2025-03-27
9
9
category: observability
10
10
productIcon: CockpitProductIcon
11
11
---
@@ -27,7 +27,7 @@ Refer to the [dedicated documentation page](/cockpit/reference-content/cockpit-l
27
27
28
28
Using Cockpit with your Scaleway data is free of charge.
29
29
30
-
During the beta phase of the retention period edition feature, 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.
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.
31
31
32
32
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.
0 commit comments