OtelContextApi
이 콘텐츠는 아직 번역되지 않았습니다.
Defined in: src/tracing/OtelAdapter.ts:84
Properties
Section titled “Properties”ROOT_CONTEXT?
Section titled “ROOT_CONTEXT?”
readonlyoptionalROOT_CONTEXT?:OtelContextLike
Defined in: src/tracing/OtelAdapter.ts:88
OTel exports ROOT_CONTEXT as a top-level constant; some shims also rehang it here.
Methods
Section titled “Methods”active()
Section titled “active()”active():
OtelContextLike
Defined in: src/tracing/OtelAdapter.ts:85
Returns
Section titled “Returns”with()
Section titled “with()”with<
F>(context,callback):ReturnType<F>
Defined in: src/tracing/OtelAdapter.ts:86
Type Parameters
Section titled “Type Parameters”F extends (…args) => unknown
Parameters
Section titled “Parameters”context
Section titled “context”callback
Section titled “callback”F
Returns
Section titled “Returns”ReturnType<F>
