Skip to content

tuxtor/spring-boot-otel-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot OpenTelemetry POC

Components

otel.png

How to run the infrastructure

cd podman
podman compose -f otel-compose.yml up

Then you can execute the two applications on their respective directories with

  • springboot-demo (8080 port)
cd springboot-demo
mvn spring-boot:run
  • springboot-client-demo (8081 port)
cd springboot-client-demo
mvn spring-boot:run

Useful curl instructions

CPU load test

curl http://localhost:8080/fibo\?n\=45

Log test

curl http://localhost:8080/log

Trace test

curl http://localhost:8081/trace-demo

About

Spring boot projects demonstrating OpenTelemetry instrumentation options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages