Documentation ¶
Overview ¶
Package temporal provides OTEL instrumentation for Temporal workflows.
More information: https://docs.temporal.io/dev-guide/go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTracingInterceptor ¶
func NewTracingInterceptor() interceptor.Interceptor
NewTracingInterceptor creates an interceptor for setting on client options that implements OpenTelemetry tracing for workflows.
client.Options{ Interceptors: []interceptor.ClientInterceptor{ NewTracingInterceptor(), }, }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.