ScoutApm.Internal.WebTrace (scout_apm v2.0.0)
Copy MarkdownA record of a single trace.
Summary
Types
@type 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() }