- makeHttpGet(String) - Method in class com.datadoghq.datadog_lambda_java.DDLambda
-
Creates an Apache HttpGet instrumented with Datadog trace headers.
- makeOutboundHttpTraceHeaders() - Method in class com.datadoghq.datadog_lambda_java.Tracing
-
- makeRequestBuilder() - Method in class com.datadoghq.datadog_lambda_java.DDLambda
-
Create an OKHttp3 request builder with Datadog headers already added.
- makeUrlConnection(URL) - Method in class com.datadoghq.datadog_lambda_java.DDLambda
-
openConnection calls openConnection on the provided URL, adds the Datadog trace headers, and then returns the
resulting URLConnection.
- metric(String, double, Map<String, Object>) - Method in class com.datadoghq.datadog_lambda_java.DDLambda
-
metric allows the user to record their own custom metric that will be sent to Datadog.
- metric(String, double, Map<String, Object>, Date) - Method in class com.datadoghq.datadog_lambda_java.DDLambda
-
metric allows the user to record their own custom metric that will be sent to Datadog.