Sha256: 74855d16c399eb21828e44e20f20e9b033c2ede33de291f48bd282080c6fe0ce
Contents?: true
Size: 392 Bytes
Versions: 16
Compression:
Stored size: 392 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2021 module Instana module Activators class AwsSdkSns < Activator def can_instrument? defined?(Aws::SNS::Client) end def instrument require 'instana/instrumentation/aws_sdk_sns' ::Aws::SNS::Client.add_plugin(Instana::Instrumentation::SNS) true end end end end
Version data entries
16 entries across 16 versions & 1 rubygems