| Package | Description |
|---|---|
| fish.payara.notification.requesttracing | |
| fish.payara.nucleus.requesttracing | |
| fish.payara.opentracing.span |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<RequestTraceSpan> |
RequestTrace.getTraceSpans()
Returns a list of all the events that make up the trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestTrace.addEvent(RequestTraceSpan span)
Add a new event to the series being traced
|
void |
RequestTrace.addEvent(RequestTraceSpan span,
long timestampMillis) |
int |
RequestTraceSpan.compareTo(RequestTraceSpan span) |
| Modifier and Type | Method and Description |
|---|---|
RequestTraceSpan |
RequestTracingService.startTrace(RequestTraceSpan span) |
RequestTraceSpan |
RequestTracingService.startTrace(RequestTraceSpan span,
long timestampMillis) |
RequestTraceSpan |
RequestTracingService.startTrace(String traceName)
Starts a new request trace
|
RequestTraceSpan |
RequestTracingService.startTrace(UUID propagatedTraceId,
UUID propagatedParentId,
RequestTraceSpan.SpanContextRelationshipType propagatedRelationshipType,
String traceName) |
| Modifier and Type | Method and Description |
|---|---|
RequestTraceSpan |
RequestTracingService.startTrace(RequestTraceSpan span) |
RequestTraceSpan |
RequestTracingService.startTrace(RequestTraceSpan span,
long timestampMillis) |
void |
RequestTracingService.traceSpan(RequestTraceSpan requestEvent)
Adds a new event to the request trace currently in progress
|
void |
RequestTracingService.traceSpan(RequestTraceSpan requestEvent,
long timestampMillis) |
| Modifier and Type | Class and Description |
|---|---|
class |
Span
Implementation of the OpenTracing Span class.
|
Copyright © 2019. All rights reserved.