qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-LogCollector - Logging Collection Setup #121

Closed ryan-zheng-teki closed 3 years ago

ryan-zheng-teki commented 3 years ago

User Story

When we deploy the microservices into Minikube, we are not able to view the logs conveniently, we have to setup logging tracing platforms for collecting the logs. In our project, we will use Zipkin for the logging collection. This task is about setting up the Zipkin logging platform.

Refer to this article for the tracing platform https://www.baeldung.com/tracing-services-with-zipkin

ryan-zheng-teki commented 3 years ago

Zipkin is not used for logging collection. It is used for tracing services, like how much time one service calls another. So we will close this ticket. We will setup Kibana for logging