Zipkin
Export observability traces from Spice into Zipkin
Last updated
Export observability traces from Spice into Zipkin
Last updated
In addition to the built-in runtime.task_history
SQL table, Spice can export the observability traces it collects into Zipkin.
Zipkin export is defined in the spicepod.yaml
under the runtime.tracing
section:
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.