Skip to content

bearddan2000/java-web-api-bloop-sbt-spring-sleuth-zipkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-web-api-bloop-sbt-spring-sleuth-zipkin

Description

A springboot app that uses distributed logging to trace api call. This will simulate a call to a remote service by chaining a single call through 2 services.

STEP 1

Once the project is done building, make some api calls http://localhost:81.

STEP 2

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt
    • springboot
    • zitkin
    • sleuth

Docker stack

  • gradle:jdk11
  • openzipkin/zipkin

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits