Klasse TraceLog.TraceLogBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.TraceLog.TraceLogBuilder
- Umschließende Klasse:
TraceLog
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The epoch end timestamp of the span in milliseconds.The epoch end time of the span in nanoseconds.originalSpanId(String originalSpanId) The spanId that is used to sequence the spans captured for tracing the event.The span ID of this span's parent.prevSpanId(String prevSpanId) The span ID of this span's sibling to the left, sharing the same parent span ID.The constructed span ID that is used to sequence the spans in order.The epoch start timestamp of the span in milliseconds.The epoch start time of the span in nanoseconds.toString()
-
Methodendetails
-
endDate
The epoch end timestamp of the span in milliseconds.- Gibt zurück:
this.
-
endTime
The epoch end time of the span in nanoseconds.- Gibt zurück:
this.
-
originalSpanId
The spanId that is used to sequence the spans captured for tracing the event.- Gibt zurück:
this.
-
parentId
The span ID of this span's parent.- Gibt zurück:
this.
-
prevSpanId
The span ID of this span's sibling to the left, sharing the same parent span ID.- Gibt zurück:
this.
-
spanId
The constructed span ID that is used to sequence the spans in order.- Gibt zurück:
this.
-
startDate
The epoch start timestamp of the span in milliseconds.- Gibt zurück:
this.
-
startTime
The epoch start time of the span in nanoseconds.- Gibt zurück:
this.
-
trace
- Gibt zurück:
this.
-
build
-
toString
-