public interface TraceFilter
Using a TraceFilter we can introduce sampling to avoid performance overhead or avoid we reach our storage limitations.
boolean trace(String requestName)
requestName - Name of request/span.true in case we should trace this request, false in case we should not trace this
request.void close()
Copyright © 2014. All Rights Reserved.