private static class IntegrationTestMTTR.TimingResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
(package private) org.apache.commons.math3.stat.descriptive.DescriptiveStatistics | 
stats  | 
(package private) ArrayList<String> | 
traces  | 
| Modifier | Constructor and Description | 
|---|---|
private  | 
TimingResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addResult(long time,
         io.opentelemetry.api.trace.Span span)
Add a result to this aggregate result. 
 | 
String | 
toString()  | 
org.apache.commons.math3.stat.descriptive.DescriptiveStatistics stats
private TimingResult()
public void addResult(long time, io.opentelemetry.api.trace.Span span)
time - Time in nanosecondsspan - Span. To be kept if the time taken was over 1 secondCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.