'Persisting Zipkin log data to MySQL DB through Spring Cloud Sleuth and zipkin-autoconfigure-storage-mysql
I am trying to store traces of microservices in MySQL DB using zipkin server.
Problem is traces are not getting store in DB, where as tables(zipkin_annotation,zipkin_spans,zipkin_dependencies) has been created in database name (zipkin) Please help me understand what I am missing
I am using following dependency versions :
- spring-boot-starter-parent version : 1.5.3.RELEASE
- spring-cloud.version version : Edgware.SR3
- java -version : 1.8
- zipkin-server,zipkin-autoconfigure-ui,zipkin-autoconfigure-storage-mysql, : 1.17.1
Here is my code:
Running Zipkin Server using following cmd :

Running service in Browser :
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|










