Fixing javadocs
This commit is contained in:
@@ -30,13 +30,12 @@ import org.springframework.util.Assert;
|
||||
* not appropriate for collectors as the sampling decision isn't idempotent (consistent
|
||||
* based on trace id).
|
||||
*
|
||||
* <h3>Implementation</h3>
|
||||
* Implementation
|
||||
*
|
||||
* <p>
|
||||
* Taken from CountingTraceIdSampler class from Zipkin project.
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* This counts to see how many out of 100 traces should be retained. This means that it is
|
||||
* accurate in units of 100 traces.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user