Package brave.http

Class HttpSampler

    • Field Detail

      • NEVER_SAMPLE

        public static final HttpSampler NEVER_SAMPLE
        Deprecated.
        Returns false to never start new traces for http requests. For example, you may wish to only capture traces if they originated from an inbound server request. Such a policy would filter out client requests made during bootstrap.
    • Constructor Detail

      • HttpSampler

        public HttpSampler()
        Deprecated.