Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -38,6 +38,10 @@ Refer to the [official Mimir documentation](https://grafana.com/docs/mimir/lates
<Accordion>
## Mimir write endpoints

<Message type="note">
You can only use the write endpoints with custom data sources.
</Message>

Method: `POST`.

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

<Message type="note">
You can only use the write endpoints with custom data sources.
</Message>

Method: `POST`.

- Path: `/loki/api/v1/push`
Expand Down