opentelemetry-java-instrume.../load-generator
Trask Stalnaker 2b11b37d0f
Remove trace-api artifact (#116)
* 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
2020-02-01 13:07:51 -08:00
..
src/main/java/io/opentelemetry/loadgenerator Convert Trace Annotations and tests to use OpenTelemetry API directly (#110) 2020-01-30 15:51:14 -08:00
Readme.md Simplify directory/module structure (#77) 2020-01-22 13:55:47 -08:00
load-generator.gradle Remove trace-api artifact (#116) 2020-02-01 13:07:51 -08:00

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'