Class UnsignedXrayClient


  • public class UnsignedXrayClient
    extends java.lang.Object
    A simple client for sending API requests via the X-Ray daemon. Requests do not have to be signed, so we can avoid having a strict dependency on the full AWS SDK in instrumentation. This is an internal utility and not meant to represent the entire X-Ray API nor be particularly efficient as we only use it in long poll loops.