Demonstration application for CNUTCon 2017 live show.
This demo is a simple distributed system. project-A is a front-end server, and project-B is a back-end. project-A uses Spring RestTemplete to access the project-B's RESTFul service. And both of them have their own db.
project-A uses OpenTracing Java API to do manual instrumentation, and project-B use @Trace annotation to do so.
Please don't care much about the coding style, the tech stack we used, concentrate on auto/manual instrumentations, which is matter.
- Deploy skywalking agent for
project-Aandproject-B - Start
project-Aandproject-B - Open browser and visit
localhost:8081/hello?name=test