Skip to content

Commit 5073f69

Browse files
fix(cockpit): order items menu and change title pages MTA-5720 (#5942)
1 parent 860a17e commit 5073f69

File tree

3 files changed

+26
-35
lines changed

3 files changed

+26
-35
lines changed

pages/cockpit/how-to/activate-push-traces.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to create and push traces
2+
title: How to create and push traces to your Cockpit
33
description: Learn how to create traces, retrieve trace push paths, and push traces.
44
dates:
55
validation: 2025-07-22

pages/cockpit/how-to/change-data-retention.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to change your data retention period
3-
description: Discover how to adjust data retention settings for metrics, logs, and traces in Cockpit.
2+
title: How to change your data source's retention period
3+
description: Discover how to adjust data source's retention settings for metrics, logs, and traces in Cockpit.
44
tags: cockpit data-retention retention-period edit-retention
55
dates:
66
validation: 2025-08-28

pages/cockpit/menu.ts

Lines changed: 23 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,67 +18,58 @@ export const cockpitMenu = {
1818
},
1919
{
2020
items: [
21-
{
22-
label: 'Configure the alert manager',
23-
slug: 'enable-alert-manager',
24-
},
25-
{
26-
label: 'Activate Scaleway preconfigured alerts',
27-
slug: 'activate-managed-alerts',
28-
},
29-
{
30-
label: 'Configure alerts for Scaleway resources',
31-
slug: 'configure-alerts-for-scw-resources',
32-
},
3321
{
3422
label: 'Retrieve your Grafana credentials',
3523
slug: 'retrieve-grafana-credentials',
3624
},
37-
{
38-
label: 'Create a token',
39-
slug: 'create-token',
40-
},
41-
{
42-
label: 'Create and push traces',
43-
slug: 'activate-push-traces',
44-
},
4525
{
4626
label: 'Access Grafana and preconfigured dashboards',
4727
slug: 'access-grafana-and-managed-dashboards',
4828
},
29+
{
30+
label: 'Create a Cockpit token',
31+
slug: 'create-token',
32+
},
4933
{
5034
label: 'Create a custom data source',
5135
slug: 'create-external-data-sources',
5236
},
5337
{
54-
label: 'Change data retention period',
38+
label: 'Delete a custom data source',
39+
slug: 'delete-external-data-sources',
40+
},
41+
{
42+
label: 'Change data sources retention period',
5543
slug: 'change-data-retention',
5644
},
5745
{
5846
label: 'Send metrics to Cockpit using Grafana Alloy',
5947
slug: 'send-metrics-with-grafana-alloy',
6048
},
61-
{
62-
label:
63-
'Send metrics from your Kubernetes cluster to Cockpit',
64-
slug: 'send-metrics-from-k8s-to-cockpit',
65-
},
6649
{
6750
label: 'Send logs from your Kubernetes cluster to Cockpit',
6851
slug: 'send-logs-from-k8s-to-cockpit',
6952
},
7053
{
71-
label: 'Send metrics and logs to your Cockpit',
72-
slug: 'send-metrics-logs-to-cockpit',
54+
label: 'Send metrics from your Kubernetes cluster to Cockpit',
55+
slug: 'send-metrics-from-k8s-to-cockpit',
7356
},
7457
{
75-
label: 'Federate Scaleway metrics with your own Prometheus',
76-
slug: 'federate-scaleway-metrics',
58+
label: 'Create and push and traces to your Cockpit',
59+
slug: 'activate-push-traces',
7760
},
7861
{
79-
label: 'Delete a custom data source',
80-
slug: 'delete-external-data-sources',
62+
label: 'Configure the alert manager',
63+
slug: 'enable-alert-manager',
64+
},
65+
{
66+
label: 'Activate Scaleway preconfigured alerts',
67+
slug: 'activate-managed-alerts',
8168
},
69+
{
70+
label: 'Configure alerts for Scaleway resources',
71+
slug: 'configure-alerts-for-scw-resources',
72+
}
8273
],
8374
label: 'How to',
8475
slug: 'how-to',

0 commit comments

Comments
 (0)