OpentelemetryReactiveCommons.Utils (opentelemetry_reactive_commons v1.0.0)

View Source

Utils module for OpentelemetryReactiveCommons.

Helps to propagate headers from the parent process to the child remote process.

Summary

Functions

inject(headers, arg)

@spec inject(headers :: [{String.t(), term()}], from :: GenServer.from()) :: [
  {String.t(), term()}
]