> ## 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.

# Viewing traces

Now that we have some traces, let's view them!
Access the Jaeger UI by running the following command:

```bash theme={null}
kubectl port-forward -n tracing svc/jaeger 16686:16686
```

Then, open [http://localhost:16686](http://localhost:16686) in your browser and explore the traces.

<Frame>
  <img src="https://mintcdn.com/odigos-dependabot-npm-and-yarn-docs-mintlify-4-2-866/YZYox0emD0zxmOOB/images/jaeger_ui.png?fit=max&auto=format&n=YZYox0emD0zxmOOB&q=85&s=d192a82987fc56f697834f947a7e591d" alt="Jaeger UI" width="1616" height="1214" data-path="images/jaeger_ui.png" />
</Frame>
