Serverless configuration options
editServerless configuration options
editaws_lambda_handler
(
[1.28.0]
Added in 1.28.0.
)
editThis config option must be used when running the agent in an AWS Lambda context. This config value allows to specify the fully qualified name of the class handling the lambda function. An empty value (default value) indicates that the agent is not running within an AWS lambda function.
Default | Type | Dynamic |
---|---|---|
|
String |
false |
Java System Properties | Property file | Environment |
---|---|---|
|
|
|
data_flush_timeout
(
[1.28.0]
Added in 1.28.0.
)
editThis config value allows to specify the timeout in milliseconds for flushing APM data at the end of a serverless function. For serverless functions, APM data is written in a synchronous way, thus, blocking the termination of the function util data is written or the specified timeout is reached.
Default | Type | Dynamic |
---|---|---|
|
Long |
false |
Java System Properties | Property file | Environment |
---|---|---|
|
|
|