Package

kamon.instrumentation.aws

sdk

Permalink

package sdk

Visibility
  1. Public
  2. All

Type Members

  1. class AwsSdkClientExecutionInterceptor extends ExecutionInterceptor

    Permalink

    Execution Interceptor for the AWS Java SDK Version 2.x

    Execution Interceptor for the AWS Java SDK Version 2.x

    Bare-bones interceptor that creates Spans for all client requests made with the AWS SDK. There is no need to add this interceptor by hand anywhere, the AWS SDK will pick it up automatically from the classpath because it is included in the "software/amazon/awssdk/global/handlers/execution.interceptors" file shipped with this module.

  2. class AwsSdkRequestHandler extends RequestHandler2

    Permalink

    RequestHandler for the AWS Java SDK version 1.x

    RequestHandler for the AWS Java SDK version 1.x

    Bare-bones request handler that creates Spans for all client requests made with the AWS SDK. There is no need to add this interceptor by hand anywhere, the AWS SDK will pick it up automatically from the classpath because it is included in the "software/amazon/awssdk/global/handlers/execution.interceptors" file shipped with this module.

Ungrouped