Skip to content

Commit 265ea3b

Browse files
authored
fix(ckpt): update kapsule monitoring doc with new cockpit data retention (#4103)
Updated kapsule monitoring doc to reflect recent Cockpit changes - retention period and console wording.
1 parent f20abfb commit 265ea3b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

containers/kubernetes/how-to/monitor-cluster.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
2323
* Get new insights on control plane and worker nodes usage such as CPU and memory to optimize your resource allocation
2424
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
2525

26-
<Macro id="cockpit-update-dashboards" />
27-
2826
<Macro id="requirements" />
2927

3028
- A Scaleway account logged into the [console](https://console.scaleway.com)
@@ -35,11 +33,11 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
3533
## How to access your Cockpit Grafana dashboard
3634

3735
<Message type="important">
38-
Cockpit’s free plan's retention time is 3 days for metrics and 1 day for logs.
36+
Cockpit’s default retention duration is 31 days for metrics and 7 days for logs. Find out [how to change your data retention period](/observability/cockpit/how-to/change-data-retention/).
3937
</Message>
4038

4139
1. Open your Cockpit in the [Scaleway console](https://console.scaleway.com/cockpit/overview).
42-
2. Click **Manage Scaleway data**. The Grafana interface opens in a new browser tab.
40+
2. Click **Visualize Scaleway data**. The Grafana interface opens in a new browser tab.
4341
3. Log into Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/). The list of your Cockpit dashboards displays.
4442
4. Click **Kubernetes cluster overview** in the list of dashboards. A status overview of your cluster displays. This dashboard allows you to monitor multiple components of your Kubernetes cluster: control-plane, nodes, managed resources and cluster system applications.
4543
<Lightbox src="scaleway-k8s-cluster-metrics.webp" alt="" />
@@ -60,7 +58,7 @@ For scenarios where you require consistent and predictable performance, along wi
6058
## How to view the Kubernetes control plane logs
6159

6260
1. Open your Cockpit in the [Scaleway console](https://console.scaleway.com/cockpit/overview).
63-
2. Click **Manage Scaleway data**. The Grafana interface opens in a new browser tab.
61+
2. Click **Visualize Scaleway data**. The Grafana interface opens in a new browser tab.
6462
3. Log into Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/). The list of your Cockpit dashboards displays.
6563
4. Click **Kubernetes cluster logs** in the list of dashboards. A listing of your control plane logs displays. This dashboard allows you to view the logs of multiple components of your Kubernetes cluster, such as the `controller-manager`, `ccm`, `kapsule-autoscaler`, and more.
6664
<Message type="note">

0 commit comments

Comments
 (0)