Send per-process metrics to StatsD
[beam_stats.git] / include / beam_stats_process_ancestry.hrl
index 45ae9e4..9315f65 100644 (file)
@@ -1,5 +1,5 @@
 -record(beam_stats_process_ancestry,
     { raw_initial_call  ::               mfa()
     , otp_initial_call  :: hope_option:t(mfa())
-    , otp_ancestors     ::               [{name, atom()} | {call, mfa()}]
+    , otp_ancestors     :: hope_option:t([atom() | pid()])
     }).
This page took 0.019965 seconds and 4 git commands to generate.