1. 30 Jan, 2019 1 commit
    • Andrew Newdigate's avatar
      Add OpenTracing instrumentation for Action View Render events · d022ce86
      Andrew Newdigate authored
      This change adds three new instrumentations, driven through rails
      notifications: render_template.action_view,
      render_collection.action_view and render_partial.action_view.
      
      These can help developers understand why renders are taking a long
      time which may in turn help them to improve their performance.
      d022ce86
  2. 25 Jan, 2019 39 commits