From 420cf23aa5ebd985e1a833640b0bdead598db417 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Thu, 27 Mar 2025 09:10:47 +0100 Subject: [PATCH 1/4] docs(review): review --- pages/cockpit/how-to/create-external-data-sources.mdx | 8 ++++++-- pages/cockpit/how-to/delete-external-data-sources.mdx | 2 +- pages/domains-and-dns/how-to/trade-domain.mdx | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/cockpit/how-to/create-external-data-sources.mdx b/pages/cockpit/how-to/create-external-data-sources.mdx index 10c119d1f6..9d1e7f5255 100644 --- a/pages/cockpit/how-to/create-external-data-sources.mdx +++ b/pages/cockpit/how-to/create-external-data-sources.mdx @@ -8,7 +8,7 @@ content: categories: - observability dates: - validation: 2024-09-19 + validation: 2025-03-26 posted: 2024-04-05 --- @@ -28,7 +28,11 @@ This page shows you how to create a **custom** [data source](/cockpit/concepts/# We recommend that you create your data sources in the same regions as the alert manager if you want to receive alerts for them. -7. Click **Create custom data source**. +7. Leave the default [retention period](/cockpit/concepts/#retention) or adjust it as you wish. + + Extending the retention period above the default one could incur addtional costs. + +8. Click **Create custom data source**. If you are using Scaleway resources integrated with Cockpit, you can also view your Scaleway data sources in the **Data sources** tab. Scaleway data sources are **read-only**. diff --git a/pages/cockpit/how-to/delete-external-data-sources.mdx b/pages/cockpit/how-to/delete-external-data-sources.mdx index 29351c0469..368f48fc90 100644 --- a/pages/cockpit/how-to/delete-external-data-sources.mdx +++ b/pages/cockpit/how-to/delete-external-data-sources.mdx @@ -8,7 +8,7 @@ content: categories: - observability dates: - validation: 2024-09-19 + validation: 2025-03-26 posted: 2024-04-13 --- diff --git a/pages/domains-and-dns/how-to/trade-domain.mdx b/pages/domains-and-dns/how-to/trade-domain.mdx index 7ecda4b52f..4fcd0feec4 100644 --- a/pages/domains-and-dns/how-to/trade-domain.mdx +++ b/pages/domains-and-dns/how-to/trade-domain.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover how to edit registrant contact details for your internal domain using Scaleway's Domains and DNS trade feature. tags: domain trade edit-registrant contact-information dates: - validation: 2024-09-17 + validation: 2025-03-26 posted: 2024-09-17 categories: - network From 586be37ff6cc0141d34d86a2f322ede9f6d6c778 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 1 Apr 2025 14:28:18 +0200 Subject: [PATCH 2/4] docs(review): weekly review --- pages/cockpit/api-cli/querying-logs-with-logcli.mdx | 2 +- pages/cockpit/how-to/delete-external-data-sources.mdx | 3 ++- pages/secret-manager/faq.mdx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/cockpit/api-cli/querying-logs-with-logcli.mdx b/pages/cockpit/api-cli/querying-logs-with-logcli.mdx index 487fe7f9bf..7226ee4b4e 100644 --- a/pages/cockpit/api-cli/querying-logs-with-logcli.mdx +++ b/pages/cockpit/api-cli/querying-logs-with-logcli.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to programmatically retrieve logs stored in Cockpit using LogCLI. Explore efficient querying methods to automate log retrieval from various data sources like Kubernetes clusters and Object Storage buckets. tags: cockpit observability logs logcli dates: - validation: 2024-09-19 + validation: 2025-04-01 posted: 2024-05-22 categories: - observability diff --git a/pages/cockpit/how-to/delete-external-data-sources.mdx b/pages/cockpit/how-to/delete-external-data-sources.mdx index 368f48fc90..e991a51dc6 100644 --- a/pages/cockpit/how-to/delete-external-data-sources.mdx +++ b/pages/cockpit/how-to/delete-external-data-sources.mdx @@ -27,6 +27,7 @@ This page shows you how to delete a custom [data source](/cockpit/concepts/#data 5. Click **Delete data source** to confirm the data source deletion. - Deleting a data source is permanent. Any data associated with it will be lost. + - Deleting a data source is permanent. Any data associated with it will be lost. + - You cannot delete Scaleway data sources as they are read-only. diff --git a/pages/secret-manager/faq.mdx b/pages/secret-manager/faq.mdx index 38f2e522f6..e8ce9f71be 100644 --- a/pages/secret-manager/faq.mdx +++ b/pages/secret-manager/faq.mdx @@ -5,7 +5,7 @@ meta: content: h1: Secret Manager FAQ dates: - validation: 2024-09-23 + validation: 2025-04-01 category: identity-and-access-management productIcon: SecretManagerProductIcon --- From a4c7bc9514472b3c84ecae5cccdac51c5cfe2732 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 1 Apr 2025 14:35:41 +0200 Subject: [PATCH 3/4] docs(fix): fix traces category --- pages/cockpit/how-to/activate-push-traces.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cockpit/how-to/activate-push-traces.mdx b/pages/cockpit/how-to/activate-push-traces.mdx index 4bcac7c8fa..93809c650b 100644 --- a/pages/cockpit/how-to/activate-push-traces.mdx +++ b/pages/cockpit/how-to/activate-push-traces.mdx @@ -6,7 +6,7 @@ content: h1: How to create and push traces paragraph: Learn how to create traces, retrieve trace push paths, and push traces. categories: - - observability cockpit traces push + - observability dates: validation: 2024-12-26 posted: 2023-10-31 From f9cc94a9e0cf6f4827933bc65d470c1d61e4decc Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 1 Apr 2025 15:07:44 +0200 Subject: [PATCH 4/4] docs(fix): fix section --- pages/cockpit/how-to/activate-push-traces.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cockpit/how-to/activate-push-traces.mdx b/pages/cockpit/how-to/activate-push-traces.mdx index 93809c650b..b4bb017a60 100644 --- a/pages/cockpit/how-to/activate-push-traces.mdx +++ b/pages/cockpit/how-to/activate-push-traces.mdx @@ -31,7 +31,7 @@ This page shows you how to create [traces](/cockpit/concepts/#traces) from the S - Choose your data retention duration (by default traces will be retained for 7 days) 5. Check the estimated cost, then click **Create custom data source**. -### Retrieve traces push path +## Retrieve traces push paths Scaleway supports the [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) HTTP push path for traces: `/otlp/v1/traces`.