spandex_datadog v0.2.0 SpandexDatadog.Adapter
A datadog APM implementation for spandex.
Link to this section Summary
Functions
Fetches the datadog trace & parent IDs from the conn request headers if they are present
Link to this section Functions
Link to this function
distributed_context(conn, opts)
distributed_context(conn :: Plug.Conn.t(), Keyword.t()) :: {:ok, Spandex.SpanContext.t()} | {:error, :no_distributed_trace}
Fetches the datadog trace & parent IDs from the conn request headers if they are present.