Due to the fact that Zipkin does not support PostgreSQL, but PostgreSQL was chosen as the data storage technology for the project, we searched online for a long time and finally found that https://github.com/tian-junwei/zipkin-storage-postgresql could be used to implement it and we conducted secondary development and integration on it.
├───doc
│ └───sql zikin initialization sql
├───zipkin-admin-server zipkin server, default login user: yanghaiji, password: 654321
├───zipkin-example Integration Example
│ ├───zipkin-example-gateway API Gateway
│ └───zipkin-example-system Example Service
└───zipkin-storage-postgresql Zipkin Persistence Driver
Due to licensing issues with packaging, everyone can execute the following command.
mvn clean com.mycila:license-maven-plugin:format install -DskipTests -Denforcer.skip=true
username: yanghaiji
password: 654321
Access test path.http://localhost:9412/system/api/test/user
- zipkin portal
- traces
- dependency