Skip to content

Releases: openzipkin/zipkin-aws

Zipkin AWS 0.23.4

10 Jan 16:51
d741a8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.23.3...0.23.4

Zipkin AWS 0.23.3

30 Dec 20:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.23.2...0.23.3

release-0.21.1

14 May 15:56
ea49a83
Compare
Choose a tag to compare
Fixes SQS empty batch delete error (#168)

AWS SDK V2 Instrumentation

05 Dec 15:16
Compare
Choose a tag to compare

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

AWS SDK Instrumentation

26 Oct 14:56
Compare
Choose a tag to compare

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

AwsClientTracing

The new class AwsClientTracing is a decorator for all AWS clients that extend AmazonWebServiceClient. It should be used as the last step of your client build, as it takes a AwsClientBuilder instance and returns the associated AmazonWebServiceClient.

Please see the README for usage information.

note: This does not support AmazonDaxClient due to it not following the AmazonWebServiceClient interface.

Changes since last release

  • Brave version updated to 5.5.0