scout_apm v0.4.1 ScoutApm.Internal.WebTrace

A record of a single trace.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %ScoutApm.Internal.WebTrace{contexts: ScoutApm.Internal.Context.t(), hostname: String.t(), metrics: [ScoutApm.Internal.Metric.t()], name: String.t(), score: number(), time: any(), total_call_time: ScoutApm.Internal.Duration.t(), type: String.t(), uri: nil | String.t()}

Link to this section Functions

Link to this function as_scored_item(trace)
Link to this function from_tracked_request(tracked_request)
Link to this function new(type, name, duration, metrics, uri, contexts, time, hostname)