Sha256: 400cfdc7c6ffb6f1e4b17bb1a16b1a5424535f1fa9e83cabe477cc6680956e3c
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
<%= rails_customerbeats_table_row_for metric do %> <% unless (skip_timestamps ||= false) %> <td class="started_at"> <%= metric.started_at.strftime("%d %b %H:%M:%S") %> </td> <% end %> <td class="Id"> <%= metric.request_id %> </td> <td class="name"> <%= link_to_set_by_scope metric, :name %> </td> <td class="duration"> <%= "%.1f" % metric.duration_in_ms %> <%= "(#{"%.1f" % metric.exclusive_duration_in_ms})" if metric.children.any? %> ms </td> <td class="payload"> <%= payload_inspect(metric.payload) %> </td> <td class="actions"> <% add_action_links!(metric) %> </td> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_customerbeats-0.0.5 | app/views/rails_customerbeats/_row.html.erb |
rails_customerbeats-0.0.4 | app/views/rails_customerbeats/_row.html.erb |