Tapper Plug v0.5.2 Tapper.Plug View Source

Plug integration for Tapper.

Link to this section Summary

Functions

fetch Tapper trace id from connection

store Tapper trace id in connection

Link to this section Functions

Link to this function

fetch(conn) View Source
fetch(conn :: Plug.Conn.t() | map()) :: Tapper.Id.t() | :ignore

fetch Tapper trace id from connection

Link to this function

store(conn, id) View Source
store(conn :: Plug.Conn.t(), id :: Tapper.Id.t() | :ignore) :: Plug.Conn.t()

store Tapper trace id in connection