opentelemetry-java/sdk-extensions/aws
Trask Stalnaker cd2583df6a
Add misspell check (and fix misspellings) (#4290)
* Add misspell check

* Fix misspellings

* Spotless
2022-03-22 15:12:40 +09:00
..
src Add misspell check (and fix misspellings) (#4290) 2022-03-22 15:12:40 +09:00
README.md Copy in spotless-conventions from instrumentation repo (#3554) 2021-08-27 08:28:31 -07:00
build.gradle.kts Enable loggers in all tests via slf4j. (#4126) 2022-02-02 14:43:25 +09:00

README.md

OpenTelemetry AWS Utils

Javadocs


Running micro-benchmarks

From the root of the repo run ./gradlew clean :opentelemetry-sdk-extension-aws:jmh to run all the benchmarks or run ./gradlew clean :opentelemetry-sdk-extension-aws:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.