dispatchSpanEnd
このコンテンツはまだ日本語訳がありません。
function dispatchSpanEnd<TSpanData>(span): Promise<void>;Dispatch a span end event to all processors registered on the global tracing provider.
This bypasses Span.end(), so callers can emit an end event without mutating the span state or existing timestamps.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
|
|
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<void>