Skip to main content

Class: OpenTelemetryOutboundInterceptor

opentelemetry.OpenTelemetryOutboundInterceptor

Intercepts outbound calls to schedule an Activity

Wraps the operation in an opentelemetry Span and passes it to the Activity via headers.

@temporalio/workflow must be provided by host package in order to function.

Implements

Constructors

constructor

new OpenTelemetryOutboundInterceptor(): OpenTelemetryOutboundInterceptor

Returns

OpenTelemetryOutboundInterceptor

Methods

continueAsNew

continueAsNew(input, next): Promise<never>

Parameters

NameType
inputContinueAsNewInput
nextOmitLastParam<(input: ContinueAsNewInput, next: OmitLastParam<(input: ContinueAsNewInput, next: OmitLastParam<...>) => Promise<never>>) => Promise<never>>

Returns

Promise<never>

Implementation of

WorkflowOutboundCallsInterceptor.continueAsNew


getLogAttributes

getLogAttributes(input, next): Record<string, unknown>

Parameters

NameType
inputGetLogAttributesInput
nextOmitLastParam<(input: GetLogAttributesInput, next: OmitLastParam<(input: GetLogAttributesInput, next: OmitLastParam<...>) => Record<string, unknown>>) => Record<string, unknown>>

Returns

Record<string, unknown>

Implementation of

WorkflowOutboundCallsInterceptor.getLogAttributes


getMetricTags

getMetricTags(input, next): MetricTags

Parameters

NameType
inputMetricTags
nextOmitLastParam<(input: MetricTags, next: OmitLastParam<(input: MetricTags, next: OmitLastParam<...>) => MetricTags>) => MetricTags>

Returns

MetricTags

Implementation of

WorkflowOutboundCallsInterceptor.getMetricTags


scheduleActivity

scheduleActivity(input, next): Promise<unknown>

Parameters

NameType
inputActivityInput
nextOmitLastParam<(input: ActivityInput, next: OmitLastParam<(input: ActivityInput, next: OmitLastParam<...>) => Promise<unknown>>) => Promise<unknown>>

Returns

Promise<unknown>

Implementation of

WorkflowOutboundCallsInterceptor.scheduleActivity


scheduleLocalActivity

scheduleLocalActivity(input, next): Promise<unknown>

Parameters

NameType
inputLocalActivityInput
nextOmitLastParam<(input: LocalActivityInput, next: OmitLastParam<(input: LocalActivityInput, next: OmitLastParam<...>) => Promise<unknown>>) => Promise<unknown>>

Returns

Promise<unknown>

Implementation of

WorkflowOutboundCallsInterceptor.scheduleLocalActivity


signalWorkflow

signalWorkflow(input, next): Promise<void>

Parameters

NameType
inputSignalWorkflowInput
nextOmitLastParam<(input: SignalWorkflowInput, next: OmitLastParam<(input: SignalWorkflowInput, next: OmitLastParam<...>) => Promise<void>>) => Promise<void>>

Returns

Promise<void>

Implementation of

WorkflowOutboundCallsInterceptor.signalWorkflow


startChildWorkflowExecution

startChildWorkflowExecution(input, next): Promise<[Promise<string>, Promise<unknown>]>

Parameters

NameType
inputStartChildWorkflowExecutionInput
nextOmitLastParam<(input: StartChildWorkflowExecutionInput, next: OmitLastParam<(input: StartChildWorkflowExecutionInput, next: OmitLastParam<...>) => Promise<[Promise<string>, Promise<unknown>]>>) => Promise<[Promise<string>, Promise<unknown>]>>

Returns

Promise<[Promise<string>, Promise<unknown>]>

Implementation of

WorkflowOutboundCallsInterceptor.startChildWorkflowExecution


startNexusOperation

startNexusOperation(input, next): Promise<StartNexusOperationOutput>

Parameters

NameType
inputStartNexusOperationInput
nextOmitLastParam<(input: StartNexusOperationInput, next: OmitLastParam<(input: StartNexusOperationInput, next: OmitLastParam<...>) => Promise<StartNexusOperationOutput>>) => Promise<StartNexusOperationOutput>>

Returns

Promise<StartNexusOperationOutput>

Implementation of

WorkflowOutboundCallsInterceptor.startNexusOperation