temporal-sdk
Safe HaskellNone
LanguageHaskell2010

Temporal.Contrib.OpenTelemetry

Description

OpenTelemetry instrumentation for Temporal workflows and activities.

This module provides an interceptor for Temporal workflows and activities that automatically instruments them with OpenTelemetry tracing. It also provides functions for extracting and injecting OpenTelemetry context from and to Temporal headers.

To use, initialize the OpenTelemetry globalTracerProvider. Then, add the interceptor to your Temporal client and worker configuration.

Synopsis

Documentation

defaultHeaderKey :: Text Source #

"_tracer-data"