Tapper Plug v0.5.2 Tapper.Plug View Source
Tapper.Plug.Trace
- intercepts B3 headers and joins or samples trace.Tapper.Plug.Filter
- disables tracing entirely for matching URLs.
Link to this section Summary
Link to this section Functions
Link to this function
fetch(conn)
View Source
fetch(conn)
View Source
fetch(conn :: Plug.Conn.t() | map()) :: Tapper.Id.t() | :ignore
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, id)
View Source
store(conn :: Plug.Conn.t(), id :: Tapper.Id.t() | :ignore) :: Plug.Conn.t()
store(conn :: Plug.Conn.t(), id :: Tapper.Id.t() | :ignore) :: Plug.Conn.t()
store Tapper trace id in connection