class StackifyRubyAPM::Context

@api private

@api private

@api private

@api private

Attributes

aws[RW]
category[RW]
custom[R]
prefix[RW]
request[RW]
response[RW]
tags[R]

Public Class Methods

new() click to toggle source
# File lib/stackify_apm/context.rb, line 20
def initialize
  @custom = {}
  @tags = {}
  @prefix = Context::Prefix.new
end

Public Instance Methods

add_aws_context(ctx) click to toggle source

add aws context to context instance

values {arn}

# File lib/stackify_apm/context.rb, line 29
def add_aws_context ctx
  @aws = ctx
end