kambei / quarkus-distributed-tracing

This project demonstrates how to use distributed tracing with Quarkus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus | Distributed Tracing example project

This project demonstrates how to use distributed tracing with Quarkus.

Related to this blog post.

Components:

Stack

  • API Gateway (Spring Cloud)
  • Discovery Service - Eureka (Spring Cloud)
  • Service A (Quarkus) that calls Service B
  • Service B (Quarkus)

Build images:

Run build.sh script to build all images.

Run containers:

Run docker-compose up -d to start all containers.

URLs:

Tempo Node Graph Tempo Traces

About

This project demonstrates how to use distributed tracing with Quarkus.

License:MIT License


Languages

Language:Java 66.9%Language:Dockerfile 24.0%Language:Shell 9.1%