Skip to content

ilterpehlivan/spring-boot-otel-example

Repository files navigation

spring-boot-otel-example

Simple spring boot application with open telemetry

Test

  1. Create user
echo -n '{"name": "ilter","email":"example@com"}' | http localhost:8080/users 
  1. Create movie
echo -n '{"title": "test movie","director":"test director","genre":"dram"}' | http localhost:8081/movies
  1. Add movie to user's list
http PUT localhost:8080/users/{userId}/movie/{movieId} 

userId from step 1 and movieId from step 2

  1. Get user details
http localhost:8080/users/{userId}

About

Simple spring boot application with open telemetry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published