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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ An endpoint is the point of entry in a communication channel when two systems ar
86
86
87
87
<Messagetype="important">
88
88
- Having the default configuration on your agents might lead to more of your resources' metrics being sent, a high consumption and a high bill at the end of the month.
89
-
- Sending metrics, logs and traces for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
89
+
- Sending metrics, logs and traces for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
Copy file name to clipboardExpand all lines: pages/cockpit/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,6 @@ configure the Grafana Alloy agent, push your data, and visualize it in Grafana.
127
127
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).
128
128
129
129
<Messagetype="important">
130
-
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/?tags=available,managedservices-observability-cockpit) for more information.
130
+
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.
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/create-token.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,5 +38,5 @@ This page shows you how to create [tokens](/cockpit/concepts/#cockpit-tokens), t
38
38
39
39
<Messagetype="important">
40
40
- Having the default configuration on your agents might lead to more of your resources' metrics being sent, a high consumption, and a high bill at the end of the month.
41
-
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing page](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
41
+
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing page](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-logs-from-k8s-to-cockpit.mdx
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to send logs from your Kubernetes cluster to your Cockpit
3
3
description: Learn how to send your pod logs to your Cockpit using Scaleway's comprehensive guide. This tutorial covers sending Kubernetes pods logs to Scaleway's Cockpit for centralized monitoring and analysis using Grafana, ensuring efficient monitoring and log analysis in your infrastructure.
@@ -19,13 +19,13 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
19
19
20
20
- A Scaleway account logged into the [console](https://console.scaleway.com)
21
21
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22
-
-[Created](/cockpit/how-to/create-external-data-sources/) a custom external data source of the [logs type](/cockpit/concepts/#data-types)
22
+
-[Created](/cockpit/how-to/create-external-data-sources/) a [custom data source](/cockpit/concepts/#custom-data) of the [logs type](/cockpit/concepts/#data-types)
23
23
-[Created](/cockpit/how-to/create-token/) a Cockpit token in the same region as the logs data source
24
24
- A running Kubernetes cluster containing your deployed application
25
25
-[Created](/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
26
26
27
27
<Messagetype="important">
28
-
- Sending logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) page for more information.
28
+
- Sending logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) page for more information.
29
29
</Message>
30
30
31
31
## Configure the Helm chart
@@ -84,17 +84,18 @@ alloy-singleton:
84
84
Once you have configured your `values.yml` file, you can use Helm to deploy the log-forwarding configuration to your Kubernetes cluster. Before installing the Helm chart, ensure that your `kubectl` tool is properly connected to your Kubernetes cluster. `kubectl` is the command-line tool for interacting with Kubernetes clusters.
85
85
86
86
1. [Connect](/kubernetes/how-to/connect-cluster-kubectl/) `kubectl` to your Kubernetes cluster
87
-
2. Run the command below to install the `k8s-monitoring` Helm chart:
87
+
2. Run the commands below to install the `k8s-monitoring` Helm chart. Make sure that you replace `/your-path/to/values.yml` with the correct path where your `values.yml` file is stored. Make sure that you also replace `name-of-your-choice-for-your-log-ingester` with a clear name (ex. `alloy-logs-ingester`).
The `-f` flag specifies the path to your `values.yml` file, which contains the configuration for the Helm chart. Make sure that you replace `/your-path/to/values.yml` with the correct path where your `values.yml` file is stored. Make sure that you also replace `name-of-your-choice-for-your-log-ingester` with a clear name (ex. `alloy-logs-ingester`). In our configuration, we are using `alloy-lm-ingester`.
94
-
Helm installs the `k8s-monitoring` chart, which includes the Alloy DaemonSet configured to collect logs from your Kubernetes cluster.
95
-
The DaemonSet ensures that a pod is running on each node in your cluster, which collects logs and forwards them to the specified Loki endpoint in your Cockpit.
96
-
97
-
3. Optionally, check the status of the release to ensure it was installed:
93
+
<Messagetype="iam">
94
+
The `-f` flag specifies the path to your `values.yml` file, which contains the configuration for the Helm chart. <br /><br />
95
+
Helm installs the `k8s-monitoring` chart, which includes the Alloy DaemonSet configured to collect logs from your Kubernetes cluster. <br /><br />
96
+
The DaemonSet ensures that a pod is running on each node in your cluster, which collects logs and forwards them to the specified Loki endpoint in your Cockpit.
97
+
</Message>
98
+
3. Optionally, run the following command to check the status of the release and ensure it was installed:
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-metrics-from-k8s-to-cockpit.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to send metrics from your Kubernetes cluster to your Cockpit
3
3
description: Learn how to send your pod metrics to your Cockpit using Scaleway's comprehensive guide. This tutorial covers sending Kubernetes pods metrics to Scaleway's Cockpit for centralized monitoring and analysis using Grafana, ensuring efficient monitoring and metrics analysis in your infrastructure.
@@ -26,7 +26,7 @@ We will use the [k8s-monitoring](https://artifacthub.io/packages/helm/grafana/k8
26
26
-[Created](/iam/how-to/create-api-keys/) an API key and retrieved your API secret key
27
27
28
28
<Messagetype="important">
29
-
- Sending metrics for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) page for more information.
29
+
- Sending metrics for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) page for more information.
30
30
</Message>
31
31
32
32
@@ -70,7 +70,7 @@ alloy-singleton:
70
70
71
71
## Add annotations for auto-discovery
72
72
73
-
Annotations in Kubernetes provide a way to attach metadata to your resources. For `k8s-monitoring`, these annotations signal which pods should be scraped for metrics, and what port to use. For the sake of this documentation, we are adding annotations to specify we want `k8s-monitoring` to scrape the pods from our deployment. Make sure that you replace `$METRICS_PORT` with the port where your application exposes Prometheus metrics.
73
+
Annotations in Kubernetes provide a way to attach metadata to your resources. For `k8s-monitoring`, these annotations signal which pods should be scraped for metrics, and what port to use. In this documentation we are adding annotations to specify we want `k8s-monitoring` to scrape the pods from our deployment. Make sure that you replace `$METRICS_PORT` with the port where your application exposes Prometheus metrics.
Once you have configured your `values.yml` file, you can use Helm to deploy the metric-forwarding configuration to your Kubernetes cluster. Before installing the Helm chart, ensure that your `kubectl` tool is properly connected to your Kubernetes cluster. `kubectl` is the command-line tool for interacting with Kubernetes clusters.
145
145
146
146
1.[Connect](/kubernetes/how-to/connect-cluster-kubectl/)`kubectl` to your Kubernetes cluster
147
-
2. Run the command below to install the `k8s-monitoring` Helm chart:
147
+
2. Run the command below to install the `k8s-monitoring` Helm chart. Make sure that you replace `/your-path/to/values.yml` with the correct path where your `values.yml` file is stored. Make sure that you also replace `name-of-your-choice-for-your-metric-ingester` with a clear name (ex. `alloy-metrics-ingester`).
The `-f` flag specifies the path to your `values.yml` file, which contains the configuration for the Helm chart. Make sure that you replace `/your-path/to/values.yml` with the correct path where your `values.yml` file is stored. Make sure that you also replace `name-of-your-choice-for-your-metric-ingester` with a clear name (ex. `alloy-metrics-ingester`). In our configuration, we are using `alloy-lm-ingester`.
154
-
Helm installs the `k8s-monitoring` chart, which includes the Alloy DaemonSet configured to collect metrics from your Kubernetes cluster.
155
-
The DaemonSet ensures that a pod is running on each node in your cluster, which collects metrics and forwards them to the specified Prometheus endpoint in your Cockpit.
156
-
153
+
<Messagetype="iam">
154
+
The `-f` flag specifies the path to your `values.yml` file, which contains the configuration for the Helm chart. <br /><br />
155
+
Helm installs the `k8s-monitoring` chart, which includes the Alloy DaemonSet configured to collect metrics from your Kubernetes cluster. <br /><br />
156
+
The DaemonSet ensures that a pod is running on each node in your cluster, which collects metrics and forwards them to the specified Prometheus endpoint in your Cockpit.
157
+
</Message>
157
158
3. Optionally, check the status of the release to ensure it was installed:
158
159
159
160
```
160
161
helm list
161
162
```
162
163
163
-
164
164
## Explore your metrics in Cockpit
165
165
166
166
Now that your metrics are exported to your Cockpit, you can access and query them.
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-metrics-logs-to-cockpit.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can push logs with any Loki compatible agent such as the [Promtail](https://
25
25
26
26
<Messagetype="important">
27
27
- Having the default configuration on your agents might lead to more of your resources' metrics being sent, a high consumption, and a high bill at the end of the month.
28
-
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
28
+
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
Copy file name to clipboardExpand all lines: pages/cockpit/how-to/send-metrics-with-grafana-alloy.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For the sake of this documentation, we are using Grafana Alloy on macOS. Refer t
31
31
<Messagetype="important">
32
32
- Having the default configuration on your agents might lead to more of your resources' metrics being sent, a high consumption and a high bill at the end of the month.
33
33
34
-
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
34
+
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
Copy file name to clipboardExpand all lines: pages/cockpit/quickstart.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this documentation, we show you how to retrieve your Grafana credentials to a
24
24
25
25
<Messagetype="important">
26
26
- Having the default configuration on your agents might lead to more of your resources' metrics being sent, a high consumption, and a high bill at the end of the month.
27
-
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
27
+
- Sending metrics and logs for Scaleway resources or personal data using an external path is a billable feature. In addition, any data that you push yourself is billed, even if you send data from Scaleway products. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
28
28
</Message>
29
29
30
30
## How to retrieve your Grafana credentials
@@ -57,8 +57,8 @@ In this documentation, we show you how to retrieve your Grafana credentials to a
57
57
</Message>
58
58
7. Click **Create token** to confirm. A pop-up displays with your secret key. Make sure that you save the secret key before closing the pop-up.
59
59
60
-
<Messagetype="">
61
-
**Going further** <br /><br />
60
+
<Messagetype="iam">
61
+
**Going further** <br /><br />
62
62
63
63
If you have not set up an agent yet, check out our [documentation](/cockpit/how-to/send-metrics-with-grafana-alloy/) to find out how to configure Grafana Alloy, push your metrics, and visualize them in Grafana.
64
64
You must have created resources to monitor to push your data to Cockpit.
Copy file name to clipboardExpand all lines: pages/cockpit/reference-content/cockpit-limitations.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The following table provides information about [Mimir](/cockpit/concepts/#mimir)
62
62
63
63
The following table provides details about the products that are integrated into Cockpit. This means that you can have metrics and/or logs and/or alerts in your Cockpit for the products mentioned below.
64
64
65
-
**Sending metrics and logs using an external path is a billable feature**. As such, any additional data that you may push yourself will be billed, even if you send data from Scaleway products that are **integrated into Cockpit**. Refer to the [product pricing](https://www.scaleway.com/en/pricing/?tags=available,managedservices-observability-cockpit) for more information.
65
+
**Sending metrics and logs using an external path is a billable feature**. As such, any additional data that you may push yourself will be billed, even if you send data from Scaleway products that are **integrated into Cockpit**. Refer to the [product pricing](https://www.scaleway.com/en/pricing/managed-services/#cockpit) for more information.
Copy file name to clipboardExpand all lines: pages/domains-and-dns/how-to/manage-nameservers-internal-domain.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: How to manage name servers for an internal domain
3
3
description: Learn how to effectively manage name servers for your internal domains. This guide covers editing name server information, adding and removing name servers, and validating configurations through the intuitive Domains and DNS dashboard.
@@ -26,20 +26,20 @@ For example, if you own `mydomain.com` and want to use `ns0.mydomain.com` and `n
26
26
27
27
1. Click **Domains and DNS** in the **Domains & Web Hosting** section of the [Scaleway console](https://console.scaleway.com) side menu. The Domains and DNS dashboard displays.
28
28
2. Click the domain name you want to configure. The **Overview** tab for your domain displays.
29
-
3.Click **Edit** in the **Name servers** section.
29
+
3.Scroll to the **Name servers** section and click **Edit**.
30
30
4. Edit the name server information. For each name server, you can provide:
31
31
* A name server
32
32
* An IPv6 address
33
33
* An IPv4 address
34
34
<Messagetype="tip">
35
-
IP addresses are only required if you want to create **glue records**. A glue record provides the IP address of a name server so that DNS can resolve the domain name if the domain uses name servers hosted under that same domain name.
35
+
IP addresses are only required if you want to create **glue records**. A glue record provides the IP address of a name server to allow the DNS to resolve the domain if it uses name servers hosted under that same domain.
36
36
</Message>
37
37
5. Optionally, click **Add name server** to add more name servers and enter your server's information.
38
38
<Messagetype="tip">
39
-
We recommend you configure a minimum of two and a maximum of seven DNS servers for each domain name.
39
+
We recommend you configure a minimum of two and a maximum of seven DNS servers for each domain.
40
40
</Message>
41
41
6. Click the <Iconname="delete" /> icon to delete a name server.
42
42
7. Click the <Iconname="validate" /> icon to validate your configuration.
43
-
8. Click the <Iconname="cancel" /> icon to cancel all the changes you have made.
43
+
8. Click the <Iconname="cancel" /> icon to cancel all changes.
0 commit comments