Skip to content

Commit 196f0da

Browse files
committed
docs(fix): replace deprecated link with new one
1 parent cebf51a commit 196f0da

14 files changed

+18
-19
lines changed

changelog/august2023/2023-08-22-cockpit-changed-cockpit-feature-request-is.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ product: cockpit
1010
---
1111

1212
We are happy to announce that we closed one of the [most wanted features](https://feature-request.scaleway.com/posts/38/log-centralization-and-management) at Scaleway (open since Jan. 21).
13-
Almost every Scaleway products are available in Cockpit for metrics and/or logs. New features and capabilities will be added to the product. Refer to our [product documentation](https://www.scaleway.com/en/docs/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to see what is already available or planned.
13+
Almost every Scaleway products are available in Cockpit for metrics and/or logs. New features and capabilities will be added to the product. Refer to our [product documentation](https://www.scaleway.com/en/docs/cockpit/reference-content/cockpit-product-integration) to see what is already available or planned.
1414

1515
For all future feature requirements, we encourage you to open a specific feature request of what you need to integrate into Cockpit.
1616

changelog/july2023/2023-07-06-secret-manager-added-secret-manager-metrics-in.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ category: security-identity
99
product: secret-manager
1010
---
1111

12-
Secret Manager metrics are now displayed in Cockpit by default, allowing you to have more control over your metrics. Read our [documentation](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which other products are integrated into Cockpit.
12+
Secret Manager metrics are now displayed in Cockpit by default, allowing you to have more control over your metrics. Read our [documentation](/cockpit/reference-content/cockpit-product-integration) to find out which other products are integrated into Cockpit.
1313

changelog/july2023/2023-07-19-kubernetes-added-kapsule-and-kosmos-control.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ category: containers
99
product: kubernetes
1010
---
1111

12-
Your control plane metrics and logs are now provided in Cockpit by default, allowing you to monitor all managed components with actionable insights. Read our [Cockpit Reference Documentation](https://www.scaleway.com/en/docs/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which other products are integrated into Cockpit.
13-
12+
Your control plane metrics and logs are now provided in Cockpit by default, allowing you to monitor all managed components with actionable insights. Read our [Cockpit Reference Documentation](https://www.scaleway.com/en/docs/cockpit/reference-content/cockpit-product-integration) to find out which other products are integrated into Cockpit.

changelog/june2023/2023-06-13-containers-changed-serverless-containers-in-cockpit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ category: serverless
99
product: containers
1010
---
1111

12-
Serverless Containers logs and metrics are now displayed in Cockpit by default, allowing you to have more control over your logs and metrics. Read [our documentation](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which other products are integrated into Cockpit.
12+
Serverless Containers logs and metrics are now displayed in Cockpit by default, allowing you to have more control over your logs and metrics. Read [our documentation](/cockpit/reference-content/cockpit-product-integration) to find out which other products are integrated into Cockpit.
1313

changelog/june2023/2023-06-13-functions-changed-serverless-functions-logs-and.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ category: serverless
99
product: functions
1010
---
1111

12-
Serverless Functions logs and metrics are now displayed in Cockpit by default, allowing you to have more control over your logs and metrics. Read [our documentation](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which other products are integrated into Cockpit.
12+
Serverless Functions logs and metrics are now displayed in Cockpit by default, allowing you to have more control over your logs and metrics. Read [our documentation](/cockpit/reference-content/cockpit-product-integration) to find out which other products are integrated into Cockpit.
1313

pages/cockpit/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alerting rules allow you to define criteria that determine whether an alert is t
4141

4242
## Cockpit
4343

44-
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).
44+
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-product-integration).
4545

4646
## Cockpit tokens
4747

@@ -62,7 +62,7 @@ Custom data is any data (metrics, logs or traces) that you may push to Cockpit.
6262

6363
## Data sources
6464

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.
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-product-integration) on your Project.
6666

6767
Scaleway data sources are **read-only**.
6868

@@ -169,7 +169,7 @@ A sample is a unique measuring point on a time series.
169169
## Scaleway data
170170

171171
Scaleway data is the observability data (metrics and/or logs) that is natively collected by all Scaleway products, integrated with Cockpit.
172-
Refer to the [dedicated documentation page](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit) to find out which resources are integrated with Cockpit.
172+
Refer to the [dedicated documentation page](/cockpit/reference-content/cockpit-product-integration) to find out which resources are integrated with Cockpit.
173173

174174
## Tempo
175175

pages/cockpit/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ productIcon: CockpitProductIcon
1111
### What is Cockpit?
1212
Cockpit is a monitoring and alerting solution natively integrated with Scaleway's ecosystem. Cockpit allows you to collect, store, and analyze metrics, logs, and traces from your infrastructure and applications, giving you insights into your system's performance and behavior.
1313

14-
Cockpits are scoped per [Project](/organizations-and-projects/concepts/#project) and are automatically activated when you are using [Scaleway resources that are integrated into Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
14+
Cockpits are scoped per [Project](/organizations-and-projects/concepts/#project) and are automatically activated when you are using [Scaleway resources that are integrated into Cockpit](/cockpit/reference-content/cockpit-product-integration).
1515

1616
## Specifications
1717

1818
### What is the difference between Scaleway and custom data?
1919
[Scaleway data](#scaleway-data) is collected automatically from Scaleway products, while [custom data](#custom-data) is manually pushed from your own sources.
2020

2121
#### Scaleway data
22-
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).
22+
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-product-integration).
2323

2424
#### Custom data
2525
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.
@@ -122,7 +122,7 @@ configure the Grafana Alloy agent, push your data, and visualize it in Grafana.
122122

123123
### Which Scaleway products are integrated into Cockpit?
124124

125-
Find out which Scaleway products are integrated into Cockpit in our [capabilities and limits documentation page](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
125+
Find out which Scaleway products are integrated into Cockpit in our [documentation page](/cockpit/reference-content/cockpit-product-integration).
126126

127127
<Message type="important">
128128
Sending metrics and logs using an external path is a billable feature. Any data that you push yourself is considered as "custom" and is billed, even if you collect that data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.

pages/cockpit/how-to/access-grafana-and-managed-dashboards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99
import Requirements from '@macros/iam/requirements.mdx'
1010
import GrafanaUsersDeprecation from '@macros/cockpit/grafana-users-deprecation.mdx'
1111

12-
Scaleway provides you with preconfigured dashboards you can access in Grafana, for [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
12+
Scaleway provides you with preconfigured dashboards you can access in Grafana, for [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-product-integration).
1313

1414
This page shows you how to access [preconfigured dashboards](/cockpit/concepts/#preconfigured-dashboards).
1515

pages/cockpit/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dates:
99
import Requirements from '@macros/iam/requirements.mdx'
1010

1111

12-
Scaleway's Observability Cockpit allows you to monitor your applications and their infrastructure by giving you insights and context into their behavior. With Cockpit, you can visualize your resources' and applications' metrics, logs, and traces in Grafana dashboards. Cockpit is automatically activated when you are using [Scaleway resources that are integrated into it](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
12+
Scaleway's Observability Cockpit allows you to monitor your applications and their infrastructure by giving you insights and context into their behavior. With Cockpit, you can visualize your resources' and applications' metrics, logs, and traces in Grafana dashboards. Cockpit is automatically activated when you are using [Scaleway resources that are integrated into it](/cockpit/reference-content/cockpit-product-integration).
1313

1414
The Observability Cockpit provides you with [endpoints](/cockpit/concepts/#endpoints) to push [metrics](/cockpit/concepts/#metric), [logs](/cockpit/concepts/#logs), and [traces](/cockpit/concepts/#traces).
1515

pages/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This page explains how to get started with Scaleway Cockpit for viewing your Man
2828

2929
## How to activate your Cockpit
3030

31-
Scaleway Cockpit is activated by default if you have created any [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-limitations/#product-integration-into-cockpit).
31+
Scaleway Cockpit is activated by default if you have created any [Scaleway resources integrated with Cockpit](/cockpit/reference-content/cockpit-product-integration).
3232

3333
## How to access the Grafana dashboard
3434

0 commit comments

Comments
 (0)