> ## Documentation Index
> Fetch the complete documentation index at: https://docs.odigos.io/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/_RekT-psRDkRKhxE/images/ui_choose_apps.png?fit=max&auto=format&n=_RekT-psRDkRKhxE&q=85&s=f6fd9fc8e033b3a0507112d0e2490708" 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/_RekT-psRDkRKhxE/images/ui_choose_dest.png?fit=max&auto=format&n=_RekT-psRDkRKhxE&q=85&s=4cd44e8b085d4b669293f075b593d0d0" 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/_RekT-psRDkRKhxE/images/ui_jaeger_connection.png?fit=max&auto=format&n=_RekT-psRDkRKhxE&q=85&s=2a0e1189e01181665972c87f2b1c6a1d" 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/_RekT-psRDkRKhxE/images/ui_overview.png?fit=max&auto=format&n=_RekT-psRDkRKhxE&q=85&s=c1db71afde509a147b602457ef55a23c" alt="Observability pipeline" width="5116" height="2826" data-path="images/ui_overview.png" />
</Frame>
