Skip to content

AWS SDK V2 Instrumentation

Compare
Choose a tag to compare
@devinsba devinsba released this 05 Dec 15:16
· 197 commits to master since this release

Zipkin-AWS 0.15 notably introduces Brave instrumentation for aws-java-sdk-v2 clients

AwsSdkTracing

The new class AwsSdkTracing is a decorator for all AWS clients that extend SdkClient. It creates an ExecutionInterceptor instance that you add to your ClientOverrideConfiguration.

Please see the README for usage information.

Changes since last release

  • Zipkin version updated to 2.11.11
  • Zipkin Reporter version updated to 2.7.13
  • Brave version updated to 5.5.2