- putAnnotation(String, String) - Static method in class software.amazon.lambda.powertools.tracing.TracingUtils
-
Put an annotation to the current subsegment with a String value.
- putAnnotation(String, Number) - Static method in class software.amazon.lambda.powertools.tracing.TracingUtils
-
Put an annotation to the current subsegment with a Number value.
- putAnnotation(String, Boolean) - Static method in class software.amazon.lambda.powertools.tracing.TracingUtils
-
Put an annotation to the current subsegment with a Boolean value.
- putMetadata(String, Object) - Static method in class software.amazon.lambda.powertools.tracing.TracingUtils
-
Put additional metadata for the current subsegment.
- putMetadata(String, String, Object) - Static method in class software.amazon.lambda.powertools.tracing.TracingUtils
-
Put additional metadata for the current subsegment.