Support for AWS apache httpclient

Hi, we are using apache httpclient from AWS which have the same httpclient but moved it to another package: com.amazonaws.thirdparty.apache. So default plugin can not find this implementation.
Any idea how to instrument this ? copy origin plugin to new aws-httpclient plugin or anyother possibility?

Hi,
are you using this dependency:

software.amazon.awssdk
aws-http-client-apache
2.0.0-preview-1

?

No.. we are using the bundle: // https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-bundle

compile group: 'com.amazonaws', name: 'aws-java-sdk-bundle', version: '1.11.XXX

@Frintrop, you need to write a separate plugin for this client.
I added instrumentation for sync requests:


You can pull, build jar and try to use it.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.