Sha256: 1aed964f3f368176c8ed8a99e4e1479020889c42d8be8ab55aaaf33128f7de1e
Contents?: true
Size: 414 Bytes
Versions: 19
Compression:
Stored size: 414 Bytes
Contents
# (c) Copyright IBM Corp. 2021 # (c) Copyright Instana Inc. 2021 module Instana module Activators class AwsDynamoDB < Activator def can_instrument? defined?(Aws::DynamoDB::Client) end def instrument require 'instana/instrumentation/aws_sdk_dynamodb' ::Aws::DynamoDB::Client.add_plugin(Instana::Instrumentation::DynamoDB) true end end end end
Version data entries
19 entries across 19 versions & 1 rubygems