From 96dad452fa27124f645731d0b7bb5b59548ba60a Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Mon, 10 Nov 2025 17:49:41 +0100 Subject: [PATCH] docs(add): note about write endpoint usage only possible with custom datasources --- .../reference-content/cockpit-supported-endpoints.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/cockpit/reference-content/cockpit-supported-endpoints.mdx b/pages/cockpit/reference-content/cockpit-supported-endpoints.mdx index efe2d8041d..63d86345fa 100644 --- a/pages/cockpit/reference-content/cockpit-supported-endpoints.mdx +++ b/pages/cockpit/reference-content/cockpit-supported-endpoints.mdx @@ -3,7 +3,7 @@ title: Cockpit supported API endpoints for data source management description: Discover how to manage your telemetry data sources using the Scaleway-supported Mimir, Loki, Tempo and Prometheus endpoints tags: observability cockpit endpoints mimir loki telemetry prometheus tempo datasource-management dates: - validation: 2025-07-17 + validation: 2025-11-10 posted: 2025-05-05 --- import Requirements from '@macros/iam/requirements.mdx' @@ -38,6 +38,10 @@ Refer to the [official Mimir documentation](https://grafana.com/docs/mimir/lates ## Mimir write endpoints + + You can only use the write endpoints with custom data sources. + + Method: `POST`. - Path: `/api/v1/push` @@ -96,6 +100,10 @@ Refer to the [official Loki documentation](https://grafana.com/docs/loki/latest/ ## Loki write endpoints + + You can only use the write endpoints with custom data sources. + + Method: `POST`. - Path: `/loki/api/v1/push`