# Traces

Apica Ascent ingests traces and logs from OpenTelemetry collector and Jaeger agent. It implements scalable streaming and indexing of spans, traces and logs directly to any object storage. Users can **search** and **visualize** **spans**, **traces**, and **logs** using a simple intuitive **built-in UI**. Our UI borrows several key aspects from the Jaeger UI project while integrating it seamlessly with Apica Ascent's infinitely scalable InstaStore backend built on top of object storage.

### Finding Traces

In the Apica Ascent UI, navigate to *Traces* under *Explore* in the navigational menu.

![Traces navigational menu](/files/QPzpyK9dN4oboTQgTqNE) ![Search for Tracens and Spans](/files/ldI1c7HNZBC4QQJKfxPW)

You can now search for traces by *Service* and *Operation* name as well as *tags*

![Searching by Operation and Service](/files/icaoxFh5Hm8QZyLkHIVJ) ![Looking at a trace](/files/saea08RySWN34evXfl67)

You can also click *Analyze* and get the full span and logs for the trace for download.

![Analyze to go to get and download all data for a trace](/files/exBO71xP7PtWDoXV7y8D)

![](/files/K1DYyUJgMBgb8OWOKfGL)


---

# Agent Instructions: 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:

```
GET https://docs.apica.io/observe/overview/traces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
