I am using Zipkin for distributed tracing. I have added zipkin-storage-mysql dependency in order to save the traces in MySQL DB. When I query ZIPKIN_SPANS table, I don't find the 16 char trace id in TRACE_ID Colum that I use in order to load the trace on zipkin UI.
for ex: localhost:9411/traces/4bcdd0bd5d2f70c0
Please help me understand how can I figure it out. Also, How can I add a new column to the table for associating an application-specific id with it