SkywalkingTest/CNUTCon-2017-Demo

Name: CNUTCon-2017-Demo

Owner: SkywalkingTest

Description: Demonstration application for CNUTCon 2017 live show

Created: 2017-08-29 03:29:15.0

Updated: 2017-12-30 19:52:41.0

Pushed: 2017-09-10 11:54:31.0

Homepage: null

Size: 53

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CNUTCon-2017-Demo

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.

Quick Start

  1. Deploy skywalking agent for project-A and project-B
  2. Start project-A and project-B
  3. Open browser and visit localhost:8081/hello?name=test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.