Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,8 @@ default SpanBuilder setAllAttributes(Attributes attributes) {
/**
* Sets an explicit start timestamp for the newly created {@code Span}.
*
* <p>LIRInstruction.Use this method to specify an explicit start timestamp. If not called, the
* implementation will use the timestamp value at {@link #startSpan()} time, which should be the
* default case.
* <p>Use this method to specify an explicit start timestamp. If not called, the implementation
* will use the timestamp value at {@link #startSpan()} time, which should be the default case.
*
* <p>Important this is NOT equivalent with System.nanoTime().
*
Expand Down
Loading