Spandex v3.0.0 Spandex.Adapter behaviour View Source
The callbacks required to implement the Spandex.Adapter behaviour.
Link to this section Summary
Link to this section Callbacks
Link to this callback
distributed_context(arg0, arg1)
View Source
distributed_context(Plug.Conn.t(), Keyword.t()) :: {:ok, Spandex.SpanContext.t()} | {:error, atom()}
distributed_context(Spandex.headers(), Keyword.t()) :: {:ok, Spandex.SpanContext.t()} | {:error, atom()}
Link to this callback
inject_context(arg0, arg1, arg2)
View Source
inject_context(Spandex.headers(), Spandex.SpanContext.t(), Keyword.t()) :: Spandex.headers()