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: containers/kubernetes/how-to/monitor-cluster.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit o
23
23
* Get new insights on control plane and worker nodes usage such as CPU and memory to optimize your resource allocation
24
24
* Achieve a better understanding of your infrastructure by analyzing data on your API server, system applications and up/down scaling behavior
25
25
26
-
<Macroid="cockpit-update-dashboards" />
27
-
28
26
<Macroid="requirements" />
29
27
30
28
- 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
35
33
## How to access your Cockpit Grafana dashboard
36
34
37
35
<Messagetype="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/).
39
37
</Message>
40
38
41
39
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.
43
41
3. Log into Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/). The list of your Cockpit dashboards displays.
44
42
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.
@@ -60,7 +58,7 @@ For scenarios where you require consistent and predictable performance, along wi
60
58
## How to view the Kubernetes control plane logs
61
59
62
60
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.
64
62
3. Log into Grafana using your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/). The list of your Cockpit dashboards displays.
65
63
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.
0 commit comments