public XRayTracer(@NotNull
com.amazonaws.xray.AWSXRayRecorder recorder)
@NotNull public Trace openTrace(@NotNull java.lang.String name)
Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ... } is suggested