gitlab-org--gitlab-foss/changelogs/unreleased/an-opentracing-render-tracing.yml
Andrew Newdigate d022ce8655 Add OpenTracing instrumentation for Action View Render events
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.
2019-01-30 13:38:19 +02:00

5 lines
114 B
YAML

---
title: Add OpenTracing instrumentation for Action View Render events
merge_request: 24728
author:
type: other