thundra_agent_lambda_sample_timed_out_invocations
to true
without any code change.thundra_agent_lambda_error_stacktrace_mask
to “true
” without any code change.CompositeSampler
, which combines the CountAwareSampler
and TimeAwareSampler
with an AND
operation. The CompositeSampler
is given to the trace plugin.thundra_agent_lambda_sampler_countAware_countFreq
environment variable in AWS Lambda.thundra_agent_lambda_sampler_timeAware_timeFreq
environment variable in AWS Lambda.isSampled
function. The isSampled
function should return “true
” if you want to send metric data to Thundra, and should return “false
” if you do not want to send the data.thundra_agent_lambda_sampler_countAware_countFreq
environment variable in AWS Lambda.thundra_agent_lambda_sampler_timeAware_timeFreq
' environment variable in AWS Lambda.isSampled
function. The isSampled
function should return “true
” if you want to send trace data to Thundra, and should return “false
” if you do not want to send the data.thundra_agent_lambda_sampler_countAware_countFreq
environment variable in AWS Lambda.thundra_agent_lambda_sampler_timeAware_timeFreq
' environment variable in AWS Lambda.isSampled
function. The isSampled
function should return “true
” if you want to send trace data to Thundra, and should return “false
” if you do not want to send the data.Trace
, debug
, info
, warn
, error
, and fatal
. You can set the log level by setting the environment variable thundra_agent_lambda_log_loglevel
to one of the following:thundra_agent_lambda_log_loglevel
is debug, only debug and higher precedence logs will be reported. None of the logs lower in precedence will be reported, such as Trace.