opentelemetry-java-instrume.../load-generator/Readme.md

272 B

Load Generator

Generates a simulated trace load. Run with

./gradlew launch --args='--rate 10'

OR

./gradlew :java-agent:load-generator:launch --args='--rate 10'

from the root of the repo.

To print all options, use:

--args='--help'