Zipkin | Spice.ai Cloud Documentation

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

Enabling Zipkin Export

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

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