Skip to content

MrBW/spring-sleuth-opentracing

Repository files navigation

spring-sleuth-opentracing

Travis build codecov
Spring Sleuth & OpenTracing demo

Architecture

- draft -

Architecture

Endpoints

ZipKin Server

http://localhost:9411

NoteApp

{
    "noteMessage": "My Message"
}

NoteBackend

{
    "noteMessage": "My Message"
}

Start using docker-compose

  • build all projects $ ./mvnw clean package
  • start up: $ docker-compose up --build