thundra_agent_lambda_disable
environment variable to true
.thundra_agent_lambda_debug_enable
environment variable to true
.thundra_agent_lambda_report_rest_baseUrl
environment variable to true
. Note that normally you don't need to set this environment variable to a URL because the default value that agents use will work automatically. The one exception to this is if you are forwarding Thundra data to our partner environments (Splunk, Honeycomb). /monitoring-data
is added to the URL automatically. For instance, in the default case (https://api.thundra.io/v1
) the agent makes an https
post request to the path https://api.thundra.io/v1/monitoring-data
.thundra_agent_lambda_application_tag_apdex_target_time
: Specifies the time in milliseconds, which gives the end user the response time of the Lambda function.
- thundra_agent_lambda_application_tag_apdex_tolerating_ratio
: Specifies the ratio between the Apdex target time and tolerating time. This configuration is optional. Default value is 4
.
- thundra_agent_lambda_application_tag_apdex_tolerating_time
: Specifies the Lambda function’s maximum response time threshold that can be tolerated by the end user. This is optional.