> ## Documentation Index
> Fetch the complete documentation index at: https://odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Building a pipeline

## Choosing target applications

You should now see the following page:

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/ui_choose_apps.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=9d648b8232160ece0172b1c7ddc8308e" alt="Select target applications" width="5116" height="2826" data-path="images/ui_choose_apps.png" />
</Frame>

Select all the applications in the `default` namespace and click `Next`.

<Note>
  Selecting **Apply for future apps** will automatically generate distributed traces for any application that will be deployed on that namespace in the future.
</Note>

## Adding Jaeger as a destination

In the next step, you will be asked to select a destination for your traces.
Scroll down to the self hosted destinations and click on **Jaeger**.

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/ui_choose_dest.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=32ae77ed7e2d4f76871eacf9640b6de3" alt="Select Jaeger" width="5116" height="2826" data-path="images/ui_choose_dest.png" />
</Frame>

#### Connection details

You will now be asked to provide the connection details for your Jaeger instance:

* **Destination name**: A name for your destination
* **Host**: The hostname of your Jaeger instance.

Enter any name you want for the destination, and enter `jaeger.tracing:4317` as the host.

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/ui_jaeger_connection.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=674d01b791f601d4d73d9ef88bb0e0f3" alt="Jaeger connection details" width="5116" height="2826" data-path="images/ui_jaeger_connection.png" />
</Frame>

**That's it!** You can now click `Done` and finish the wizard.

Odigos will now instrument your selected applications and deploy the nessesary OpenTelemetry collectors.
The following page will show an overview of your observability pipeline:

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/ui_overview.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=1982958c49e48c6e04c0ef3cd3b736e1" alt="Observability pipeline" width="5116" height="2826" data-path="images/ui_overview.png" />
</Frame>
