Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 987 Bytes

File metadata and controls

18 lines (14 loc) · 987 Bytes

OpenTelemetry AWS Utils

Javadocs

NOTICE: This artifact is deprecated and its contents have been moved to io.opentelemetry.contrib:opentelemetry-aws-resources. Version 1.19.0 will be the last minor version published. However, it will continue to receive patches for security vulnerabilities, andio.opentelemetry:opentelemetry-bom will reference the last published version.


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.