Package io.sentry.opentelemetry
Interface IOtelSpanWrapper
- All Superinterfaces:
ISpan
- All Known Implementing Classes:
OtelSpanWrapper
,OtelStrongRefSpanWrapper
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
@NotNull Map<String,
MeasurementValue> @NotNull IScopes
getTags()
@NotNull SentryId
@Nullable String
@Nullable TransactionNameSource
@Nullable Boolean
void
setTransactionName
(@NotNull String name) void
setTransactionName
(@NotNull String name, @NotNull TransactionNameSource nameSource) @NotNull io.opentelemetry.context.Context
storeInContext
(io.opentelemetry.context.Context context) Methods inherited from interface io.sentry.ISpan
finish, finish, finish, getContexts, getData, getDescription, getFinishDate, getOperation, getSamplingDecision, getSpanContext, getStartDate, getStatus, getTag, getThrowable, isFinished, isNoOp, isSampled, makeCurrent, setContext, setData, setDescription, setMeasurement, setMeasurement, setOperation, setStatus, setTag, setThrowable, startChild, startChild, startChild, startChild, startChild, startChild, toBaggageHeader, toSentryTrace, traceContext, updateEndDate
-
Method Details
-
setTransactionName
-
setTransactionName
void setTransactionName(@NotNull @NotNull String name, @NotNull @NotNull TransactionNameSource nameSource) -
getTransactionNameSource
-
getTransactionName
-
getTraceId
-
getData
-
getMeasurements
-
isProfileSampled
-
getScopes
-
getTags
-
storeInContext
@NotNull @NotNull io.opentelemetry.context.Context storeInContext(io.opentelemetry.context.Context context)
-