For our group, we picked the Train-Ticket Microservice OSS Project.
Team Leader: Eric Jaroszewski
Team Members: Evan Berryman
,Yangzekun Gao
,Zhengyan Hu
,Maiqi Hou
Our group provides a Jaeger Tracing.exe
to help users to trace each microservices and comprehensive a completed local file.
Once you open the executable file, it allows users to enter an IP address and a port, which is the IP and port of your developed Jaeger.
We also offer two options for tracing mode: 5m
-traceing recently 5 minutes data and ALL
-tracing data within 2 days.
After you enter the above information, you can access http://localhost:5000 in your browser. It will show a "Hello, World!" page, which means you access using http://localhost:5000/logging and it is your tracing file. All of our Grafana data source get their data from this URL.
Download the train-ticket-plugin folder, using VS code open it, and call the terminal to run these commands.
-
Install dependencies
yarn install
-
Build plugin in development mode or run in watch mode
yarn dev
or
yarn watch
-
Build plugin in production mode
yarn build