scout_apm v0.4.11 ScoutApm.Internal.JobTrace
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %ScoutApm.Internal.JobTrace{
contexts: [ScoutApm.Internal.Context.t()],
exclusive_time: ScoutApm.Internal.Duration.t(),
git_sha: String.t(),
hostname: String.t(),
job_name: String.t(),
metrics: ScoutApm.MetricSet.t(),
queue_name: String.t(),
score: number(),
time: any(),
total_time: ScoutApm.Internal.Duration.t()
}
Link to this section Functions
Link to this function
as_scored_item(trace)
Link to this function
new(queue_name, job_name, time, contexts, total_time, exclusive_time, metrics, hostname, git_sha)
new( String.t(), String.t(), any(), [ScoutApm.Internal.Context.t()], ScoutApm.Internal.Duration.t(), ScoutApm.Internal.Duration.t(), ScoutApm.MetricSet.t(), String.t(), String.t() | nil ) :: t()
Link to this function
score(trace)