yanghaiji / zipkin-postgresql

zipkin-postgresql 支持将数据持久化到postgresql中,并且对zipkin-server访问进行登录验证,提供了详细的示例合sql脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

zipkin-postgresql 支持将数据持久化到postgresql中,并且对zipkin-server访问进行登录验证,提供了详细的示例合sql脚本

License:Apache License 2.0


Languages

Language:Java 100.0%