Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

55 lines (30 loc) · 1.5 KB

Zipkin PostgresSQL

Zipkin PostgresSQL 中文介绍

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.

Project Structure

├───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

zipkin-storage-postgresql

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 

zipkin-server

login: http://localhost:9411/

username: yanghaiji

password: 654321

Access test path.http://localhost:9412/system/api/test/user

  • zipkin portal

login

  • traces

login

  • dependency

login