You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(active-job): Add performance metrics to process span
Record cpu_time, idle_time, gc_time, and allocations as span attributes
on the perform.active_job process span, mirroring the metrics that
ActiveSupport::Notifications::Event captures internally.
# This method attaches a span to multiple contexts:
41
72
# 1. Registers the ingress span as the top level ActiveJob span.
42
73
# This is used later to enrich the ingress span in children, e.g. setting span status to error when a child event like `discard` terminates due to an error
0 commit comments