Skip to content

bfrevel/simple-otel-java-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OTel Java Test

Description

This tool is executing the following POST Request to localhost:9001 every 10 seconds.

curl -X POST "http://localhost:9001/api/Guest" \
  -H "accept: */*" \
  -H "Content-Type: application/json-patch+json" \
  -d "{\"firstName\":\"first\",\"lastName\":\"last\",\"phoneNumber\":\"110519906\",\"email\":\"<random-uuid>@nomail.com\",\"dateOfBirth\":\"19/03/1999\"}"

Build

./gradlew clean bootJar

Run

java \
  -jar build/libs/simple-otel-java-test-*.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages