scout_apm v0.3.1 ScoutApm.Internal.WebTrace

A record of a single trace.

Summary

Types

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}

Functions

as_scored_item(trace)
from_tracked_request(tracked_request)
new(type, name, duration, metrics, uri, contexts, time, hostname)
score(trace)