Name | Status | Group | Priority | <% ([ main ] + threads).each_with_index do | thread, i | %>
---|---|---|---|
<%= h(thread == main ? 'main' : thread.to_s) %> | <%= h(thread.status || 'terminated with exception') %> | <%= h(thread.group || 'none') %> | <%= h thread.priority %> |
Name | Status | Group | Priority | <% oa_threads.each_with_index do | thread, i | %>
---|---|---|---|
<%= h thread[:oneapm_label] %> | <%= h(thread.status || 'terminated with exception') %> | <%= h(thread.group || 'none') %> | <%= h thread.priority %> |