Skip to content

Commit d9c86ab

Browse files
authored
docs(add): note about write endpoint usage only possible with custom datasources (#5784)
1 parent c286547 commit d9c86ab

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pages/cockpit/reference-content/cockpit-supported-endpoints.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cockpit supported API endpoints for data source management
33
description: Discover how to manage your telemetry data sources using the Scaleway-supported Mimir, Loki, Tempo and Prometheus endpoints
44
tags: observability cockpit endpoints mimir loki telemetry prometheus tempo datasource-management
55
dates:
6-
validation: 2025-07-17
6+
validation: 2025-11-10
77
posted: 2025-05-05
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
@@ -38,6 +38,10 @@ Refer to the [official Mimir documentation](https://grafana.com/docs/mimir/lates
3838
<Accordion>
3939
## Mimir write endpoints
4040

41+
<Message type="note">
42+
You can only use the write endpoints with custom data sources.
43+
</Message>
44+
4145
Method: `POST`.
4246

4347
- Path: `/api/v1/push`
@@ -96,6 +100,10 @@ Refer to the [official Loki documentation](https://grafana.com/docs/loki/latest/
96100
<Accordion>
97101
## Loki write endpoints
98102

103+
<Message type="note">
104+
You can only use the write endpoints with custom data sources.
105+
</Message>
106+
99107
Method: `POST`.
100108

101109
- Path: `/loki/api/v1/push`

0 commit comments

Comments
 (0)