* Remove unused Trace annotations * Remove Trace annotation from benchmark code * Remove Trace annotation from instrumentation tests * Remove Trace annotation from smoke tests * Remove Trace annotation from agent tests * Remove Trace annotation from testing tests * Remove Trace annotation from hystrix tests * Remove Trace annotation from netty tests * Remove Trace annotation from webflux tests * Remove Trace annotation from reactor tests * Remove unnecessary conditional * Remove Trace annotation from trace annotation instrumentation * Remove Trace annotation from akka http tests * Remove Trace annotation from java concurrent tests * Delete Trace annotation * Move classes out of trace-api * Remove trace-api artifact * Move trace-api classes to better packages |
||
---|---|---|
.. | ||
src/main/java/io/opentelemetry/loadgenerator | ||
Readme.md | ||
load-generator.gradle |
Readme.md
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'