scout_apm v1.0.7 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(),
git_sha: String.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, git_sha)
Link to this function