> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/observability/monitoring-service/dcd-how-tos/create-monitoring-pipeline.md).

# Create a Monitoring Pipeline

A monitoring pipeline refers to an instance of the Monitoring Service set up to receive, process, and store metric data from various sources.

To create a monitoring pipeline, follow these steps:

{% hint style="info" %}
**Prerequisite:** Ensure you have the corresponding permissions to create and manage the Monitoring Service. Only contract administrators, owners, and users with **Access and manage Monitoring** privileges can create a monitoring pipeline. For more information, see [<mark style="color:blue;">Set User Privileges</mark>](/cloud/observability/monitoring-service/dcd-how-tos/set-privileges-monitoring-service.md).
{% endhint %}

1\. In the **DCD**, go to **Menu** > **Observability** > **Monitoring Service**.

2\. Click **Create monitoring pipeline** from the **Monitoring Service** overview page.

3\. Configure the following details for a monitoring pipeline:

* **Name:** Enter a name for the monitoring pipeline. The name is only for your reference and must not be unique. Example, `my-monitoring-pipeline`.
* **Location:** Select a location from the drop-down list to create the monitoring pipeline in that specific region. The location determines where your metrics will be processed and stored.

4\. Click **Create** to create a monitoring pipeline.

![Create a monitoring pipeline](/files/w6JucfXTLs7cOvp7EFZQ)

{% hint style="success" %}
**Result:** The monitoring pipeline is successfully created. An API key is provided which is needed to configure your metrics agent to send metrics to the pipeline's remote-write endpoint.
{% endhint %}

{% hint style="warning" %}
**Note:** Store the API key in a secure place. The key is only displayed on pipeline creation and cannot be retrieved afterwards.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/observability/monitoring-service/dcd-how-tos/create-monitoring-pipeline.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
