@ApiStatus.Internal
public final class SentrySpan
extends java.lang.Object
Constructor and Description |
---|
SentrySpan(@NotNull Span span) |
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.String |
getDescription() |
@NotNull java.lang.String |
getOp() |
@Nullable SpanId |
getParentSpanId() |
@NotNull SpanId |
getSpanId() |
@NotNull java.util.Date |
getStartTimestamp() |
@Nullable SpanStatus |
getStatus() |
@NotNull java.util.Map<java.lang.String,java.lang.String> |
getTags() |
@Nullable java.util.Date |
getTimestamp() |
@NotNull SentryId |
getTraceId() |
boolean |
isFinished() |
public SentrySpan(@NotNull @NotNull Span span)
public boolean isFinished()
@NotNull public @NotNull java.util.Date getStartTimestamp()
@Nullable public @Nullable java.util.Date getTimestamp()
@NotNull public @NotNull SentryId getTraceId()
@NotNull public @NotNull SpanId getSpanId()
@Nullable public @Nullable SpanId getParentSpanId()
@NotNull public @NotNull java.lang.String getOp()
@Nullable public @Nullable java.lang.String getDescription()
@Nullable public @Nullable SpanStatus getStatus()
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getTags()