# Zipkin

In addition to the built-in `runtime.task_history` SQL table, Spice can export the observability traces it collects into Zipkin.

<figure><img src="/files/2OcSifdFMcUksWGh3LxG" alt=""><figcaption><p>Zipkin UI showing traces exported by Spice</p></figcaption></figure>

### Enabling Zipkin Export

Zipkin export is defined in the `spicepod.yaml` under the `runtime.tracing`section:

```yaml
runtime:
  tracing:
    zipkin_enabled: true
    zipkin_endpoint: http://localhost:9411/api/v2/spans
```

* `zipkin_enabled`: Optional. Default `false`. Enables or disables the Zipkin trace export.
* `zipkin_endpoint`: Required if `zipkin_enabled`is true. The path to the `/api/v2/spans`endpoint on the Zipkin instance to export to.


---

# 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.spice.ai/features/observability/zipkin.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.
