Skip to content

Commit 35748bc

Browse files
committed
docs(cpt): fix concept
1 parent 8238311 commit 35748bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pages/cockpit/concepts.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ Alerting rules allow you to define criteria that determine whether an alert is t
4444

4545
A Cockpit is an instance of the Observability product that stores metrics, logs, and traces and provides a dedicated dashboarding system on Grafana to visualize them. A Scaleway Project can have only one Cockpit, which is automatically activated when you are using [Scaleway resources that are integrated into Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
4646

47+
## Cockpit tokens
48+
49+
Tokens are regionalized secret keys that allow you to authenticate against the endpoints of your Cockpit's datasources (metrics, logs, alerts). You can generate new tokens and select token permissions such as:
50+
51+
- **Push**: allows you to send your metrics, logs, and traces to your Cockpit.
52+
- **Query**: allows you to fetch your metrics, logs, and traces from your Cockpit.
53+
- **Rules**: allow you to configure alerting and recording rules.
54+
- **Alerts**: allow you to set up the alert manager.
55+
4756
## Contact points
4857

4958
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.
@@ -169,15 +178,6 @@ Scaleway only supports the OpenTelemetry HTTP push path.
169178

170179
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.
171180

172-
## Cockpit tokens
173-
174-
Tokens are regionalized secret keys that allow you to authenticate against the endpoints of your Cockpit's datasources (metrics, logs, alerts). You can generate new tokens and select token permissions such as:
175-
176-
- **Push**: allows you to send your metrics, logs, and traces to your Cockpit.
177-
- **Query**: allows you to fetch your metrics, logs, and traces from your Cockpit.
178-
- **Rules**: allow you to configure alerting and recording rules.
179-
- **Alerts**: allow you to set up the alert manager.
180-
181181
## Traces
182182

183183
Traces are detailed records of your **requests' behavior**, as they move through distributed systems such as microservices and containers.

0 commit comments

Comments
 (0)