From a5590e95fe96b16acab10e9812357f524c39f322 Mon Sep 17 00:00:00 2001 From: sfinet-scw Date: Thu, 27 Mar 2025 16:08:19 +0100 Subject: [PATCH 1/2] fix(ckpt): update traces push path information --- pages/cockpit/how-to/activate-push-traces.mdx | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/pages/cockpit/how-to/activate-push-traces.mdx b/pages/cockpit/how-to/activate-push-traces.mdx index 8f2a5f9bb2..bf2098ffbf 100644 --- a/pages/cockpit/how-to/activate-push-traces.mdx +++ b/pages/cockpit/how-to/activate-push-traces.mdx @@ -12,12 +12,12 @@ dates: posted: 2023-10-31 --- -This page shows you how to create [traces](/cockpit/concepts/#traces) from the Scaleway console, retrieve traces push paths, configure the OpenTelemetry HTTP agent, and push traces. +This page shows you how to create [traces](/cockpit/concepts/#traces) from the Scaleway console, retrieve traces push path, configure the OpenTelemetry HTTP agent, and push traces. - A Scaleway account logged into the [console](https://console.scaleway.com) - - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization + - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Project ## Create a trace @@ -28,23 +28,22 @@ This page shows you how to create [traces](/cockpit/concepts/#traces) from the S - Enter a name - Choose the **Traces** data type - Select a region to create your trace in + - 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 paths +### Retrieve traces push path - - Only the [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) HTTP push path is supported. Scaleway is working on implementing the [Open Telemetry gRPC](https://opentelemetry.io/docs/specs/semconv/rpc/grpc/), [Zipkin](https://zipkin.io/) and [Jaeger](https://www.jaegertracing.io/docs/1.50/) protocols. - +Scaleway supports the [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) HTTP push path for traces: `/otlp/v1/traces`. -Scaleway provides the following push path for the OpenTelemetry agent: `/otlp/v1/traces`. -The complete endpoint is `https://traces.cockpit.fr-par.scw.cloud/otlp/v1/traces`. +The complete endpoint is `https://.traces.cockpit..scw.cloud/otlp/v1/traces`. -Alternatively, you can retrieve your trace's push path from the Scaleway console: +You can retrieve your trace's push path (and data source id) from [Scaleway API](https://www.scaleway.com/en/developers/api/cockpit/regional-api/#path-data-sources-list-data-sources) or from the Scaleway console: 1. Click **Cockpit** in the Observability section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays. 2. Click the **Data sources** tab. -3. Click the trace of which you want to retrieve the path. The trace's information displays. -4. Retrieve the push path under the **URL** section. +3. Click the trace data source of which you want to retrieve the path. The trace's information displays. +4. Retrieve the data source's URL under the **URL** section. +5. Add the push path `/otlp/v1/traces` to the URL. ## Push traces From bd8ae3154293b732bae2fac2118895243d2a8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:16:13 +0100 Subject: [PATCH 2/2] Update pages/cockpit/how-to/activate-push-traces.mdx --- 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 bf2098ffbf..4bcac7c8fa 100644 --- a/pages/cockpit/how-to/activate-push-traces.mdx +++ b/pages/cockpit/how-to/activate-push-traces.mdx @@ -37,7 +37,7 @@ Scaleway supports the [OpenTelemetry](https://opentelemetry.io/docs/what-is-open The complete endpoint is `https://.traces.cockpit..scw.cloud/otlp/v1/traces`. -You can retrieve your trace's push path (and data source id) from [Scaleway API](https://www.scaleway.com/en/developers/api/cockpit/regional-api/#path-data-sources-list-data-sources) or from the Scaleway console: +You can retrieve your trace's push path (and data source ID) from [Scaleway API](https://www.scaleway.com/en/developers/api/cockpit/regional-api/#path-data-sources-list-data-sources) or from the Scaleway console: 1. Click **Cockpit** in the Observability section of the [console](https://console.scaleway.com/) side menu. The **Cockpit** overview page displays. 2. Click the **Data sources** tab.