- datadog_lambda_version - Static variable in class com.datadoghq.datadog_lambda_java.BuildConfig
-
- DDLambda - Class in com.datadoghq.datadog_lambda_java
-
The DDLambda instrumenter is used for getting information about your Lambda into Datadog.
- DDLambda(Context) - Constructor for class com.datadoghq.datadog_lambda_java.DDLambda
-
Create a new DDLambda instrumenter given some Lambda context
- DDLambda(Context, String) - Constructor for class com.datadoghq.datadog_lambda_java.DDLambda
-
Testing only: create a DDLambda instrumenter with a given context and xrayTraceInfo
- DDLambda(APIGatewayProxyRequestEvent, Context) - Constructor for class com.datadoghq.datadog_lambda_java.DDLambda
-
Create a trace-enabled DDLambda instrumenter given an APIGatewayProxyRequestEvent and a Lambda context
- DDLambda(APIGatewayV2ProxyRequestEvent, Context) - Constructor for class com.datadoghq.datadog_lambda_java.DDLambda
-
Create a trace-enabled DDLambda instrumenter given an APIGatewayV2ProxyEventRequest and a Lambda context
- DDLambda(Headerable, Context) - Constructor for class com.datadoghq.datadog_lambda_java.DDLambda
-
Create a trace-enabled DDLambda instrumenter given a custom request object.