Renamed the method to sampled; related to gh-1799
This commit is contained in:
@@ -48,6 +48,6 @@ public interface TraceContext {
|
||||
/**
|
||||
* @return {@code true} when sampled, {@code false} when not sampled and {@code null} when sampling decision should be deferred
|
||||
*/
|
||||
Boolean isSampled();
|
||||
Boolean sampled();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user