Class RecentTracesInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.trace.RecentTracesInformation
-
public class RecentTracesInformation extends Object
Generates a recent trace- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description RecentTracesInformation()RecentTracesInformation(String type)Adds the type of the trace
-
-
-
Constructor Detail
-
RecentTracesInformation
public RecentTracesInformation()
-
RecentTracesInformation
public RecentTracesInformation(String type)
Adds the type of the trace- Parameters:
type- Trace type
-
-
Method Detail
-
addSpan
public void addSpan(RemoteSpan span)
Adds a span for the trace- Parameters:
span- Remote span to obtain information
-
-