Skip to content

luramarchanjo/poc-zipkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple poc using Zipkin and Micronaut

Setup

  1. Run the command docker run -d --net=host --name=zipkin openzipkin/zipkin:latest
  2. Open the url http://localhost:16686
  1. Run the command docker run -d --name=consul --net=host consul:latest
  2. Open the url http://localhost:8500

Testing

  1. Start catalogue-service
  2. Start inventory-service
  3. Start recommendation-service
  4. Open the url http://localhost:8083/recommendations

About

This is a simple poc using Zipkin and Micronaut

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published