Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.13 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.13 KB

This repository contains two demos related to Jaeger and opentelemetry:

The source blog for demo application can be found hereJaeger Integration With Spring Boot Application. Github Repo

  1. Jaeger Dependency Demo The main motive behind this demo is to setup an environment with 3 springboot microservices instrumented to report trace data to jaeger. This demonstrates a very useful feature provided by jaeger which involves retrieving dependencies of a microservice as a request propogates through an ecosystem. This data can be further utilized by the Kruize project to optimize the pathway of the requests(microservices) by providing insightful reccomendations. JaegerDependencyDemo.md

  2. OpenTelemetry Demo This Demo instruments the microservices springboot application using opentelemetry and collects the associated traces to Jaeger and metrics to Prometheus which can be further visualized in grafana dashboard. OpenTelemetryDemo.md